Hajo Ehlers wrote:
> pinoy2ser@gmail.com wrote:
> > Hajo,
> >
> > The reason I need the following device driver is when when I load
> > AIX 5.3 on the F50 it sees the ethernet card but, when i install 4.3.3
> > it does not see it..
>
> But are the devices.pci.1410ff01.diag and devices.pci.1410ff01.rte
> installed or not ?
> $ lslpp -l \*1410ff01\*
> should list the fileset as installed in case your AIX Base CD starts
> with ML07
>
> Info from the iNet
> ....
> See current level of: devices.pci.1410ff01.*
> NOTE: This fileset is not included on the AIX Base CD 4.3.3
> LCD4-0286-06.
> Use LCD4-0286-07 released september 2001
> ...
>
> >
> > I think it needs these device driver so i can use the pci ethernet card
> > I do have these two filesets in a different F50 server but not sure how
> > to copy it to an 8mm tape.
>
> You mean the package or the installed package ?
> In case you mean the installed packages:
> Do not do it.
>
> In case you have these packages in /usr/sys/inst.images
> cd /usr/sys/inst.images
> tar -cvf /dev/rmt0 devices.pci.1410ff01.diag devices.pci.1410ff01.rte
>
> In case you have not the packages and your AIX Version is below ML11
> Get the lastest AIX 4.3.3 ML from the IBM Website:
> http://www14.software.ibm.com/webapp...dle?release=43
>
> 1) Download the package to a suitable location - 700 MB space is needed
>
> 2) After downloading create a new toc file
> $ cd /MyDownloadDir
> $ inutoc .
>
> 3) Copy all the stuff to a tape drive
> $ cd /MyDownloadDir
> $ tar -cvf /dev/rmt0 .
>
> 4) Put this drive into your F50 and update your system to ML11
> 4.1) Copy the ML11 to a suitable directory and unpack the stuff
> $ cd /tmp/download # Must have 700 MB free space
> $ tar -xvf /dev/rmt0
>
> 4.2) update your AIX system to ML11
> $ cd /tmp/download
> $ smitty update_all
> reboot the system
>
> 4.3) In case you not see the device:
> $ cd /tmp/download
> $ cfgmgr -vi .
>
> Let us know if you run into problems.
>
> hth
> Hajo
Thank you so much for your help!!!
pinoy2ser