Sponsored Content
Full Discussion: hardware assistance
Operating Systems Solaris hardware assistance Post 302199354 by paulbryant on Monday 26th of May 2008 08:00:22 PM
Old 05-26-2008
MySQL SCSI card

daveg4any,

that worked, I really appreciate it.

The C2 is now accessible via its tape drive and via its autoloader (I ordered some tapes so I can do a final test after they come in, but everything is responding the way I expect it to). The mt command comes back that there is no tape and the mtx command comes back that there are 16 slots and one drive. Very cool!

I assumed it had two differential scsi ports, I didn't realize one was differential and one was not. I lucked out when I connected the d1000 to it and connected it to the differential by chance.

That definitely did the trick.

Thanks again.

Paul
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Need Assistance

I have two questions I am struggling with... How do the programs p1, p2, and p3 need to handle their standard files so they can work like this: p1 | p2 | p3 ? What exactly is this command supposed to do? $ kill -QUIT %1 & This command below? $ sort -o emp.lst emp lst & Any... (1 Reply)
Discussion started by: yahoo14
1 Replies

2. UNIX for Dummies Questions & Answers

Assistance needed.

the command "nawk" returns the error command cannot be found in my unix system. Is there a specific library i need to have to use this command? I tried, the whereis command and it returns nothing. if there is nothing to do, what command can i use to replace this nawk command? Appreciate some... (4 Replies)
Discussion started by: 12yearold
4 Replies

3. Shell Programming and Scripting

I need an assistance

I have a school project to create a shell program same as calendar i must create a txt file with celebrations with vi i know this but the problem is i don't know awk and grep. The object of object is to create a program who read a date an appear the celebration. Can you help me please !!!... (1 Reply)
Discussion started by: mytilini boy
1 Replies

4. UNIX for Dummies Questions & Answers

While Loop assistance.

I am trying to make a simple while loop which reads in a text until the person types quit. And it's not working, and I know it's a rather simple problem I just can't seem to understand... Once again all assistance is greatly appreciated. #!/bin/sh astring="z" while astring!="quit" do read... (2 Replies)
Discussion started by: MaestroRage
2 Replies

5. UNIX for Dummies Questions & Answers

Command assistance

Hi, We currently use the below basic scripts to output details that the business requires for our AIX and Sun servers. I have been asked to produce the same sort of script to be used for our NCR MP-RAS UNIX and OS/2 UNIX servers but am not formilar with these forms of Unix. Would greatly... (0 Replies)
Discussion started by: kmuir
0 Replies

6. UNIX for Advanced & Expert Users

rsync assistance

Ok here we go. I have mounted remote drives and I am trying to get rsync to just sync certain directories within these mounted folders. Example: /mnt/bkmasterbackup1 /mnt/bkmasterbackup2 /mnt/bkmediabackup1 /mnt/prodnas02 /mnt/prodnas03 /mnt/prodnas04 /mnt/prodnas05 Inside these... (4 Replies)
Discussion started by: SteveMosher
4 Replies

7. Shell Programming and Scripting

Need assistance with sed

Hi All, I need your assistance, I would like to replace all lines beginning with the word "begin" with the below text: Device | IPMB0-A | IPMB0-B Board Address |Sent SentErr %Errr |Sent SentErr ... (9 Replies)
Discussion started by: Dendany83
9 Replies

8. Solaris

Hardware faulty, but which hardware?

Hi folk, I have this hardware faunty message, but dont know which hardware is this ? can you guide me ? --------------- ------------------------------------ -------------- --------- TIME EVENT-ID MSG-ID SEVERITY ---------------... (9 Replies)
Discussion started by: dehetoxic
9 Replies

9. Shell Programming and Scripting

Need assistance with looping

Hi, I have a find command that searches for all the .properties under current directory and its subdirectories. find . -name "*.properties" I would like to pass the output of the above find command to my "operation.sh script as the second parameter. for eg: ./operation.sh 775 ... (2 Replies)
Discussion started by: mohtashims
2 Replies

10. Shell Programming and Scripting

sed assistance

Hello everyone. I am trying to replace sprintf(buffer, "{\"id\":1,\"method\":\"mining.update_block\",\"params\":}\n", coinid, blockhash); with sprintf(buffer, "{\"id\":1,\"method\":\"mining.update_block\",\"params\":}\n", coinid, blockhash); this is the code I was trying but is... (9 Replies)
Discussion started by: crombiecrunch
9 Replies
ESP(4)							   BSD Kernel Interfaces Manual 						    ESP(4)

NAME
esp -- Qlogic FEPS and FAS366 SCSI driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device scbus device esp HARDWARE
The esp driver provides support for the Qlogic FAS216 and FAS408 SCSI controller chips found in a wide variety of systems and peripheral boards. This includes the Qlogic SCSI cards found in most Sun Ultra 1e and Ultra 2 machines. For Qlogic PCI SCSI host adapters, the isp(4) driver should be used in place of the esp driver. IMPLEMENTATION NOTES
During the boot sequence, the esp driver searches the linked list for LUN info by LUN ID. At this point the driver will attach on that instance, and then attempt to attach every sub-device. There are at least 4 variations of the configuration 3 register. A second config register must be loaded to inquire the chip revision, oth- erwise the ncr53c9x_reset() function will not set the defaults correctly. The drive attach routine attempts to set the appropriate bit to put the chip into Fast SCSI mode so that it does not have to be figured out each time. This will then be stored in the NCR registers for later use. The esp driver makes use of the LSI 64854 DMA engine which contains three independent channels designed to interface with an NCR539X SCSI controller; an AM7990 Ethernet controller; and certain types of parallel port hardware. As such this driver may eventually replace the amd(4) driver for network hardware. DIAGNOSTICS
The following driver specific error messages may be reported: esp: cannot map %d segments The device was unable to map segments while mapping the SCSI devices in DMA mode. unknown variant %d, devices not attached An unknown version of the card was found and devices will not be attached. Unhandled function code %d The device returned a function code which the driver is unable to handle, most likely during negotiation. esp:%d:%d: selection failed %d left in FIFO The target left the command phase prematurely. If a command did not reach the device then it will be reported as shown above. invalid state: %d The device has reached an invalid state. SEE ALSO
amd(4), isp(4), scbus(4), camcontrol(8) http://www.qlc.com/ http://www.sun.com/ HISTORY
The esp driver was written for NetBSD by Eric S. Hvozda. The esp driver was then ported to FreeBSD 5.3 by Scott Long <scottl@FreeBSD.org>. AUTHORS
This manual page was written by Tom Rhodes <trhodes@FreeBSD.org> instead of porting the original from NetBSD. BUGS
The esp driver includes the sbus front-end but lacks the PCI front-end. Thus it can only support the FEPS/FAS366 SCSI found in Sun Ultra 1e and Ultra 2 machines at this time. This driver should eventually replace the amd(4) driver, but that requires porting the PCI front-end mentioned above. BSD
September 18, 2005 BSD
All times are GMT -4. The time now is 12:16 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy