- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How can i update LVM after increase vdisk in eva30...
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
11-05-2004 05:11 AM
11-05-2004 05:11 AM
Yesterday i increased online the size of one vdisk in eva3000.
On the night i rebooted the machine for HPUX recognize the new size of the disk, now a need to use the new space creating a new lvol but LVM not recognize the size of the disk.
Ej:
from #diskinfo /dev/rdsk/c10t0d4
size= 240 GB
from #pvdisplay /dev/dsk/c10t0d4
size= 200 GB
from #vgdisplay -v vgpdb
size= 200 GB
and it is formed only for /dev/dsk/c10t0d4
Let me know your recomendations
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2004 05:15 AM
11-05-2004 05:15 AM
Re: How can i update LVM after increase vdisk in eva3000
insf -C
followed by ioscan.
If the space is not recognized boot.
Depending on your interace you may be able to lvextend/fsadm (with OnlineJFS) without a boot.
Some disk arrays, Xiotech for example make it hard to do this. Adding dispace requires you to back up the logical volumes, then destroy, pvcreate (etc,) totally rebuild and restore.
I believe this desructive process is not needed on the eva3000 disk array.
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
11-05-2004 05:17 AM
11-05-2004 05:17 AM
Re: How can i update LVM after increase vdisk in eva3000
Checkout this link from itrc. You probably need to increase the MAX_PE per PV value while creating the vg to accomodate a large disk of that capacity.
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063201757
The itrc doc id is KBRC00004285.
The doc also refers to some useful docs.
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2004 05:31 AM
11-05-2004 05:31 AM
SolutionHP-UX does not have support for VDISK (aka LUN) expansion. Only Tru64 abd OpenVMS (the original intended environments for the EVA) support such.
So having not attempted to do such, it may actually result in corruption. You're lucky so far.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2004 05:34 AM
11-05-2004 05:34 AM
Re: How can i update LVM after increase vdisk in eva3000
Actually HPUX know that the size of the disk (vdisk for EVA) was incresed, cause when i verify it, the command out result is the same from the change maded.
Nevertheless LVM don´t recognize the change, cause the command out result is accord to the old size of the disk.
Then from my point of view i need to actualize LVM configuration.
Have you any idea ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2004 06:39 AM
11-05-2004 06:39 AM
Re: How can i update LVM after increase vdisk in eva3000
Diskinfo see's the correct size because it is reading the disk itself. LVM is seeing the size as it was when it was originally added to the VG.
LVM does not have the ability to extend the size of a disk. Once that disk is made part of a VG, you are stuck at that size.
The only way to get LVM to see the new size of the disk is to remove it from the VG and then try to add it back again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2004 06:40 AM
11-05-2004 06:40 AM
Re: How can i update LVM after increase vdisk in eva3000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2004 06:43 AM
11-05-2004 06:43 AM
Re: How can i update LVM after increase vdisk in eva3000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2004 06:44 AM
11-05-2004 06:44 AM
Re: How can i update LVM after increase vdisk in eva3000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2004 07:35 AM
11-05-2004 07:35 AM
Re: How can i update LVM after increase vdisk in eva3000
Just add another vdisk and present it to the same host, and then extend your lvm and filesystem to it.
good luck,
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2004 08:41 AM
11-05-2004 08:41 AM