installing scsi card


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers installing scsi card
# 1  
Old 03-26-2008
installing scsi card

i hava bought scsi card for taking backup in a 12/24 DAT DRIVE -scounix5.05 i am havaing the cd of the same contain driver files how should i install it. can anybody help me.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

Installing SCSI

I need to hook a tape library to my compy (tru64 versifon 4F) by way of SCSI. I can get as far as plugging it in on my own. Please help Thanks (0 Replies)
Discussion started by: randUSR()
0 Replies

2. Solaris

Solaris 10 SCSI card question

I have 2 solaris boxes and trying to connect to D1000 to do clustering. I put the U cable to see the disks from both side, but I can't see any of the disks when I use format command. How can I verify that differential card is installed and configured correctly? Thanks in advance. (12 Replies)
Discussion started by: mokkan
12 Replies

3. UNIX for Dummies Questions & Answers

Problems with SCSI card and tape drive

Currenty running SCO Openserver 6 at a Dell PowerEdge T300. I recently installed a driver for an Adaptec SCSI card (adpu320). When I connect a tape drive to it and re-start the system,it freezes and displays the following message: "WARNING: adpu320: Command timed out (ha= 4)" and the system... (2 Replies)
Discussion started by: RicardoM
2 Replies

4. SCO

Installing SCSI Tape drive

Hello, I'm having some issues with installing SCSI tape drive on SCO 5.0.6 hardware config shows the following adapters %adapter 0xE800-0xE8FF 10 - type=alad ha=0 bus=0 id=7 fts=sto %adapter 0x0170-0x0177 15 - type=IDE ctlr=secondary dvr=wd %adapter - 3 - ... (3 Replies)
Discussion started by: ananth_ak
3 Replies

5. SCO

configure Adaptec 29320ALP Ultra 320 SCSI Card in IBM X3400

I am installing SCO UNIX 5.0.6 in X3400, every thing are install except Adaptec 29320ALP Card (Attached DAT Drive) because their driver are available in btld formate Fllopy DISk and SCO Unix 5.0.6 not support USB Floppy, Can anybody inform us any other method to installed the Adaptec Ultra 120... (3 Replies)
Discussion started by: hafizurr
3 Replies

6. Solaris

Trouble Installing a SCSI Adapter

Okay. I admit I'm sort of a newbie in this regard. I installed a SCSI adapter on a Sun Ultra 5 workstation. I did the standard STOP-A on the startup and got the OK prompt. I then tried probe-scsi-all. It dumps me back @ the OK prompt w/ no message whatsoever. I tried probe-scsi, nothing. ... (3 Replies)
Discussion started by: Plain Person
3 Replies

7. UNIX for Advanced & Expert Users

SCSI Card in Solaris 8

HI, I am trying to install Symbios SCSI PCI adapter in Ultra10 but unable to configure it. Getting following errors genunix: NOTICE: glm0: fault detected in device; service still unavailable genunix: NOTICE: glm0: Symbios PCI device (1000,3) not supported. Anyone has an idea, how to resolve... (1 Reply)
Discussion started by: s_aamir
1 Replies

8. UNIX for Advanced & Expert Users

Ultra 3 scsi card

Ok guys I need all the help I can get right now. I have a Ultra 60 sun server and I can't get a ultra 3 scsi card to work in it . When I install the card the system will not boot correctly and I come up with errors that say: pcipsy0: This is block Can someone please help me. I trying to hook... (2 Replies)
Discussion started by: aojmoj
2 Replies

9. UNIX for Dummies Questions & Answers

Installing a SCSI controller... problems

Hi, I have installed a SCSI Controller onto an HPUX 10.20b and I don't have any driver files for it when I check in Sys Admin. Do I need to update the kernel? I am not sure how to get the computer to recognize this controller... any suggestions? Thanks (2 Replies)
Discussion started by: nattie_h
2 Replies

10. Filesystems, Disks and Memory

help installing Sun 8mm unipack scsi tape drive

Hi all, please help I am stuck. I have installed a external unipack scsi tape drive. The tape drive is Exabyte Eliant 820. All I did was connected scsi cable and power it on. When issued "probe-scsi-all" command, the tape is correctly identified. However, when issued "dmesg | more" command, the... (4 Replies)
Discussion started by: dennis
4 Replies
Login or Register to Ask a Question
tk_scsiformat(8)					       Scsiinfo User's Guide						  tk_scsiformat(8)

NAME
tk_scsiformat - low level format an scsi disk device with a nice user interface SYNOPSIS
tk_scsiformat [device] DESCRIPTION
Low level formats the SCSI device identified by the scsi disk or generic scsi device node device. You must be root to perform this opera- tion. When you do not specify a device, tk_scsiformat gives you a list to select a disk device from. tk_scsiformat is a Tcl/Tk user interface to scsiformat(8). You should read that manual page for the general operation of scsiformat. All common X11 and Tcl/Tk options apply. By the nature of graphical user interfaces, there should not be much to explain here. All entry fields refer directly to scsiformat(8) options. In addition to those, you are able to save your selections to be used as defaults for this device next time in a file /usr/lib/scsi/scsi- format.defs.* by pressing the <Save Defaults> button. This is intended and very handy for formatting of removable medias. Note, however, that tk_scsiformat is not as clever as scsiformat(8) (or even tries to be) to find if multiple ways to refer to the same scsi device (disk device, generic device). Furthermore, you can select (or enter freely) a command to automatically make a file system on the newly formatted disk. While formatting a nice completion bar is drawn. Alas, I could not really implement querying progress from a target device yet. The /usr/lib/scsi/tworands binary is used to calculate two random integers which is not supported by plain Tcl/Tk. BUGS
When not specifying a device to format, tk_scsiformat will prepare a list of disk devices to choose from. Alas, if a blocking format opera- tion is running on one of them, tk_scsiformat will block in a non interruptible disk wait sleep. Old status files in /tmp will confuse tk_scsiformat. However, they are removed after 48 hours. Restrictions of the SCSI_IOCTL_SEND_COMMAND ioctl(2) call for the sd(4) device make it impossible to issue a FORMAT_UNIT command with more than 4096 bytes of arguments. This could be avoided by using the proper generic scsi device /dev/sg* instead, at least where the kernel is compiled to support it. Most of the time this is not needed though and thus I'm myself to lazy to do it. FILES
/usr/lib/scsi/tworands /usr/lib/scsi/scsiformat.defs.* /tmp/scsiformat.xx:xx:xx:xx:xxxxxxxx /dev/sd* /dev/sg* SEE ALSO
scsiformat(8), scsiinfo(8), scsi-config(8), fdisk(8), sd(4). AUTHOR
Michael Weller <eowmob@exp-math.uni-essen.de> scsiinfo 1.7 23 August 1997 tk_scsiformat(8)