N1 Service Provisioning System 4.1 Installation Guide

ProcedureHow to Back Up a Master Server

Before You Begin

Before you back up the Master Server, you must stop the Master Server. Any Plans or Preflights must be stopped, as well as any other tasks, such as comparisons.


Caution – Caution –

Be sure to specify an output directory when you run the backup script. If you do not specify an output directory, the resultant backup file is saved in the N1SPS4.1-home/server/bin directory. If you are uninstalling and then reinstalling the Master Server and the backup file is in this directory, the backup file is deleted. Consequently, you are not able to restore the Master Server.


Steps
  1. Stop the Master Server.

  2. On the Master Server, change users so that you are root or the owner of the application.

  3. Change to the directory where the backup script is located.


    % cd N1SPS4.1-home/server/bin
    

    N1SPS4.1-home is the home directory of the application.

  4. Start the backup by typing:


    % ./cr_backup.sh options
    

    The following options are available for use with the cr_backup.sh command.

    -b

    Master Server base directory.

    -q

    Quiet. No informative messages are printed.

    -nors

    Skip the Resource Store back up.

    -nodb

    Back up the Resource Manager only.

    -o directory

    Save the backup file in this directory. The backup script verifies that you have write permissions for the directory you specified. If you do not have write permissions for this directory, the script generates an error.

    If you do not specify a directory, the files are saved in the N1SPS4.1-home/server/bin directory.

    -z

    Compress the resulting backup file using UNIX compression.

    -1 logfile

    Write log output to the logfile file instead of the default logfile file.

    -gz

    GZip the resulting backup file if gzip is in PATH.

    -shutdown

    Shut down the Master Server without prompting the user.

    -u

    Print this information.

    -h

    Print this information.

    The script warns that if you proceed Master Server process will stop, if it is not already stopped, thereby canceling any tasks, such as searches, plans, and comparisons, that are in progress

  5. Type y to proceed with the backup.

    The script shows the progress of the backup and displays the location of the backup tar file.

    The script restarts the Master Server.