learn linux and unix commands - unix shell scripting

StorageTek Data Integrity Validation for the StorageTek T10000C Tape Drive

 
Thread Tools Search this Thread
# 1  
Old 02-07-2011
StorageTek Data Integrity Validation for the StorageTek T10000C Tape Drive

It is critical to ensure that stored data has been recorded accurately. StorageTek Data Integrity Validation, on Oracle's StorageTek T10000C tape drive, takes this one step further by validating CRC check-sums generated at the host.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Solaris

Storagetek problem?

Hi everyone, I have a big problem and i hope u can help me. I have brand new sun server X4-2 with Solaris 10-update 10. I have to install oracle StorageTek but there is no guide or help on the internet. Can anybody help me? CU (1 Reply)
Discussion started by: selocan
1 Replies

2. Hardware

StorageTek 2500

Hi, I recently got StoragaTek 2500 and I would like to connect it to my solaris machine, since I don't have much experience with storages, could someone point me how to do so, how can i present disks from storage on my solaris os? (everything is already connected) thanks in advance (1 Reply)
Discussion started by: sprehodec
1 Replies

3. Hardware

Storagetek 2540

Hi Guys and Gals, Wionder if you could help me, got a problem with a controller on a storagetek 2540, dead when fully powered up but if you reboot, it is ok for a couple of seconds (and you can ping it). Then once the array is fully up, it goes faulty and is un-pingable. Had anyone... (4 Replies)
Discussion started by: callmebob
4 Replies

4. Hardware

Storagetek 2540

Hello all ! I am a beginner about system and networking , and after some research on internet , i didn't find any relevant information , so i post here , if someone have an experience with this kind of material or if some documentation about how to connect my storage device on my server. I... (2 Replies)
Discussion started by: acorradi
2 Replies

5. Solaris

Storagetek 2540

Hi peeps, Was wondering if anyone can help me, got a couple of storagetek 2540's that I need to configure. Trouble is I think they were brought as second user as all that came with them was cables. Does anyone know how to configure them (i.e. create raid sets and map to Luns and present... (1 Reply)
Discussion started by: callmebob
1 Replies

6. AIX

SUN StorageTek tape drive with AIX 5.1

Hi, I have recently purchase a SUN Storage Tek desktop LTO 4 HH tape drive and connected to a IBM AIX 5.1 server. The server can detect the tape device. Can someone please advice urgently. Thanks (4 Replies)
Discussion started by: Caully
4 Replies

7. Solaris

One StorageTek 6140 vs Two (2) 2540 's?

We're moving our production 3510FC to development, so we need to replace the production 3510FC. The 6140 is nice, but pricey. Here's the question: Would two 2540's (RAID 10) be 'faster' than one 3510? (RAID 10) and faster than one 6140 (RAID 10)? One StoregeTek 6140 (16x72GB 15k rpm fc-al... (12 Replies)
Discussion started by: buddhavelvet
12 Replies
Login or Register to Ask a Question
asind(3M)																 asind(3M)

NAME
asind(), asindf(), asindl(), asindw(), asindq() - degree-valued arcsine functions SYNOPSIS
HP Integrity Server Only DESCRIPTION
returns the degree-valued arcsine of x, in the range -90 to 90. is a version of it takes a argument and returns a result. Integrity Server Only is a version of it takes a argument and returns a result. is an version of it takes an argument and returns an result. is equivalent to on HP-UX systems. USAGE
To use these functions, compile either with the default option or with the and options. To use (for Integrity servers) or compile also with the option. To use any of these functions, make sure your program includes and link in the math library by specifying on the compiler or linker command line. For more information, see the at the following site: RETURN VALUE
If the magnitude of x is greater than one, returns NaN and raises the invalid exception. If x is NaN, returns NaN. ERRORS
If the magnitude of x is greater than one, sets to [EDOM]. Integrity Server HP-UX functions on Integrity server do not set by default. For setting, compile with the option. SEE ALSO
acosd(3M), asin(3M), atand(3M), atan2d(3M), cosd(3M), sind(3M), tand(3M), atan2d(3M), math(5). STANDARDS CONFORMANCE
These functions are not specified by any standard. asind(3M)