SAS Setup


 
Thread Tools Search this Thread
Operating Systems Solaris SAS Setup
# 1  
Old 03-25-2008
SAS Setup

Hi, I have a solaris box with an LSI SAS HBA and a16 bay SAS JBOD. I can only see 15 of the 16 drives, ID 7 is not seen. Do I have to edit the st.conf file to get things to work properly?

Thanks
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Linux

My first SAS..a simple question.

I bought for backup this controller LSI LSI9212-4i4e 6G SAS I will buy a quantum reader like this 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 (0 Replies)
Discussion started by: Linusolaradm1
0 Replies

2. UNIX for Dummies Questions & Answers

Regarding relation between SAS and HTML

How is sas related to web development - once we have the sas code executed what is the necessity to create a html output?? Any sas and html users welcome .. (2 Replies)
Discussion started by: swathi123
2 Replies

3. UNIX for Dummies Questions & Answers

SAS Process Getting Killed

HI all, I am very new to AIX (matter of fact Unix). We are currently automating out manual process using Unix Shell Scripting. My wrote a shell script which will accept the name of the sas job as parameter, checks the existense of the sas file in the specified folder. If it is not present,... (1 Reply)
Discussion started by: anubhav2020
1 Replies

4. AIX

NIM server setup on etherchannel setup environment

I know that IBM's official stance is that NIM does not work on etherchannel environment, but has anyone able to get around it? I'm working on a p5-590 LPAR system, and the NIM master and clients are all on the same frame. Any help is appreciated. (1 Reply)
Discussion started by: pdtak
1 Replies

5. UNIX for Dummies Questions & Answers

Unix and Mac setup for SAS

I'm new to the forum, so I appreciate any help you can give me. I have been at an academic institution that manages its own UNIX computing grid for running SAS. I use a Mac as my personal computer and connect remotely using an ssh terminal to conduct my analysis and store/manage my files. I'm... (3 Replies)
Discussion started by: crl21
3 Replies

6. UNIX for Advanced & Expert Users

SAS Tuning

Does anyone had perfomed a tuning with SAS on Solaris??? Performance is not so good and I found out that Share Memory an Semaphores are the same that initial instalation, I havent found info at internet Please help (1 Reply)
Discussion started by: alex blanco
1 Replies

7. Shell Programming and Scripting

Execute SAS Foreground

Hi, I am executing the SAS program using Unix script to call SAS program, but i would like to run that SAS program in forground mode, does anyone know what is command. Thanks in advance!! (0 Replies)
Discussion started by: terala
0 Replies

8. Shell Programming and Scripting

Validating date in sas

I need some help on sas on unix.... Is there any way to validate date in sas (1 Reply)
Discussion started by: radhika03
1 Replies

9. UNIX for Dummies Questions & Answers

Stop a SAS job

Hi, Never used SAS on UNIX before today, I have a job running I would like to stop... Is there a command I could put in the terminal editor to accomplish this? (1 Reply)
Discussion started by: cube
1 Replies
Login or Register to Ask a Question
MPT(4)							   BSD Kernel Interfaces Manual 						    MPT(4)

NAME
mpt -- LSI Fusion-MPT SCSI/Fibre Channel driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device scbus device mpt Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): mpt_load="YES" DESCRIPTION
The mpt driver provides support for the LSI Logic Fusion-MPT family of SCSI, Fibre Channel and SAS controllers. HARDWARE
The following controllers are supported by the mpt driver: o LSI Logic 53c1030, LSI Logic LSI2x320-X (Single and Dual Ultra320 SCSI) o LSI Logic AS1064, LSI Logic AS1068 (SAS/SATA) o LSI Logic FC909 (1Gb/s Fibre Channel) o LSI Logic FC909A (Dual 1Gb/s Fibre Channel) o LSI Logic FC919, LSI Logic 7102XP-LC (Single 2Gb/s Fibre Channel) o LSI Logic FC929, LSI Logic FC929X, LSI Logic 7202XP-LC (Dual 2Gb/s Fibre Channel) o LSI Logic FC949X (Dual 4Gb/s Fibre Channel) o LSI Logic FC949E, LSI Logic FC949ES (Dual 4Gb/s Fibre Channel PCI-Express) The Ultra 320 SCSI controller chips supported by the mpt driver can be found onboard on many systems including: o Dell PowerEdge 1750 thru 2850 o IBM eServer xSeries 335 These systems also contain Integrated Raid Mirroring and Integrated Raid Mirroring Enhanced which this driver also supports. The SAS controller chips are also present on many new AMD/Opteron based systems, like the Sun 4100. Note that this controller can drive both SAS and SATA drives or a mix of them at the same time. The Integrated Raid Mirroring available for these controllers is poorly supported at best. The Fibre Channel controller chipset are supported by a broad variety of speeds and systems. The Apple Fibre Channel HBA is in fact the FC949ES card. This driver also supports target mode for Fibre Channel cards. This support may be enabled by setting the desired role of the core via the LSI Logic firmware utility that establishes what roles the card can take on - no separate compilation is required. SEE ALSO
cd(4), ch(4), da(4), pci(4), sa(4), scsi(4), targ(4), mptutil(8), gmultipath(8) LSI Logic Website, http://www.lsilogic.com/. HISTORY
The mpt driver first appeared in FreeBSD 4.6. AUTHORS
The mpt driver was originally written for FreeBSD by Greg Ansley and marginally improved upon by Matt Jacob <mjacob@FreeBSD.org>. Justin Gibbs <gibbs@FreeBSD.org> and Scott Long <scottl@FreeBSD.org> have made more substantial improvements. BUGS
BSD
May 13, 2010 BSD