- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Subnetmask problem
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
06-10-2005 08:08 AM
06-10-2005 08:08 AM
So I read the /etc/rc.log and saw the "red" during bootup was for /sbin/rc2.d/S008net start and had "lan interface: ifconfig: ioctl Can't assign a requested address. Service failed."
I heard from another sysadmin that my application will not work on a 2-subnet network because it doesn't like being in all-zero or all-1s subnetworks.
I heard from another source that this is true only on older routers. So I disconnected my HP box from the network, changed my subnet mask to .128 using set_parms addl_netwrk and rebooted. So the HP box never makes it to the router, it should boot up, right? No go. I got the same hang and error.
I know this is old stuff but can somebody explain why .128 subnets don't work on my HPs?
Thank you,
Linda
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2005 08:26 AM
06-10-2005 08:26 AM
Re: Subnetmask problem
what about your default gate-way subnet mask and the IP subnet mask defined in the:
/etc/rc.config.d/netconf
I'll assume set_parms did the correct update in this file, but pls check it for it is used during the reboot. sounds like it might be the default gw's netmask setting in this file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2005 12:15 PM
06-10-2005 12:15 PM
Re: Subnetmask problem
When the network folks subdivided the network, they should have provided you with the subnet mask and anything else, like default gateway that has changed.
There is nothing inherent in dividing the network that should have cut you off from the old gateway, unless it was part of the other half of the network that was just divided.
Network Administration needs to brief you on the new addresses, if they even took your access into consideration in doing their divide the network plan.
Usually when this is done, servers are put all together in their own small collision domain. I can not be sure, but I smell some bad planning here. Not you though.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2005 12:34 PM
06-10-2005 12:34 PM
Re: Subnetmask problem
I heard that the 10.20 version is not graceful when pulling the network cable out, that the kernel tries to reconnect using a high-priority interrupt, and just may hang your system in a loop.
load 11.11 or 11v1.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2005 05:39 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2005 05:50 PM
06-10-2005 05:50 PM
Re: Subnetmask problem
you might want to jot down clearly
1. The IP address
2. The subnet mask
3. The default gateway
Since you have subnetted your original network into two the subnet mask will change and so will the default gateway.
Please make sure whoever is involved in this network stuff provides you the right info.
Also I am assuming you have only one NIC if you have more than one nic and the cable is not plugged into the primary NIC, set_parms is not the right way.
Please figure out the lan0 or lan1 using the commands
ioscan -funC lan
also use the lanscan and netstat -in
and then edit the files /etc/rc.config.d/netconf with the correct values for the following
IP_ADDRESS
SUBNET_MASK
INTERFACE_NAME
BROADCAST_ADDRESS
and then do the
/sbin/init.d/net stop
and then a
/sbin/init.d/net start
or alternatively you may reboot
thanks
Devesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2005 07:36 AM
06-14-2005 07:36 AM
Re: Subnetmask problem
The site was reluctant to put my HP behind the firewall because of the ports they would have to open to enable my apps on the HP.
So outside the firewall I went and I tested all variations of the subnetmask. It does not like first and last subnet, whether it is 2 subs or 8 subs. I changed the mask to .0 and all is well. I just have to remember this for next time.
Thanks for the help.