Top
Systemwalker Runbook Automation Installation Guide
Systemwalker

A.2.4 Changing the ServerView Resource Orchestrator/Systemwalker Runbook Automation Settings

Change the ServerView Resource Orchestrator and Systemwalker Runbook Automation Management Server settings.

After changing the settings, restart the operating system. When the operating system has been restarted, the Systemwalker Runbook Automation Management Server and ServerView Resource Orchestrator can both be used.

Procedure that is used to change the Systemwalker Runbook Automation Management Server settings

  1. From the Web Console, connect to the Interstage Java EE Management Console.
    Log in as the operating system administrator.

    [Interstage Management Console URL]

    http://[Management Server host name]:[Operation Management HTTP listener port number]/javaee_admin

    or,

    https://[Management Server host name]:[Operation Management HTTP listener port number]/javaee_admin

  2. From the Web Console, select Common Tasks >> Clusters >> IJCLibpmcon", then display the Web Server Connector settings window.

  3. "RCXCT-ext2" is displayed in the list of Web servers. Select the check box, then click the Save button in the top right of the window.

  4. From the Web Console, select Common Tasks >> Clusters >> IJCLibpmsv", then display the Web Server Connector settings window.

  5. "RCXCT-ext2" is displayed in the list of Web servers. Select the check box, then click the Save button in the top right of the window.

Procedure that is used to change the ServerView Resource Orchestrator settings

When the following software and the Systemwalker Runbook Automation Management Server are used in the same server, execute this procedure.

  • ServerView Resource Orchestrator Cloud Edition V3.0.0

  1. Log in as a user with administrator privileges, execute the following command from the command prompt, and display the IIOP port number.

    [Windows]

    [Command that is executed]

    findstr "IBPMSRV_IIOP_PORT" [Systemwalker Runbook Automation Management Server installation directory]\etc\share\config\setup.ini

    [Command execution example (where 23700 is the IIOP port number)]

    c:\> findstr "IBPMSRV_IIOP_PORT" C:\Fujitsu\Systemwalker\SWRBAM\etc\share\config\setup.ini

    IBPMSRV_IIOP_PORT=23700

    [Linux]

    [Command that is executed]

    # grep "IBPMSRV_IIOP_PORT" /etc/opt/FJSVswrbam/share/config/setup.ini

    [Command execution example (where 23700 is the IIOP port number)]

    # grep "IBPMSRV_IIOP_PORT" /etc/opt/FJSVswrbam/share/config/setup.ini

    IBPMSRV_IIOP_PORT=23700

  2. From the Web Console, connect to the Interstage Management Console.
    Log in as the operating system administrator.

    [Interstage Management Console URL]

    http://[Management Server host name]:[Interstage Management Console port number]/IsAdmin

    or,

    https://[Management Server host name]:[Interstage Management Console port number]/IsAdmin

  3. From the Web Console, select Interstage Management Console >> Interstage Application Server >> System >> WorkUnit >> RCXCT_MyPortal", then click the Stop button.

  4. Once RCXCT_MyPortal has stopped completely, click the Settings tab to display WorkUnit Settings.

  5. Add the following content as the fixed application library paths of WorkUnit Settings.

    [Windows]

    [Interstage Application Server installation directory]\F3FMisjee\imq\lib\jms-ref-lib.jar

    [Interstage Application Server installation directory]\F3FMisjee\lib\appserv-rt-client.jar

    [Interstage Application Server installation directory]\F3FMisjee\lib\appserv-ext.jar

    [Interstage Application Server installation directory]\F3FMisjee\lib\install\applications\jmsra\imqjmsra.jar

    [Interstage Application Server installation directory]\F3FMisjee\lib\appserv-admin.jar

    [Interstage Application Server installation directory]\F3FMisjee\imq\lib\jms.jar

    Note: The default Interstage Application Server installation directory is "C:\Fujitsu\Systemwalker\IAPS".

    [Definition example (default installation destination)]

    C:\Fujitsu\Systemwalker\IAPS\F3FMisjee\imq\lib\jms-ref-lib.jar

    C:\Fujitsu\Systemwalker\IAPS\F3FMisjee\lib\appserv-rt-client.jar

    C:\Fujitsu\Systemwalker\IAPS\F3FMisjee\lib\appserv-ext.jar

    C:\Fujitsu\Systemwalker\IAPS\F3FMisjee\lib\install\applications\jmsra\imqjmsra.jar

    C:\Fujitsu\Systemwalker\IAPS\F3FMisjee\lib\appserv-admin.jar

    C:\Fujitsu\Systemwalker\IAPS\F3FMisjee\imq\lib\jms.jar

    [Linux]

    /opt/FJSVisjee/imq/lib/jms-ref-lib.jar

    /opt/FJSVisjee/lib/appserv-rt-client.jar

    /opt/FJSVisjee/lib/appserv-ext.jar

    /opt/FJSVisjee/lib/install/applications/jmsra/imqjmsra.jar

    /opt/FJSVisjee/lib/appserv-admin.jar

    /opt/FJSVisjee/imq/lib/jms.jar

  6. Add the following option as the JavaVM option of WorkUnit Settings.
    Leave a space after the existing option then specify WorkUnit Settings.

    -Dcom.sun.appserv.iiop.endpoints=localhost:[IIOP port number]

    [Definition example (IIOP port number is 23700)]

    -Dcom.sun.appserv.iiop.endpoints=localhost:23700

  7. Click the Apply button at the bottom of the window to save the WorkUnit settings.

  8. From the Web Console, select Interstage Management Console >> Interstage Application Server >> System >> WorkUnit >> RCXCF_API, then click the Stop button.

  9. Once RCXCF_API has stopped completely, click the Settings tab to display WorkUnit Settings.

  10. Add the following option as the JavaVM option of WorkUnit Settings.
    Leave a space after the existing option then specify WorkUnit Settings..

    -Djavax.xml.transform.TransformerFactory=org.apache.xalan.xsltc.trax.TransformerFactoryImpl

  11. Click the Apply button at the bottom of the window to save the WorkUnit settings.

  12. Restart the operating system.