Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pend-TLD

Status
Not open for further replies.

northwick

Technical User
May 17, 2004
35
GB
Have a drive in Device Monitor (NBU 5.0 Mp1) showing as pend-tld. Running SSO between 2 Media servers.

Anyone know what pend-tld means?

 
Check out this technote:


Exact Error Message
PEND-TLD
PEND-ACS
PEND-TL8

Details:
After a NetBackup process is done with the media, an SCSI release is issued as part of the unmount operation. This release will free the device for access by another Host Bus Adaptor (HBA).

In addition, at the beginning of the startup process avrd issues an SCSI release to all configured tape devices that are currently in the Up state. This is done to release devices that were reserved at the time of a system re-boot or crash. The SCSI release command will return tape devices to general availability after a system crash.


Error Recovery:
To recover a device that is reserved by an HBA that crashes or otherwise was unable to issue the SCSI release command, you can use the following option for the Media Manager vmoprcmd command:

vmoprcmd -crawlreleasebyname drive_name

This option requests all hosts that are registered to use the drive to release the drive (using the SCSI release command).

Issue the vmoprcmd command on the host that is the device allocator (DA host) or use the -h option on the command to specify the DA host.

Caution: You can use this command after a PEND status has been displayed in Device Monitor in the NetBackup Administration Console, but do not issue this command during backups. See "Drive Status List of the Device Monitor" on page 65 of the "NetBackup 4.5 Shared Storage Option System Administrator's Guide for UNIX and Windows".

See your Media Manager system administrator's guide for the complete syntax and more information on using the vmoprcmd command.



SCSI Reserve/Release Logging and Conflict Notification:
The bptm process logs all SCSI reserve/release commands. The bptm log should be checked on all hosts to ensure the SCSI reserve operation is being logged (look for SCSI RESERVE in the log).

The avrd process monitors all tape devices. NetBackup manages access to tape devices, such that a properly configured system will not receive the RESERVATION CONFLICT status from a tape device.


Reservation Conflict:
If avrd gets a RESERVATION CONFLICT status, avrd changes the status of the device to PEND and writes the following message in the system log:

Reservation Conflict status from DRIVENAME (device NUMBER)

When the conflict is resolved, the following message will be written to the log:

Reservation Conflict status cleared from DRIVENAME (device NUMBER)

If this conflict occurs, some sort of mis-configuration is present (for example, the tape drive is reserved, but should not be) and the configuration problem should be corrected. A possible cause of this conflict is if an operating system crashes or a hardware failure has left a device reserved (see "Issuing the Release" on page 75 of the "NetBackup 4.5 Shared Storage Option System Administrator's Guide for UNIX and Windows").

Also in the Device Monitor or the output from the vmoprcmd command, PEND in the Control column means that a reservation conflict has occurred. See "Drive Status List of the Device Monitor" on page 65 of the "NetBackup 4.5 Shared Storage Option System Administrator's Guide for UNIX and Windows".



Bob Stump
Incorrigible punster -- Do not incorrige
 
Tryed the vmprocmd -crawlbyreleasename command:

Get the error ' Unknown drive name'

vmoprocmd output:

Drv DriveName Shared Assigned Comment
0 r1_LTO2_drive01 Yes -
1 r1_LTO2_drive02 Yes -
2 r1_LTO2_drive03 Yes -
3 r1_LTO2_drive04 Yes -
4 r1_LTO2_drive05 Yes -
5 r1_LTO2_drive06 Yes -
6 r1_LTO2_drive07 Yes -
7 r1_LTO2_drive08 Yes -
8 r1_LTO2_drive09 Yes -
9 r1_LTO2_drive10 Yes -

Typed in the drive name as specified in the DriveName field.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top