Verifying Platform Manager installation
You can verify that Platform Manager was installed successfully by using the following procedures.
To review installation log files
- If you just completed the installation and the installer prompts you to view the installation log, perform the following steps:
- Click View Log.
- Check the log file for SEVERE errors and import failures.
- Skip to step 4.
- Log on to the server that hosts Platform Manager.
- Navigate to each directory listed in the following table and check the specified log files for the errors described in the Action column.
Within the path names specified in the table:- On Microsoft Windows, <installPath> is C:\Program Files\BMC Software\BMCCloudLifeCycleManagement.
On Linux, <installPath> is /opt/bmc/BMCCloudLifeCycleManagement.
Directory
Log file
Action
Windows:
C:\Windows\Temp
Linux:
/tmpbmcclm_install_log.txt
Verify that no SEVERE errors are reported in the log file.
Windows:
<installPath>\logs
Linux:
<installPath>/logsAll log files in the directory
Verify that no import failures are reported in the log files.
Windows:
<installPath>\Platform_Manager
Linux:
<installPath>/Platform_Managerwrapper.log
Verify that no JVM startup errors are reported in the log file.
Windows:
<installPath>\Platform_Manager\Logs
Linux:
<installPath>/Platform_Manager/LogsAll log files in the directory
Verify that no import failures are reported in the log files.
If no error messages were reported, the installation was successful and you can skip the rest of the verification procedures for BMC ProactiveNet Central Server.
- For all error, (including SEVERE) messages, verify that the required services are running.
- If a SEVERE error message was reported, additionally perform the steps documented in the Resolving-a-Severe-error-message-in-the-installation-log topic.
To verify that the required services are running
- Verify that the required services are running:
- Windows:
- Select Start > Administrative Tools > Services.
The Services window opens. - Verify that the BMC CSM service is started, as shown in the following figure:
- Select Start > Administrative Tools > Services.
- Linux:
- From a command prompt, type the following command:
ps -ef | grep -i bmccsm - In the resulting filtered output, look for the following process names: bmccsm and osgi.
- From a command prompt, type the following command:
- Windows:
- If the required services are not running, start Platform Manager.
- (Windows) From the Services window, select the BMC CSM service, and click Start the service.
- (Linux) From a command prompt, type the following command:
/etc/init.d/bmccsm start