- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- permanently stopping selected error messages displ...
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
тАО05-14-2004 09:52 AM
тАО05-14-2004 09:52 AM
permanently stopping selected error messages displayed on console.
pls find the error message below.
"Apr 29 03:33:06 b2000a syslog: Legato Storage Manager media: (waiting) backup to
pool 'Default' waiting for 1 writable backup tape(s)"
I need to permanently stop the message displaying on console. How to go about in doing the same?
Thanks
Jagadesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-14-2004 10:09 AM
тАО05-14-2004 10:09 AM
Re: permanently stopping selected error messages displayed on console.
I was getting this message in my 11i workstation. Look for networker daemons running in the system and kill themm.
# /sbin/init.d/networker stop
I am not sure if networker has a configuration file in /etc/rc.config.d. If you could not find any, then remove the startup scripts S*networker from /sbin/rc2.d
Sundar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-14-2004 10:29 AM
тАО05-14-2004 10:29 AM
Re: permanently stopping selected error messages displayed on console.
man syslogd for the format.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-14-2004 04:01 PM
тАО05-14-2004 04:01 PM
Re: permanently stopping selected error messages displayed on console.
Got something like
*.info /dev/console
in /etc/syslog.conf
this could be one of the reason why the info is coming to the console. Change it to /var/adm/syslog/syslog.log.
restart the syslogd daemon.
kill -HUP `cat /var/run/syslog.pid`
with best wishes
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-16-2004 06:48 PM
тАО05-16-2004 06:48 PM
Re: permanently stopping selected error messages displayed on console.
Track with syslog.conf is OK.
From Legato Unix Admin guide ( page 273 - chapter 6 ) you can read as follow:
System Console Log
The UNIX system log displays messages passed from the NetWorker server.
When the NetWorker server is installed, it adds lines to the configuration log
file (syslog.conf). These tell the system log facility what types of notices to direct
to which file or user. For example:
daemon.notice /dev/console
daemon.notice /nsr/logs/messages
daemon.notice operator
local0.notice /nsr/logs/summary
local0.alert root, operator
Just comment out or delete /dev/console line and restart syslogd.
Hope it helps,
With regards,
Piotr