So for now I got a bit further... sort of. I managed to acquire the pure Apple 4.1.5 install CD

But it doesnīt solve my problem in some ways. At last I now have german translations in some areas of AIX.
As far as I know no Apple machine has a "BIOS" but an "Open Firmware"
did not know what Apple would call it, but need the values, if possible, that the system says it has. However, we may be able to solve this differently as well.
Try the Apple CD first:
# cfgmgr -i /dev/cd0
This command does a plug and play discovery of devices, and when it finds a device that does not have a driver on system, it checks the installation media (-i) for a driver.
If you get your error message again, try the AIX 4.1.5 disk as well.
To see what is on an IBM media disk use the following command:
# installp -d /dev/cd0 -L
and maybe grep for your device number.
device.pci.23100020
devices.pci.pci.1023+2000
As long as I donīt want to outsource Your knowledge too much and fast I thought to myself: "Youīve seen such lines somewhere before" - so I began to roll bookmarks and stumbled over this IBM site:
ftp://ftp.software.ibm.com/aix/fixes/v4/devices/
I scrolled to a line which at least looked a bit like the two lines above but there are many entries that look the same. I decided to download
devices.pci.23100020.diag.4.1.5.1.bff
At least the first three parts look exactly the same, but the "diag", the "4.1.5.1" and the "bff" are different.
You came very close:
bff = file type extension (?) -- Backup File Format (as in backup/restore command rather than tar or cpio)
4.1.5.1 = version of AIX this driver is supposed to be used within (?): AIX 4.1.5, patch #1
diag = diagnostics.
More IBM speak now: IBM files sets are delivered as LPP: Licensed Program Packages. LPP are packaged as filesets, and filesets can be bundled. We wont deal with bundles here - just name dropping.
The LPP for this device is: devices.pci.23100020
The filesets are: diag, com, and rte (without looking these are the most common filesets for devices) and then there is the version number as well.
When you use the installp command above to list LPP filesets on media, or in a directory, there are two types: type I and type U (Installable, and Update). Updates only work in combination with an already installed fileset. Installable are installable when it has not been installed before, or it is a higher level the the current version installed. So updates are small by comparison. You can also force an installation (to go backwards, or to reinstall because you doubt the integrity of the installed version).
As far as I understand AIX by now "diag" means some sort of diagnostic routine, so I donīt think this file is actually a driver but something AIX calls "selective fix package". Is it true?
Yes, a fix for some diagnostics routines, not the driver (in the .com - common, and .rte - run time environment) filesets.
The according info file states the same (selective fix package for an IBM PCI 10/100 Mb Et card).
What really annoys me is the fact that a fresh installation of that newly acquired AIX seems (I donīt know exactly) to install a 4.1.5 but not a 4.1.5.1 - so I donīt know if I can use this driver if it is actually a driver that might work.
One supposed to be more simple problem resulting of all this: how do I transfer such a driver? As far as I understood the system by now it should be enough to fill an ISO 9660 CD with all the stuff and drivers needed, throw it into the CD ROM drive and specify that one as source. True?
If the driver exists on the media, the cfgmgr command above will install it for you just as if it was a fresh installation.
Another aspect are harddisks. Iīve been exchanging several disks (right now I only can connect one at a time) and installed to see if the server accepts different HD sizes.
lsdev -Cc disk
will list the disks AIX sees - with a short description of how AIX sees them. NonIBM disks are generally typed as:
disk osdisk scsi Other SCSI Disk DriveTo get a list of disk types and sizes AIX recognizes use:
lsdev -Pc disk
After shutting down the server via several commands like
shutdown -F
shutdown -h
I generally use either:
shutdown -Fh #halt system
or
shutdown -Fr #reboot system
the -F option is similar to saying "now" with other versions of UNIX and Linux.
AIX seems to have some troubles with some drives that worked before.
With the AIX you installed, or with an Apple O/S? Check the list of recognized devices. For an indivudial disk use:
lsattr -EHl hdiskX ## the H argument is optional, for headings
As I donīt know how to format (low-level) a disk I tend to hang them to a Mac and reformat them there
execute the command:
diag
Go to the third general area: Task Selection
In this area there is an option to format or certify SCSI disks.
Just remember that in the heydays of AIX 4.1.X 4G disks were huge! 320Mbyte and 660Mbyte disks were the standard. Hard to believe!!
Well I hope this takes care of most of your short term issues. I am checking friends of friends for the Apple update.
p.s. I'll look up the command to install the German language filesets - officially, rather than just copying.