PreviousNext
JavaScript must be enabled to correctly display this content
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-repo
Example: 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
Installing ORC INFRA
Preparing... ################################# [100%]
Updating / installing...
1:orc-infra-16.13.16-2.el7 ################################# [100%]
Thank you for installing ORC Infra Client!