meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
domestic:rosplatforma:man:prlsrvctl [2023/01/26 09:38] – [OPTIONS] mchusdomestic:rosplatforma:man:prlsrvctl [2023/01/26 09:40] (current) – [Configuring R-Virtualization Server IP private networks] mchus
Line 155: Line 155:
   * **--global** <//yes//|//no//> - Specify whether the IP subnet defines global range of the IP addresses to be treated as covered by some private network or just particular IP private network.   * **--global** <//yes//|//no//> - Specify whether the IP subnet defines global range of the IP addresses to be treated as covered by some private network or just particular IP private network.
  
-**Configuring Automatic USB Device Assignments\\ +==== Configuring Automatic USB Device Assignments ====
-usb list**+
  
-List the USB devices installed on the server together with the information on their assignments for the current user.+**usb list** - List the USB devices installed on the server together with the information on their assignments for the current user.
  
-**usb set** <//usb_dev_id//> <//vm_uuid// | //vm_name//>+**usb set** <//usb_dev_id//> <//vm_uuid// | //vm_name//> - Assign the USB device with ID <//usb_dev_id//> to the virtual machine <//vm_uuid//>. This USB device will be connected to the specified virtual machine when you start the virtual machine or attach the device to the R-Virtualization server.
  
-Assign the USB device with ID <//usb_dev_id//> to the virtual machine <//vm_uuid//>. This USB device will be connected to the specified virtual machine when you start the virtual machine or attach the device to the R-Virtualization server.+**usb del** <//usb_dev_id//> - Remove the assignment for the USB device with ID <//usb_dev_id//>.
  
-**usb del** <//usb_dev_id//>+==== Configuring templates for Containers ====
  
-Remove the assignment for the USB device with ID <//usb_dev_id//>.+**cttemplate list** - List the OS and application templates installed on the R-Virtualization server.
  
-**Configuring templates for Containers\\ +**cttemplate remove** <//name//> [<//os_template_name//>] - Remove the specified OS or application template from the R-Virtualization server. To delete an application template, you need to additionally indicate the //os_template_name// parameter.
-cttemplate list**+
  
-List the OS and application templates installed on the R-Virtualization server.+**cttemplate copy** <//dst_node//> <//name//> [<//os_template_name//>] [**-f,--force**] - Copies the specified OS or application template from the local server to the destination server **dst_node**. To copy an application template, you need to additionally indicate the //os_template_name// parameter. The destination server must be specified in this format: [user[:password]@]server_IP_address_or_hostname[:port]. If the **--force** option is specified, all validation checks will be skipped.
  
-**cttemplate remove** <//name//> [<//os_template_name//>]+**plugin list** - List all installed R-Virtualization plugins.
  
-Remove the specified OS or application template from the R-Virtualization server. To delete an application template, you need to additionally indicate the //os_template_name// parameter.+**plugin refresh** - Refresh installed R-Virtualization plugins.
  
-**cttemplate copy** <//dst_node//> <//name//> [<//os_template_name//>] [**-f,--force**]+==== Backup management ====
  
-Copies the specified OS or application template from the local server to the destination server **dst_node**. To copy an application template, you need to additionally indicate the //os_template_name// parameter. The destination server must be specified in this format: [user[:password]@]server_IP_address_or_hostname[:port]. If the **--force** option is specified, all validation checks will be skipped. 
  
-**plugin list**+**backup** [**-f,--full**] [**-i,--incremental**] [**-s,--storage** <//user[:password]@server[:port]//>] [**--description** <//desc//>] [**-u,--uncompressed**] - Back up all virtual environments on the node.
  
-List all installed R-Virtualization plugins.+  * **-f,--full** - Create a full backup of each virtual environment on the node. A full backup contains all the virtual environment data. 
 +  * **-i,--incremental** - Create an incremental backup of each virtual environment on the node. An incremental backup contains only the files that were changed since the previous full or incremental backup. This is the default backup type. 
 +  * **-s,--storage** <//user[:password]@server[:port]//> - Specify the host to store backup images at. 
 +  * **--description** <//desc//> - Add a description //desc// to each virtual environment backup. 
 +  * **-u,--uncompressed** Do not compress backup images.
  
-**plugin refresh**+==== Traffic control management ====
  
-Refresh installed R-Virtualization plugins. +**tc restart** Apply the traffic shaping setting to all running virtual environments.
- +
-**Backup management\\ +
-backup** [**-f,--full**] [**-i,--incremental**] [**-s,--storage**\\ +
-<//user[:password]@server[:port]//>] [**--description** <//desc//>]\\ +
-[**-u,--uncompressed**] +
- +
-Back up all virtual environments on the node. +
- +
-**-f,--full** +
- +
-Create a full backup of each virtual environment on the node. A full backup contains all the virtual environment data. +
- +
-**-i,--incremental** +
- +
-Create an incremental backup of each virtual environment on the node. An incremental backup contains only the files that were changed since the previous full or incremental backup. This is the default backup type. +
- +
-**-s,--storage** <//user[:password]@server[:port]//> +
- +
-Specify the host to store backup images at. +
- +
-**--description** <//desc//> +
- +
-Add a description //desc// to each virtual environment backup. +
- +
-**-u,--uncompressed** +
- +
-Do not compress backup images. +
- +
-**Traffic control management\\ +
-tc restart** +
- +
-Apply the traffic shaping setting to all running virtual environments.+
  
 ===== DIAGNOSTICS  ===== ===== DIAGNOSTICS  =====