- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Service Guard
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
03-13-2006 10:32 PM
03-13-2006 10:32 PM
I have an NNM server running in HP UX cluster.
I have nnm.mon, .cntl and conf files for SG cluster given by HP..
Whenever any of my services get failed the SG packages stops all NNM application services, unmounting /etc/opt/OV/share and var/opt/OV/share and removing the VIP.
But it is not get shifted to the failover server.
Anyone can help me in this...
Is it possible to get shifted to the Failover server when NNM services got failed
If someone need the scripts i ll give my packages scripts custimozed for NNM application...
regards
Eddi
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2006 10:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2006 10:49 PM
03-13-2006 10:49 PM
Re: Service Guard
Default switching is disabled when you manuallt switch the package.
Hope it helps,
TaaKie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 12:08 AM
03-14-2006 12:08 AM
Re: Service Guard
I have attached two commands in a notepad. Plz have a look.
cmviewcl -v
cmviewcl
hi
i accept the chmodpkg command. We did the testing using this command only.
But my question is should i run this chmodpkg manually wont it be automatic ?
cheers
eddi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 12:22 AM
03-14-2006 12:22 AM
Re: Service Guard
In that cmviewcl output u can see nnm01 package. That is the nnm package. plz ignore ovpi01 package output...
Then can u explain me the differece of these two..
********************************************
1.
Node_Switching_Parameters:
NODE_TYPE STATUS SWITCHING NAME
Primary up enabled cimph002(current)
Alternate up enabled cimph001
********************************************
2.
PACKAGE STATUS STATE AUTO_RUN NODE
nnm01 up running disabled cimph002
********************************************
By default this Auto_run is disabled state when we run this chmodpks this state changes to enabled. As soon as i execute the chmodpkg command it is shifting to failover server. why can't that Auto_run be enabled forever. so that whenever my NNM service get stopped it get shifted to Failover server automatically.
cheers
Eddi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 12:47 AM
03-14-2006 12:47 AM
Re: Service Guard
Then can u explain me the differece of these two..
********************************************
1.
Node_Switching_Parameters:
NODE_TYPE STATUS SWITCHING NAME
Primary up enabled cimph002(current)
Alternate up enabled cimph001
********************************************
2.
PACKAGE STATUS STATE AUTO_RUN NODE
nnm01 up running disabled cimph002
Output 1 shows what is called LOCAL switching, or whether the node listed is allowed to run the package locally
Output 2 shows what is called GLOBAL switching, or whether the package is allowed to switch between nodes in the cluster.
You need to check whether your package is configured to automatically switch, and if not chnage this, or if it is configured to switch, then you need to look at why it was disabled.
Check the package configuration file for the parameter AUTO_RUN and see if it is set to YES
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 12:59 AM
03-14-2006 12:59 AM
Re: Service Guard
You need to edit /etc/cmcluster/ovpi01/ovpi01.conf file and set AUTO_RUN attribute to YES.
Save the file and then you need to do "cmcheckconf" and apply the configuration using "cmapplyconf".
Hope taht helps.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 04:27 AM
03-14-2006 04:27 AM
Re: Service Guard
We have did that commands u have listed.
I am attaching my nnm01.conf file along with this.
FYI it is nnm01.conf file and not ovpi01.conf. Plz refer previous messages.
cheers
Eddi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 04:36 AM
03-14-2006 04:36 AM
Re: Service Guard
You would need to set everything back to normal, and ensure all switching is enabled, then observe what happens during the failure and check the syslogs/package logs to see if it did switch or if it failed, why.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 06:02 AM
03-16-2006 06:02 AM
Re: Service Guard
Any more suggestions
regards
eddi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 06:08 AM
03-16-2006 06:08 AM
Re: Service Guard
Can you attach or go through package log files which is kept in /etc/cmcluster/
Hope you get some clue there.
Regards,