InterviewSolution
| 1. |
What Are The Commands That Are Required To Manage Openvz Virtual Machine? |
|
Answer» The commands that are required to manage OPENVZ are as FOLLOWS: To show a list of all running VPSs we require a COMMAND named vzlist that list the containers and its PARAMETERS.The command that is used with it is: vzlist -a The commands can have many parameters like -o that displays only specified parameters with the name. To calculate the usage for each container's resources a command named vzcalc is used that show all the shared host system resources that is used by a particular container.-v is the parameter that is used to show only the valid containers that are currently in use. The commands that are required to manage OpenVZ are as follows: To show a list of all running VPSs we require a command named vzlist that list the containers and its parameters.The command that is used with it is: vzlist -a The commands can have many parameters like -o that displays only specified parameters with the name. To calculate the usage for each container's resources a command named vzcalc is used that show all the shared host system resources that is used by a particular container.-v is the parameter that is used to show only the valid containers that are currently in use. |
|