9-track dinosaur


 
Thread Tools Search this Thread
Operating Systems HP-UX 9-track dinosaur
# 1  
Old 11-01-2002
Question 9-track dinosaur

We just went from HP-UX 10.20 to 11.00.
All the bugs are out, except for a small detail...the old 9-track isn't working.
We receive large amounts of data on reel-to-reel so I kinda need it fixed. In the meantime, I'm trying to see if they can send me a DAT tape instead.
I'm pretty sure the drive uses 1600 compression. So I created a custom device file for it, but to no avail. The error I get is, Check Ring, Privileges etc.
The user is root, so I can't see it being privileges. Argh.
The old device file was called /dev/rmt/1600m. I can't seem to duplicate that file. I tried everything I can think of.
Does anyone know of any tricks to share?
# 2  
Old 11-01-2002
Run "ioscan -fnC tape" and post the results.
# 3  
Old 11-01-2002
The device shows up, but for some reason, it's unreadable.


tape 1 10/4/8.4.0 tape2 CLAIMED DEVICE HP 7980S
/dev/diag/rmt/c1t4d0 /dev/rmt/c1t4d0BESTb
/dev/rmt/1m /dev/rmt/c1t4d0BESTn
/dev/rmt/1mb /dev/rmt/c1t4d0BESTnb
/dev/rmt/1mn /dev/rmt/c1t4d0D1600
/dev/rmt/1mnb /dev/rmt/c1t4d0wD1600b
/dev/rmt/c1t4d0BEST
# 4  
Old 11-01-2002
I don't have an 11.0 system with a tape2 driver but the man page implies that this should work. How were the 1600 special files created? What does
lsdev /dev/rmt/c1t4d0D1600
and
lsdev /dev/rmt/c1t4d0wD1600b
report?
# 5  
Old 11-01-2002
I tried creating the special device files for D1600 compression, but those don't seem to work.
I really don't know how the previous dev file was created because it was just "always there". It was lost when I re-loaded unix 11.0.
The program that needs to access it has an entry for the device file I can change, and also has this entry:
Device_6=48~48~MT~M/UX~~("avl":0:2048)~~9 track 6250
I don't know if this needs to be changed.
# 6  
Old 11-01-2002
I really need to see what you get from the commands
lsdev /dev/rmt/c1t4d0D1600
and
lsdev /dev/rmt/c1t4d0wD1600b
# 7  
Old 11-01-2002
Opps I don't mean lsdev..I mean lssf. Sorry about that.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Track user

Hi, i suddenly realized that a directory is deleted unfortunately there are many user have pervilages on this directory is there a way to track the user who delete this directory or atleast from now can i enable something so that i can track from now I think there is way from... (2 Replies)
Discussion started by: crackgeek
2 Replies

2. Infrastructure Monitoring

keep track of devices using snmp

hello all, i want to keep track of all my devices using snmp, check for intrusion. any ideas? T (0 Replies)
Discussion started by: lemseffert
0 Replies

3. Shell Programming and Scripting

Track and kill the PIDS

I have a script that conducts some SSH calls and I would like to capture the child info so that I can do a sleep and then a cleanup to make sure they do not stay out there as ghosts. I was told I could do something like this... #!/bin/sh for m = job1, job2, job3 x=1... (4 Replies)
Discussion started by: LRoberts
4 Replies

4. Shell Programming and Scripting

How to keep track of filename in different shell

Guys I am trying to install the pkg using the follwoing script. Trying to run the script from one machine to other machines with the follwoing code. Now my problem is, when I use scp command on the remote machine, how do i keep track of filename in some variable or that sort of thing. ... (5 Replies)
Discussion started by: sdosanjh
5 Replies

5. Shell Programming and Scripting

keep track of every user

dear all , I m new to shell programming and I need your help. Actually i want to keep track of all the commands executed in a bash prompt of users , very much in same manner as it is displayed when we run "history" command. now the users are smart enough as they delete their history by... (6 Replies)
Discussion started by: xander
6 Replies

6. UNIX for Dummies Questions & Answers

Possible to track FTP user last login? Last and Finger don't track them.

Like the topic says, does anyone know if it is possible to check to see when an FTP only user has logged in? Because the shell is /bin/false and they are only using FTP to access the system doing a "finger" or "last" it says they have never logged in. Is there a way to see when ftp users log in... (1 Reply)
Discussion started by: LordJezo
1 Replies

7. UNIX for Advanced & Expert Users

Track changes in files

All, Is there any command or method by which we can track changes in a file in Unix (Something similar to track changes in a word document). I know there is CVS which is used to store code changes and track changes in the code. But other than CVS any way to find out changes done in a file... (1 Reply)
Discussion started by: rahulrathod
1 Replies

8. SCO

Problem with dinosaur's kernel - Xenix 386 2.3.4

After booting from the N1 floppy I see: kernel: WARNING: No floating point emulator found in /etc/emulator (0 Replies)
Discussion started by: eugrus
0 Replies
Login or Register to Ask a Question