<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
The command for starting Postgresql server on cluster db 1 is <br>
<br>
/usr/local/pgsql/bin/pg_ctl -D /usr/local/pgsql/data -o "-i" start<br>
<br>
there is no -R option at all<br>
<br>
/usr/local/pgsql/bin/pg_ctl -D /usr/local/pgsql/data -o "-i" -R&nbsp; start<br>
/usr/local/pgsql/bin/pg_ctl: invalid option -- R<br>
pg_ctl: invalid option (null)<br>
Try "pg_ctl --help" for more information.<br>
<br>
/usr/local/pgsql/bin/pg_ctl --help<br>
pg_ctl is a utility to start, stop, restart, reload configuration files,<br>
report the status of a PostgreSQL server, or signal a PostgreSQL
process.<br>
<br>
Usage:<br>
&nbsp; pg_ctl start&nbsp;&nbsp; [-w] [-D DATADIR] [-s] [-l FILENAME] [-o "OPTIONS"]<br>
&nbsp; pg_ctl stop&nbsp;&nbsp;&nbsp; [-W] [-D DATADIR] [-s] [-m SHUTDOWN-MODE]<br>
&nbsp; pg_ctl restart [-w] [-D DATADIR] [-s] [-m SHUTDOWN-MODE] [-o
"OPTIONS"]<br>
&nbsp; pg_ctl reload&nbsp; [-D DATADIR] [-s]<br>
&nbsp; pg_ctl status&nbsp; [-D DATADIR]<br>
&nbsp; pg_ctl kill&nbsp;&nbsp;&nbsp; SIGNALNAME PID<br>
<br>
Common options:<br>
&nbsp; -D, --pgdata DATADIR&nbsp;&nbsp; location of the database storage area<br>
&nbsp; -s, --silent&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; only print errors, no informational messages<br>
&nbsp; -w&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wait until operation completes<br>
&nbsp; -W&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; do not wait until operation completes<br>
&nbsp; --help&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; show this help, then exit<br>
&nbsp; --version&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; output version information, then exit<br>
(The default is to wait for shutdown, but not for start or restart.)<br>
<br>
If the -D option is omitted, the environment variable PGDATA is used.<br>
<br>
Options for start or restart:<br>
&nbsp; -l, --log FILENAME&nbsp;&nbsp;&nbsp;&nbsp; write (or append) server log to FILENAME<br>
&nbsp; -o OPTIONS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; command line options to pass to the postmaster<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (PostgreSQL server executable)<br>
&nbsp; -p PATH-TO-POSTMASTER&nbsp; normally not necessary<br>
<br>
Options for stop or restart:<br>
&nbsp; -m SHUTDOWN-MODE&nbsp;&nbsp; may be "smart", "fast", or "immediate"<br>
<br>
Shutdown modes are:<br>
&nbsp; smart&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; quit after all clients have disconnected<br>
&nbsp; fast&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; quit directly, with proper shutdown<br>
&nbsp; immediate&nbsp;&nbsp; quit without complete shutdown; will lead to recovery on
restart<br>
<br>
Allowed signal names for kill:<br>
&nbsp; HUP INT QUIT ABRT TERM USR1 USR2<br>
<br>
Report bugs to <a class="moz-txt-link-rfc2396E" href="mailto:pgsql-bugs@postgresql.org">&lt;pgsql-bugs@postgresql.org&gt;</a>.<br>
<br>
<br>
Tarhon-Onu Victor wrote:
<blockquote
 cite="mid:Pine.LNX.4.64.0708021401440.5283@oynpxoyhr.vnfv.npgvirzrqvngrpu.pbz"
 type="cite">
  <pre wrap="">On Thu, 2 Aug 2007, Trinath Somanchi wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">When I stop Cluster DB 1 , and insert rows into Cluster DB 2 and then 
start Cluster DB 1 , the previously inserted , rows into Cluster DB 2 
were not show in Cluster DB 1. How to troubleshoot this .
    </pre>
  </blockquote>
  <pre wrap=""><!---->
         Make sure you start the postgresql server on cluster db 1 with the 
-R switch.

  </pre>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<img src="cid:part1.03090903.09070002@intoto.com" border="0"></div>

</body>
</html>