HP Enterprise Drives


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

Designed for maximum reliability, high performance, scalability, error management, and unconstrained I/O workloads.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Emergency UNIX and Linux Support

Using ln -s with NFS across two drives?

Hi I have a server with a large RAID partition on it. The raid partition is split into a few directories which are then shared individually via NFS. Unfortunately the whole array is filling up and I need to do a little bit of juggling till I can upgrade the whole array to new disks. I... (5 Replies)
Discussion started by: Bashingaway
5 Replies

2. UNIX for Advanced & Expert Users

New Drives on Solaris 8

Hi All! I'm running Solaris 8(02/02) on a v880 with 6 internal drives and several SAN drives attached via HBA cards. My questions is this: Can I use devfsadm -C to see new SAN drives without rebooting? Thanks!! (2 Replies)
Discussion started by: bluescreen
2 Replies

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

4. UNIX for Dummies Questions & Answers

help with network drives and such

I am in my second semester of my IT major and have recently set up a dual boot computer running XP pro and openSuSE 10.2. I am 100% New to unix/linux. Here is what I am looking to do: 1.) CompSci, and IT students are allowed to map to a network drive from their computers. I have done so on... (4 Replies)
Discussion started by: cneill
4 Replies

5. UNIX for Dummies Questions & Answers

Hard drives

Will some one tell me what this means. "warning: ida 0 <slot 6> : command timed out on dev 1/42 blk 4824290 logical unit=0 blocks=5512102, size 2, cmd=0x20." I'm running SCO 505 on a proliant 1600r. Thnank you in advance. (3 Replies)
Discussion started by: franruiz
3 Replies

6. UNIX for Dummies Questions & Answers

detecting drives

I know that Unix is different from windows in that it needs more manual configuring but how do I get Solaris 8 (Intel version) to recognize my floppy drive and cd-rom?? I mean does it automatically detect the drives at startup and I have to mount them or do I have to create the drives somehow and... (1 Reply)
Discussion started by: eloquent99
1 Replies

7. UNIX for Dummies Questions & Answers

Partioning Drives

I have this 36 GB harddisk which houses the root partition along with a 28 GB partion for the rest of the data. The thing I wish to do is that partition this 28 GB into two partions. I have never partitioned the root disk. I just wanted to know whether is it possible to do when the disk is online... (1 Reply)
Discussion started by: DPAI
1 Replies

8. IP Networking

mapping drives

how can i map a shared network drive? Is there any command to perform mapping? For example if i want to map a shared directory named "wwwroot" in machine "dev001" to my machine's "X" drive, how can it be done?? -Thanks Sakthi. (1 Reply)
Discussion started by: cs_sakthi
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)