cmu_image_commit(8)

NAME

cmu_image_commit -- Save a backup image previously expanded with cmu_image_open.

SYNOPSIS

#/opt/cmu/bin/cmu_image_commit <-h -i imagename [-n new_image_name]>

DESCRIPTION

Saves an HP Insight CMU backup image that was previously expanded with the cmu_image_open command.

OPTIONS

-h

show help

-i

specifies the name of the HP Insight CMU backup image to commit

-n

specifies the name of the new image where the expanded and modified image will be saved; if omitted, then the new image will replace the original image

EXAMPLES

To commit changes to the image rh5u5_x86_64 into the image itself:

#/opt/cmu/bin/cmu_image_commit -i rh5u5_x86_64

To commit changes to the image rh5u5_x86_64 into the new image rh5u5_x86_64_new, leaving rh5u5_x86_64 in its original state:

# /opt/cmu/bin/cmu_image_commit -i rh5u5_x86_64 -n rh5u5_x86_64_new

180

Page 180
Image 180
HP Insight Cluster Management Utility manual Cmuimagecommit8, # /opt/cmu/bin/cmuimagecommit -i rh5u5x8664