My first SAS..a simple question.


 
Thread Tools Search this Thread
Operating Systems Linux My first SAS..a simple question.
# 1  
Old 03-26-2017
My first SAS..a simple question.

I bought for backup this controller

Code:
LSI LSI9212-4i4e 6G SAS

I will buy a quantum reader like this


Code:
Quantum TC-L62BN-EM 2500GB LTO


Two simple question

a)I read..2500GB,this mean i cannot use tape lto6 over 3tb?
b)Wich external cable?A sata external cable is good?

Thanks
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Simple question

Sorry for stupid question, but why this script gives that output? $ awk 'BEGIN { well=56789; print 1234$well }' 1234 I expected 123456789 (9 Replies)
Discussion started by: silyin
9 Replies

2. Red Hat

Syslog.conf: looking for a simple answer on a simple question

Cheers! In /etc/syslog.conf, if an error type is not specified, is it logged anywhere (most preferable is it logged to /var/log/messages) or not? To be more precise I am interested in error and critical level messages. At default these errors are not specified in syslog.conf, and I need to... (6 Replies)
Discussion started by: dr1zzt3r
6 Replies

3. Shell Programming and Scripting

Simple question 3

Here I am again~~ I am studying the storing function and dot command. But I found I couldn't load a stored function from a file. This is my command-line and script: $ ls -lsa Total 5 0 drwxr-xr-x+ 1 Administrator None 0 May 9 14:44 . 0 drwxr-xr-x+ 1 Administrator None 0 May 9 10:38 .. 4... (4 Replies)
Discussion started by: franksunnn
4 Replies

4. Shell Programming and Scripting

Simple if then else question

I am having trouble making this statement work. I am passing in a number value for the number of days to keep archive logs for and wanted to make sure that it is a number. I have a script that will return 1 for is a number and 0 for is not a number. I also want to make sure that the number is not... (2 Replies)
Discussion started by: gandolf989
2 Replies

5. Programming

Simple C question... Hopefully it's simple

Hello. I'm a complete newbie to C programming. I have a C program that wasn't written by me where I need to write some wrappers around it to automate and make it easier for a client to use. The problem is that the program accepts standard input to control the program... I'm hoping to find a simple... (6 Replies)
Discussion started by: Xeed
6 Replies

6. UNIX for Dummies Questions & Answers

Very simple question

I'm new to unix commands and am wondering how you could create a page with html tags in it. echo "<b>Test</b>" > test.html doesn't work because of the tags. How would I do this. (4 Replies)
Discussion started by: roger19
4 Replies

7. UNIX for Dummies Questions & Answers

Ok simple question for simple knowledge...

Ok what is BSD exactly? I know its a type of open source but what is it exactly? (1 Reply)
Discussion started by: Corrail
1 Replies

8. UNIX for Dummies Questions & Answers

Simple Question

Can anyone tell me if there is a way to remove the encryption from Data CDs by UNIX? Or does anyone know of a program that can remove the encryption? I would much appreciate it! Thanks, -Peaves (2 Replies)
Discussion started by: Peaves
2 Replies

9. UNIX for Dummies Questions & Answers

Simple question

I am taking an intro to unix class and I can not figure out how to do part of the question. I am writing script to be exictued by a program in the tutoral. Question: Write every line containing the word ``delete'' produced by ``man mail'' into a file called ``delete''. Hint: What does using... (1 Reply)
Discussion started by: weathergirl
1 Replies

10. UNIX for Dummies Questions & Answers

Simple question?

I've been a Linux user for quite some time, started out with Red Hat and Mandrake, and just recently moved to Slackware linux.... my question is this: Is there a big difference between Linux and Unix? If so, what? I was just looking at Sun's Solaris 8 thats free for download on Intel... (5 Replies)
Discussion started by: Cuthbert
5 Replies
Login or Register to Ask a Question
MPR(4)							   BSD Kernel Interfaces Manual 						    MPR(4)

NAME
mpr -- LSI Fusion-MPT 3 IT/IR 12Gb/s Serial Attached SCSI/SATA driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device pci device scbus device mpr Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): mpr_load="YES" DESCRIPTION
The mpr driver provides support for LSI Fusion-MPT 3 IT/IR SAS controllers. HARDWARE
The following controllers are supported by the mpr driver: o LSI SAS 3004 (4 Port SAS) o LSI SAS 3008 (8 Port SAS) o LSI SAS 3108 (8 Port SAS) CONFIGURATION
To disable MSI interrupts for all mpr driver instances, set the following tunable value in loader.conf(5): hw.mpr.disable_msi=1 To disable MSI interrupts for a specific mpr driver instance, set the following tunable value in loader.conf(5): dev.mpr.X.disable_msi=1 where X is the adapter number. To disable MSI-X interrupts for all mpr driver instances, set the following tunable value in loader.conf(5): hw.mpr.disable_msix=1 To disable MSI-X interrupts for a specific mpr driver instance, set the following tunable value in loader.conf(5): dev.mpr.X.disable_msix=1 To set the maximum number of DMA chains allocated for all adapters, set the following variable in loader.conf(5): hw.mpr.max_chains=NNNN To set the maximum number of DMA chains allocated for a specific adapter, set the following variable in loader.conf(5): dev.mpr.X.max_chains=NNNN This variable may also be viewed via sysctl(8) to see the maximum set for a given adapter. The current number of free chain frames may be seen via the dev.mpr.X.chain_free sysctl(8) variable. The lowest number of free chain frames may be seen via the dev.mpr.X.chain_free_lowwater sysctl(8) variable. The current number of active I/O commands is shown in the dev.mpr.X.io_cmds_active sysctl(8) variable. The maximum number of active I/O commands seen since boot is shown in the dev.mpr.X.io_cmds_highwater sysctl(8) variable. Devices can be excluded from mpr control for all adapters by setting the following variable in loader.conf(5): hw.mpr.exclude_ids=Y where Y is the target ID of the device. If more than one device is to be excluded, target ID's are separated by commas. Devices can be excluded from mpr control for a specific adapter by setting the following variable in loader.conf(5): dev.mpr.X.exclude_ids=Y where X is the adapter number and Y is the target ID of the device. If more than one device is to be excluded, target ID's are separated by commas. DEBUGGING
To enable debugging prints from the mpr driver, set the hw.mpr.X.debug_level variable, where X is the adapter number, either in loader.conf(5) or via sysctl(8). The following bits have the described effects: 0x0001 Enable informational prints. 0x0002 Enable prints for driver faults. 0x0004 Enable prints for controller events. 0x0008 Enable prints for controller logging. 0x0010 Enable prints for tracing recovery operations. 0x0020 Enable prints for parameter errors and programming bugs. 0x0040 Enable prints for system initialization operations. 0x0080 Enable prints for more detailed information. 0x0100 Enable prints for user-generated commands. 0x0200 Enable prints for device mapping. 0x0400 Enable prints for tracing through driver functions. SEE ALSO
cam(4), cd(4), ch(4), da(4), mps(4), mpt(4), pci(4), sa(4), scsi(4), targ(4), loader.conf(5), sysctl(8) HISTORY
The mpr driver first appeared in FreeBSD 9.3. AUTHORS
The mpr driver was originally written by Scott Long <scottl@FreeBSD.org>. It has been improved and tested by LSI Corporation. This man page was written by Ken Merry <ken@FreeBSD.org> with additional input from Stephen McConnell <stephen.mcconnell@lsi.com>. BSD
May 2, 2014 BSD