168
NetBackup System Administrator’s Guide - Windows NT Server
4
1. Execute the following on the master server (all on one line):
install_path
\NetBackup\bin\admincmd\bpauthsync -vopie
-servers -clients
This synchronizes the key files on all the systems.
2. On the master server, copy the
methods_allow.txt
to a temporary file.
For example,
C:\tmp\ma.txt
.
3. To the temporary file, add an entry for each host that requires
authentication:
vopie : shark
vopie : whale
vopie : dog
vopie : cat
4. Synchronize the
methods_allow.txt
files on the servers and the new
client by executing the following on the master server (all on one line):
install_path
\NetBackup\bin\admincmd\bpauthsync -methods
-methods_allow C:\tmp\ma.txt -servers -clients
The information in
C:\tmp\ma.txt
is written in the
methods_allow.txt
files on the servers and clients.
Example 2 - Disable Authentication for a Client
To disable authentication for the client named cat in the previous figure:
1. Push an empty
methods_allow.txt
file to the client by executing the
following on the master server (all on one line):
Master Server
123.123.56.10
Slave Server
whale
Client
Client
shark
123.123.56.11
dog
123.123.56.20
cat
123.123.56.21
NetBackup 3.2 System Administrator's Guide for Windows NT
NetBackup 3.2 System Administrator's Guide for Windows NT