- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: lvextend on shared vg
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
01-21-2002 09:05 AM
01-21-2002 09:05 AM
The goal is to precreate a few lv??s with only one PE and when oracle OPS will need a new datafile I??ll extend the lv to the desired size and use it as a new datafile.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2002 09:29 AM
01-21-2002 09:29 AM
Re: lvextend on shared vg
Yes, this should work. Assuming that the logical volume has been declared appropriately to the package control scripts, and that the volume group has been made known to all MC/ServiceGuard nodes, then when the logical volume is mounted, the new size will be deduced. That is, you can 'lvextend' (and 'extendfs' or 'fsadm' appropriately the filesystem) on your primary node.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2002 10:04 AM
01-21-2002 10:04 AM
Re: lvextend on shared vg
Oracle Parallel Server implies that I use raw-device data-files, i. e., the lv??s on the shared vg are not mounted. Oracle allows , as you problably know to write directly to the raw device files. But on the other hand if you want to create a new lv ( to use as a new data-file) all the nodes in the cluster must be aware of it so after the creation you need to export( in one) and then import the vg in all the other nodes, and to do this you must de-activacte the vg which implies down-time to the database.
If I could extend a lv in the shared vg will all the nodes be aware of it ? If not ,this will not work.
the procedure would be like this:
after creating the vg , some lv??s , with say 10 M each , and doing
vgchange -S y -c y /dev/vgops
vgchange -a s vgops
lvextend -L 1000 /dev/vgops/lvol1
will I see this ?
node1 > lvdisplay /dev/vgops/lvol1
..
..
LV Size (MBytes) 1000
..
..
node2 > lvdisplay /dev/vgops/lvol1
..
..
LV Size (MBytes) 1000
..
..
???????
The thing is that I can??t try it since I??ve no
T&D cluster.
thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2002 10:11 AM
01-21-2002 10:11 AM
Re: lvextend on shared vg
As you will already have created and shared the VG/LV's etc, ther eshoulde be no more to do.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2002 10:44 AM
01-21-2002 10:44 AM
Re: lvextend on shared vg
http://docs.hp.com/hpux/onlinedocs/B2355-90691/00/00/4-con.html
lvextend cannot be performed if the volume group is activated in shared mode.
Would the latest versions support it ?
or at least will it work ?
by the way I was not clear enough in the last message, obviously the vg -a y is performed in all the nodes inthe cluster
thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2002 10:46 AM
01-21-2002 10:46 AM
SolutionIf this is the case and the VG's are activated in shared mode, vgchange -a s mode, then the simple answer is no, you cannot lvextend the lv's while the VG is activated.
sorry for the misunderstanding.