sysconf config export

Exports a configuration backup file from the file system to the internal HSM, or to an external backup token.This command overwrites the existing configuration file with the same name.

-serialnumber is required if -devicetype is "token" and optional if -devicetype is "hsm".

SO login is required before running this command if -devicetype is "hsm" or "token".

The maximum size of configuration files that can be exported is 64 KB. The Luna Network HSM 7's Admin/SO partition has a maximum capacity of 384 KB.

User Privileges

Users with the following privileges can perform this command:

>Admin

Syntax

sysconf config export -file <filename> [-devicetype <devicetype>] [-serialnumber <serialnum>] [-force]

Argument(s) Shortcut Description
-devicetype <devicetype> -d Device Type (hsm, token)
-file <filename> -fi Name to be assigned to the exported configuration backup file.
-force -fo Force Action (no prompting for confirmation)
-serialnumber <serialnum> -s Token Serial Number

Example

lunash:>sysconf config export -file local_host_Config_20170301_1212.tar.gz -devicetype hsm -serialnumber 66331


WARNING !!  This command exports the configuration backup file: local_host_Config_20170301_1212.tar.gz to the hsm.
It will overwrite the existing configuration file with the same name on the hsm.
If you are sure that you wish to proceed, then type 'proceed', otherwise type 'quit'.

> proceed
Proceeding...


Command Result : 0 (Success)