HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Adding raw volumes to cluster running MC/SG HP-UX ...
Operating System - HP-UX
1836636
Members
1705
Online
110102
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
03-13-2001 12:18 PM
03-13-2001 12:18 PM
Adding raw volumes to cluster running MC/SG HP-UX 11.0
We are running a 2-node cluster using MC/SG on HP-UX 11.0
Oracle8i is running on this config with raw volumes for the data.
This is a production box and I serve as the DBA/System admin for the system.
There are currently a number of raw volumes allocated and all are used by
Oracle. I need to create new raw volumes to hold additional Oracle objects.
I understand how to do this with Oracle shutdown:
1. disable all shared volumes on both nodes
2. disable shared mode for all volumes
3. activate the VGs in non-shared (exclusive) mode on a node
4. create the new logical volume partitions on the same node
lvcreate -n p200_1 -L 200 u1
5. create the LV raw device files on the other node(s)
6. deactivate exclusive on same node as 3 & 4
7. put the VGs in shared mode with the cluster
8. activate the VGs in shared mode on each node
9. modify owner, group and permissions for the new volumes on each node
[the above info may help others on how to do this]
My question is:
Can I do this without disabling the shared volumes (without shutting down the database)?
Oracle8i is running on this config with raw volumes for the data.
This is a production box and I serve as the DBA/System admin for the system.
There are currently a number of raw volumes allocated and all are used by
Oracle. I need to create new raw volumes to hold additional Oracle objects.
I understand how to do this with Oracle shutdown:
1. disable all shared volumes on both nodes
2. disable shared mode for all volumes
3. activate the VGs in non-shared (exclusive) mode on a node
4. create the new logical volume partitions on the same node
lvcreate -n p200_1 -L 200 u1
5. create the LV raw device files on the other node(s)
6. deactivate exclusive on same node as 3 & 4
7. put the VGs in shared mode with the cluster
8. activate the VGs in shared mode on each node
9. modify owner, group and permissions for the new volumes on each node
[the above info may help others on how to do this]
My question is:
Can I do this without disabling the shared volumes (without shutting down the database)?
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2001 06:13 PM
03-13-2001 06:13 PM
Re: Adding raw volumes to cluster running MC/SG HP-UX 11.0
HI
If you are just adding new lvols (that will be raw) then you can do this while everything is active. Create the lvols under the VG that is active on the node that is active. Then vgexport with the -p -m and -s options to get a map file (but not really export anything).
On the other node that the vg is not active on you might want to remove the device files for the lvols but leave the directory and group in place. Bring over the map file.
vgimport using the map file with the -s option.
Then update the serviceguard packagescripts that contain the lvols if needed. Since they are raw, they don't get mounted so there are probably no changes for you.
Hope this helps (HTH)
Peggy
If you are just adding new lvols (that will be raw) then you can do this while everything is active. Create the lvols under the VG that is active on the node that is active. Then vgexport with the -p -m and -s options to get a map file (but not really export anything).
On the other node that the vg is not active on you might want to remove the device files for the lvols but leave the directory and group in place. Bring over the map file.
vgimport using the map file with the -s option.
Then update the serviceguard packagescripts that contain the lvols if needed. Since they are raw, they don't get mounted so there are probably no changes for you.
Hope this helps (HTH)
Peggy
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP