Top
ServerView Resource Orchestrator V2.2.1 User's Guide

E.4.1 rcxadm image

rcxadm image is an existing RCVE command. For details, refer to the "ServerView Resource Coordinator VE Command Reference". This section explains the additional functions.

Name

[Windows]
Installation_folder\Manager\bin\rcxadm image - image operations

[Linux]
/opt/FJSVrcvmr/bin/rcxadm image - image operations


Format

rcxadm image create -server resource -name image [-comment comment] [-to pool] [-storage vstorage] [-nowait]
rcxadm image delete -server resource -version version
rcxadm image restore -server resource [-version version] [-nowait]
rcxadm image list -type cloning [-name image] [-detail]
rcxadm image list -type snapshot [-server resource] [-detail] rcxadm image snapshot -server resource [-comment comment] [-online] [-nowait] rcxadm image move -name image -to pool [-nowait]

Description

The additional functions of rcxadm image are indicated below.

Subcommands

create

Collects a cloning image of the specified L-Server.

list

Displays the cloning images and snapshot images of the specified L-Server.

delete

In addition to the existing RCVE function, an L-Server snapshot can be deleted with the delete subcommand.

restore

In addition to the existing RCVE function, an L-Server snapshot can be restored with the restore subcommand.

snapshot

Collects a snapshot of the specified L-Server.
Setting is only possible when the server type is "Virtual".

move

Images registered in the orchestration tree are moved between resource pools.


Options

-server resource

Specify the name of the L-Server in resource.

-nowait

Use this option to return directly to the command prompt without waiting for the operation specified in the subcommand to complete its execution.

-to pool

Specify the name of the resource pool for storing the cloning image or the name of the destination resource pool.
If omitted, it is assumed that the resource pool with the highest priority from the resource pools with update rights has been specified.

-storage vstorage

Enter the name of the virtual storage or the library shared folder for storing the collected cloning image.
If omitted, it is assumed that the virtual storage resource containing the L-Server for collecting cloning images has been specified.

[Hyper-V]
It is assumed that the name of the regulated shared library folder on the SCVMM server is specified.

-type cloning|snapshot

Specify the type of image. If you specify snapshot, a snapshot image is displayed.

-detail

Displays the detailed information for the type of image.

-comment comment

In comment, enter a comment that identifies the snapshot.
Enter up to 128 alphanumeric characters or symbols.
However, use of percent signs ("%"), back slashes ("\"), and double quotes (") is not allowed in comment.

Note

If blank spaces are included in comment, enclose the comment character string using double quotes ( " ).

-online

Specify when executing a snapshot, regardless of the status of the L-Server.

-name image

In image, enter a name to identify the collected cloning image.

Note

  • When creating an image, a template is created in the server virtualization software with the following name:

    Server Virtualization Software

    Name in Server Virtualization Software

    VMware
    Hyper-V

    Cloning_image_name@version_number

    When creating a template in the server virtualization software, do not use a name with the above format.

  • When creating a template from a VM guest in the server virtualization software, set the system disk of the VM guest as indicated below.

    Server Virtualization Software

    System Disk

    VMware

    Disk with SCSI controller: 0, ID:0

    Hyper-V

    Device, Primary channel (0)

  • Make sure the name image specified when creating an image does not conflict with the name of the cloning image for the physical server. For details on the cloning image of the physical server, refer to the information about cloning in the "ServerView Resource Coordinator VE Setup Guide".