- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Configuring LAN interfaces Fail
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
01-24-2002 03:01 AM
01-24-2002 03:01 AM
Configuring LAN interfaces Fail
I hv 4*L2000 servers and are configured in NFS. Suddenly one server has started giving problem after reboot, In booting process it gives error as FAIL while Configuring LAN interfaces, when the system comes up in ioscan it it shows claimed for lan0 but in ifconfig ti says No such interface.
while in next reboot it displays same error at the boot time but this time in ifconfig it is showing UP and its working.
What could be the reason for this intermitent problem.
Regards/Bhavin Shah
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2002 07:28 AM
01-25-2002 07:28 AM
Re: Configuring LAN interfaces Fail
If you've got a support contract might be worth giving hp a ring.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2002 11:00 PM
01-27-2002 11:00 PM
Re: Configuring LAN interfaces Fail
Sorry to inform you, this question should go to hpux networking section.
Please try to assign an IP to the interface and then try ifconfig lan0
e.g;
ifconfig lan0 inet 192.168.10.5 netmask 255.255.255.0 up
and then try
ifconfig lan0
It will show up
thanks
Manoj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 03:17 AM
02-04-2002 03:17 AM
Re: Configuring LAN interfaces Fail
Take a look at the /etc/rc.log file to determine the exact cause of the FAIL during startup.
Regards,
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 05:29 AM
02-12-2002 05:29 AM
Re: Configuring LAN interfaces Fail
/etc/rc.config.d/netconf
for the right value set for the parameters.
INTERFACE_NAME[0]="lan0"
IP_ADDRESS[0]=" "
SUNET_MASK[0]=" "
BROADCAST_ADDRESS[0]=" "
INTERFACE_STATE[0]=" "
DHCP_ENABLE[0]=
IF it requires any changes you can edit it either manually ot you can use the command set_parms to chnage the required parameters.
-Vijay