12-26-2008 12:06 PM
Is there a way where I could backup the GSS configurations and restore it later.
Solved! Go to Solution.
01-07-2009 07:03 AM
You can perform a full GSSM backup at any time. Doing so does not interfere with the functioning of the GSSM or any of your other GSS devices. Performing a full backup of the GSSM requires access to the GSSM CLI.
To perform a full backup of your GSSM
Step 1 Log on to the CLI of your GSSM, following the instructions in the Cisco Global Site Selector Command Reference. The Cisco CLI prompt appears.
Step 2 Enable privileged EXEC mode, for example:
gss1.yourdomain.com> enable
gss1.yourdomain.com#
Step 3 Use the gssm command to create a full backup of your GSSM. You need to supply a filename for your full backup. For example:
gss1.yourdomain.com# gssm backup full crmfullbk
GSSM database backup succeeded [crmfullbk.full]
Step 4 After you have received confirmation that the GSSM has successfully created your full backup, copy or move the file off your GSSM to ensure that it is not also lost if a media failure or other catastrophic loss occurs on your GSSM.
Either the secure copy (scp) or ftp commands can be used to move your full backup to a remote host, for example:
gss1.yourdomain.com# scp crmfullbk.full server.yourdomain.com:home
01-07-2009 07:03 AM
You can perform a full GSSM backup at any time. Doing so does not interfere with the functioning of the GSSM or any of your other GSS devices. Performing a full backup of the GSSM requires access to the GSSM CLI.
To perform a full backup of your GSSM
Step 1 Log on to the CLI of your GSSM, following the instructions in the Cisco Global Site Selector Command Reference. The Cisco CLI prompt appears.
Step 2 Enable privileged EXEC mode, for example:
gss1.yourdomain.com> enable
gss1.yourdomain.com#
Step 3 Use the gssm command to create a full backup of your GSSM. You need to supply a filename for your full backup. For example:
gss1.yourdomain.com# gssm backup full crmfullbk
GSSM database backup succeeded [crmfullbk.full]
Step 4 After you have received confirmation that the GSSM has successfully created your full backup, copy or move the file off your GSSM to ensure that it is not also lost if a media failure or other catastrophic loss occurs on your GSSM.
Either the secure copy (scp) or ftp commands can be used to move your full backup to a remote host, for example:
gss1.yourdomain.com# scp crmfullbk.full server.yourdomain.com:home
01-11-2009 08:28 AM
Voila!
That took quite a time to be answered.
Thanks.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide