Command syntax

The application shutdown utility is started by running the install_directory\shared\v300\pfs\Base\shutdownutil\cmd\app_shutdown command file (use .bat for the Windows operating system and .sh for AIX® and Linux®). Several parameters can be specified on the command line. Specifying a parameter on the command line overrides any corresponding value in the configuration file.

The syntax of the command, with its parameters, is:
app_shutdown -configFile configFile
             [ -generateList generatedConfigFilename | -shutdown [serverName]]
             [-dbConnectId userId]
             [-dbConnectPwd password]
             [-help]
Table 1. Application shutdown utility parameters
Parameter Required Description
configFile Yes Specifies the name of the configuration file to be used by the utility.
Note:
  1. Do not specify the .properties extension for this file. The utility appends this extension by default.
  2. Do not use periods in the file name of this file.
  3. Do not specify an absolute directory for this file.
dbConnectId No The user ID used to connect to the FTM database. If this parameter is specified, it overrides the value in the properties file.
dbConnectPwd No The password for the database user ID. If this parameter is specified, it overrides the value in the properties file.
generateList No Runs the generate list function of the utility. This parameter requires that the name of the output file, generatedConfigFilename in the syntax, be specified.
Note: This parameter is required when running the generate list function.
help No Displays the syntax for this command
serverName No The server instance name of the specific server to shut down. If this parameter is specified, the list of servers in the properties file is not used.
Note: This parameter is required to shut down a single server.
shutdown No Runs the shutdown function of the utility.
Note: This parameter is required when running the shutdown function.