- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- APA and LAN Monitor
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
Discussions
Discussions
Discussions
Forums
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
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
тАО03-08-2007 05:28 PM
тАО03-08-2007 05:28 PM
APA and LAN Monitor
The configuration are as follows;
hp_apaconf
HP_APA_START_LA_PPA=900
HP_APA_DEFAULT_PORT_MODE=MANUAL
HP_APA_INTERFACE_NAME[0]=lan900
HP_APA_LOAD_BALANCE_MODE[0]=LB_MAC
HP_APA_MANUAL_LA[0]="2,4"
hp_apaportconf
HP_APAPORT_INTERFACE_NAME[0]=lan2
HP_APAPORT_CONFIG_MODE[0]=LAN_MONITOR
HP_APAPORT_INTERFACE_NAME[1]=lan4
HP_APAPORT_CONFIG_MODE[1]=LAN_MONITOR
I run lanqueryconf -s , lancheckconf and finally lanapplyconf - all is OK
When I run lanscan -q , I see lan900 tag with 2,4.
I manage to get the lan900 activated and ssh into the server after using /sbin/init.d/hplm stop/start, /sbin/init.d/hpapa stop/start.
I was unable to see the lan900 after i rebooted the system. Can any one give me advise
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-08-2007 06:16 PM
тАО03-08-2007 06:16 PM
Re: APA and LAN Monitor
Do you see lan900 in lanscan -q after reboot?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-08-2007 06:24 PM
тАО03-08-2007 06:24 PM
Re: APA and LAN Monitor
As to the above configuration is it correct so far.
Pls advise! thanks!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-08-2007 06:45 PM
тАО03-08-2007 06:45 PM
Re: APA and LAN Monitor
You should put lan2 which might be Primary Lan as per lanconfig.ascii file in the netconf and NOT lan900.
The configurations above looks ok. If you want to simulate the whole network configuration as if it occures during startup, you can try from console login following start the apa start the hplm and then start net and reverse for stoping them.
Also ensure you set the lan cards speed in their resepective conf file. i.e card with btlan driver , set the speed in hpbtlanconf file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-08-2007 07:18 PM
тАО03-08-2007 07:18 PM
Re: APA and LAN Monitor
With lan2 in netconf, it is like a standalone lan not failover or APA.
I could not understand why the lan900 could not be form after reboot. I did not see anything from dmesg or syslog?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-08-2007 07:25 PM
тАО03-08-2007 07:25 PM
Re: APA and LAN Monitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-09-2007 05:18 AM
тАО03-09-2007 05:18 AM
Re: APA and LAN Monitor
Several points:
[1]
Looks like you want to have a Fail-Over group (FOG for short) lan900 with two ports lan2 and lan4.
For FOG, you need to edit the config file /etc/lanmon/lanconfig.ascii.
Can you please send what is in that file?
[2]
before you run lanqueryconf -s, did you configure IP address on the intended Primary port? Did you check the lanconfig.ascii file if it was created with your intended configuration?
[3]
If you want lan900 to be a FOG with lan2 and lan4, you may not want to put [0] entries in hp_apaconf file.
Will check again.
Thanks and regards,
+ Ketan Kotak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-11-2007 01:42 PM
тАО03-11-2007 01:42 PM
Re: APA and LAN Monitor
In lanconfig.ascii
FAILOVER_GROUP lan900
STATIONARY_IP 1x.xx.xx.xxx
PRIMARY lan2 5
STANDBY lan4 3
In /etc/rc.config/netconf
INTERFACE_NAME[0]=lan2
IP_ADDRESS[0]=1x.xx.xx.xxx
SUBNET_MASK[0]=255.255.255.0
BROADCAST_ADDRESS[0]=1x.xx.xx.255
INTERFACE_STATE[0]=up
DHCP_ENABLE[0]=0
I have replaced x with the actual number.
Have I make the correct entry for FOG as you have pointed out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-12-2007 05:03 AM
тАО03-12-2007 05:03 AM
Re: APA and LAN Monitor
Some more points:
[1] Do you still have those entry [0] for lan900 in hp_apaconf file? That may be removed and you can try restarting HP-APA by:
# /usr/sbin/hplm stop
# /usr/sbin/hpapa stop
# /usr/sbin/hpapa start
# /usr/sbin/hplm start
[2] You may want to check if the NODE_NAME in lanconfig.ascii file is correct or not.
[3] Which OS version & APA version you have on your system? You can check by:
# uname -a
# swlist | grep Auto-Port
# what /stand/vmunix | grep -i -e hp_apa -e lacp -e vmunix
[4] Is there any error reported by hplm/hpapa scripts during bootup? You can see rc.log file and search for these two scripts and copy-paste its output.
[5] If you restart APA as shown in [1] above, pl. save the output of that and send that too. It may help understand the problem you have.
Thanks and regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-12-2007 01:59 PM
тАО03-12-2007 01:59 PM
Re: APA and LAN Monitor
Thanks you very much, the configuration works and after a reboot the APA and FOG is visible when I do a netstat -i, lanscan -q
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-12-2007 02:09 PM
тАО03-12-2007 02:09 PM