- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Seviceguard package log growing
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
09-06-2007 03:09 AM
09-06-2007 03:09 AM
I found the package log file is growing every second and i dont understand that log at all.
here is the output:
root@prod:/etc/cmcluster/advant-# tail -f mdsipkg1.sh.log
hdb_dispatch_all_buffered_commodities: # of msg waiting = 10
hdb_dispatch_all_buffered_commodities: # of msg waiting = 5
hdb_dispatch_all_buffered_commodities: # of msg waiting = 5
hdb_dispatch_all_buffered_commodities: # of msg waiting = 2
hdb_dispatch_all_buffered_commodities: # of msg waiting = 8
hdb_dispatch_all_buffered_commodities: # of msg waiting = 2
hdb_dispatch_all_buffered_commodities: # of msg waiting = 10
hdb_dispatch_all_buffered_commodities: # of msg waiting = 6
hdb_dispatch_all_buffered_commodities: # of msg waiting = 7
hdb_dispatch_all_buffered_commodities: # of msg waiting = 14
hdb_dispatch_all_buffered_commodities: # of msg waiting = 4
------------------------------------------
Dont understand what does that msg means .... Please help this is in one of our production...
Thanks
Candyman.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 03:21 AM
09-06-2007 03:21 AM
Re: Seviceguard package log growing
Well the package itself, which someone created is writing the log entries.
Two suggestions.
Turn of the logging in the package control script.
Trim the log regularly with cron and ignore it.
I'd go for the second one if disk space is a problem and then look at the package control script and try and figure out why its logging. Or post it here and someone will look at it.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 03:38 AM
09-06-2007 03:38 AM
Re: Seviceguard package log growing
Do you think that would be a permanent solution for a production systems? I would appriciate if someone gives me a fix on dat. cuz everything on the system was just running good.
Thanks
Candyman
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 03:40 AM
09-06-2007 03:40 AM
SolutionIf you post the package control script before I have to go food shopping (it is late in the day here), I will look at it and suggest changes.
You may get asked for more information or someone else might look at the script and suggest to you what to do.
:-)
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 05:03 AM
09-06-2007 05:03 AM
Re: Seviceguard package log growing
Here is the package script...
Thanks
Candyman
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 05:45 AM
09-06-2007 05:45 AM
Re: Seviceguard package log growing
# ADD customer defined run commands.
echo "Start MQSeries ADVANTEX"
su - mqm -c "strmqm ADVANTEX"
echo "Start Oracle PROD"
su - oracle -c "/home/oracle/.start_up"
sleep 20
echo "Start Advantex PROD"
su - pglrt -c "cd /pglr53/ucad/bin; ./start_ucad"