- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How come I am getting these error messages on syst...
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:33 PM
02-29-2000 05:33 PM
How come I am getting these error messages on system console?
console at 9:30am, I saw the server hang with the following messages appeared
on the system console,
INIT: command is responding too rapidly.
will try again in 5 minutes
check for possible errors
id: a0 "/usr/lbin/uucp/uugetty -r -t 60 -h ttyd0p7 9600"
...
id:vue "/usr/vue/bin/vuerc
will try again in 5 minutes
id:cons "/usr/sbin/getty console console
will try again in 5 minutes
id:ems4 "/etc/opt/resmon/lbin/p_client".
I found the above commands are all inside /etc/inittab.
But how come I was getting these messages and never get
"console login" prompt? Is the system shutting down or booting up when I saw
these messages?
Is there anybody encountered this problem before?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2000 11:31 PM
02-29-2000 11:31 PM
Re: How come I am getting these error messages on system console?
to the system ?
The device files may be missing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2000 05:21 AM
03-01-2000 05:21 AM
Re: How come I am getting these error messages on system console?
corrupt or contain an incorrect entry. There is a default inittab file in
/usr/newconfig/etc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2000 02:34 PM
03-01-2000 02:34 PM
Re: How come I am getting these error messages on system console?
"TOC" to reboot the system and
it can still boot up properly. In addition, I check
against the same file on another server and they have same contents As for
the message in my previous post, I found it just kept cycling a retrying cycle
of 5 minutes. I can't even get "login:" prompt and also cannot issue any
commands or go to single user mode unless go to service mode and did a "TOC".
As for the device files, I don't know what you mean. All the devices files
including those for disks,tapes,
terminals,etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2000 09:14 PM
03-02-2000 09:14 PM
Re: How come I am getting these error messages on system console?
also check a files called dld.sl in /usr/lib
it is needed for most commands.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2000 04:17 AM
03-03-2000 04:17 AM
Re: How come I am getting these error messages on system console?
of control if no NIS master is available when a client boots.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2000 11:28 AM
03-21-2000 11:28 AM
Re: How come I am getting these error messages on system console?
Reply to Alan's question:
No, I don't use NIS for host or user administration.
I checked /etc/rc.log.old and found that the system
does not have enough time to shutdown all processes gracefully and in the end
just killed whatever is left.
At the end of this file, it shows as below,
Output from "/sbin/rc1.d/K900swagentd stop":
----------------------------
The swagentd daemon is stopped.
Stop syncer daemon
Output from "/sbin/rc0.d/K480syncer stop":
----------------------------
Syncer stopped
Killing user processes
Output from "/sbin/rc0.d/K800killall stop":
----------------------------
Unmount file systems
Output from "/sbin/rc0.d/K900localmount stop":
----------------------------
umountall: umount : has failed.
umountall: diagnostics from umount
umount: cannot unmount /usr : Device busy
umountall: umount : has failed.
umountall: diagnostics from umount
umount: cannot unmount /var : Device busy
Do you think in this case it will cause system hang
when it tried to boot up next time and generated those
error messages on the system console as I mentioned
before?