Application Server OS Components Update

The procedure below describes how to update your application server OS components. This procedure is also applicable to any KVM-based server instance. 

  1. Connect to the Control Panel server as a root user via SSH.
  2. Switch from the root to onapp user by running the following command: 

    #su onapp
  3. Log in to the required application server: 

    #ssh root@<ApplicationServerIP>
  4. Update the OS components of the application server using the following command: 

    #yum -y update
  5. Restart the application server by issuing the command below: 

    #shutdown -r now