+

Search Tips   |   Advanced Search


Manage Portal Scripting Interface in the cluster

The Portal Scripting Interface allows you to create administrative tasks that administrators can run from a command line. Prepare the cluster to manage Portal Scripting Interface.

To manage Portal Scripting Interface:

  1. Perform the following steps before using the Portal Scripting Interface for the first time:

    1. Verify that the wp.wire.jar file is present in the AppServer_root/lib directory on the deployment manager machine.

    2. If the file is not present, copy the file from the AppServer_root/lib directory on any WebSphere Portal node to the AppServer_root/lib directory on the deployment manager machine.

    3. Restart the deployment manager.

  2. Run...

      following

    to connect the scripting client to the WAS Network Deployment SOAP port: where:

    • ND SOAP Port is the WAS Network Deployment machine's SOAP connector-address. Default is 8879.

    • user is the WAS administrative user name.

    • password is the administrative user password.

    Option Description
    Windows wpscript.bat -port ND SOAP Port -user user -password password
    UNIX ./wpscript.sh -port ND SOAP Port -user user -password password
    i5/OS wpscript.sh -port ND SOAP Port -user user -password password


Parent topic:

Manage the cluster