Installing Virtuozzo Automator Components
If you install Virtuozzo Server 7 with CLI management, no Virtuozzo Automator components are installed automatically along with it, but you can do so manually.
Installing Virtuozzo Automator means installing the VA Management Node and VA Agent components on corresponding servers. The following sections explain how to do so.
Installing VA Management Node
To install the VA MN on a physical server or in a virtual environment, download and run the deployment script:
| |
The script will do the following:
- Add the repository with VA MN packages to the system.
- Install the VA Management Node package groups from the repository: “VA Management Node” and “VA Control Center”.
- Attempt to create rules for
firewalldand open ports required for VA MN. If the firewall service is not running during installation but may be launched later, you will need to create the rules and open the ports manually. - Start the VA Management Node and Control Center services:
va-mnandva-cc.
The installation log will be saved in /var/log/deploy-va-mn.log.
Installing VA Agent
To install the VA Agent on a physical server running Virtuozzo Server 7, download and run the deployment script:
| |
The script will do the following:
- Add the repository with VA Agent packages to the system.
- Install the VA Agent package group from the repository: “VA Agent”.
- Attempt to create rules for
firewalldand open ports required for VA Agent. If the firewall service is not running during installation but may be launched later, you will need to create the rules and open the ports manually. - Start the VA Agent service:
va-agent.
The installation log will be saved in /var/log/deploy-va-agent.log.
Using Additional Deployment Script Options
The deployment scripts have additional options that may be of use in certain situations.
To have a log file saved in a custom location, use the
-loption:1# ./deploy-va-mn -l <custom_log_path>To skip checking for Internet connection while installing the VA MN, use the
--skip-inet-checkoption:1# ./deploy-va-mn --l --skip-inet-checkThis option can be used if you are installing VA MN from a local repository.