Testing the dds tape drive on AIX


 
Thread Tools Search this Thread
Operating Systems AIX Testing the dds tape drive on AIX
# 1  
Old 07-25-2014
IBM Testing the dds tape drive on AIX

Hi
I need to make some restore tapes for our old AIX systems
I have purchased some DDS2 tapes and cleaning tapes

The tape drive is rmt0

what commands can I enter to run the cleaning tape through the drive

and are the any commands I can enter to test these drives
prior to using mksysb

madmacher
# 2  
Old 07-25-2014
I'm not an AIX expert so I can only answer in generic Unix terms.

The tape drive type you have can be DDS, DDS2 or DDS3. They vary in tape capacity.

If you put a tape in the drive and it immediately ejects it then it's the wrong version.

The tapes are all recognised by the little holes in them so the drive either recognises the tape type or doesn't.

A cleaning tape will be recognised immediately as such, and will invoke firmware on the DDS drive itself and perform a cleaning cycle and eject the tape automatically at the end. Therefore, to answer your first question, there are no commands for the cleaning function. It just does it.

If you enter an ordinary data tape then there are ways to test it directly.

[generic Unix commands]
Code:
 
 cd <any directory>
 tar cvf /dev/rmt0 .

note: on AIX rmt0 may be in a sub-directory of /dev

You could then read the tape back with:
Code:
tar tvf /dev/rmt0

A DDS tape drive knows through internal checksums, etc if it's reading corrupt data so this tape listing will fail if the drive is faulty.

Hope that helps.

Last edited by hicksd8; 07-25-2014 at 03:44 PM..
# 3  
Old 07-25-2014
The IBM Tape Help Package (an oldie but a goodie and it covers DDS2, 3 and 4)
ftp://ftp.software.ibm.com/software/.../tapewhdr.html
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

AIX 4.2.1 Tape Drive Problem

Hi, The problem I have is I want to restore my AIX machine. I have created a mksysb tape from my tape drive rmt0 and I changed the bootlist using this command "bootlist -m normal rmt0 hdisk0". However, when I display the bootlist "bootlist -om normal", it shows '-' hdisk0. I googled and... (2 Replies)
Discussion started by: AixNoob87
2 Replies

2. AIX

Cleaning tape frequence for DDS

Hi All, Are there recommendations about the use of cleaning tapes in DDS devices? Should I clean the tape only when the drive indicates cleaning? Should I clean it once a month, week, even every day? Is it harmful to clean the tape every day? Thanks for your insights. --Peter (4 Replies)
Discussion started by: petervg
4 Replies

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

4. UNIX for Dummies Questions & Answers

Need help with DDS data tape

Hi all I have BIG headache with an old unix server I have and I need some help and ideas how to solve them effectively. Thanks in advance ***Story*** I have an OLD SCO OpenServer 5 release 5 server with DDS4 tape device. I also have a box full of DDS4 tapes with data inside. I... (3 Replies)
Discussion started by: khaos83_2000
3 Replies

5. AIX

How to mount internal tape drive of sun machine in AIX 5.3

Hi, Help required! How to mount internal tape drive of sun machine in AIX 5.3 (0 Replies)
Discussion started by: ashwin.krishna
0 Replies

6. AIX

AIX Tape Drive Backup

Currently I have a Dell Ultrium LTO 2 Tape Drive. I am going to have a IBM AIX server. Just wonder if it is possibe to connect this tape drive to the aix server? I have Brightstor Arcserver installed on another win 2003 server. Is it possible to install the arcserve agent on the aix and use the... (1 Reply)
Discussion started by: ming413
1 Replies

7. Solaris

Copy Tape Drive DDS-01.

Hello, I am trying to copy a boot tape DDS-01 with miniroot, but i donīt get this copy. i have already used the command dd, but donīt work. There are other way to get it. (0 Replies)
Discussion started by: carelias
0 Replies

8. UNIX for Dummies Questions & Answers

DDS-2 Sun tape drive

Hey guys, I'm trying to mount a SUN DDS-2 tape drive on a SUN Ultra 80 machine running Solaris 9. I had the SCSI drive connected at time of install, I'm very new to Solaris so I don't know if Solaris would detect the drive like that and install some form of device driver. But, what im posting... (2 Replies)
Discussion started by: kingdbag
2 Replies

9. UNIX for Dummies Questions & Answers

DDS Tape Drives

How do I find if a server contains a DDS3 or a DDS2 drive remotely ? I checked in SMIT and I noticed the description field according to tape drives, but is there another more thorough way? Thanks, Luke (0 Replies)
Discussion started by: Skywlkr235
0 Replies

10. AIX

help with tape drive on aix 5.1

I have a dlt tape drive on a AIX 5.1 machine, I have no idea how to backup to this thing, would I just mount it can copy over to it, not sure the commands or where to begin? Can anyone help, or point me to documentation.... (14 Replies)
Discussion started by: csaunders
14 Replies
Login or Register to Ask a Question