- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: idisk dsf lvm root mirror
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
05-27-2008 01:55 PM
05-27-2008 01:55 PM
Here's my issue.....
Rather than use /dev/disk/disk4_p2 I used /dev/disk/disk4 and I messed the partitioning up. So I did a bumch of stuff trying to retieve information pertaining to partition. In the end I did a
#idisk -R /dev/rdsk/c3t0d0
thinking I could recreate partitions but it's not working for me.
I think I've tried just about every idisk command in the man pages, and it seems both the primary and secondary partitions have gone south.
I do a:
#idisk -r /dev/rdisk/disk4
idisk version: 1.44
********************** WARNING ***********************
If you continue you may destroy all data on this disk.
Do you wish to continue(yes/no)? yes
idisk: Both the primary and alternate partition table entries are bad.
Restoration is not possible. Partitions must be created using data file.
What do I need to do to apply partition information to this disk?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2008 04:44 PM
05-27-2008 04:44 PM
Re: idisk dsf lvm root mirror
Is this mirrored disk?
If its mirror, it would be good to check partition table from its mirror disk.
* Assuming disk4 is mirror to disk2 (/dev/rdsk/c1t1d0)
1) retrieve partition desc from disk2
# idisk /dev/rdsk/c1t1d0
2) edit a partition desc file and insert values from what you've seen from above output.
# vi /tmp/partfile
3
EFI 500MB
HP-UX 100%
HPSP 400MB
3) Use idisk command to initialize
# idisk -wf /tmp/partfile /dev/rdsk/disk4
Hope this help. Good luck.
Rgds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2008 06:24 PM
05-27-2008 06:24 PM
Re: idisk dsf lvm root mirror
#idisk -f /tmp/partfile -w /dev/rdisk/disk4
idisk version: 1.44
********************** WARNING ***********************
If you continue you may destroy all data on this disk.
Do you wish to continue(yes/no)? yes
idisk: Invalid partition type.
This is a fresh install 11.31, unpatched. Perhaps I should apply patched before I spin my wheels anymore.
Unless there are more suggestions? (-:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2008 06:26 PM
05-27-2008 06:26 PM
Re: idisk dsf lvm root mirror
3
EFI 500MB
HP-UX 100%
HPSP 400MB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2008 01:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2008 06:55 AM
05-28-2008 06:55 AM
Re: idisk dsf lvm root mirror
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2008 08:42 AM
05-30-2008 08:42 AM