- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Need add new filesystem to the cluster package whi...
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
07-09-2005 02:24 PM
07-09-2005 02:24 PM
WE have a 2 node cluster and 3 pakages running on it.
My task is to add 2 more filesystems to the running package.
How can i do this with minimum outage to the cluster package.
Am i right if i do the following steps.
Assuming the primary node is A and the secondary node is B for the package PACK1
On server A
1) Create the filesystem and mount it manually.
2) Edit the PACK1.cntl and add the new filesystems.
3) Copy the same file to Server B.
4) Give vgexport with the preview option to create the map file.
5) Copy the map file over to the system B.
On system B.
1) vgexport the vg.
2) Import with the new map file.
Any input is appreciated.
Tx.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2005 03:29 PM
07-09-2005 03:29 PM
Re: Need add new filesystem to the cluster package which is running
My task is to add 2 more filesystems to the running package.. "
I should say, Manually test you Package's monitor start, monitor, and also fail-vover by Hand (or manula commands)..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2005 05:50 PM
07-09-2005 05:50 PM
Re: Need add new filesystem to the cluster package which is running
Sudeesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2005 04:28 PM
07-10-2005 04:28 PM
Re: Need add new filesystem to the cluster package which is running
Remember to deactivate VG (vgchange -a n vgname) before starting package. Otherwise you may see conflict messages.
Since cmcheckconf doesn't verify control file, as suggested by few, do some manual failover tests. Because once they are in production, you will never have a chance again to test which I faced earlier.
Thx,
Pradeep.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2005 05:43 PM
07-10-2005 05:43 PM
Re: Need add new filesystem to the cluster package which is running
Steps looks OK. But its always better to do a package stop, start and failover test as you are changing the control scripts.
Cheers
Shyjith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2005 10:15 PM
07-10-2005 10:15 PM
SolutionYou now mounted those f/s manually AND you edited your pkg cntl script and added them there. So now when you go to stop that package, it (the vg) will complain. If this happens due to a failover, it's not going to failover right.
So be sure to get this cleared up and put properly into the cluster asap. I generally mount them manually, but I keep those lines rem'd out to remind me I gotta finish this. In any event your vg is going to complain when you go to stop it. Then I do the cleanup and put them in right.
Just a thought,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2005 10:46 PM
07-10-2005 10:46 PM
Re: Need add new filesystem to the cluster package which is running
Steps seems to be OK except that you would require a couple of vgchange commands which I think you are aware of.
I think this thread shall help you to achive this.
http://forums2.itrc.hp.com/service/forums/questionanswer.do?threadId=886375&admit=-1335382922+1121085939574+28353475
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2005 09:43 AM
07-19-2005 09:43 AM
Re: Need add new filesystem to the cluster package which is running
Once you import the VG in the second node, you can check the VG activation by activating it in read only mode and save the VG configuration. This is also an important step.
vgchange -a r
vgcfgbackup
vgchange -a n
The above steps can be done, even when the VG is active in the Node A. This will make sure that, your VG import is successfull.
regards,
Madhu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2005 05:08 PM
07-19-2005 05:08 PM
Re: Need add new filesystem to the cluster package which is running
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2005 02:41 PM
08-12-2005 02:41 PM
Re: Need add new filesystem to the cluster package which is running
just wondering how you are making out... here..
The "package" that needs 2 more file systems..
I'll assume you have updated the "package" name .cntl file, right?
and also run the:
cmcheckconf -v -k -P "package".conf
again, I would suggest you have some time and test the "start" and "stop".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2005 01:39 PM
11-09-2005 01:39 PM
Re: Need add new filesystem to the cluster package which is running
It worked very well.