The undeploy process involves stopping a deployed application, and removing it from the web servers running on nodes of a web cluster implemented on the ePortal System.
The eportalundeploy command is a command-line executable that undeploys an application using the web service interface and the UnDeployApplication web method. This command is installed in the bin subdirectory under the ePortal Developer install directory.
To undeploy an application
Access the ePortal management LAN.
Run the eportalundeploy command. For more information, see "Syntax".
Note: If you are undeploying to a ClearPath ePortal System 9.0 or later, use the ePortalMSundeploy command.
Examples:
For eportalundeploy command:
eportalundeploy MyUsercode MyPassword MyDomain 192.63.231.110 MyApplication MyCluster
For eportalMSundeploy command:
eportalMSundeploy MyUsercode MyPassword MyDomain 192.63.231.110 MyApplication MyCluster
Syntax
The eportalundeploy command uses the following syntax:
eportalundeploy usercode password domain address deployedname webcluster [options]
The eportalMSundeploy command uses the following syntax:
eportalMSundeploy usercode password domain address deployedname webcluster [options]
Where:
usercode is the usercode to access the management web service.
password is the password for the management web service.
domain is the domain for the management web service.
address is the DNS name or IP address of the web service.
deployedname is the name of the application.
webcluster is the name of the web cluster to undeploy from.
options here are zero or more values. Each option consists of a double hyphen immediately followed by a lowercase keyword, or a single hyphen followed by a character. Each option includes an argument, except for the --help (-?) and the --secure (-s) options. The option argument is separated from the option by one or more spaces. If the option argument contains a space, it must be enclosed in double quotes. The options are described as follows:
Options | Description |
---|---|
--help, -? | This option does not have any option argument. Displays help text for the command. |
--syncmethod, -m | is the synchronization method to use in undeploying the application. The methods used are: offline, online, serial, and phased. If the option is not used, by default synchronization method is online. |
--drainwaittime, -w | is the time in seconds to wait for users to end the session before removing a running application from the Web Cluster. This option is not applicable if the synchronization method is set to online. |
--secure, -s | Use secure (HTTPS) connection to the Web Service to initiate the deploy operation. |