Hello,
I have a Fibre Channel adapter running in an AIX 4.3.3 ML 10 box:
Upon this device is a driver installed to let me use TCP/IP over Fibre Channel. There was already an IP configured on the new interface "fe2", sitting on top of this fchan2.
To get it going I had to change its charactersitic in SMIT from "loop" to "p2tp". To do this without reboot, I did a rmdev -dl fe2, no problem so far.
The problem now is, that I can't add the "fe2" interface again to give it its IP again. It isn't listed at all when I want to add it in any of the SMIT menues at "tcp/ip, further configuration etc etc".
I can't list the "fe2" with "lsdev -C| grep fe2" anymore, which is ok, but the scary thing is, that I still get it with "ifconfig fe2" (I've set it DOWN and also DETACHED it):
I also checked for the Location Code of the "fchan2" - there is no other device using the same location code.
I also did a odmget on all parts of the ODM, piped into a grep for "fe2" but had no luck.
Anyone got an idea how to get rid of this "fe2" so I can add it again properly?
Thanks in forward!
laters
zaxxon
I have a Fibre Channel adapter running in an AIX 4.3.3 ML 10 box:
Code:
fchan2 37-08 PCI Fibre Channel Adapter
Network Address.............0000C93E89CC
EC Level....................CENTAUR 2
Part Number.................LP9000
Displayable Message.........Fibre Channel Host Adapter
Loadable Microcode Level....3914103
Diagnostic Level............1204100
Manufacturer................EMULEX
Device Specific.(YL)........P1-I10/Q1
Upon this device is a driver installed to let me use TCP/IP over Fibre Channel. There was already an IP configured on the new interface "fe2", sitting on top of this fchan2.
To get it going I had to change its charactersitic in SMIT from "loop" to "p2tp". To do this without reboot, I did a rmdev -dl fe2, no problem so far.
The problem now is, that I can't add the "fe2" interface again to give it its IP again. It isn't listed at all when I want to add it in any of the SMIT menues at "tcp/ip, further configuration etc etc".
I can't list the "fe2" with "lsdev -C| grep fe2" anymore, which is ok, but the scary thing is, that I still get it with "ifconfig fe2" (I've set it DOWN and also DETACHED it):
Code:
fe2: flags=863<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX>
inet 0.0.0.0 netmask 0x0
I also checked for the Location Code of the "fchan2" - there is no other device using the same location code.
I also did a odmget on all parts of the ODM, piped into a grep for "fe2" but had no luck.
Anyone got an idea how to get rid of this "fe2" so I can add it again properly?
Thanks in forward!
laters
zaxxon