1.1.8 Install ORC on machine
This topic provides information on Install ORC on machine.
- Launch putty and login with root user.
- Navigate to the chef repo path, cd /scratch/obma_installer/chef-repoExample: cd /scratch/obma_installer/chef-repo
- Verify the version of ORC installed in the VM by executing the command, chef-solo --version
Example:[chef-repo]# chef-solo --version
ORC Infra Client: 16.13.16
- If the VM has older version of chef or orc, then remove the same by executing the command yum remove orc-infra-<version_no.>
Example: yum remove orc-infra-16.1*
Alternatively, in case of chef solo installation, remove the same by executing the command yum remove chef-*
- Install the new version of ORC available in shipment THIRD_PARTY_SOFTWARE/orc-infra folder, by executing install_orc.sh script, and the command for same is ./install_orc.sh
Example: [root@machine1 chef-repo]# ./install_orc.sh
Installing ORC INFRA Preparing... ################################# [100%] Updating / installing... 1:orc-infra-16.13.16-2.el7 ################################# [100%] Thank you for installing ORC Infra Client!
- Verify the version as mentioned in Point#3 above.
Parent topic: Installation Steps