def printRequiredHelp(self):
     print SERVER_NAME + "= The name of the server to install (or uninstall) the application to"
     print
     print SERVER_HOST + "= The host name where the collective member is installed"
     print
     print SERVER_USRDIR + "= The usr directory where the collective member is installed"
     print
     MBeanArgs.printRequiredHelp(self)
Example #2
0
 def printRequiredHelp(self):
     print SERVER_NAME + "= The name of the member server to stop"
     print
     print SERVER_HOST + "= The host name where the collective member is installed"
     print
     print SERVER_USRDIR + "= The usr directory where the collective member is installed"
     print
     MBeanArgs.printRequiredHelp(self)
 def printRequiredHelp(self):
     print SERVER_NAME + "= The name of the server which is installed on the host and"
     print self.printHelpPad(
         SERVER_NAME
     ) + "usrdir described by serverHost and serverUsrdir, and whose"
     print self.printHelpPad(SERVER_NAME) + "server.xml is to be modified."
     print
     print SERVER_HOST + "= The host name where the collectiveMember is installed."
     print
     print SERVER_USRDIR + "= The usr directory where the collectiveMember is installed."
     print
     MBeanArgs.printRequiredHelp(self)
Example #4
0
 def printRequiredHelp(self):
   MBeanArgs.printRequiredHelp(self)
   print
   print ZIP_FILE + "= The fully qualified zip file path to upload to target machine"
   print
   print INSTALL_DIR + "= The path where member will be installed on target machine"
   print
   print INSTALL_HOST + "= The host name of the target machine"
   print
   print RPC_USER + "= The rpc user of the target machine"
   print
   print RPC_USER_PASSWORD + "= The rpc user password of the target machine"
Example #5
0
 def printRequiredHelp(self):
   print CLUSTER_NAME + "= The name of the cluster to transfer the application to"
   print
   MBeanArgs.printRequiredHelp(self)
Example #6
0
 def printRequiredHelp(self):
     print CLUSTER_NAME + "= The name of the cluster to transfer the server.xml to"
     print
     MBeanArgs.printRequiredHelp(self)
 def printRequiredHelp(self):
     print CLUSTER_NAME + "= The name of the cluster to transfer the application to"
     print
     MBeanArgs.printRequiredHelp(self)
Example #8
0
 def printRequiredHelp(self):
     print CLUSTER_NAME + "= The name of the cluster whose server.xml files are to "
     print self.printHelpPad(CLUSTER_NAME) + "be modified."
     print
     MBeanArgs.printRequiredHelp(self)
Example #9
0
 def printRequiredHelp(self):
     print CLUSTER_NAME + "= The name of the cluster to stop"
     print
     MBeanArgs.printRequiredHelp(self)