You are here: Reference Manual > Client-side Commands (lunacm) > lunacm partition Commands > lunacm partition clone Command

partition clone Command

NAME

partition clone  - clones User Partition objects

SYNOPSIS

    Syntax for "slot to slot backup" (to another token/HSM):

 partition clone -objects <handles> [-force] -password <password> -slot <slot number>

DESCRIPTION

This command clones User partition objects from the HSM into another HSM in the same computer.

OPTIONS

 Command             Short    Description

------------------------------------

-objects      -o          Object handles to extract

-slot         -s          Target slot

-password     -p          Target slot password

-force        -fo         Force Action

 

  Note: <handles> can take on any of the following values

- a single object handle

- zero, to indicate that all objects are to be extracted

- a list of handles, separated by commas  ie.  -objects 3,4,6

Note: "-password" does not apply to PED-authenticated HSMs/tokens.

 

SAMPLE OUTPUT

lunacm:> partition clone -objects 0 -slot 2

        Verifying that the specified objects can be cloned.

All objects will be cloned.

Logging in to target slot 2.

Type 'proceed' to continue, or 'quit' to quit now -> proceed

        The cloned objects have been written to the token in slot 2.

Command Result : No Error

lunacm:>