- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to remove iDisk partitions on 11.31 IA64 Env.....
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2008 06:29 AM
09-22-2008 06:29 AM
disk 9 0/4/2/0.0.0.4.0 sdisk CLAIMED DEVICE HP DG146BABCF
/dev/dsk/c76t4d0 /dev/dsk/c76t4d0s2 /dev/rdsk/c76t4d0 /dev/rdsk/c76t4d0s2
/dev/dsk/c76t4d0s1 /dev/dsk/c76t4d0s3 /dev/rdsk/c76t4d0s1 /dev/rdsk/c76t4d0s3
I've tried idisk -R, what should I do next so ioscan will no longer show s1,s2,s3 or agile p1,p2,p3?
I want to use the disk under VxVM 5.0
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2008 06:43 AM
09-22-2008 06:43 AM
SolutionHope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2008 06:48 AM
09-22-2008 06:48 AM
Re: How to remove iDisk partitions on 11.31 IA64 Env...
http://www12.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&docId=emr_na-c00927634-4
Title: How to remove a boot mirror disk on Integrity / Itanium servers
Document ID: emr_na-c00927634-4
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2008 06:53 AM
09-22-2008 06:53 AM
Re: How to remove iDisk partitions on 11.31 IA64 Env...
Simply did an rmsf -H
Man... Legacy is supported but there are a lot of holes that a non IA64 experienced admin can get stuck..
Thanks to y'all and the RTFM and Google...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2008 08:35 PM
09-22-2008 08:35 PM
Re: How to remove iDisk partitions on 11.31 IA64 Env...
use the following command to detroy all EFI partitions.
#idisk -R /dev/rdsk/c76t4d0
Regards
Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2008 08:43 PM
09-22-2008 08:43 PM
Re: How to remove iDisk partitions on 11.31 IA64 Env...
-R Remove all EFI partition headers and tables from the disk. This option also destroys the information contained in the MBR (master boot record). The -w option must be specified for information to be written to the disk.
after remove you apply these commands
-p Print the primary EFI partition header and partition tables.
-a Print the alternate EFI partition header and partition tables.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2008 10:52 PM
09-22-2008 10:52 PM
Re: How to remove iDisk partitions on 11.31 IA64 Env...
-R Remove all EFI partition headers and tables from the disk.
This option also destroys the information contained in the
MBR (master boot record). The -w option must be specified
for information to be written to the disk.
EXAMPLES
Destroy all partition information on the disk:
idisk -R /dev/rdsk/c1t4d0
Restore partition information from either a good primary or alternate
header or table to the header or table that is bad:
idisk -w -r /dev/rdsk/c1t4d0
so idisk -R /dev/rdsk/cxtxdx should work for u