How do I restore the NE configuration files?

Note: Depending on the size and number of NE configuration files, a restore operation may take considerable time.

Steps
 

Log in to the standalone or primary main server station as the nsp user.


Open a console window.


Copy the appropriate NE configuration archive file to the /opt/nsp/nfmp/nebackup/backup directory.

Note: An NE configuration archive file is named using the file creation time, and has the following format:

YYYY-MM-DD-hh-mm.tgz


Enter the following:

Note: If you intend to copy and paste the command from this step into the console window, ensure that you remove the line break from the command text before you paste the text.

bash$ gzip -cd /opt/nsp/nfmp/nebackup/backup/nebackup_YYYY-MM-DD-hh-mm.tgz | tar xf - -C / ↵

where YYYY-MM-DD-hh-mm.tgz is the name of the backup file

The NE configuration files are extracted to the /opt/nsp/nfmp/nebackup directory.


When the restore operation is complete, close the console window.

End of steps