unresdev

Purpose

Use the unresdev command to unreserve a device previously reserved with the resdev command.

See Also:

"Device Commands" for related commands

Prerequisites

You must have the right to manage devices and change device state to run the unmountdev command.

Syntax

unresdev::=

unresd•ev { --all/-a | devicename ... }

Semantics

--all/-a

Unreserve all devices reserved by the current user.

devicename ...

Specifies the name of the device to be unreserved. Refer to "devicename" for the rules governing device names.

Example

Example 2-155 unreserves tape drive tape1.

Example 2-155 Unreserving a Device

ob> lsdev --reserved
  drive 1  tape1            in service
ob> unresdev tape1
ob> lsdev --reserved
ob>