- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- problem with Physical volume - mirroring
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
08-18-2000 02:11 AM
08-18-2000 02:11 AM
I have tried to install mirroring.
I did via SAM and then I found that SAM
not created boot disk.
I would like to re`move physical volume from VG. How can I do it ?
Radim
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2000 02:26 AM
08-18-2000 02:26 AM
Solutionto remove the physical volume from the VG do;
vgreduce vgXX /dev/dsk/cXXXXX
One you install the mirroring software, even via Sam, you still have a separate task to go ahead and mirror your boot disk. You can do this via sam or manually by simply doing; lvextend -m 1 /dev/vg00/lvolX /dev/dsk/cXXXX (the new physical volume you added). Do this in order for each lvol in vg00, eg. lvol1, lvol2.... and your done. Do an lvlnboot -v command to verify both disks are now bootable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2000 02:42 AM
08-18-2000 02:42 AM
Re: problem with Physical volume - mirroring
thanks
Radim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2000 02:43 AM
08-18-2000 02:43 AM
Re: problem with Physical volume - mirroring
I seem to recall that SAM can't create boot disks. You can do this manually as:
# pvcreate -B /dev/rdsk/cxtxdx
# vgextend /dev/vg00 /dev/dsk/cxtxdx
# mkboot /dev/rdsk/cxtxdx
# mkboot -a "hpux" /dev/resk/cxtxdx
...
As Stefan sadi, verify the boot info with
# lvlnboot -v
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2000 03:11 AM
08-18-2000 03:11 AM
Re: problem with Physical volume - mirroring
I looked to manual and found :
mkboot -a "hupx (52.3.0;0)/stand/vmunix" /dev/rdsk/cxtxdx
Do you know what's mean "(52.3.0;0)" ?
Radim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2000 03:51 AM
08-18-2000 03:51 AM
Re: problem with Physical volume - mirroring
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2000 04:10 AM
08-18-2000 04:10 AM
Re: problem with Physical volume - mirroring
So when I have output from ioscan :
--------------------------------------------
Class I H/W Path Driver S/W State H/W Type Description
=====================================================================
disk 0 8/12.6.0 sdisk CLAIMED DEVICE HP C3325W
/dev/dsk/c0t6d0 /dev/rdsk/c0t6d0
disk 1 8/16/5.0.0 sdisk CLAIMED DEVICE DEC RRD45 (C) DEC
/dev/dsk/c1t0d0 /dev/rdsk/c1t0d0
disk 2 8/16/5.5.0 sdisk CLAIMED DEVICE DEC RZ28M (C) DEC
/dev/dsk/c1t5d0 /dev/rdsk/c1t5d0
------------------------------------------
mkboot -a "hpux -lq (5.0.0;0)/stand/vmunix" /dev/rdsk/c1t1d0
Is it correct?
Radim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2000 04:12 AM
08-18-2000 04:12 AM
Re: problem with Physical volume - mirroring
You don't need to include the full hardware path or the name of the kernel file in the mkboot command.
mkboot -a "hpux" /dev/rdsk/cxtxdx
is sufficient.
You might want to consider changing that to
mkboot -a "hpux -lq" /dev/rdsk/cxtxdx
in order to ensure that the system will still boot from a mirrored disk even after the total failure of the other disk. This overrides quorum enforcement of the root volume group (see man vgchange)
see also man hpux.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2000 04:29 AM
08-18-2000 04:29 AM
Re: problem with Physical volume - mirroring
Sorry for the delay. John is right. Add the "-lq" else if you are missing one of the two disks the quorum requirement won't be met and you won't boot. I never bother with the hardware path part. Thanks, John.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2000 04:37 AM
08-18-2000 04:37 AM
Re: problem with Physical volume - mirroring
I've set mirroring and I hope it will be correct :-)
Thanks a lot and greetings
Radim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2000 06:23 AM
08-18-2000 06:23 AM