After you install the IBM Spectrum
Protect client and IBM Spectrum Protect
Snapshot, you must set up a node name
and password and register your node with the IBM Spectrum
Protect server.
When a new node is registered, an administrative user ID must be created for the node. The IBM Spectrum
Protect server administrator must specify the
userid option with the register node command.
About this task
When you register your node, you create a file space on the IBM Spectrum
Protect server where the backups of your data are stored.
You must set up a client node and an IBM Spectrum Protect
Snapshot node. If you are protecting availability databases in an AlwaysOn Availability
Group, you must also register the AlwaysOn node.
Follow these procedures if you installed the IBM Spectrum
Protect administrative command line client. If
you did not install the administrative client, the nodes must be registered on the IBM Spectrum
Protect server.
Procedure
-
Start an administrative client session by entering the following command at the command
line:
C:\Program Files\Tivoli\TSM\baclient\dsmadmc
-
To register a client node, enter the following command:
reg node client_nodename password backdel=yes userid=client_nodename
where
client_nodename is the node name for the client and
password
is the password that you want to use for the client. The
backdel=
yes parameter indicates that you can delete backup
objects in your file space on the server. The node name and administrative user ID must be the
same.
For
example:
reg node doomvm3 doomvm3passwd backdel=yes userid=doomvm3
-
To register an IBM Spectrum Protect
Snapshot for Microsoft SQL Server node,
enter the following command:
reg node sql_nodename password backdel=yes userid=sql_nodename
where
sql_nodename is the node name for the
IBM Spectrum Protect
Snapshot for Microsoft SQL ServerData
Protection node and
password is the password to use for the SQL node. The
backdel=
yes parameter indicates that you can delete backup
objects in your file space on the server. The node name and administrative user ID must be the
same.
For
example:
reg node doomvm3_sql doomvm3sqlpasswd backdel=yes userid=doomvm3_sql
Tip: To easily identify the node as a node for IBM Spectrum Protect
Snapshot for Microsoft SQL Server, add _sql
to the end of the
node name.
-
To register the AlwaysOn node, enter the following command:
reg node alwayson_nodename password backdel=yes userid=alwayson_nodename
where
alwayson_nodename is the name for the AlwaysOn node and
password is the password that you want to use for the AlwaysOn node. The
backdel=
yes parameter indicates that you can delete backup
objects in your file space on the server. The node name and administrative user ID must be the
same.
For
example:
reg node myalwaysonnode alwaysonpasswd backdel=yes userid=myalwaysonnode
What to do next
To use IBM Spectrum
Protect server policy sets, the
IBM Spectrum
Protect must define the policy domains,
policy sets, management classes, copy groups, and storage pools.These definitions are necessary
to meet your IBM Spectrum Protect
Snapshot backup
and restore requirements. For VSS operations,
IBM Spectrum
Protect server authentication must be
on.