Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Creating the deployment package

To create the deployment package

Run the following CLI utility script to create the deployment.zip file that should later be extracted on the remote monitored instance server. The deployment.zip file can be created once and there is no need to recreate the deployment.zip file for each instance that you want to monitor. This deployment.zip file is later used in the installation stage.

Windows  

...

 infra\bin\psin_cli.bat
                    -i3-user <user_name>
                    {-i3-encrypted-password <encrypted_password> | -i3-clear-password <clear_password>}
                    -action ssl-deployment
                    {-server <SSL target server>}
UNIX            ./infra/bin/psin_cli.sh
                    -i3-user <user_name>
                    {-i3-encrypted-password <encrypted_password> | -i3-clear-password <clear_password>}
                    -action ssl-deployment
                    {-server <SSL target server>}

Table 4-1    Elements 1 Elements of the deployment command

Element

...

Description
i3-

...

userSee Authenticate to CLI Utility on page 8.
i3-encrypted-

...

passwordSee Authenticate to CLI Utility on page 8.
action

...

Always ssl-deployment.

Mandatory: Yes

server

...

SSL target server name

Value: String

Mandatory: No, unless you have more than one SSL Listener.

Anchor
InstallingtheJ2EEremoteinstance
InstallingtheJ2EEremoteinstance
Installing the J2EE remote instance

...