- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: LAN Configuration [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
07-28-2000 07:46 AM
07-28-2000 07:46 AM
LAN Configuration [FAIL]
When I attempted to recreate the problem (changed netmask to 255.255.255.224), the LAN Configuration FAILED at bootup. While logged in, I don't appear to have any network problems as I can talk to other machines on the same network, but I can't figure out why this item FAILS at bootup. I have changed the netmask back to the original configuration (255.255.255.240), and it still fails at bootup. I made the changes using both ifconfig and SAM, and get the same result
Can someone please tell me what I am doing wrong? I am still relatively new to HP-UX, so any advice would be greatly appreciated.
Thanks,
Grant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2000 09:34 AM
07-28-2000 09:34 AM
Re: LAN Configuration [FAIL]
The reason a startup script has the 'FAILED' flag, is because the script returned an exit code of 2 (... I believe. It is 1 or 2, the other being the cause for the 'SKIPPED' flag).
You say that everything seems to work fine, so it can be an unexpected error in the startup script.
The first thing to do is check the contents of the file /etc/rc.log. This file contains output (stdout/stderr) of the boot scripts. These errors might help pinpointing the problem
Bye,
Rik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2000 10:25 AM
07-28-2000 10:25 AM
Re: LAN Configuration [FAIL]
Cheers!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2000 10:59 AM
07-28-2000 10:59 AM
Re: LAN Configuration [FAIL]
You can disable subnet mask checking on the fly with:
nettune -s ip_check_subnet_addr 0 (for 10.20)
ndd -set /dev/ip ip_check_subnet_addr 0 (for 11.00)
To make these changes permanent modify your network startup script for 10.20 or /etc/rc.config.d/nddconf for 11.0.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2000 03:11 AM
07-30-2000 03:11 AM
Re: LAN Configuration [FAIL]
Below is a sample of it.
INTERFACE_NAME[0]=lan?
IP_ADDRESS[0]="x.x.x.x"
SUBNET_MASK[0]="255.255.252.x"
BROADCAST_ADDRESS[0]=""
LANCONFIG_ARGS[0]="ether"
DHCP_ENABLE[0]=0
i guess ifconfig doesn't update the netconf file.