Manually installing the stand-alone RSCD Agent
In some situations, you might need to manually install the stand-alone 64-bit RSCD Agent instead of using the BMC Cloud Lifecycle Management Installer.
The RSCD Agent is required on all target VMs where BMC Cloud Lifecycle Management component products are going to be installed. The BMC Network Shell (NSH) on the BMC Cloud Lifecycle Management installation host communicates with the RSCD agent to deploy the component products.
Notes
- Installing the RSCD agent by using domain user credentials is not supported in this release.
- If you are installing the RSCD agent on a Linux server, install it in local mode. To do this, use the
-local
parameter with thesetup.sh
command.
To manually install the RSCD Agent
- If the RSCD Agent is already installed, uninstall it first by using the BMC Server Automation uninstaller.
- On the installer computer, navigate to the BL-RSCD folder.
- Navigate to:
- On Microsoft Windows: C:\InstallPlanner\media\Applications\BL-RSCD\Windows.
- On Linux: /opt/InstallPlanner/media/Applications/BL-RSCD/Linux.
- Copy the setup executable file.
- Paste the executable file to the target computer.
Manually launch the RSCD Agent installer.
For Linux, execute the following commands:export NSHDIR=/opt/bmc/rscd/NSH export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/bmc/rscd/NSH/lib export INSTALL_DIR="/opt/bmc/rscd";sh /data1/Linux/setup.sh -local -autostart -silent
- Edit the last line in the exports file:
- On Windows:
- Edit C:\Windows\rsc\exports.
- Change the last line to
rw,user=Administrator
.
- On Linux:
- Edit /etc/rsc/exports.
- Change the last line to
rw,user=root
.
- On Windows:
- Save the file.
- Restart the RSCD agent.
- On Windows, restart from the Services panel.
- On Linux, run the following command:
/etc/init.d/rscd start
- Verify if the profile of the user that is mapped to the RSCD Agent in C:\Windows\rsc\exports (Windows) and /usr/lib/rsc (Linux) exists.
If you do not verify this information, the product installations probably will not launch properly.- On Windows:
- Log on to the computer using the Administrator user.
- Verify that the C:\Users\Administrator folder exists.
- On Linux:
- Log on to the computer using the root user.
- Verify that the /root folder exists.
- On Windows:
Related topics
System requirements
Preparing to run the installer on a Windows computer
Performing the installation
Comments
Log in or register to comment.