Decommissioning a client node

If a client node is no longer required, you can start a process to remove it from the production environment. For example, if a workstation was backing up data to the Tivoli® Storage Manager server, but the workstation is no longer used, you can decommission the workstation.

About this task

When you start the decommission process, the server locks the client node to prevent it from accessing the server. Files that belong to the client node are gradually deleted, and then the client node is deleted. You can decommission the following types of client nodes:
Application client nodes
Application client nodes include email servers, databases, and other applications. For example, any of the following applications can be an application client node:
  • Tivoli Storage FlashCopy® Manager
  • Tivoli Storage Manager for Databases
  • Tivoli Storage Manager for Enterprise Resource Planning
  • Tivoli Storage Manager for Mail
  • Tivoli Storage Manager for Virtual Environments
System client nodes
System client nodes include workstations, network-attached storage (NAS) file servers, and API clients.
Virtual machine client nodes
Virtual machine client nodes consist of an individual guest host within a hypervisor. Each virtual machine is represented as a file space.
The simplest method for decommissioning a client node is to use the Operations Center. The decommission process runs in the background. If the client is configured to replicate client data, the Operations Center automatically removes the client from replication on the source and target replication servers before it decommissions the client.
Tip: Alternatively, you can decommission a client node by issuing the DECOMMISSION NODE or DECOMMISSION VM command. You might want to use this method in the following cases:
  • To schedule the decommission process for the future or to run a series of commands by using a script, specify the decommission process to run in the background.
  • To monitor the decommission process for debugging purposes, specify the decommission process to run in the foreground. If you run the process in the foreground, you must wait for the process to be completed before you continue with other tasks.

Procedure

Take one of the following actions:

What to do next

Watch for error messages, which might be displayed in the user interface or in the command output, immediately after you run the process.

You can verify that the client node is decommissioned:
  1. On the Operations Center Overview page, click Clients.
  2. In the Clients table, in the At risk column, review the state:
    • A DECOMMISSIONED state specifies that the node is decommissioned.
    • A null value specifies that the node is not decommissioned.
    • A PENDING state specifies that the node is being decommissioned, or the decommission process failed.
    Tip: If you want to determine the status of a pending decommission process, issue the following command:
    query process
  3. Review the command output:
    • If status is provided for the decommission process, the process is in progress. For example:
      query process
      
       Process     Process Description           Process Status
        Number
      --------     --------------------     -------------------------------------------
             3          DECOMMISSION NODE        Number of backup objects deactivated 
                                                 for node NODE1: 8 objects deactivated.
    • If no status is provided for the decommission process, and you did not receive an error message, the process is incomplete. A process can be incomplete if files that are associated with the node are not yet deactivated. After the files are deactivated, run the decommission process again.
    • If no status is provided for the decommission process, and you receive an error message, the process failed. Run the decommission process again.