Sponsored Content
Operating Systems SCO Need to create megasas driver floppy for new install Post 302146751 by frederik1 on Thursday 22nd of November 2007 05:32:57 AM
Old 11-22-2007
Hi JPop,

It should work with a floppy created on SCO Unix 5.07.
I've done the same with SCO Openserver 5.05 and SCO Openserver 6.0 for a mega driver (Dell Poweredge 1800 Perc DC4)
You need to format the floppy first.

format -v /dev/rfd0135ds18

After that follow the following instructions (with your driver image of coarse)
I. Installation: OpenServer 6/UnixWare 7 installation

While installing OpenServer 6/UnixWare 7, be sure to
insert the mega HBA diskette before any HBA diskettes
supplied with your media kit.

In order to create an HBA diskette, take the following
steps:

1. Become root and create a new directory by typing:

$ su
Password: <type your root password>
# mkdir /tmp/hba
# cd /tmp/hba

2. Download the hba.mega.803.image file to the newly
created /tmp/hba directory on your machine.

3. Make an mega diskette from the image file using this
command after inserting a formatted floppy in your floppy
drive.

# dd if=hba.mega.803.image of=/dev/dsk/f0t obs=36b

4. Use this mega diskette during system installation.

Good luck.

Frederik
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Stripped install by floppy only.

I want to make an installation on a thinkpad 701C: 486/16Mb/500Mb. Except the kernel, I need support for program development in as many languages as possible but at least C/C++ and Lisp. My only choice is to install by floppy disks only. Which distribution should I choose, and are there any other... (2 Replies)
Discussion started by: Nietzsche
2 Replies

2. Filesystems, Disks and Memory

existing non-floppy, non-cd ftp install?

I have downloaded the needed files to make a ftp install. The files are suposed to be put on a floppy disk. However, the files are, appearantly, too big for any of my 1.44mb disks. I have formated them. And so, I wanted to know, can I install without having to use cd or floppy, but also without... (1 Reply)
Discussion started by: G-wizz
1 Replies

3. Solaris

Tape Driver Install

Hi , How to check the drivers of a dat tape? And once downloaded how to install drivers for the same?? Where to download drivers from? Having some trouble with Dat tape drive configuration.. (2 Replies)
Discussion started by: saurabh84g
2 Replies

4. Solaris

Can I Install the Gani Network Driver Using the Application that Came on the CD?

When I boot up the Solaris 10 5/09 install CD and select 'Solaris' from the GRUB menu that comes up, a menu loads. Option 5 is 'Apply Driver Updates'. Can I install the Gani driver using that? I tried using the tar file (the way it came) that I wrote to a floppy but when I asked it to look at the... (8 Replies)
Discussion started by: Bradj47
8 Replies

5. Linux

How to install linux in a system without cdrom, usb boot, floppy, other OS?

Hello to everyone, I am new to linux and I want to move to this system after bad experiences with windows. I have also a particular problem. An old laptop is probably able to handle just linux at this point of its life. The cdrom is gone, the bios doesn't have usb boot support, there is no... (6 Replies)
Discussion started by: highkftj
6 Replies

6. Hardware

How to install a driver of my USB-A to Serial Cable

Hi Gurus of Unix Recently I install a OpenSolaris in My HP 530 In this moment want to install a USB-A to Serial Cable. Any guru can send a Link where I can use how reference. I want to configure a Router and my PC don't have any serial Port. My LapTOP only has USB ports. In this case I buy a... (2 Replies)
Discussion started by: andresguillen
2 Replies

7. Ubuntu

Is Ubuntu OS good? Do you need to install any driver after installing it?

I'm planning to install the Ubuntu OS on my laptop(currently has windows Vista), but I don't know if Ubuntu is good. Do you need to install any drivers for Ubuntu? Can I send stuff to my printer in Ubuntu? Is it compatible with my printer driver? (1 Reply)
Discussion started by: Anna Hussie
1 Replies

8. UNIX for Dummies Questions & Answers

Driver Install Script

Hi, I am faily new to linux and bash scripting. But essentially what I am trying to do is create a small bash script that will automatically install a driver I want. I can do it manually but I want to create a script so I won't forget, since it is an internet driver I won't be able to get help when... (0 Replies)
Discussion started by: dmacmillan
0 Replies

9. UNIX for Advanced & Expert Users

Help with adding a new driver in initrd at install time

I have a really old distro (FC7) that I am trying to make compatible with some new hardware (ie. new RAID drivers)... I put the RAID driver into the ISO so that the installer can detect the RAID set... but post-install (aka: first boot) it appears that the Anaconda-generated initrd does not have... (0 Replies)
Discussion started by: jjinno
0 Replies

10. Debian

Debian Etch - install us-keyboard driver

Hi, i'm using a debian-4.0r1 on an old subnet machine. I have to extend it with an other keyboard . What i have is a DVD of etch 4.0r7. How can i install and load the keyboard-driver for the us-keyboard? Can anybody please give me a hint how to do that? Thanks in advance (0 Replies)
Discussion started by: IMPe
0 Replies
hba.conf(4)							   File Formats 						       hba.conf(4)

NAME
hba.conf - configuration file for the HBAAPI library DESCRIPTION
The /etc/hba.conf file is used to specify the Vendor-Specific Libraries that are installed on the system. This file is used by the Common Library to load the individual VSLs when HBA_LoadLibrary(3HBAAPI) is called. If changes are made to the file while the library is in use, the library should be freed and reloaded. A version 1 VSL is compatible only with a version 1 Common Library. A version 2 VSL is compatible with both a version 1 and a version 2 Common Library. Each VSL entry is a single line of the form: "name" "library path" where: name is the description of library. The library name should be prepended with the domain of the manufacturer of the library. library path is the absolute path to the shared object library file. EXAMPLES
Example 1 Contents of /etc/hba.conf # # This file contains names and references to HBA libraries # # Format: # # <library name> <library pathname> # # The library name should be prepended with the domain of # the manufacturer or driver author. com.sun.fchba32 /usr/lib/libsun_fc.so.1 com.sun.fchba64 /usr/lib/sparcv9/libsun_fc.so.1 ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-------------------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-------------------------------------+ |Interface Stability |Standard: FC-MI 1.92 (API version 1) | +-----------------------------+-------------------------------------+ | |Standard: FC-HBA Version 4 (API ver- | | |sion 2) | +-----------------------------+-------------------------------------+ SEE ALSO
HBA_LoadLibrary(3HBAAPI), libhbaapi(3LIB), attributes(5) BUGS
The HBAAPI is provided in both 32- and 64-bit versions, but only one configuration file is specified. As a result, both 32- and 64-bit VSL libraries must be specified within the same file. When using the 32-bit Common Library, the 64-bit VSLs will fail to load. When using the 64-bit Common Library, the 32-bit VSLs will fail to load. These failures are silently ignored by the Common Library during normal usage, but can result in warning messages when running client applications in a debugger. SunOS 5.11 4 Sep 2003 hba.conf(4)
All times are GMT -4. The time now is 09:15 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy