- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Have I to apply the configuration if I add lvols t...
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
тАО06-08-2004 01:47 AM
тАО06-08-2004 01:47 AM
I would like to know if I have to check and apply the cluster's configuration if I add one lvol to one vg in the cluster??
Thanks!!!
Carmen.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2004 01:57 AM
тАО06-08-2004 01:57 AM
SolutionNo, it is not needed. You can do it online by the usual way to add lvol, but dont forget to modified your package configuration file and also to export and import the mapfile of the VG in the other nodes.
However if you have time, it's worth to make a cmcheck.
Johan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2004 01:58 AM
тАО06-08-2004 01:58 AM
Re: Have I to apply the configuration if I add lvols to one vg in the cluster??
vgexport -pv -s -m /tmp/vgxx.map vgxx
rcp/scp/ftp map file to other node
On the other node
vgexport vgxx
mkdir /dev/vgxx
mknod /dev/vgxx/group c 64 0x0y0000
y=unused minor number
vgimport -v -s -m /tmp/vgxx.map vgxx
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2004 01:59 AM
тАО06-08-2004 01:59 AM
Re: Have I to apply the configuration if I add lvols to one vg in the cluster??
No, you don't have to do cmcheckconf/cmapplyconf for adding an lvol. You will need to update the package control script so that the new lvol/filesystem will be mounted and unmounted properly, and then put a copy of that updated control script on the other nodes. Also, you will want to do a vgexport on the VG where you added the lvol to create a map file, and then do a vgexport and vgimport with that map file on the other node to pick up the new lvol.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2004 02:05 AM
тАО06-08-2004 02:05 AM
Re: Have I to apply the configuration if I add lvols to one vg in the cluster??
You cann add you LV to the existing cluster aware VG , online , without even bringing down the cluster or packages , create the file system and mount it normalyy as you would .
However since the adoptive node doesnot have any knowledge of the new LV , you will have to reexport your VG from the primary node , in shared and preview mode into a mapfile and import it onto your adpotive node , like this :
On primary node
#vgexport -p -s -m
ftp the mapfile to adpotive node .
On theadoptive node , do
#vgexport /dev/vg_name
#mkdir /dev/vg_name
#mknod /dev/vg_name/group c 64 0xYY0000
where YY is the same number as on your primary node for the same volume group .
#vgimport -s -m
Now you have a consisten voume group on both nodes
Now just go ahead and update the package control files on both the nodes to reflect the new LV and its mount point .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2004 02:07 AM
тАО06-08-2004 02:07 AM
Re: Have I to apply the configuration if I add lvols to one vg in the cluster??
If your LVs belong an existing cluster's VGs you do not need check and apply configuration.
Remember that LVs afect the pkg configuration and normally you must have the MC/SG control script placed into /etc/cmcluster/
Inside this file you must add any LV into FILESYSTEMS section.
Specify the filesystems which are used by this package. Fill in the name of your first
logical volume, filesystem and mount option for the file system. You must begin with LV[0], FS[0] and FS_MOUNT_OPT[0] and increment the list in sequence. Please have special care in the sequence!!!
Rgds.