-
Notifications
You must be signed in to change notification settings - Fork 0
2.1.02 Relocate RPM Install Path
lrrajesh edited this page Sep 14, 2016
·
1 revision
To install rpm and to relocate the binaries to a different folder add the --relocate switch. Run the following command as root.
shell$ rpm -ivh openrcm-<version>.rpm --relocate /opt/openrcm=<new location>
The following environment variables will need to be set to the new location:
export OPAL_PREFIX=<new_location>
export OPAL_LIBDIR=<new_location>/lib64
export OPAL_DATADIR=<new_location>/share
export LD_LIBRARY_PATH=<new_location>/lib64:$LD_LIBRARY_PATH
export PATH=<new_location>/bin:$PATH:
- Home
-
2 Build and Installation Guide
-
2.1 Sensys Build and Installation
- 2.1.01 Build From SRPMS
- 2.1.02 Relocate RPM Install Path
- 2.1.03 Build From Source Tar Files
- 2.1.04 Build From GitHub Repo
- 2.1.05 Build Dependencies
- 2.1.06 Pre build Configuration
- 2.1.07 Post build Configuration
- 2.1.08 Setting Up pre requisites for RAS Monitoring
- 2.1.09 Startup Instructions
- 2.1.10 Troubleshooting
- 2.1.11 Setting MCA Parameters
- 2.2 Database Installation
-
2.1 Sensys Build and Installation