Oracle® Secure Backup Reference Release 10.1 Part Number B14236-03 |
|
|
View PDF |
Purpose
Use the pingdev
command to determine whether a device is accessible to Oracle Secure Backup by means of all configured attachments.
For each attachment defined for the device, Oracle Secure Backup performs the following steps:
Establishes a connection to the device
Queries the device's identity by using the SCSI inquiry
command
Closes the connection
For each attachment that is remote from the host running obtool
, Oracle Secure Backup establishes an NDMP session with the remote media server to test the attachment.
See Also:
"Device Commands" for related commandsPrerequisites
You must have the right to manage devices and change device state to use the pingdev
command.
Syntax
pingdev::=
pingd•ev [ --nohierarchy/-H ] [ --quiet/-q | --verbose/-v ] [ --host/-h hostname ]... { --all/-a | devicename ... }
Semantics
Suppresses access to each drive contained in a tape library. By default, obtool
pings each drive contained in the library.
Suppresses output. By default, obtool
displays the output shown in Example 2-101.
Displays verbose output as shown in the following sample output:
ob> pingdev --verbose lib1 Info: pinging library lib1. Info: library lib1 accessible. Info: pinging drive tape1. Info: drive 1 tape1 accessible.
By default, obtool
displays the output shown in Example 2-101.
Specifies the name of the host machine whose attached devices you are pinging.
Pings all defined devices.
Specifies the name of the device that you want to ping. Refer to "devicename" for the rules governing device names.
Example
Example 2-101 pings the tape drive called tape3
. The tape device has attachments to multiple hosts.