AIX operating systems HP-UX operating systems Linux operating systems Oracle Solaris operating systems
IBM Tivoli Storage Manager, Version 7.1

Updating paths

You can update an existing path by issuing the UPDATE PATH command.

About this task

The following examples show how you can use the UPDATE PATH commands for the certain path types:
  • Library paths

    Update the path to change the device name for a SCSI library named SCSILIB:

    AIX operating systems
    update path server1 scsilib srctype=server desttype=library device=/dev/lb1
    HP-UX operating systems
    update path server1 scsilib srctype=server desttype=library device=/dev/library1
    Linux operating systems
    update path server1 scsilib srctype=server desttype=library 
    device=/dev/tsmscsi/lb1
    Oracle Solaris operating systems
    update path server1 scsilib srctype=server desttype=library device=/dev/rmt/1lb
  • Drive paths

    Update the path to change the device name for a drive named NASDRV1:

    AIX operating systems
    update path nas1 nasdrv1 srctype=datamover desttype=drive
     library=naslib device=/dev/mt1
    HP-UX operating systems
    update path nas1 nasdrv1 srctype=datamover desttype=drive
     library=naslib device=/dev/tsmtape1
    Linux operating systems
    update path nas1 nasdrv1 srctype=datamover desttype=drive
     library=naslib device=/dev/tsmscsi/mt1
    Oracle Solaris operating systems
    update path nas1 nasdrv1 srctype=datamover desttype=drive
     library=naslib device=/dev/rmt/1mt


Feedback