Online Dating | Mortgages | Vegas Hotel | Car Insurance | Loans
How to: SCSI CD-ROM install on AIX 4.1 [Archive] - PCMech Forums

PDA

View Full Version : How to: SCSI CD-ROM install on AIX 4.1


DanQ
09-30-2000, 01:33 PM
Can anyone give me some direction as to the install of a new CD-rom device on an IBM E30 w/AIX 4.1, I'm going to make the attempt and I want to know how it's supposed to be done and what hangups I might encounter. Thanks.

DanQ

Statica
10-01-2000, 10:21 AM
First find if there is a SCSI addy available..
<B>lsdev -Cs scsi</B>
from the result this is what is pertinent:
Column 1: device name (hdisk1)
Column 2: device status (Available)
Column 3: SCSI information (00-01-00-1,0)
Column 4: device type (1.0 GB SCSI Disk Drive)


Then Find an available SCSI address for the CD-ROM drive and choose the highest-priority unused address for yours and config the jumper of the CD to match your selections.

As i said I dont know if the E30 has dev.drivers for what u are installing .. if not u will need to run:
<b>smit devinst</b> you can search for devices.scsi.disk.rte
select the driver when u find it.

Remember to shut down completely and restart.

HTH

DanQ
10-01-2000, 11:47 AM
Thanks, actually I need the cd-rom working to run the aix 4.3 install...so I'll have 4.3 soon! The scsi cd-rom will be replacing a cd-rom that is not working on the machine.

Thanks for your input.