Loader

Command Prompt Method

To back up the Panorama PON EMS for Windows, use the syntax and procedures described below.

Backupems Parameter Table

  1. Backupems command usage:
    C:TellabsPanoramaPONbbmgrserverbackupems [-dhni?] [-l logdir] [-u user] [-p password] [-s sid] 
    [-b backupdir [-n backupfilename]
  2. The parameters for the backupems command are the same for the Postgres and Oracle databases: 
Parameter Definition
-i

Non-interactive operation.

To use the command line method, this parameter must be specified. For all other parameters, specify only those whose default values need to be changed.

-in the The name of the Postgres or Oracle user that is used to perform the backup. Defaults to the system user.
-p The password of the Postgres or Oracle user that is used to perform the backup. Defaults to Tellabs.
-s The SID or name of the Postgres or Oracle database to be backed up. Defaults to EMS.
-l The directory where the log files are written. Defaults to "backuplogs" in the user’s home directory. The backup creates the directory if it does not exist.
-b The directory where the backup file is to be written. Defaults to "backupfiles" in the user’s home directory. The backup creates the directory if it does not exist. Not valid without the -n parameter.
-n

The name of the backup file that is written to the directory specified by the -b parameter. Not valid without the -b parameter.

-h View the command help (this table).