Skip to content

System Scripts

SolusVM has a set of system scripts that can be used to do certain tasks across the SolusVM cluster.

Scripts are stored in /scripts on the master server.

Current scripts:

  • Update SolusVM components across all nodes
    upcp
    
  • Update SolusVM beta components across all nodes
    upcp-beta
    
  • Check status of free ips
    ipv4check
    
  • Update the status of all virtual servers
    vm-status-update
    
  • Destroy virtual server
    vm-destroy
    
  • Update virtual server information in database
    vm-migrate
    
  • Update Bandwidth limits for all vps on specified node
    update-bandwidth
    
  • Restore virtual server from ftp backup
    ftp-restore
    
  • Enable/Disable IPv6 support for openvz
    openvz-ipv6
    
  • Set admin level to full administrator
    fix-acl
    
  • Run mysqlcheck repair on master database
    database-repair
    
  • Sets a new console password for all vps on specified node
    mass-console-pass
    
  • Display this information
    help
    
    Usage:
/scripts/<command> [args]
Back to top