| Type: |
Desktop System |
| Manufacturer: |
Custom Built |
| Model: |
Tyan Thunder K8S 2880UGNR |
| Support: |
Not available |
| Runs on OS Versions: |
Oracle Solaris 9 12/02 Reported to Work |
| Num CPUs: |
1 |
| Chipset: |
AMD8131/8111 |
| 64-bit: |
false |
BIOS/UEFI: Firmware Maker and Version |
AMI v08.00.08 |
BIOS/UEFI: Non-Standard Settings |
OnBoard Gigabit LAN - disabled,
Gigabit LAN Option ROM - disabled
, Plug N Pray Os - No
, Boot - Floppy, LG DVD-ROM, SCS |
| Driver Info: |
LSI 53C1030 Solaris x86 driver
http://support.megaraid.com/support/dlverify1.cfm?DLFile=/support/dlcenter1/lsimptsl_50400.zip&InpDrvID=84LSI 53C1030 UltraSCSI 320MB/s Driver
====================================
1. Copy the LSI SCSI Driver onto a Working machine into /tmp.
2. cd /tmp/DU/sol_28/i86pc/Product
3. Uncompress lsimptsl.Z to get lsimptsl
4. lsimptsl is in zip format when it should be a cpio archive.
# unzip lsimptsl
# find ./LSImptsl -print | cpio -oc -O lsimptsl.cpio
# mv lsimptsl.cpio lsimptsl
# compress lsimptsl
# rm -r ./LSImptsl
5. Now to add Solaris 9 support :)
# cd /tmp/DU
# rm release.def
# cp -pr sol_28 sol_29
6. copy /tmp/DU to floppy.
7. copy /tmp/DU/sol_28/i86pc/Product/lsimptsl.Z to /tmp.
8. When prompted for LSI driver, you must perform the following actions
# cd /a/mnt
# cp /etc/mnttab /a/etc/mnttab
edit /a/etc/mnttab so that boot SCSI disk is identified as /
# ftp
get lsimptsl.Z as binary file!!
# uncompress lsimptsl.Z
# cpio -id < lsimptsl
Now to install the driver on the disk to enable boot!
# /usr/sbin/chroot /a /usr/sbin/pkgadd -d /mnt/. |
| General Notes: |
CPU Type: Opteron 242
Number of CPUs: 2
Tyan S2880UGNR Bios 08.00.08 Build Date 05/13/03
Processors 2 x 242
RAM 2GB
Primary Master IDE - LG DVD-ROM
Secondary Master IDE - Pioneer A05 DVD-RW
SCSI 36GB Drive
BIOS Settings
OnBoard Gigabit LAN - disabled
Gigabit LAN Option ROM - disabled
Plug N Pray Os - No
Boot - Floppy, LG DVD-ROM, SCSI
ACPI Aware OS - No
Installed 3COM905B in 32bit Slot
Test Sequence
Solaris 2.6 05/98 Install
=========================
1. Boot from DCA Floppy - OK
2. Full Device Scan (F2) - OK - Note LSI Logic SCSI and Promise SATA controllers not recognised
3. F2 - Loading Drivers - OK
4. Boot Device Selection - OK
5. Select Boot from DVD-ROM - OK
6. Select Solaris Interactive Install - Starts Booting Kernel/unix - No obvious activity or Reboot
Installed 3COM905B in 32bit Slot
Solaris 2.7 11/99 Install
=========================
1. Boot from DCA Floppy - OK
2. Full Device Scan (F2) - OK - Note LSI and Promise controllers not recognised
3. F2 - Loading Drivers - OK
4. Boot Device Selection - OK
5. Select Boot from DVD-ROM - OK
6. Select Solaris Interactive Install - Starts Booting kernel/unix - No obvious activity or Reboot
Solaris 8 02/02 Install
=======================
1. Boot from DCA Floppy - OK
2. Add Device Driver (F4) - LSI SCSI Controller - OK
3. Full Device Scan (F2) - LSI SCSI recognised - Promise not recognised - OK
4. F2 - Loading Drivers - Takes long time - OK
5. Select Boot from DVD-ROM - OK
6. Select Solaris Interactive Install - OK
7. Configuring /dev and /devices - OK
8. Searching for configuration file(s)...
9. WARNING: Disk was changed during an update or an irrecoverable error was encountered.
File damage is possible. To prevent further damage, this pcfs instance will now be frozen.
Use umount(1M) to release the instance.
10. Language Prompt Appeared.
11. kdmconfig - OK
12. Solaris GUI install environment started
13. Solaris installation - OK
14. When attempting to install LSI driver - fails to recognise floppy?
Solaris 9 12/02 Install - 1st attempt
=======================
1. Boot Install CD 1 - OK
2. Add Device Driver (F4) - LSI SCSI Controller - OK
3. Full Device Scan (F2) - LSI SCSI Recognised - Promise SATA not recognised - OK
4. F2 - Loading Drivers - takes long time - OK
5. Select Boot from DVD-ROM - OK
6. Select Solaris Interactive install - OK
7. Configuring /dev and /devices - OK
8. WARNING: Disk was changed during an update or an irrecoverable error was encountered.
File damage is possible. To prevent further damage, this pcfs instance will now be frozen.
Use umount(1M) to release the instance.
9. Searching for configuration file(s)...
10. Language Prompt Appeared.
11. kdmconfig - OK
12. Solaris GUI install environment started
13. Solaris installation - OK
14. When attempting to install LSI driver on HDD - fails to recognise floppy?
Solaris 9 12/02 Install - 2nd attempt
=======================
1. Boot Install CD 1 - OK
2. Add Device Driver (F4) - LSI SCSI Controller - OK
3. Full Device Scan (F2) - LSI SCSI Recognised - Promise SATA not recognised - OK
4. F2 - Loading Drivers - takes long time - OK - EJECT LSI DRIVER FLOPPY!!!
5. Select Boot from DVD-ROM - OK
6. Select Solaris Interactive install - OK
7. Configuring /dev and /devices - OK
8. Searching for configuration file(s)...
9. Language Prompt Appeared.
10. kdmconfig - OK
11. Solaris GUI install environment started
12. Solaris installation - OK
14. When attempting to install LSI driver on HDD - fails to recognise floppy?
LSI 53C1030 UltraSCSI 320MB/s Driver
====================================
1. Copy the LSI SCSI Driver onto a Working machine into /tmp.
2. cd /tmp/DU/sol_28/i86pc/Product
3. Uncompress lsimptsl.Z to get lsimptsl
4. lsimptsl is in zip format when it should be a cpio archive.
# unzip lsimptsl
# find ./LSImptsl -print | cpio -oc -O lsimptsl.cpio
# mv lsimptsl.cpio lsimptsl
# compress lsimptsl
# rm -r ./LSImptsl
5. Now to add Solaris 9 support :)
# cd /tmp/DU
# rm release.def
# cp -pr sol_28 sol_29
6. copy /tmp/DU to floppy.
7. copy /tmp/DU/sol_28/i86pc/Product/lsimptsl.Z to /tmp.
Solaris 8 02/02 Install - 3rd attempt
=======================
1. Boot Install CD 1 - OK
2. Add Device Driver (F4) - LSI SCSI Controller - OK
3. Full Device Scan (F2) - LSI SCSI Recognised - Promise SATA not recognised - OK
4. F2 - Loading Drivers - takes long time - OK - EJECT LSI DRIVER FLOPPY!!!
5. Select Boot from DVD-ROM - OK
6. Select Solaris Interactive install - OK
7. Configuring /dev and /devices - OK
8. Searching for configuration file(s)...
9. Language Prompt Appeared.
10. kdmconfig - OK
11. Solaris GUI install environment started
12. Solaris installation - OK
14. When prompted for LSI driver, you must perform the following actions
# cd /a/mnt
# cp /etc/mnttab /a/etc/mnttab
edit /a/etc/mnttab so that boot SCSI disk is identified as /
# ftp
get lsimptsl.Z as binary file!!
# uncompress lsimptsl.Z
# cpio -id < lsimptsl
Now to install the driver on the disk to enable boot!
# /usr/sbin/chroot /a /usr/sbin/pkgadd -d /mnt/.
15. Reboot
16. System boots the Configuration Assistant quickly.
17. However from time of message
Intializing System
Please wait...
to ( takes 210 seconds!!! 3.5 minutes!!! )
Boot path:/pci@0,0/pci1022,7450@a/pci1000,1000@a/sd@0,0:a
to ( takes over 5 minutes!!!! )
SunOS Release 5.8 Version Generic_108529-13 32-bit
to ( takes 20 minutes!!!! )
Configuring the /dev directory (compatibility devices)
to (takes 2 minutes )
GUI |
| Last Updated: |
2003-11-24 |
|