Moving tapes


 
Thread Tools Search this Thread
Operating Systems AIX Moving tapes
# 1  
Old 11-02-2011
Moving tapes

Hello, anybody out there that is using itdt to manage tape changes in a tape library. The help of itdt show a move subcommand but I can't get it to work.

Env:
AIX5.3
Dell PowerVault TL2000 tape library -> rmt1 Available 01-08-02 IBM 3580 Ultrium Tape Drive (FCP)

# itdt says it finds the following devices.
Code:
     IBM Tape Diagnostic Tool Standard Edition  - Device List

       Host Bus  ID   LUN  Model          Serial       Ucode  Changer     [#]
 +----+----+----+----+----+--------------+------------+------+------------+-+
 | 0  | 1  | 8  | ## | 0  | ULT3580-TD4  | 1310234939 | A232 | 78N1259_LL0| |
 | 1  | 1  | 8  | ## | ## | 3573-TL      | 78N1259_LL0| 9.30 |            | |

But when I trie to move a tape I get the following :
Code:
# ./itdt -f /dev/smc0 move 1 10
Moving medium: source 1, destination 10...
Operation not supported on device, errno 22: Invalid argument

Exit with code: 22

So is my environment not supported by itdt or am I doing something wrong?
# 2  
Old 11-02-2011
post the output of the following command
Code:
$lsdev -Cc tape

# 3  
Old 11-02-2011
Code:
# lsdev -Cc tape
rmt0 Available 06-08-01-0,0 LVD SCSI 4mm Tape Drive
rmt1 Available 01-08-02     IBM 3580 Ultrium Tape Drive (FCP)
smc0 Available 01-08-02     IBM 3573 Tape Medium Changer (FCP)

---------- Post updated at 11:47 PM ---------- Previous update was at 01:08 PM ----------

I finaly found my misthinking. I was using the wrong location address for the cartridges and drive.

Code:
# itdt -f /dev/smc0 inventory

told me what the correct locations for the move subcommand.

e.g.
Code:
# itdt -f /dev/smc0 move 4908 256

# 4  
Old 11-03-2011
Good for you
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. HP-UX

duplicating ignite tapes

I have a B180L controller running HP-UX 10.2 with an internal DDS2 tape drive and an external Surestore DDS (24gb) tape drive. I want to make duplicate copies of ignite tapes from one tape drive to another. What is the best way to do this? (1 Reply)
Discussion started by: garyb
1 Replies

2. Solaris

vxdump with more tapes

Hi Community, I've a V440 Sun Server with 2 device tape of 72GB. I have to backup a folder of 80 GB, so I have to use 2 tapes of 72GB (144 GB); If I use vxdump command which are the options that I have to use? When the first tape finishes does the system stop the backup? Please help me... (1 Reply)
Discussion started by: Sunb3
1 Replies

3. Solaris

Copying DAT tapes

I am trying to find a way of copying a system DAT tape onto another DAT tape for security reasons. I have tried searching the net for commands but so far I have been unsuccessful. (2 Replies)
Discussion started by: johnrussell
2 Replies

4. UNIX for Dummies Questions & Answers

Copying DAT tapes

I am looking for a way of making a backup of a system DAT tape onto another DAT tape for security reasons. (0 Replies)
Discussion started by: johnrussell
0 Replies

5. UNIX for Dummies Questions & Answers

how to tar to multiple tapes

how to tar to multiple tapes (1 Reply)
Discussion started by: sean dixon
1 Replies

6. UNIX for Advanced & Expert Users

Tar/Tapes: Can somebody explain this to me......

Hey Folks, Can somebody please explain what the crack is with this problem. I have a backup folder in /var which contains 4 rsync'd server folders: server08 server15 server16 server18 They all contain the etc folder from the server, and other important data I need to backup. To... (2 Replies)
Discussion started by: modaceface
2 Replies

7. UNIX for Dummies Questions & Answers

Tapes

:confused: Hello!! I am a new UNIX user, and I need to back up some files, I have some old ones and I have been trying to delete the old information with 'mt erase' but I don't be sure if it works, and 'mt resert' but the it gave a message suggesting me to use 'scsiha -r' (but the last one... (1 Reply)
Discussion started by: scs
1 Replies

8. UNIX for Dummies Questions & Answers

moving tapes with NetBackup

Does anyone know how to move tapes within a library to the load port using NetBackup? robtest will not work with NetBackup running, and I would like to have a script move the tapes to be sent offsite to the load port for easier removal. (2 Replies)
Discussion started by: 98_1LE
2 Replies

9. UNIX for Dummies Questions & Answers

tapes

is there a command to check unoccupied space on a tape ? AIX 3.2 (1 Reply)
Discussion started by: cubicle^dweller
1 Replies

10. HP-UX

ignite tapes

can any1 tell me how to make ignite tapes for the HP-ux. this company said it was: "make_tape_recovery_A", but that don't work. (4 Replies)
Discussion started by: JBX
4 Replies
Login or Register to Ask a Question