Starting and stopping the BMC Digital Workplace Catalog server
To start and stop the server
Change to the installLocation folder specified in options.txt.
Replace installLocation with the value specified in options.txt, for example, /opt/bmc/digitalworkplace.
Example[root@server-example install]# cd /opt/bmc/digitalworkplaceRun one of the following commands:
Command
Description
./dwpcontroller startTo start the server and be prompted for credentials, see To start the server with manual prompting(below).
To start the server without prompts, see To start the server without being prompted for credentials(below).
Note: If BMC Support is helping you to migrate your data, start the system by using the ./bin/arsystem start command.
./dwpcontroller stopStops a running server instance.
./bin/arsystem startStart the platform server without starting the application, for the purpose of migrating data from an earlier release.
To start the server with manual prompting
To show you what to expect when you start or restart the server, see the following for typical messages from a healthy startup.
Run the command to start the server.
Example[root@server-example digitalworkplace]# ./dwpcontroller startEnter the BMC_DWP_USER and BMC_DWP_PASSWORD, for example, dwpadmin / dwppassword.
The system shows diagnostic messages as it waits for resources to become available. After about 15 minutes, the system should return to the terminal prompt.After the startup process completes, open the application URL in a web browser to test the application.
Browser location: http://BMC_DWP_SERVER_NAME:8008/myitsbe
Examplehttp://digitalworkplace_catalog-example.com:8008/myitsbe
To start the server without being prompted for credentials
For security reasons, the dwpcontroller start command prompts you to enter the credentials for the administrative user and password specified in the options.txt file as BMC_DWP_USER and BMC_DWP_PASSWORD.
To avoid these prompts, you can include the credentials when you run the command to start the server.
Stop the running application.
Example[root@server-example digitalworkplace]# ./dwpcontroller stopRun the command appended with user credentials.
Example[root@server-example digitalworkplace]# ./dwpcontroller start -u <BMC_AR_USER> -p <BMC_AR_PASSWORD>In the following example, the <BMC_DWP_USER> is "dwpadmin" and <BMC_AR_PASSWORD> is "dwppassword". Encrypted passwords are not supported.
Example[root@server-example digitalworkplace]# ./dwpcontroller start -u dwpadmin -p dwppasswordThe server should start up without prompting you for credentials.
After the startup process completes, open the application URL in a web browser to test the application.
Browser location: http://BMC_DWP_SERVER_NAME:8008/myitsbe
Examplehttp://digitalworkplace_catalog-example.com:8008/myitsbe
Troubleshooting startup issues
If you experience any issues with system startup, review the file /opt/bmc/digitalworkplace/db/sb-start.log for errors. For examples of log messages that can assist your troubleshooting, see Troubleshooting-common-BMC-Digital-Workplace-Catalog-issues-by-using-log-files.