- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- problem with standby lan
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-12-2007 12:19 AM
01-12-2007 12:19 AM
problem with standby lan
"Warning: Network interface lan1 on node boro couldn't talk to itself.
Error: lan1 on node boro cannot be configured in the cluster
because it does not have an IP address, and it is not a standby lan for any other lan.
Failed to evaluate network ..."
This lan1 is not described in /etc/rc.cofig.d/netconf
This lan1 is unplumbed:
#netstat -in
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
lan2 1500 192.168.195.0 192.168.195.26 993352 0 516559 0 0
lo0 4136 127.0.0.0 127.0.0.1 78705 0 78705 0 0
And the rows in cluster conf file is:
NODE_NAME boro
NETWORK_INTERFACE lan2
HEARTBEAT_IP 192.168.195.26
NETWORK_INTERFACE lan1
# List of serial device file names
# For example:
# SERIAL_DEVICE_FILE /dev/tty0p0
# Warning: There are no standby network interfaces for lan1.
# Warning: There are no standby network interfaces for lan2.
So why lan1 cannot be configured as standby?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2007 12:29 AM
01-12-2007 12:29 AM
Re: problem with standby lan
Perhaps lan1 does not have link. Try the linkloop command to check this.
Perhaps there is configuration for the lan card in /etc/rc.config.d/netconf
Please review and possibly modify.
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
01-12-2007 12:32 AM
01-12-2007 12:32 AM
Re: problem with standby lan
I had the same problem, went to where the machine is, and saw that the was no wire attached !!
Just and idea
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2007 12:47 AM
01-12-2007 12:47 AM
Re: problem with standby lan
#linkloop -i 1 0x001321EA582D
Link connectivity to LAN station: 0x001321EA582D
error: expected primitive 0x30, got DL_ERROR_ACK
dl_error_primitive = 0x2d
dl_errno = 0x04
dl_unix_errno = 57
error - did not receive data part of message
What this mean?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2007 12:52 AM
01-12-2007 12:52 AM
Re: problem with standby lan
The card I have not wired, shows the same result as yours:
ink connectivity to LAN station: 0x0011855F1D49
error: expected primitive 0x30, got DL_ERROR_ACK
dl_error_primitive = 0x2d
dl_errno = 0x04
dl_unix_errno = 57
error - did not receive data part of message
Are you able to go to the machine and take a look ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2007 12:55 AM
01-12-2007 12:55 AM
Re: problem with standby lan
this card is connected to switch, because
yesterday it was configured with IP address of the same VLAN and worked properly as
standalone lan. The problem arise when
I remove this address and trying to reconfigure this lan as standby.
Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2007 09:27 PM
01-14-2007 09:27 PM
Re: problem with standby lan
1)netstat -ni
2)lanscan
3)cat /etc/rc.config.d/netconf
Arunkumar.B
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2007 03:39 AM
01-16-2007 03:39 AM
Re: problem with standby lan
You could use ioscan, lanscan, linkloop to determine that.
If it is correctly installed i would check if it is conected. If you can not go where the machine is, someone should.
Finally is everything is fine, check the
/etc/rc.config.d/netconf file.
The lan that is going to work as standby should no be defined in that file.
Check the correct SG cluster and package configuration.