Tripp Lite EVMA8365X NEW Eaton G4 3-Phase Managed Rack PDU, 208V, 42 Outlets, 40A, 14.4kW, CS8365 Input, 10 ft. Cord, 0U Vertical

Eaton G4 Gigabit Network Module GNM Firmware User Guide - Page 115

For EVMA8365X NEW.

PDF File Manual, 231 pages, Read Online | Download pdf file

EVMA8365X NEW photo
Loading ...
Loading ...
Loading ...
Maintenance
Contextual help of the web interface – 115
Description
Save_configuration and restore_configuration are using JSON format to save and restorecertain part of the configuration of
the card.
Help
save_configuration -h
save_configuration: print the card configuration in JSON format to standard output.
restore_configuration -h
restore_configuration: restore the card configuration from a JSON-formatted standard
input.
Examples of usage
From a linux host:
Save over SSH:sshpass -p $PASSWORD ssh $USER@$CARD_ADDRESS save_configuration -p $PASSPHRASE> $FILE
Restore over SSH:cat $FILE | sshpass -p $PASSWORD ssh $USER@$CARD_ADDRESS restore_configuration -p
$PASSPHRASE
From a Windows host:
Save over SSH:plink $USER@$CARD_ADDRESS -pw$PASSWORD -batch save_configuration -p $PASSPHRASE > $FILE
Restore over SSH:type $FILE | plink $USER@$CARD_ADDRESS -pw $PASSWORD -batch restore_configuration -p
$PASSPHRASE
(Require plink tools from putty)
Where:
$USER is user name (the user shall have administrator profile)
$PASSWORD is the user password
$PASSPHRASE is any passphrase to encrypt/decrypt sensible data.
$CARD_ADDRESS is IP or hostname of the card
$FILE is a path to the JSON file (on your host computer) where the configuration is saved or restored.
sanitize
Description
Sanitize command to return card to factory reset configuration.
Access
Administrator
Loading ...
Loading ...
Loading ...