- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to tell if disks are mirrored or not?
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
12-03-2003 03:55 AM
12-03-2003 03:55 AM
Our system is HP-UX 11.11, 2 - 36GB disks (VG00) (internal), VxVM 3.5 (can't tell if it's the base version or not), VxFS/OnlineJFS.
How can we tell if the two boot disks are mirrored or not?
10 points to any good answer.
Thank you
Gino
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 03:59 AM
12-03-2003 03:59 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 04:00 AM
12-03-2003 04:00 AM
Re: How to tell if disks are mirrored or not?
# for i in /dev/vg00/lv* ; do
> lvdisplay $i | grep "Mirror"
> done
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 04:01 AM
12-03-2003 04:01 AM
Re: How to tell if disks are mirrored or not?
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 04:03 AM
12-03-2003 04:03 AM
Re: How to tell if disks are mirrored or not?
start sam, select disk and file systems, select logical volumes and that shows you, how many mirror copies there are.
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 04:04 AM
12-03-2003 04:04 AM
Re: How to tell if disks are mirrored or not?
1. if all logical volumes are using 2 Pvs. look for Used PV.
2. for all logical volumes the "Current LE" is half of "Allocated PE"
For example:
LV Name /dev/vg00/lvol9
LV status available/syncd
LV Size (Mbytes) 1024
Current LE 256
Allocated PE 512
Used PV 2
Thanks
Dipak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 04:05 AM
12-03-2003 04:05 AM
Re: How to tell if disks are mirrored or not?
does pvdisplay really work on a vxvm volume?
It should, its not a lvm specific command I guess.
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
12-03-2003 04:09 AM
12-03-2003 04:09 AM
Re: How to tell if disks are mirrored or not?
# lvlnboot -v
# lvdisplay -v /dev/vg00/lvol1 (check for lvol2, lvol3 etc)
Also to see if Mirror/UX is present:
# swlist
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 04:12 AM
12-03-2003 04:12 AM
Re: How to tell if disks are mirrored or not?
Perhaps one important question is missing ... Are you using VxVM also for your boot disk or root dg ? I think that it can be done with VxVM 3.5.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 04:14 AM
12-03-2003 04:14 AM
Re: How to tell if disks are mirrored or not?
I am not sure if VxVM (Volume Mgmr) is managing the boot disk or not. How do I tell?
10 points to any good answer.
Thank you
Gino
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 04:18 AM
12-03-2003 04:18 AM
Re: How to tell if disks are mirrored or not?
1. vxprint -htg rootdg
2. vgdisplay -v /dev/vg00
If #1 command displays information about your rootdg then you are using VXVM.
If #2 command displays information about your vg00 then you are using LVM.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 04:20 AM
12-03-2003 04:20 AM
Re: How to tell if disks are mirrored or not?
Your original post mentions (vg00) which is why I assumed you were using LVM and not VxVM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 04:24 AM
12-03-2003 04:24 AM
Re: How to tell if disks are mirrored or not?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 04:24 AM
12-03-2003 04:24 AM
Re: How to tell if disks are mirrored or not?
vgdisplay /dev/vg00 lists LVM information so
I should assume that LVM is managing the
boot disk(vg00), and not VxVM?
(Cur/Act PV 2).
10 points to any good answer.
Thank you
Gino
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 04:25 AM
12-03-2003 04:25 AM
Re: How to tell if disks are mirrored or not?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 08:02 AM
12-03-2003 08:02 AM
Re: How to tell if disks are mirrored or not?
The root volume is mirrored with MirrorDisk/UX (in case you didn't know).
Unless you are doing some really fancy things, the Online JFS is nice, but I personally prefer symmetrix disks...
Are the disks managed by LVM, well if the disk lvol is vg00 (found by mount,bdf,etc...)
then yes the boot volume is controlled by LVM not by OnlineJFS.
The next Question to be answered is how do I reallocate the mentioned boot volume?
The answer is , Use IgniteUX. Download it and the latest PAX patch. If you have a dds2-3 on the server, do a make_tape_recovery -Av. Otherwise you need to set up an ignite server. Then set up a remote recovery after booting from the install CD...
Tim