- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Strange messages in SYSLOG.LOG
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
05-24-2006 06:39 PM
05-24-2006 06:39 PM
Strange messages in SYSLOG.LOG
May 25 08:25:45 XXXXX CM-CMD[14945]: /usr/sbin/cmgetconf -p XXXXX
These messages are related to all of our packages in MC/SG cluster and they appear regularly, with 10 sec. time period.
Any help will be appreciated.
N.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2006 07:29 PM
05-24-2006 07:29 PM
Re: Strange messages in SYSLOG.LOG
cmgetconf -p
To generate the package ASCII configuration file for pkg to see, this command can be used.
You need to investigate more from where it is executing. Whether User initiated or scheduled.
Regards,
Rajesh SB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2006 09:02 PM
05-24-2006 09:02 PM
Re: Strange messages in SYSLOG.LOG
Found some docs that talk about the same problem , message in the syslog of cmgetconf -p . It's linked to LEGATO backup in SG environemt .
How do you take ur backup's ??
-Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2006 09:05 PM
05-24-2006 09:05 PM
Re: Strange messages in SYSLOG.LOG
Can you check if you've a cron job running?
Check the following:
http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=109647
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2006 03:46 AM
05-25-2006 03:46 AM
Re: Strange messages in SYSLOG.LOG
UMCSGKBRC00014425
TITLE: cmclconfd consumes a lot of CPU time
This document provides a script to determine the source of the cmgetconf commands:
UMCSGKBRC00014697
TITLE: Tracing the source of cmgetconf commands
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2006 07:10 PM
05-28-2006 07:10 PM
Re: Strange messages in SYSLOG.LOG
can you provide me with workarounds (if they exist) from these documents, because I do not have an access to KB.
Thank you,
N.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2006 07:16 PM
05-28-2006 07:16 PM
Re: Strange messages in SYSLOG.LOG
we do not use Legato.
N.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2006 07:44 PM
05-28-2006 07:44 PM
Re: Strange messages in SYSLOG.LOG
http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=1020285
-Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2006 07:49 PM
05-28-2006 07:49 PM
Re: Strange messages in SYSLOG.LOG
One method to find the source of repeated cmgetconf requests is to substitute
the cmgetconf command with a wrapper script which traces and reports the
caller of cmgetconf back to it's source, then runs the real cmgetconf.
The following command shows that cmgetconf is linked to other Serviceguard
commands:
# ll -i /usr/sbin/cm* | sort -n
This is why cmgetconf must be moved versus copied - in the following
instructions... the linkage maintains the functionality of the command.
The implement the script below:
1) mv /usr/sbin/cmgetconf to /root/bin/
(mkdir /root/bin/ if it does not exist)
2) Copy the script below to /usr/sbin/cmgetconf and give it the same
permissions as the real cmgetconf: -r-xr-xr-x
Since the multiple cmgetconf's can affect performance, the script has the
ability to send an email to immediately page/inform the designated recipient.
To use it, edit the MAILADDR definition line, removing the # symbol and
subsequent text and substituting a valid email address. NOTE that the mail
system must be working on the node in order for the message to be deliver
-Amit
* Attach Find the script . The script is not supported by HP .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2006 08:01 PM
05-28-2006 08:01 PM
Re: Strange messages in SYSLOG.LOG
ASCII configuration file by using the cmgetconf command,
specifying the package name.
# cmgetconf -p pkg1 pkg1.ascii
so if you see this log regularly you should check crontab.
regards;
mustafa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2006 08:25 PM
05-28-2006 08:25 PM
Re: Strange messages in SYSLOG.LOG
perhaps there is a monitoring of your system and the OVO agent is installed on your system.
So this message is normal.
Enrico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2006 08:39 PM
06-14-2006 08:39 PM
Re: Strange messages in SYSLOG.LOG
I guess, you are right. I'll check it.
Thank you,
N.