- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: error message after boot
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
05-31-2000 05:59 AM
05-31-2000 05:59 AM
error message after boot
*******************************LAN/9000 NETWORKING**************************@#%
Tue May 23 EDT 2000 09:28:40.714783 DISASTER Subsys:NS_LS_DRIVER Loc:01029
Network NS_LS_DRIVER Disaster 1029, pid [ICS]
LAN card on interface unit 1 has network problem. Check cable for
possible disconnection.
I am running 11.00HPUX and its a v2200 box
any help would be appreciated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2000 06:11 AM
05-31-2000 06:11 AM
Re: error message after boot
Ensure you have the latest LAN, ARPA and Streams patches
PHNE_21217 (LAN)
PHNE_20735 (ARPA)
PHNE_20316 (Streams)
PHNE_21433 (Streams/pty)
Issue:
#nettl stop
#rm /var/adm/nettl.LOG00
#nettl start >> this creates a new log
Ensure you do NOT have any backup copies of netconf in /etc/rc.config.d.
Another reason for this error is the network card is not properly terminated or connected.
Let me know,
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2000 08:58 AM
05-31-2000 08:58 AM
Re: error message after boot
on that particular day there was nfs problems
would that explain theses messages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 05:16 PM
10-31-2000 05:16 PM
Re: error message after boot
I had tried removing & recreate nettl.LOG00 as suggested by Berlene (except s/w patching), changing the lan card & transceiver, used lanadmin to reset lan0. Our network administrator has comfirmed there is nothing wrong with the lan port.
My machine is a HP9000 - 800/H40 server running HP-UX 10.20.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 11:25 PM
10-31-2000 11:25 PM
Re: error message after boot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2001 05:25 AM
02-11-2001 05:25 AM
Re: error message after boot
This error message coul be caused when the system checks each lan card and finds that one of them is not connected to a network. In this case the message can either be ignored since the lan card is not being used anyway or
actions can be taken to stop the message altogether.
To stop the messages, either connect a loopback connector to the unused lan
port (which will allow the network tests to pass) or remove the lan cards driver from the kernel (assuming that no other network cards are using this same driver). The command ioscan -fC lan can be used to see all network cards and their drivers in a system.
If this case doesn't apply, then let's try this
1. delete /var/adm/conslog.opts and recreate as follows:
FORMATTER FILTER CLASS !*
FORMATTER FILTER CLASS DISASTER
FORMATTER FILTER TIME_FROM 12:54:50.000000 12/11/96 >>> today's date
2. stop nettl
2. Delete /var/adm/nettl.LOG00
3. Move /etc/nettlgen.conf file to /etc/nettlgen.old, and
then copy a new one from /usr/newconfig/etc/nettlgen.conf
4. Restart nettl as /usr/sbin/nettl -start
Hope one of these helps. You can also try replacing the cable with a known good one.
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2001 06:49 PM
02-11-2001 06:49 PM
Re: error message after boot
Yes, we get a very similar message on our D220's with an unused EISA lan card. It is always fun to see our student's reactions when they boot and see the "DISASTER" message on the console.
Connecting the card to a powered up hub/switch will prevent the message so from a hardware standpoint, you narrow the problem to either the cable, terminator, or lan card. Of course, if it is a software problem... .
--Bruce