- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Create LV 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
05-26-2003 02:54 AM
05-26-2003 02:54 AM
Create LV on shared VG
I must add a new LV on a vg_pippo, that is activate in shered mode (2 partition of Super Dome with oracle Rac).
I read on man lvcreate that:
lvcreate cannot be performed if the volume group is activated in shared mode.
The only way to add a LV is stop the packages, execute
create LV
export and import of vg_pippo
I hope that there is another way for make this operatio without stop packages.
Please help me.
Thanks
Filo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2003 03:00 AM
05-26-2003 03:00 AM
Re: Create LV on shared VG
You need to bring down the package.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2003 03:02 AM
05-26-2003 03:02 AM
Re: Create LV on shared VG
radhakrishnan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2003 03:04 AM
05-26-2003 03:04 AM
Re: Create LV on shared VG
check this link
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xb6e1e822e739d711abdc0090277a778c,00.html
radhakrishnan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2003 03:11 AM
05-26-2003 03:11 AM
Re: Create LV on shared VG
Regards,
Rajesh G.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2003 03:54 AM
05-26-2003 03:54 AM
Re: Create LV on shared VG
I'm sorry, but only sam doesn't want to do it. This is I assume only to try to preserve integrity of your cluster. If you want to do it manually, you will have some more steps under your own responsability :
- you have to export/import the vg on other cluster nodes (but for a single LV with no new disk a mknod would be enough ...)
- you have to mount the lvol manually (because package is already running)
- you have to modify the control scripts to make them mount and umount the new lvol
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2003 05:08 AM
05-26-2003 05:08 AM
Re: Create LV on shared VG
vgchange -S y -c y /dev/vg##
vgchange -a s /dev/vg##
To add new LVM structures into a ServiceGuard package the package.conf file has to be updated and 'cmmakpkg -p' has to be rerun. This is because LVM is not controlled through the O/S but the SG binaries, which have to be updated and restarted.
Shared logical volumes are 'updateable' from every node simultaneously and require a lot more then just LVM to work. At least one asynchronous device driver is needed, different values of kernel parameters, special versions of EMS, MC/SG and Oracle, its a complicated procedure. Attach 'cmviewcl -v' and 'cmscancl' to begin with, as well as the LVM work you'd like to accomplish.