- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Expand LUN on Storage
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
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
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
тАО10-07-2006 07:22 AM
тАО10-07-2006 07:22 AM
I have EVA storage and two integrity servers using for RAC. I have raw partitions for data files using LVM.
I need to create additional tablespace in my database. First I resize virtual disk on my storage so I can add additional logical volumes using lvcreate.
Now I have a problem. When I use SAM, the size of disk is still the same (additional space is not visable) and I cant create any additional logical volumes.
What should I do?
Regards.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-07-2006 07:31 AM
тАО10-07-2006 07:31 AM
Re: Expand LUN on Storage
Usually you have to boot the system to get the new space recognized.
Sometimes ioscan will help, but not always.
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
тАО10-07-2006 08:22 AM
тАО10-07-2006 08:22 AM
SolutionSo in your case, you need to create another vdisk and add it in the vg and then create lv out of it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-08-2006 04:06 AM
тАО10-08-2006 04:06 AM
Re: Expand LUN on Storage
the current HP-UX 11i versions 1 and 2 are not able to handle changing disk sizes.
You need to create a new vdisk, lvol and add it to your volume group.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-08-2006 08:22 AM
тАО10-08-2006 08:22 AM
Re: Expand LUN on Storage
Should I use commands for Volume group expansion on all nodes in the cluster?
Which commands should I use for creating nev logical volume. I can use lvcreate on the first node, but how can I get device files on all other nodes?
Should I deactivated volume group on all nodes before I can add new logical volume?
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-11-2006 06:24 AM
тАО10-11-2006 06:24 AM
Re: Expand LUN on Storage
Most likely this is a shared VG right? If so, yes, you must de-activate the VG to make changes.. then pvcreate, vgextend, lvcreate, then go through your vgexport, vgimport process.