Run the following command
for each deleted disk:
# rmdev -l hdisk#
-d
where # is the number
of the disk that was removed.
CAUTION: Never
remove hdisk0.
To remove multiple disks
(hdisk 1 up to hdisk19), run the following commands:
# /usr/bin/ksh93
# for ((i=1; i<20; i++))
> do
> rm dev -l hdisk$i -d
> done
If the rmdev command
returns busy disk errors, use either the command line, smit, or
smitty to make sure that any previously created volume groups have
been varied off and that no file systems are mounted on the device(s).
It might also be necessary to perform an exportvg on persistent
volume groups. If exportvg does not work, try rebooting.