IBM Tivoli Storage Manager, Version 7.1

DELETE PATH (Delete a path)

Use this command to delete a path definition

Privilege class

To issue this command you must have system privilege or unrestricted storage privilege.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-DELete PATH--source_name--destination_name------------------->

                           (1)     
>--SRCType--=--+-DATAMover-----+-------------------------------->
               '-SERVer--------'   

                        (2)                               
>--DESTType--=--+-DRive------LIBRary--=--library_name-+--------><
                '-LIBRary-----------------------------'   

Notes:
  1. This parameter is only available on AIX, HP-UX, Linux, Solaris, Windows operating systems.
  2. This parameter is only available on AIX, HP-UX, Linux, Solaris, Windows operating systems.

Parameters

source_name (Required)
Specifies the name of the source of the path to be deleted. This parameter is required.

The name specified must be that of a server or data mover that is already defined to the server.

destination_name (Required)
Specifies the name of the destination of the path to be deleted. This parameter is required.
SRCType (Required)
Specifies the source type of the path to be deleted. This parameter is required. Possible values are:
DATAMover
Specifies that a data mover is the source.
SERVer
Specifies that a storage agent is the source.
DESTType (Required)
Specifies the type of the destination. Possible values are:
DRive LIBRary=library_name
Specifies that a drive is the destination. The DRIVE and LIBRARY parameters are both required when the destination type is drive.
LIBRary
Specifies that a library is the destination.
Attention: If the path from a data mover to a library is deleted, or the path from the server to a library is deleted, the server will not be able to access the library. If the server is halted and restarted while in this state, the library will not be initialized.

Example: Delete a NAS data mover path

Delete a path from a NAS data mover NAS1 to the library NASLIB.
delete path nas1 naslib srctype=datamover desttype=library

Related commands

Table 1. Commands related to DELETE PATH
Command Description
DEFINE DATAMOVER Defines a data mover to the Tivoli Storage Manager server.
DEFINE PATH Defines a path from a source to a destination.
PERFORM LIBACTION Defines all drives and paths for a library.
QUERY PATH Displays information about the path from a source to a destination.
UPDATE PATH Changes the attributes associated with a path.


Feedback