- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to capture the output on system console?
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
02-29-2000 05:23 PM
02-29-2000 05:23 PM
How to capture the output on system console?
console?
Advises are appreciated.
By the way, how come I am getting the following messages on the system
console. But I haven't see any
similar messages from syslog.log.
*TQ* CRITICAL: <65.31> isdux2 High Disk Service Time c2t12d0
Disk Service Time is high.
&TQ* CRITICAL: <6.09> isdux2 Long Run Queue
The CPU is busy.
Some processes may need to be terminated.
Additional CPUs may be needed.
*TQ* NORMAL: <1.38> isdux2 CPU Waiting on IO
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2000 01:02 AM
03-01-2000 01:02 AM
Re: How to capture the output on system console?
can be trapped into a file using "/usr/sbin/dmesg - >> /var/adm/messages"
which can be run by cron typically every 10 minutes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2000 01:47 AM
03-01-2000 01:47 AM
Re: How to capture the output on system console?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2000 05:58 AM
03-01-2000 05:58 AM
Re: How to capture the output on system console?
terminal, you could hook up a printer to the second serial port, and then using
hte soft keys, turn on logging to set LOG BOTTOM to be on.
This would log every line to the printer as it scrolls through on te console.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2000 02:24 PM
03-01-2000 02:24 PM
Re: How to capture the output on system console?
1GB memory. I prefer the message on the console to be
captured into a console.log file so that I can view it
from time to time. As far as I know, dmesg is not able
to show you what is displayed on the system console.
How can I redirect the output of console to a file and
better still, if I can also see messages on console.
Is there any way to do that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2000 04:59 AM
03-06-2000 04:59 AM
Re: How to capture the output on system console?
You might want to see if you can find swcons (ie: switch console) and redirect
your console output with that tool. I use this on AIX machines, there is
probably a gnu version available.
You might also want to see if your syslog.conf file can catch things too.
good luck
david
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2000 11:36 AM
03-21-2000 11:36 AM
Re: How to capture the output on system console?
Where can I find swcon(switch console) ?
I checked syslog.conf and it shows as below,
# See syslogd(1M) for information about the format of this file.
#
mail.debug /var/adm/syslog/mail.log
*.info;mail.none /var/adm/syslog/syslog.log
*.alert /dev/console
*.alert root
*.emerg *
How do I modify this file? Can I redirect the output of *.alert to another
file say "/tmp/sysconsole.log" besides /dev/console just like what 'tee' can
do? If that can be done, then I can just dial in from home to check this file
and it should be the same as what is
shown on the system console.