Operating System - HP-UX
1837737 Members
3605 Online
110118 Solutions
New Discussion

Re: Removing slices from an ia64 disk

 
SOLVED
Go to solution
Craig A. Sharp
Super Advisor

Removing slices from an ia64 disk

I have a couple of disks that were used as the boot disks on an IA64 system. Now we want to re-purpose the disks and I want to remove the slices. I have tried idisk -R /dev/rdsk/cXtXdX with no luck. The slices still exist.

How do I remove the slices? pvcreate and dd do not work either.

Thanks.

Craig
3 REPLIES 3
Ivan Krastev
Honored Contributor

Re: Removing slices from an ia64 disk

After removing slices with -R remove also special files with rmsf.

regards,
ivan
Fabio Ettore
Honored Contributor
Solution

Re: Removing slices from an ia64 disk

Hi Craig,

pvcreate -f /dev/rdsk/cXtXdX
rmsf -H
(hw path of that disk as seen from ioscan -fnCdisk)
ioscan -fnCdisk
insf -e -H
ioscan -fnCdisk

HTH.

Best regards,
Fabio
WISH? IMPROVEMENT!
Craig A. Sharp
Super Advisor

Re: Removing slices from an ia64 disk

Thanks for the help. The suggestions were right on target. I have successfully removed the slices.

Have a great day!