Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Anyone have experience with Quantum DLT8000 Post 17262 by 98_1LE on Tuesday 12th of March 2002 08:42:26 PM
Old 03-12-2002
Anyone have experience with Quantum DLT8000

I know this is off subject, but I have been having fits with a Quantum M1500 library with DTL8000 drives, and figured that some of you have had some experience with them.
Thanks,
Chuck
 

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Quantum/Unix

I was wondering if anyone has any information if UNIX/LINUX will be viable with quantum computing. I have very limited knowledge of quantum physics vs. Quantum computing and the correlation to UNIX/LINUX? (6 Replies)
Discussion started by: globix
6 Replies

2. Filesystems, Disks and Memory

Quantum Firware Flash

Tried to use some 18gb Quantum Atlas III's (TD18J011) in my RS/6000's but resulted in horribly slow bootup times. These were Auspex pulls. Anyone know availability of firmware updates for these? No luck searching so far. Not sure if this would help with original problem, but worth the shot.... (0 Replies)
Discussion started by: mooshkie
0 Replies

3. Solaris

DLT8000 Support in 2.5.1

Hi Guys, Old OS I know, but does anyone know the patch number (if indeed it is a patch) or know where I can get the drivers to get a HP DLT8000 working under Solaris 2.5.1. Any help, advice (other than upgrade :) ) appreciated. Thanks Marty (0 Replies)
Discussion started by: callmebob
0 Replies

4. UNIX for Dummies Questions & Answers

SLURM script for quantum espresso

Hello everyone. I am trying to submit a job on quantum espresso program on a SLURM environment (parallel computing); of course SBATCH is used. I am a UNIX dummy and not sure if my script is right but i keep getting the error: sbatch: error: Batch job submission failed: job has invalid account. The... (0 Replies)
Discussion started by: lebphys78
0 Replies

5. UNIX for Dummies Questions & Answers

Quantum tape drive

Hi, Using Redhat 5.7. I have Quantum tape drive connected to the server. I am trying to install the Netbackup software. Just wondering how can I see the Quantum is connected to the server. is any command I run to see the tape drive is connected? I used to work on Solaris, I used to do... (1 Reply)
Discussion started by: samnyc
1 Replies
dfits(1)						      General Commands Manual							  dfits(1)

NAME
dfits - display FITS file header information SYNOPSIS
dfits [-x xtnum] <list> dfits [-x xtnum] - DESCRIPTION
dfits displays FITS header informations on stdout. Header information can be found in the main header only (default), in extensions, or in both. See the -x option below. dfits accepts multi-file input. 'dfits -' expects single file data coming from stdin. dfits also accepts now 'HDR' files. These are identified from the fact that they contain a line feed in one of the 80 first characters. OPTIONS
-x xtnum Specifies the extension to print out. Extensions are numbered starting from 1. If this option is not specified, only the main header is printed out. If this option specifies an extension that does not exist, nothing is printed out. Specify 0 as extension number to get a print of the main header plus all extension headers. Examples : dfits *.fits dfits *.fits | grep NAXIS3 gzip -d < star.fits.gz | dfits - | more dfits -x 0 *.fits dfits -x 3 *.fits SEE ALSO
fitsort can be combined with dfits output to sort out keyword values of a group of FITS files. FILES
Files shall all comply with FITS format 30 Mar 2000 dfits(1)
All times are GMT -4. The time now is 04:08 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy