- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: APA error message
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-14-2004 06:38 AM
06-14-2004 06:38 AM
APA error message
i configured Auto-Port Aggregation for Hot Standby. Since with SAM did not succeed, did manually. After some attempts it does work seemingly perfectly, (unplugged one of 2 cables - no matter which one - applications did not feel anything) but i got error message pasted below. Do you have idea what is the reason? Is it safe to run system with it?
Thanks for your help
Configure HP AUTO-PORT AGGREGATION interfaces
Output from "/sbin/rc2.d/S337hpapa start":
----------------------------
DLPI version is 2
/sbin/rc2.d/S337hpapa started.
Please be patient. This may take about 40 seconds.
HP_APA_MAX_LINKAGGS = 50
HP_APA_DEFAULT_PORT_MODE = MANUAL
/usr/sbin/hp_apa_util -S 0 LAN_MONITOR
/usr/sbin/hp_apa_util -S 3 LAN_MONITOR
lan900
/usr/sbin/lanadmin -X -y on 900
New Hot Standby = ON
/usr/sbin/lanadmin -X -g 900 lan900 900
New Group Capability = 0
/usr/sbin/lanadmin -X -a 0 3 900
ERROR: Error: The mode of the port 0 is invalid for this command
/sbin/rc2.d/S337hpapa Completed successfully.
"/sbin/rc2.d/S337hpapa start" FAILED
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 02:23 AM
06-15-2004 02:23 AM
Re: APA error message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 06:27 AM
06-15-2004 06:27 AM
Re: APA error message
In netconf file i set lan[0] but if i skip this unix dont get ip. How should netconf look like in this Hot Standby case?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 06:34 AM
06-15-2004 06:34 AM
Re: APA error message
In particular, APA produces a virtual (not to be confused with VLAN) interface which knows how to failover/balance between some number of physical interfaces. It is that virtual interface you ifconfig, not the underlying physical ones.
So, in your netconf file, you would have an entry for lan900, not lan0.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 07:18 AM
06-15-2004 07:18 AM
Re: APA error message
This was written:"To preserve the IP address across reboots you need to add the IP address for the primary port to /etc/rc.config.d/netconf"
ok, i'll try to set netconf as soon as i get the chance... it is productive now and not allowed to touch.
Thanks for your help