Operating System - HP-UX
1834802 Members
2816 Online
110070 Solutions
New Discussion

How deconfigure LAN APA configuration on HPUX

 
SOLVED
Go to solution
Jerry_109
Super Advisor

How deconfigure LAN APA configuration on HPUX


HP-UX hohp231 B.11.11 U 9000/800/L3000-7x
###########################################
Hello All,

I have a system that has lan apa configured on it. How do I deconfigure this ? It ties up my IP address ( 10.254.110.231 ):

# swlist -l product | grep -i apa
HP-APA-FMT B.11.11.07 HP Auto-Port Aggregation/9000 APA formatter product.
HP-APA-KRN B.11.11.07 HP Auto-Port Aggregation/9000 APA kernel products.
HP-APA-LM B.11.11.07 HP Auto-Port Aggregation/9000 LM commands.
HP-APA-RUN B.11.11.07 HP Auto-Port Aggregation/9000 APA command products.
HP-APA-SAM B.11.11.07 HP Auto-Port Aggregation/9000 APA SAM product.

###########################################
root@hohp231[/root]
# /etc/ioscan -nfC lan
Class I H/W Path Driver S/W State H/W Type Description
===================================================================
lan 0 0/0/0/0 btlan CLAIMED INTERFACE HP PCI 10/100Base-TX Core
/dev/diag/lan0 /dev/ether0 /dev/lan0
lan 2 0/3/0/0 igelan CLAIMED INTERFACE HP A6825-60101 PCI 1000Base-T Adapter
lan 1 0/9/0/0 btlan CLAIMED INTERFACE HP A5230A/B5509BA PCI 10/100Base-TX Addon
/dev/diag/lan1 /dev/ether1 /dev/lan1
root@hohp231[/root]
#
root@hohp231[/root]
# lanscan
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
0/3/0/0 0x001321EA8520 2 UP lan2 snap2 2 ETHER Yes 119
LinkAgg0 0x00306E2C1201 900 UP lan900 snap900 5 ETHER Yes 119
LinkAgg1 0x000000000000 901 DOWN lan901 snap901 6 ETHER Yes 119
LinkAgg2 0x000000000000 902 DOWN lan902 snap902 7 ETHER Yes 119
LinkAgg3 0x000000000000 903 DOWN lan903 snap903 8 ETHER Yes 119
LinkAgg4 0x000000000000 904 DOWN lan904 snap904 9 ETHER Yes 119
root@hohp231[/root]
#
root@hohp231[/root]
# netstat -rn
Routing tables
Destination Gateway Flags Refs Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 lo0 4136
10.254.110.231 10.254.110.231 UH 0 lan900 4136
127.0.0.0 127.0.0.1 U 0 lo0 0
default 10.254.200.1 UG 0 lan900 0
3 REPLIES 3
Torsten.
Acclaimed Contributor
Solution

Re: How deconfigure LAN APA configuration on HPUX



Your IP is bound to lan900 - looks good so far.

Devices lan0, lan1 ... won't be used - this is normal.

You can use SAM to view and modify your configuration.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Geoff Wild
Honored Contributor

Re: How deconfigure LAN APA configuration on HPUX

Careful there - are you sure you want it de-configured?

If yes, then:

/sbin/init.d/hplm stop

/sbin/init.d/hpapa stop

swremove J4240AA

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Jerry_109
Super Advisor

Re: How deconfigure LAN APA configuration on HPUX

Thanks