<html><body>
<p>I have a two node cluster, RHEL 5, Protocol version: 5.0.1.  Can anyone suggest<br>
the best method, and or explain -u and -q fo the clusvcadm command to me?  Thanks!<br>
<br>
Here is what I want to do:<br>
<br>
1.  Shutdown the services running;  DBs, apps whatever...<br>
2.  I don't want the services starting on the other node, or anywhere.<br>
3.  We don't want any fencing to take place<br>
4.  We do our maintenance; Patch server, whatever...<br>
5.  Bring the services back up; DBs, apps whatever...<br>
<br>
Now the only way I have found to do this so far is to disable the service.<br>
<br>
# clusvcadm -d <service_name>     (and maybe that is the only answer)<br>
<br>
Man pages do not provide much information<br>
<br>
-u      Unlock the cluster's service managers.  This allows services to transition again.  It will be necessary to re-enable all services in the stopped state if this is run after clushutdown.<br>
<br>
Also a -q or quiet operation, which I am not finding any  information about.<br>
<br>
<font size="4" face="Times New Roman"># clusvcadm -h</font><br>
<font size="4" face="Times New Roman">Resource Group Control Commands:</font><br>
<font size="4" face="Times New Roman">       clusvcadm -v                     Display version and exit</font><br>
<font size="4" face="Times New Roman">       clusvcadm -d <group>             Disable <group></font><br>
<font size="4" face="Times New Roman">       clusvcadm -e <group>             Enable <group> on the local node</font><br>
<font size="4" face="Times New Roman">       clusvcadm -e <group> -F          Enable <group> according to failover</font><br>
<font size="4" face="Times New Roman">                                 domain rules</font><br>
<font size="4" face="Times New Roman">       clusvcadm -e <group> -m <member> Enable <group> on <member></font><br>
<font size="4" face="Times New Roman">       clusvcadm -r <group> -m <member> Relocate <group> [to <member>]</font><br>
<b><font size="4" face="Times New Roman">       clusvcadm -q                     Quiet operation</font></b><br>
<font size="4" face="Times New Roman">       clusvcadm -R <group>             Restart a group in place.</font><br>
<font size="4" face="Times New Roman">       clusvcadm -s <group>             Stop <group></font><br>
<br>
<font size="4" face="Times New Roman">Resource Group Locking (for cluster Shutdown / Debugging):</font><br>
<font size="4" face="Times New Roman">       clusvcadm -l                     Lock local resource group manager.</font><br>
<font size="4" face="Times New Roman">                                 This prevents resource groups from</font><br>
<font size="4" face="Times New Roman">                                 starting on the local node.</font><br>
<font size="4" face="Times New Roman">       clusvcadm -S                     Show lock state</font><br>
<b><font size="4" face="Times New Roman">       clusvcadm -u                     Unlock local resource group manager.</font></b><br>
<b><font size="4" face="Times New Roman">                                 This allows resource groups to start</font></b><br>
<b><font size="4" face="Times New Roman">                                 on the local node.</font></b><br>
<br>
Gary Romo<br>
IBM Global Technology Services<br>
303.458.4415<br>
Email: garromo@us.ibm.com<br>
Pager:1.877.552.9264<br>
Text message: gromo@skytel.com</body></html>