Updating Voci software

Use the following commands to update V‑Blaze:
  1. Update operating system and Voci packages:
    yum update
  2. Exclude Voci packages and only update operating system packages:
    yum update --exclude voci-\* 
  3. Exclude operating system packages and update Voci packages:
    yum update voci-\* 
Important:

Always restart V‑Blaze after performing updates with the following command:

CentOS / RHEL V6:
service vociserver restart
CentOS / RHEL V7:
systemctl restart vociserver.service