- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Pvdisplay - Alternate 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
08-03-2006 03:46 PM
08-03-2006 03:46 PM
output of pvdisplay and vgdisplay showing physical disks are alternate links. What is the meaning of alternate links?
Now I am going to remove one physical volume in one volume group, because of this alternate link any problem will come?
Below i have pasted the output of vgdisplay & pvdisplay.
Kindly suggest.
--- Physical volumes ---
PV Name /dev/dsk/c3t2d0
PV Name /dev/dsk/c4t2d0 Alternate Link
PV Status available
Total PE 4340
Free PE 0
Autoswitch On
PV Name /dev/dsk/c3t3d0
PV Name /dev/dsk/c4t3d0 Alternate Link
PV Status available
Total PE 4340
Free PE 0
Autoswitch On
PV Name /dev/dsk/c3t5d0
PV Name /dev/dsk/c4t5d0 Alternate Link
PV Status available
Total PE 4340
Free PE 0
Autoswitch On
PV Name /dev/dsk/c3t6d0
PV Name /dev/dsk/c4t6d0 Alternate Link
PV Status available
Total PE 4340
Free PE 0
Autoswitch On
PV Name /dev/dsk/c3t7d0
PV Name /dev/dsk/c4t7d0 Alternate Link
PV Status available
Total PE 4340
Free PE 0
Autoswitch On
PV Name /dev/dsk/c3t8d0
PV Name /dev/dsk/c4t8d0 Alternate Link
PV Status available
Total PE 4340
Free PE 65
Autoswitch On
Regards,
Sudhakaran.K
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2006 04:13 PM
08-03-2006 04:13 PM
Re: Pvdisplay - Alternate Disks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2006 04:13 PM
08-03-2006 04:13 PM
Re: Pvdisplay - Alternate Disks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2006 05:31 PM
08-03-2006 05:31 PM
Re: Pvdisplay - Alternate Disks
I just got confused with your answers, because RAC you have mentioned no problem. But Clay mentioned first we have to do vgreduce. What should I follow?
The problem is i have to remove one pv from vg03, then add it to vg01.
Vg01 having root,stand,swap,opt,var,tmp,usr filesystems. For adding this PV to vg01, i have to do in single user mode? or runlevel 3? how i can do?
If all the things is ok, then i have to configure anything for this alternate link?
Please suggest
Regards,
Sudhakaran.K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2006 06:54 PM
08-03-2006 06:54 PM
SolutionThe advantage is: when one fc card problem or cable have problem, your data still can access with alternate link.
ex:
PV Name /dev/dsk/c3t8d0
PV Name /dev/dsk/c4t8d0
both of disk have one phisical disk but the disk using 2 path. one at card number 3 and the other at card number 4.
regarding for remove one disk from vg configuration, all of your disk have data.
ex:
PV Name /dev/dsk/c3t8d0
PV Name /dev/dsk/c4t8d0 Alternate Link
PV Status available
Total PE 4340
Free PE 65
Autoswitch On
disk c3t8d0 have 4340 PE, and have free size 65 PE.
if you still want remove the disk:
1. check contain of our disk
pvdisplay -v /dev/c0t2d0|more
example:
anakin:/>pvgdisplay -v /dev/dsk/c0t2d0|more
sh: pvgdisplay: not found.
anakin:/>pvdisplay -v /dev/dsk/c0t2d0|more
--- Physical volumes ---
PV Name /dev/dsk/c0t2d0
VG Name /dev/vg02
PV Status available
Allocatable yes
VGDA 2
Cur LV 13
PE Size (Mbytes) 8
Total PE 17499
Free PE 524
Allocated PE 16975
Stale PE 0
IO Timeout (Seconds) default
Autoswitch On
--- Distribution of physical volume ---
LV Name LE of LV PE for LV
/dev/vg02/lvol1 12500 12500
/dev/vg02/lvol2 1875 1875
/dev/vg02/lvol3 2000 2000
/dev/vg02/lvol4 188 188
/dev/vg02/lvol5 2 2
/dev/vg02/primary 38 38
/dev/vg02/pstore 7 7
/dev/vg02/mirror 38 38
/dev/vg02/lvol9 13 13
/dev/vg02/lvol10 13 13
/dev/vg02/lvol11 13 13
/dev/vg02/lvol12 13 13
/dev/vg02/lvol13 275 275
2. make sure all logical group unused. when you remove the disk, all logical volume at the disk will be gone. and you will loose your data.
3. If you already sure about that
You can remove logical volume at the disk
lvremove /dev/vg02/lvol13
lvremove /dev/vg02/lvol1
etc etc etc....
4.make sure with
pvdisplay -v /dev/dsk/c0t2d0 all logical volume already gone
after that, remove disk from vg configuration.
vgreduce /dev/vg02 /dev/dsk/c0t2d0 /dev/dsk/cxtydz
note: cxtydz is the alternate disk from your disk.
after that you can us that disk.
good luck
freddy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2006 10:23 PM
08-03-2006 10:23 PM
Re: Pvdisplay - Alternate Disks
Once again thanks for your clear way of explanation.
Regards,
Sudhakaran.K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2006 10:27 PM
08-03-2006 10:27 PM
Re: Pvdisplay - Alternate Disks
Good Luck... :))
Thanks
Freddy