Creating a node on the IBM Storage Protect server

After you install the IBM Storage Protect client and IBM Storage Protect Snapshot, you must set up a node name and password and register your node with the IBM Storage Protect server. When a new node is registered, an administrative user ID must be created for the node. The IBM Storage 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 Storage Protect server where the backups of your data are stored. You must set up a client node and an IBM Storage 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 Storage Protect administrative command line client. If you did not install the administrative client, the nodes must be registered on the IBM Storage Protect server.

Procedure
  1. Start an administrative client session by entering the following command at the command line:
    C:\Program Files\Tivoli\TSM\baclient\dsmadmc
  2. To register a client node, enter the following command:
    reg node client_nodenamepassword 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
  3. To register an IBM Storage Protect Snapshot for Microsoft SQL Server node, enter the following command:
    reg node sql_nodenamepassword backdel=yes userid=sql_nodename
    where sql_nodename is the node name for the IBM Storage 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 Storage Protect Snapshot for Microsoft SQL Server, add _sql to the end of the node name.
  4. To register the AlwaysOn node, enter the following command:
    reg node alwayson_nodenamepassword 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 Storage Protect server policy sets, the IBM Storage Protect must define the policy domains, policy sets, management classes, copy groups, and storage pools.

These definitions are necessary to meet your IBM Storage Protect Snapshot backup and restore requirements. For VSS operations, IBM Storage Protect server authentication must be on.