- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to remove the disk partition info on a Integre...
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-27-2005 08:37 PM
09-27-2005 08:37 PM
I have a couple of internal HDD ona RP4640 Integrety server. This HDD were partitioned using the iwdisk or whatever.
I have replaced this disk with a higher speed disk and have reinstalled them on the same server on an external disk array.
When I do an ioscan -fnC disk, I can still see the disk partitioning info. How can I remove this info? If I reboot the server, will this info be gone?
I have successfully added this two disk in a new volume group vg01 and created mirrored logical volumes accross the two disk.
Below is the output of ioscan for one disk mentioned that still has the disk partition information.
disk 2 0/4/2/0.8.0 sdisk CLAIMED DEVICE HP 73.4GST373307LC
/dev/dsk/c4t8d0 /dev/dsk/c4t8d0s2 /dev/rdsk/c4t8d0 /dev/rdsk/c4t8d0s2
/dev/dsk/c4t8d0s1 /dev/dsk/c4t8d0s3 /dev/rdsk/c4t8d0s1 /dev/rdsk/c4t8d0s3
As you notice, it still shows the previous disk slices or partitioning.
Thanks in advance for any help and advise!
Ken
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2005 08:43 PM
09-27-2005 08:43 PM
Re: How to remove the disk partition info on a Integrety Server Root HDD
Example:
Remove physical volume /dev/dsk/c0t1d0 from volume group /dev/vg01:
vgreduce /dev/vg01 /dev/dsk/c0t1d0
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2005 08:46 PM
09-27-2005 08:46 PM
Re: How to remove the disk partition info on a Integrety Server Root HDD
it would be a very bad thing if the partition information will be gone after a reboot.
You have to start over. Remove your vg01 and
try to delete the partitions
idisk -R /dev/rdsk/c4t8d0
Create the vg01 again.
See man page for more information
http://docs.hp.com/en/B2355-60103/idisk.1M.html
Hope 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-28-2005 03:01 PM
09-28-2005 03:01 PM
Re: How to remove the disk partition info on a Integrety Server Root HDD
I have broken the mirror and removed vg01 on both disk. Then I did the "idisk -R" on both disk but I can still see the slice or partition information when I do an "ioscan -fnC disk".
When you do an "idisk -p /dev/rdsk/cXtXd0" or plain "idisk /dev/rdsk/cXtXd0" it just fails meaning there is probably no more partition info to read.
I pvremove/pvcreate the disk and have even rebooted the server and still the partition information is displayed.
Maybe this is a bug?
OK, right now I'm trying to do a mediainit on one of the disk and hopefully this works.
Still any suggestions and advice is most welcome.
Thanks in advance,
Ken
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 03:48 PM
09-28-2005 03:48 PM
Solution# rmsf -H 0/4/2/0.8.0
# ioscan
# insf -e
# ioscan
and see what device files show up now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 05:26 PM
09-28-2005 05:26 PM
Re: How to remove the disk partition info on a Integrety Server Root HDD
Thansk a lot!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 05:27 PM
09-28-2005 05:27 PM
Re: How to remove the disk partition info on a Integrety Server Root HDD
Thanks a lot!