- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: primary boot disk on mirrored system disks
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
07-11-2002 11:54 AM
07-11-2002 11:54 AM
primary boot disk on mirrored system disks
# lvlnboot -v
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c1t2d0 (0/0/1/1.2.0) -- Boot Disk
/dev/dsk/c2t2d0 (0/0/2/0.2.0) -- Boot Disk
Boot: lvol1 on: /dev/dsk/c1t2d0
/dev/dsk/c2t2d0
Root: lvol3 on: /dev/dsk/c1t2d0
/dev/dsk/c2t2d0
Swap: lvol2 on: /dev/dsk/c1t2d0
/dev/dsk/c2t2d0
Dump: lvol2 on: /dev/dsk/c1t2d0, 0
I want to reboot my system and pull out the secondary disk so I can apply patches to the primary disk and have the secondary disk to fall back on if the patch installation goes sour.
Thanks,
.>Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2002 11:58 AM
07-11-2002 11:58 AM
Re: primary boot disk on mirrored system disks
You DON'T need to YANK out the disks, just SPLIT the mirror and then do your patching. PLUS make sure you get TWO make_tape_recovery's before doing anything!
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2002 12:00 PM
07-11-2002 12:00 PM
Re: primary boot disk on mirrored system disks
/dev/dsk/c1t2d0 is your primary disk.
You can also check by booting the system and checking the primary path...if you want to be doubly sure.
lvdisplay -v /dev/vg00/lvol3 and in the output the first disk which you see is the primary disk.
Be sure to boot the system in the single user mode or -lm -lq mode to prevent getting errors after removing the second disk.
You can even split the mirror and apply the patches.
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2002 12:02 PM
07-11-2002 12:02 PM
Re: primary boot disk on mirrored system disks
vgdisplay and lvdisplay will tell you which disk is configured as primary and which one is seconday. in the lvlnboot -v /dev/vg00 the first disk is normally the primary disk.
To find out which disk you had booted from, try
echo 'boot_string/S'|adb /stand/vmunix /dev/mem
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2002 12:05 PM
07-11-2002 12:05 PM
Re: primary boot disk on mirrored system disks
'lvlnboot -v' lists the primary disk first. Another way to ascertain is to do 'lvdisplay -v /dev/vgXX/lvolX' and look at the disk under the PV1 and PV2 columns. "PV1" is the primary.
Instead of physically pulling disks, you could 'vgsplit' the mirror, or you could simply have a current Ignite recovery tape handy in the event of problems.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2002 12:45 PM
07-11-2002 12:45 PM
Re: primary boot disk on mirrored system disks
1) Make sure all dependencies of the patches you're installing are covered, that way the success rate is higher.
2) Make sure ignite tape recovery is done first.
3) If you can afford it make a 3rd root disk duplicate manually (not using Mirror/UX), attached is the process.
..just my thought ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2002 12:45 PM
07-11-2002 12:45 PM
Re: primary boot disk on mirrored system disks
c1t2d0 is the primary disk ,in case the patches need a reboot then it will be better that you split the mirror , relaod the patches and then check whether the system boots fine ,
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2002 02:59 PM
07-11-2002 02:59 PM