Configuring the nbmail.cmd script
| Article:HOWTO14638 | | | Created: 2008-01-11 | | | Updated: 2012-04-10 | | | Article URL http://www.symantec.com/docs/HOWTO14638 |
Configuring the nbmail.cmd script
To receive email notifications about backups, the nbmail.com script must be configured for Windows.
Use the following procedure to configure the nbmail.cmd script.
To configure the nbmail.cmd script
-
On a NetBackup master server, copy nbmail.cmd from the following directory: install_path\VERITAS\NetBackup\bin\nbmail.cmd
-
Paste it into the following directory on a master server or on a client: install_path\VERITAS\NetBackup\bin
-
Use a text editor to open nbmail.cmd. Create a backup copy of nbmail.cmd before modifying it.
In some text editors, using the word wrap option can create extra line feeds in the script and render it non-functional.
The following options are used in the script:
-
Most of the lines are informational in nbmail.cmd.
Locate the following lines in the script:
@REM @IF "%~4"=="" ( @REM blat %3 -s %2 -t %1 -i NetBackup -server SERVER_1 -q @REM ) ELSE ( @REM blat %3 -s %2 -t %1 -i NetBackup -server SERVER_1 -q -attach %4 @REM )
-
Adjust the fives lines as follows:
-
Remove @REM from each of the five lines to activate the necessary sections for BLAT to run.
-
Replace SERVER_1 with the name of the email server.For example:
@IF "%~4"=="" ( blat %3 -s %2 -t %1 -i NetBackup -server emailserver.company.com -q ) ELSE ( blat %3 -s %2 -t %1 -i NetBackup -server emailserver.company.com -q -attach %4 )
-
|
|
Legacy ID
316346
Article URL http://www.symantec.com/docs/HOWTO14638
Terms of use for this information are found in Legal Notices









Thank you.