### Start WebSphere Application Server (AIX/Windows) Source: https://www.ibm.com/docs/en/cmre/8.5.0/index_topic=enabler-installing-content-manager-records Commands to start the WebSphere Application Server 'server1'. This is a prerequisite for installing Content Manager Records Enabler. The command differs based on the operating system. ```bash startServer.sh server1 ``` ```batch startserver server1 ``` -------------------------------- ### Launch Content Manager Records Enabler Installation (AIX/Windows) Source: https://www.ibm.com/docs/en/cmre/8.5.0/index_topic=enabler-installing-content-manager-records Commands to launch the installation program for Content Manager Records Enabler. The appropriate script is executed based on the operating system. ```bash rme_launchpad.sh ``` ```batch rme_launchpad.bat ``` -------------------------------- ### Specify DB2 JRE for Installation (AIX/Windows) Source: https://www.ibm.com/docs/en/cmre/8.5.0/index_topic=enabler-installing-content-manager-records Commands to run the Content Manager Records Enabler installation program directly, specifying the DB2 Content Manager JRE path. This is useful if the Java support has communication problems with IBM Records Manager. ```bash setup-cmre-8.5.00.exe -is:javahome $IBMCMROOT/java/jre ``` ```batch setup-cmre-8.5.00.exe -is:javahome %IBMCMROOT%\java\jre ``` -------------------------------- ### Silent Installation Command for AIX Source: https://www.ibm.com/docs/en/cmre/8.5.0/index_topic=installations-running-silent-installation Runs the silent installation of CMRE 8.5.0 on an AIX system. This command must be executed from the installation directory and requires the path to the response file. Verification is done by checking the install log. ```shell ./setup-cmre-8.5.00.exe -silent -options path/mychoices.txt ``` -------------------------------- ### Silent Installation Command for Windows Source: https://www.ibm.com/docs/en/cmre/8.5.0/index_topic=installations-running-silent-installation Executes the silent installation of CMRE 8.5.0 on a Windows system. It requires the path to the executable and a response file containing installation options. Successful completion is confirmed by reviewing the install log. ```shell D:\win\RME85\setup-cmre-8.5.00.exe -silent -options c:\mychoices.txt ``` -------------------------------- ### Export Display for AIX X Window Session Source: https://www.ibm.com/docs/en/cmre/8.5.0/index_topic=enabler-installing-content-manager-records Command to export the display setting when installing Content Manager Records Enabler on AIX using an X window session. This allows the installation panels to be viewed on a specified host. ```bash export DISPLAY=hostname:0.0, ```