- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Undoing pvcreate -B..
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
06-23-2008 12:28 PM
06-23-2008 12:28 PM
Running HPUX 11.31 IPF here. I have a volume group which the OS seems to think that a disk in it is bootable...
$ lvlnboot -v
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/disk/disk3_p2 -- Boot Disk
/dev/disk/disk2_p2 -- Boot Disk
Boot: lvol1 on: /dev/disk/disk3_p2
/dev/disk/disk2_p2
Root: lvol3 on: /dev/disk/disk3_p2
/dev/disk/disk2_p2
Swap: lvol2 on: /dev/disk/disk3_p2
/dev/disk/disk2_p2
Dump: lvol2 on: /dev/disk/disk3_p2, 0
Current path "/dev/dsk/c6t0d0" is an alternate link, skip.
lvlnboot: LIF information corrupt or not present on "/dev/disk/disk9".
Use the "mkboot" command to initialize the LIF area.
Boot Definitions for Volume Group /dev/vg01:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c4t0d0
/dev/dsk/c6t0d0
/dev/disk/disk9 -- Boot Disk
No Boot Logical Volume configured
No Root Logical Volume configured
No Swap Logical Volume configured
No Dump Logical Volume configured
---------
Checking out the SAM logs, seems like the disk was created with:
/usr/sbin/pvcreate -B /dev/rdisk/disk9 && /usr/sbin/vgextend -A y -x y /dev/vg01 /dev/disk/disk9
The -B must be the prob here.. but ain't sure how I can undo that without recreating... Any suggestions?
Thanks a lot..
Pat
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2008 12:41 PM
06-23-2008 12:41 PM
Re: Undoing pvcreate -B..
Maybe 11.31 has some new feature I'm not aware of but the only way I know to overwrite this data is to do the process over again.
That would been getting the disk out of the volume group its probably in.
This kind of disk configuration should be done at the command line, not with sam to avoid these kind of issues.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2008 12:42 PM
06-23-2008 12:42 PM
Re: Undoing pvcreate -B..
But you can't do that while the disk is part of a VG.
This is a reason I don't use SAM to do any disk / VG work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2008 01:00 PM
06-23-2008 01:00 PM
SolutionUse the '-B n' argument to 'vgmodify'.
http://docs.hp.com/en/B2355-60130/vgmodify.1M.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2008 01:39 PM
06-23-2008 01:39 PM
Re: Undoing pvcreate -B..
(No points here please.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2008 05:57 AM
06-24-2008 05:57 AM