Top
ServerView Resource Orchestrator Cloud Edition V3.1.1 Reference Guide (Command/XML)
ServerView

5.24 rcxvmdisk

Name

[Windows Manager]
Installation_folder\SVROR\Manager\bin\rcxvmdisk - Output of disk resource configuration information (partial) for virtual L-Servers

[Linux Manager]
/opt/FJSVrcvmr/bin/rcxvmdisk - Output of disk resource configuration information (partial) for virtual L-Servers


Format

rcxvmdisk -dir The_name_of_the_folder_that_stores_the_information_output_by_the_rcxvmdiskagt_command

Description

rcxvmdisk is the command that outputs a part of disk resource configuration information for virtual L-Servers to the standard output in XML format.

The following detailed information is displayed:

Table 5.12 Disk Resource Configuration Information for Virtual L-Servers (Partial)

Element Name/Attribute Name

Description

VmHost/ip

The admin LAN IP address for the VM host

Disk/path

Absolute path to the raw device or partition recognized by the VM host

Disk/size

The capacity of the raw device or partition recognized by the VM host (unit: GB)

By saving the output information in a file and making the following changes to the file, the file can be specified for the -file option of the rcxadm disk register command, etc.

Options

-dir directory

For dir, specify the name of the folder for storing output information of the rcxvmdiskagt command executed on each VM host.

Note

  • Create the folder to specify for the -dir option in advance. It is necessary to use this folder to store the information output when the rcxvmdiskagt command is executed on each VM host. In addition, those files must have the extension "xml".

    Files with extensions other than "xml" in that folder are ignored.

    Only files with the extension "xml" are treated as operation targets. When the extension is "xml", do not execute the following:

    • Store files other than those containing the information output by the rcxvmdiskagt command in that folder.

    • Redirect the standard output of this command to the directory specified in the -dir option.

  • The folder specified for the -dir option can be specified using an absolute path or a relative path.

  • When there is no file containing the information output by the rcxvmdiskagt command in the folder specified for the -dir option, the elements other than the VmHost element and its child elements are output.


Examples

Note

  • This command should be performed using a user account with administrative privileges within the operating system.

  • The information output by this command will be the input information for the rcxadm disk register command and the rcxadm disk modify command. Therefore, the output information must be saved as a file.

  • There are no limitations on the names of the files that store the output information of this command, except that the file extension must be "xml".