- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Why does cmgetconf get logged several times in sys...
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
12-02-2004 04:43 AM
12-02-2004 04:43 AM
Why does cmgetconf get logged several times in syslog.log
I found that every second there is a comand running
cmgetconf -p
Thanks is advance
Shivam Tiwari
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 05:14 AM
12-02-2004 05:14 AM
Re: Why does cmgetconf get logged several times in syslog.log
Every second is excessive, if you are using SG clusters, they are not healthy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 05:20 AM
12-02-2004 05:20 AM
Re: Why does cmgetconf get logged several times in syslog.log
You may be running legato networker backup on this server.
do a ps -ef and grep for nsr
ps -ef |grep nsr
Do you see a nsrexecd process "/opt/networker/bin/nsrexecd".
If you do a strings on this executable and grep for cmgetconf, you'll find it over there. Seems like this process is calling cmgetconf every second for all the packages in the cluster. Never worried much about that so did not take it further myself.
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 06:06 AM
12-02-2004 06:06 AM
Re: Why does cmgetconf get logged several times in syslog.log
cmgetconf only get's cluster or package information - cmviewcl to see status.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 06:06 AM
12-02-2004 06:06 AM
Re: Why does cmgetconf get logged several times in syslog.log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 06:24 AM
12-02-2004 06:24 AM
Re: Why does cmgetconf get logged several times in syslog.log
Maybe this link would help find the process that is running cmgetconf,
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000076534391
the itrc doc id is UMCSGKBRC00014697.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2004 01:03 AM
12-03-2004 01:03 AM
Re: Why does cmgetconf get logged several times in syslog.log
Thu Dec 2 12:57:38 EST 2004
PID PPID COMMAND
4357 21315 /bin/sh /usr/sbin/cmgetconf -p
21315 21312 /opt/OV/lbin/conf/ovconfd
21312 1 /opt/OV/bin/ovcd
So by the above I found that ovcd is the process that is invoking the ovconfd that in turn is invoking cmgetconf process but I dont know why it is doing lke that.
TIA
Shivam Tiwari
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2004 01:18 AM
12-03-2004 01:18 AM
Re: Why does cmgetconf get logged several times in syslog.log
More then likely a template is configured incorrectly.
RGds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2004 01:39 AM
12-03-2004 01:39 AM
Re: Why does cmgetconf get logged several times in syslog.log
But I am not sure which kind of templtates I need to check or the hierarchy to check the problem