The vm2class utility creates an appliance class from a Linux guest installed on z/VM.
util vm2class app_name=name userid=user_id
vol1_addr=virtual_address1 [… volN_addr=virtual_addressn]
[--unmanaged] [--batch]
Defines the name of the application to create. The name of the created class is name:VM2CLASS.
Specifies the user ID of the Linux guest from which you want to create the appliance class.
Specifies the virtual address of a minidisk, as defined in the user entry in the z/VM user directory. The device is added as a CA AppLogic® volume. One or more volumes can be specified. The volumes have the following characteristics:
(Optional) Creates an unmanaged appliance.
Default: Managed
(Optional) Specifies noninteractive mode. On failure, the created appliance gets cleaned.
Default: Interactive mode
The utility supports the following minimum OS releases:
This example creates a managed class my-app:VM2CLASS with two volumes from user ID LNXGOLD1 using the noninteractive mode:
util vm2class app_name=my-app userid=LNXGOLD1 vol1_addr=0203 vol2_addr=0204 --batch
|
Copyright © 2013 CA.
All rights reserved.
|
|