- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Error msg while booting the system
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
10-08-2001 10:25 AM
10-08-2001 10:25 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2001 10:46 AM
10-08-2001 10:46 AM
SolutionIs it error no 6 or 16. If it is 6, it is probably because the system is unable to identify the port 7 (8th port) on your MUX card.
The system should still be sble to boot and you should be able to login into the system from other terminal / console.
Hope this helps.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2001 11:31 AM
10-08-2001 11:31 AM
Re: Error msg while booting the system
I'd try first booting to single user mode and checking to make sure that the main files are correct (/etc/hosts, /etc/passwd, and so on). You can check the network configs while you are in there to make sure that it is booting to the right device and it is setup right.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2001 12:20 PM
10-08-2001 12:20 PM
Re: Error msg while booting the system
Or does it get so far?
Can you get to the point of logging in?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2001 02:54 PM
10-08-2001 02:54 PM
Re: Error msg while booting the system
Being the device ttyd0p7 sounds like it is
a modem or the modem port complaining. I'd
suggest if you can comment out the entry in
the /etc/inittab file for that device. This
should stop the system complaining about it.
What OS is it? If it hasn't been powered up
for a year, suggest you take the cover off
(whilst powered off) and give it a good clean
Once you have saved the /etc/inittab file
with the change run 'init q' this will tell
'init' to re-examine it's file and continue.
There is not a need to reboot.
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2001 07:45 AM
10-09-2001 07:45 AM
Re: Error msg while booting the system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2001 12:10 PM
10-09-2001 12:10 PM
Re: Error msg while booting the system
a0:3:respawn:/usr/lib/uucp/uugetty -r -t 60 -h ttyd0p7 2400
a1:3:respawn:/usr/lib/uucp/uugetty -r -t 60 -h ttyd0p6 192008nl
I do not know what for these entries are and how do I eliminate these error msgs. As I stated earlier, we have changed the network card to Ethernet card. Any help would be highly appreciated. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2001 12:18 PM
10-09-2001 12:18 PM
Re: Error msg while booting the system
If the box has been off for a year, you certainly don't need uucp. I susprect someone removed the modems from these ports. Let's simply disable them:
In /etc/inittab change the word 'respawn' in these two entries to 'off' using vi.
OLD:
a0:3:respawn:/usr/lib/uucp/uugetty -r -t 60 -h ttyd0p7 2400
a1:3:respawn:/usr/lib/uucp/uugetty -r -t 60 -h ttyd0p6 192008nl
NEW:
a0:3:off:/usr/lib/uucp/uugetty -r -t 60 -h ttyd0p7 2400
a1:3:off:/usr/lib/uucp/uugetty -r -t 60 -h ttyd0p6 192008nl
Then do an init q to reread /etc/inittab and you are done.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2001 12:43 PM
10-09-2001 12:43 PM
Re: Error msg while booting the system
To stop the getty being executed for a particular port, replace the "respawn" word with "off" in the corresponding line for that port in /etc/inittab file. Save it and do a "init q" for the new inittab entries to come into effect.
Hope this helps.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2001 03:03 AM
10-10-2001 03:03 AM
Re: Error msg while booting the system
there may be a reminant in /etc/uucp/Devices also.
I can't remember if someone mentioned this.
Anyway..
A Clay's reponse should do the trick.
Later,
Bill