Replacing tape drive in RS/6000 7025 F40 running AIX 4.2.1?


 
Thread Tools Search this Thread
Operating Systems AIX Replacing tape drive in RS/6000 7025 F40 running AIX 4.2.1?
# 1  
Old 11-07-2007
Replacing tape drive in RS/6000 7025 F40 running AIX 4.2.1?

I've just landed in a situation where an old IBM RS/6000 7025 F40 running AIX 4.2.1 has had it's tape drive fail. The tape drive in question is an HP C1533A 4mm 4GB/8GB DAT drive. It repeatedly gets write failures, and my trusty techique of whacking the cleaning tape in hasn't worked. Unfortunately the only person that knew anything about the server is long gone, and as I was the first person to admit to having used *nix (and being the new guy) it has fallen to me to try and find a solution.

I can't find anywhere in New Zealand that can supply me an exact replacement of the tape drive unit but I can source a Sony SDT-5010, which by spec appears to be very similar to the HP device currently installed. My question is basically can I just replace the HP C1533A with a Sony SDT-5010?

1. Is there a reason why the Sony SDT-5010 just wouldn't work in my environment?
2. Are there drivers/files I would need to change to have the new tape drive recognised?

I am a novice with AIX and only have user (rather than server admin) experience with recent Linux distros that do a very good job of 'just working' with most of my hardware at home, so feel free to assume I don't even know the simplest things about AIX. I'm more than happy to provide any further info that might help show how big a problem I'm creating for myself Smilie
# 2  
Old 11-12-2007
The tape drive in a RS/6000 is a simple SCSI-drive. In principle you could use anything which has a SCSI connector. Here is a sketch of how to replace it:

*) First get the "location code" of the tape, because it contains the SCSI-ID. Your output will be similar to the example here:
Code:
# lscfg | grep rmt
+ rmt0            40-60-00-4,0      IBM 3580 Tape Drive

That means: The device is connected to the SCSI-Adapter located at 40-60-00 (this is a specific slot in your machine, it would be a longer article to explain *that* to you) and the SCSI-ID it is using is 4 (-4,0).

*) Second, configure your replacement drive to use this SCSI-ID and connect it to the host adapter. DO THIS ONLY when the machine is switched off and the power connector is plugged out ("off" isn't really off with these machines, like with TV sets with remote controls). If you use the external SCSI-Connector you do not have to unplug the machine of course.

*) switch on the F40. Since you will probably not use an original IBM replacement part the tape drive will be named "other tape drive":
Code:
# lscfg | grep rmt
+ rmt0            40-60-00-4,0      Other Tape Drive

This would mean you are done. If you can't see an output similar to this issue "cfgmgr -v" and watch the output for error messages. Report them back here.

bakunin
# 3  
Old 11-12-2007
thanks for your reply bakunin!

my current drive is also an 'other scsi device' - i'm looking to replace an HP with a Sony, but with the exact same specs. it's looking easier and easier now Smilie now i just have to await the arrival of my 'new' tape drive, which should be arriving tomorrow and then i can wreak havoc on my users by blundering my way through a hardware change... hopefully i don't bring down too many important things by accident Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

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... (2 Replies)
Discussion started by: madmacher
2 Replies

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

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

Replacing a tape drive on HP NetServer e800

This server had an HP C1555 tape drive that appears to have gone belly up. We found a replacement, an HP C1537, that we want to install. We did the hardware thing, with power off, of course, but when the box was rebooted it did not seem to recognize the drive. At least the backup software did... (4 Replies)
Discussion started by: akirson
4 Replies

5. UNIX for Advanced & Expert Users

Can AIX 5.3 - 6 Boot From HP EVA 6000 SAN

Hi There, Has anyone had any luck with or know how to get AIX 5+ to boot from a HP EVA 6000 SAN? The servers used here will be P Class Blades My initial searches on this so far did not bring results so I am guessing this may not be possible on HP SAN's but please let me know if I am... (0 Replies)
Discussion started by: fazzasx
0 Replies

6. AIX

Fibre channel drivers on RS/6000 aix 5L

Want to configure IBM raid strorage but the aix 5L cds do not have the drivers for the fibre channels. The machine is RS/6000. I have gone to IBM downlaodable sites but i can't find the drivers? help pliz:mad: (4 Replies)
Discussion started by: Zim-Aix-Guru
4 Replies

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

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

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