![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can I use Any DSS Tape in My Drive ? | AIX122 | AIX | 2 | 11-12-2007 01:27 PM |
| DDS-2 Sun tape drive | kingdbag | UNIX for Dummies Questions & Answers | 2 | 08-10-2006 04:31 PM |
| 4MM Tape Drive | joeweisser | AIX | 1 | 08-18-2005 05:44 AM |
| help with tape drive on aix 5.1 | csaunders | AIX | 14 | 01-13-2004 12:24 PM |
| Tape Drive SCO 5.0.7 | josramon | UNIX for Advanced & Expert Users | 2 | 07-03-2003 09:28 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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 |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
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 *) 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 bakunin |
|
#3
|
|||
|
|||
|
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 |
|||
| Google The UNIX and Linux Forums |