- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Logging level of ServiceGuard
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
Discussions
Discussions
Discussions
Forums
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
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-19-2004 09:36 AM
тАО09-19-2004 09:36 AM
I can't seem to find anywhere to switch the logging level of ServiceGuard down a tad.
Anyone got any any ideas for me?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-19-2004 11:44 AM
тАО09-19-2004 11:44 AM
SolutionIt's not the serviceguard but your application itself that is generating logging messages. There isn't a serviceguard parameter, that I know, you can modify to stop the messages. You will have to modify your application startup scripts to add "> /dev/null 2>&1" to whichever steps that would produce standard out|error messages during runtime.
It is also a good idea to make /etc/cmcluster, a filesystem otherwise it can fill up root filesystem.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-19-2004 03:07 PM
тАО09-19-2004 03:07 PM
Re: Logging level of ServiceGuard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-21-2004 03:25 AM
тАО09-21-2004 03:25 AM
Re: Logging level of ServiceGuard
If such larger logs are necessary, the admin can move the package control log file to another file system and sym-link it to the /etc/cmcluster/
Example:
# cd /etc/cmcluster/orapkg
# mv orapkg.cntl.log /misc/logs
# ln -s /misc/logs /etc/cmcluster/orapkg/orapkg.cntl.log
-StephenD.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-22-2004 02:17 AM
тАО09-22-2004 02:17 AM