SOP - Removing Disabled Paths From Solaris-Veritas
SOP - Removing Disabled Paths From Solaris-Veritas
Contents
................................................................................................................................................................................................................................ 0
INTRODUCTION – HOW TO REMOVE DISABLED PATHS FROM SOLARIS/VERITAS...................................................................... 2
PROCEDURE - TO REMOVE DISABLED PATHS ......................................................................................................................................... 2
Version History
Prerequisite for Veritas: Remove device from VxFS/VxVM first (Optional, in case if the
related volume/FS exists)
We can now see above, that "cfgadm -al -o show_FCP_dev" shows the "failing" state and
format shows the device as "<drive type unknown>".
The first step in removing these devices is to change the state shown in the cfgadm output
from "failing" to "unusable". This is done with the following command:
If the devices remaining in a "failing" state according to the above output from cfgadm, and
they do not move to an "unusable" state after running "cfgadm -c configure" as shown
above, then the following command can also be tried, otherwise this step is not needed:
Now that the state of the inaccessible luns has been changed to "unusable" in the output
from cfgadm, we can remove those entries from the list with the following command:
If you tried remove device and you got some errors below, you'll use this:
Now we see that the luns are no longer displayed in the format listing. Even though the
output of the format command looks good, there are still entries for the removed devices in
/dev/disk and /dev/rdsk. These can be removed by using the devfsadm command.
root@adedwh12s# devfsadm -C
root@adedwh12s#
Approval History
Serial
Role
Number Date Reviewer Comments
1 29-12-2015 Vaibhav Pansare