Change the Cloud Infrastructure Management Software/Systemwalker Software Configuration Manager settings.
After changing the settings, restart the operating system. Operations can be started once the restart of the operating system is complete.
Log in as a user with administrator privileges, open the following file by text editor.
[Windows]
%SWCMDB_INSTALL_PATH%\FJSVcmdba\resources\MDBAD_SQC.xsl |
[Linux]
/opt/FJSVcmdba/resources/MDBAD_SQC.xsl |
Modify the following parts, and save the file.
[Before]
<xsl:param name="create_logical_server">false</xsl:param> |
[After]
<xsl:param name="create_logical_server">true</xsl:param> |
Log in as a user with administrator privileges, execute the following command from the command prompt.
C:\> copy "%SWCMDB_INSTALL_PATH%\FJSVcmdbm\CMDBConsole\WEB-INF\resources\web.xml" "%SWCMDB_INSTALL_PATH%\FJSVcmdbm\CMDBConsole\WEB-INF\web.xml" |
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 |
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 |
From the Web Console, select Interstage Management Console >> Interstage Application Server >> System >> WorkUnit >> CTMG_MyPortal, then click the Stop button.
Once CTMG_Myportal has stopped completely, click the Settings tab to display WorkUnit Settings.
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 |
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 |
Click the Apply button at the bottom of the window to save the WorkUnit settings.
From the Web Console, select Interstage Management Console >> Interstage Application Server >> System >> WorkUnit >> CFMG_API, then click the Stop button. Note that, if there are no CFMG_API WorkUnits, there is no need to do these steps from 11 to 14. Start with step 15.
Once CFMG_API has stopped completely, click the Settings tab to display WorkUnit Settings.
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 |
Click the Apply button at the bottom of the window to save the WorkUnit settings.
Restart the operating system.
After restarting the operating system, log in as a user with administrator privileges, execute the following command.
"%SWCMDB_INSTALL_PATH%\FJSVcmdbm\bin\cmdbrefresh" -q type=AGT_SQC |