Deploys the Enterprise Security Manager software to EAServer.
WARNING! Running this command on a machine where you have Enterprise Portal installed removes your portal.
Enterprise Portal installs Enterprise Security Manager automatically.
deploysm --dns_domain domain --easerver_dir eas_dir --security_dir secure_dir [--easerver_host host_name] [--easerver_port port] [--easerver_restart true | false] [--easerver_servername server] [--easerver_password password] [--easerver_username user_name] [--http_port http_port#] [--https_port https_port#] [--overwrite yesno]
Argument |
Datatype |
Default value |
Description |
---|---|---|---|
* dns_domain |
string |
DNS domain of the servers, used for constructing a fully-qualified host name. |
|
* easerver_dir |
string |
EAServer installation directory. |
|
* security_dir |
string |
Enterprise Security installation directory. |
|
easerver_host |
string |
Name of the machine where EAServer is running. |
|
easerver_port |
integer |
9000 |
EAServer connection port. |
easerver_password |
string |
Password for the user identified by easerver_username. |
|
easerver_restart |
boolean |
true |
Specifies whether to restart EAServer when this task completes. |
easerver_servername |
string |
Jaguar |
Name of the server in which to install the software. |
easerver_username |
string |
jagadmin |
User name for the EAServer administrator. |
http_port |
integer |
8080 |
The application server’s default HTTP port. |
https_port |
integer |
8081 |
The application server’s default HTTPS port. |
overwrite |
boolean |
false |
If true, overwrites an existing Enterprise Security Manager. |
Return value |
Indicates |
---|---|
0 |
The command ran successfully; the result is true/success. |
1 |
The command failed. |
This command line example deploys Enterprise Security Manager to EAServer. The arguments provide the DNS domain, the EAServer and Enterprise Security installation directories, the EAServer HTTP and HTTPS port numbers, and the host name and IIOP port number where the middleware is installed.
securetool deploysm --dns_domain sybase.com --easerver_dir /work/EAServer --security_dir /work/Security