HP SAS Midline Drives


 
Thread Tools Search this Thread
Operating Systems HP-UX HP Server News and Podcasts RSS HP SAS Midline Drives
# 1  
Old 09-09-2008
HP SAS Midline Drives

Introducing the next generation of SAS drives, designed for the reliability and mass storage demanded by today's entry server and external storage environments.

More...
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. UNIX Desktop Questions & Answers

SAS running audits

I'm not sure if anyone can help here. I don't know much about Unix but will give the information that I can. I am trying to run audits of my data with the command sas audit. When it asks for a batch number I put in the number that I am looking to print. When I do this I am getting the... (1 Reply)
Discussion started by: jld1124
1 Replies

5. Solaris

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 (0 Replies)
Discussion started by: montanye
0 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

how floppy disks, CDs and flash drives (pen drives) are accessed in UNIX

hi how floppy disks, CDs and flash drives (pen drives) are accessed in UNIX? thanks (0 Replies)
Discussion started by: nokia1100
0 Replies

8. 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

9. 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
Login or Register to Ask a Question
SMARTCTL(8)						      System Manager's Manual						       SMARTCTL(8)

NAME
smartctl - S.M.A.R.T. control utility SYNOPSIS
smartctl [-cdeglostv] [device] DESCRIPTION
smartctl controls the Self-Monitoring, Analysis and Reporting Technology System(S.M.A.R.T.) built into ATA-3 and later IDE and SCSI-3 Hard Drives. This is used to check the reliability of the hard drive and predict drive failures. TapeAlerts support for SCSI tape drives and changers smartctl is command line utility designed to perform simple S.M.A.R.T. tasks. OPTIONS
smartctl accepts two agruments, options and device in respective order. The options begin with a '-' and multiple options should be begun with a single '-'. The second argument is the device to be controled. ATA device use the form "/dev/hd*" and SCSI devices use the form "/dev/sd*". SCSI devices use only options a,i,c,e,d. For SCSI Tape Drives and Changers with TapeAlerts support use the form "/dev/st*" and "/dev/sg*". TapeAlerts devices use only a,i,c,e,d. i Check if the device supports S.M.A.R.T c Check if device has any S.M.A.R.T. Warranty Failures g Prints only the generic S.M.A.R.T. attributes v Prints only the vendor specific S.M.A.R.T. attributes t Prints only the vendor specific S.M.A.R.T. thresholds l Prints only the S.M.A.R.T. error log a Prints all parameters for c,i,g,v,t,l (for SCSI c,i) e Enables S.M.A.R.T. on device d Disables S.M.A.R.T. on device t Enables S.M.A.R.T. automatic offline self test timer which scans the drive every four hours for disk defects. T Disables S.M.A.R.T. automatic offline self test timer O Runs S.M.A.R.T. Immediate off-line Test S Runs S.M.A.R.T. Short Self Test ( usually under ten minutes) s Runs S.M.A.R.T. Short Self Test in Captive Mode. ( WARNING: This test will busy out drive for length of test. Only run this on drives without any mounted partitions.) X Runs S.M.A.R.T. Extended Self Test ( tens of minutes) x Runs S.M.A.R.T. Extended Self Test in Captive Mode. ( WARNING: This test will busy out drive for length of test. Only run this on drives without any mounted partitions.) A Aborts Non-Captive S.M.A.R.T. Tests. EXAMPLES
smartctl -a /dev/hda - prints all S.M.A.R.T. infomration for drive /dev/hda (Primary Master) smartctl -d /dev/hdd - disable S.M.A.R.T. on drive /dev/hdd (Secondary Slave) AUTHOR
Michael Cornwell, cornwell@acm.org Concurrent Systems Laboratory Jack Baskin School of Engineering University of California Santa Cruz http://csl.cse.ucsc.edu/ smartctl-2.1 September 13, 2001 SMARTCTL(8)