This shows you the differences between two versions of the page.
aix:aix_disk_reservation [2022/04/27 17:22] manu created |
aix:aix_disk_reservation [2022/09/20 11:35] (current) manu |
||
---|---|---|---|
Line 11: | Line 11: | ||
</cli> | </cli> | ||
+ | To release the reservation on the hdisk0 device, enter the following commands: | ||
+ | <cli prompt='#'> | ||
+ | [root@labo]/root# devrsrv -c release -l hdisk0 | ||
+ | </cli> | ||
+ | === Force mode === | ||
+ | |||
+ | The hdisk0 device is reserved with key 777 from another I/O path. To release this reservation from the other client, enter the following command: | ||
+ | <cli prompt='#'> | ||
+ | [root@labo]/root# devrsrv -f -l hdisk0 | ||
+ | Device Reservation State Information | ||
+ | ================================================== | ||
+ | Device Name : hdisk16 | ||
+ | Device Open On Current Host? : NO | ||
+ | ODM Reservation Policy : PR SHARED | ||
+ | ODM PR Key Value : 5555 | ||
+ | Device Reservation State : PR SHARED | ||
+ | Reservation will be cleared on the device. Do you want to continue y/n:y | ||
+ | Command Successful | ||
+ | </cli> |