1.1.8 Install ORC on machine

This topic provides information on Install ORC on machine.

  1. Launch putty and login with root user.
  2. Navigate to the chef repo path, cd /scratch/obma_installer/chef-repo
    Example: cd /scratch/obma_installer/chef-repo
  3. 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

  4. 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-*

  5. 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!
  6. Verify the version as mentioned in Point#3 above.