- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: subnet down
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-03-2006 03:58 AM
05-03-2006 03:58 AM
subnet down
now what that did was that it brought down the whole subnet they were on.
How do i get rid of the lan1. i tried ifconfig lan1 down but nothing happened. as that is duplicating the gateway.
Any suggestions....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 04:10 AM
05-03-2006 04:10 AM
Re: subnet down
HP-UX in contrast to Linux or windows can not operate in a networking environment with two NIC cards on the same network.
If lan0 is 192.168.0.10 and netmask is 255.255.255.0 then the network is 192.168.0 and no other NIC should be up on the same network.
Reconfigure your system and cluster so that this rule is complied with. Its okay to have a standby LAN card for SG on the same network as active, but you should never have two NIC cards active on the same network at the same time.
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
05-03-2006 04:32 AM
05-03-2006 04:32 AM
Re: subnet down
When i run netstat -rn. I see it.???.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 04:44 AM
05-03-2006 04:44 AM
Re: subnet down
You have option of using "ifconfig" or "set_parms" to configure your network card. And if you need to stop right away, you could run
#/etc/init.d/net stop
above will stop all network services
and here are some other useful method for you to consider.
# lanscan
# ifconfig lan0
# ifconfig lan0 up
# ifconfig lan0 down
# ifconfig lan0 192.168.1.1 netmask 255.255.255.0 up
# arp -a
# netstat -nr
# route add default 192.168.1.254 1
# lanadmin
some GUI tools
# sam
# set_parms
Regards,
Sung
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 08:10 PM
05-03-2006 08:10 PM
Re: subnet down
This will not work...
If both lan's are on the same subnet, configure one adapter as standby for the other.
The passive adapter takes over the IP (and all aliases) in case of a link failure.
See Service Guard documentation http://docs.hp.com/en/ha.html#Serviceguard for more detail!
My 2 cents,
Armin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 08:47 PM
05-03-2006 08:47 PM
Re: subnet down
Try the following,...
ifconfig lan1 down
ifconfig lan1 unplumb
Also make sure you have removed the lan config details in /etc/rc.config.d/netconf file for lan1.
Regards,
Senthil Kumar .A