- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- mirrored disk size
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
03-28-2002 12:30 PM
03-28-2002 12:30 PM
Suppose, I have the following information:
--- Volume groups ---
VG Name /dev/vg00
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 8
Open LV 8
Max PV 16
Cur PV 1
Act PV 1
Max PE per PV 2500
VGDA 2
PE Size (Mbytes) 4
Total PE 1023
Alloc PE 1019
Free PE 4
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
--- Physical volumes ---
PV Name /dev/dsk/c11t5d0
PV Status available
Total PE 1023
Free PE 4
Am I correct assuming that /dev/dsk/c11t5do belongs to vg00.
Also, given the above information how do I know how much is mirrored? What field should I look for?
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 12:32 PM
03-28-2002 12:32 PM
Re: mirrored disk size
Correct, that disk belongs to vg00.
But as far as I can see there is only one disk, so meaning that vg00 is not mirrored at all.
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 12:34 PM
03-28-2002 12:34 PM
Re: mirrored disk size
Thank you for your reply. So, assuming there are two disks, it means vg00 was mirrored over two disks?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 12:35 PM
03-28-2002 12:35 PM
Re: mirrored disk size
to see which disk is mirrored with whom.
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 12:36 PM
03-28-2002 12:36 PM
Re: mirrored disk size
I cannot do lvdisplay. This is information coming from the customer server, which I don't have access to.
So, I have to figure out based on the information provided.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 12:36 PM
03-28-2002 12:36 PM
Re: mirrored disk size
1) Yes, The disk belongs to vg00. A better way to check this can be:
# pvdisplay -v /dev/dsk/cxtydz
2) Mirroring is done at the LV level not at the VG level. You have to check the 'lvdisplay -v' to findout the mirror status of the lV:
# lvdisplay -v /dev/vgxx/lvolx
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 12:39 PM
03-28-2002 12:39 PM
Re: mirrored disk size
# lvlnboot -v
Doing ..
# lvdisplay -v /dev/vg00/lvolX | more
on each individual LVs in vg00 will give you details (if they are mirrored) how those LVs are distributed over which disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 12:40 PM
03-28-2002 12:40 PM
SolutionJust by seeing 2 disks in vg00 ( or in any VG) doesn't mean that the disks are mirrored.
If you are talking about software mirror with Mirror/UX, then you can see the information from 'lvdisplay' command. If you are using a disk array/hardware mirror, then you can check the array status.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 12:40 PM
03-28-2002 12:40 PM
Re: mirrored disk size
vgdisplay -v /dev/vg00 should show that the volume group contains one or more disks.
If more than one, you should do as lvdisplay to see if these are mirror's of each other.
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 12:47 PM
03-28-2002 12:47 PM
Re: mirrored disk size
If you could see 1 then oyu can do with -v option to see which physical disks are there in the mirrored partition.
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 01:00 PM
03-28-2002 01:00 PM
Re: mirrored disk size
The first things to look at are the CUR PV and the ACT PV. Both of these are 1 on this VG, so there is no other disk to mirror to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 01:06 PM
03-28-2002 01:06 PM