Sponsored Content
Full Discussion: AIX 5.3 with Dell PV132T
Operating Systems AIX AIX 5.3 with Dell PV132T Post 302486983 by tattuheart on Tuesday 11th of January 2011 04:04:09 AM
Old 01-11-2011
AIX 5.3 with Dell PV132T

Dear all,
I would like to connect Dell Libraries 132T to AIX server. After connected and ran cfgmgr command ,I can see only tape drive but libraries doesn't.

I've updated atape to latest version but look likes atape support only IBM tape libraries.
any advice

Thanks
Thatphong

Last edited by tattuheart; 01-11-2011 at 05:10 AM.. Reason: wrong spell
 

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

SCO 5.0.2 on Dell 1500SC

I'm trying to load SCO Unix 5.0.2 on a Dell 1500SC server, without any success. First off, yes I know that 5.0.2 is an outdated version, and is not supported anymore, but that is what my company has directed me to do. The problem with the load appears to be the new chipset on the server,... (1 Reply)
Discussion started by: Howeird
1 Replies

2. UNIX for Dummies Questions & Answers

Raid Dell

Hello all, I'm new to RAID and would like to know if anyone had works with Dell PERC3 RAID controller. I'm having a problem install the driver on REDHAT AS 3.0. All the drivers from dell only support up to AS 2.1. Does anyone know if the controller is from LSI Logic. If so which mode? I'm... (4 Replies)
Discussion started by: larryase
4 Replies

3. UNIX for Dummies Questions & Answers

Dell Inspiron 1000

Hey people I am trying to installed red hat 9.0 on my laptop dell inspiron 1000 but it seem that after the installation the video card fail to work and I got an error. I look for the video card driver is a SiS 650 and I couldn't find it for linux.. any suggestion I really wanna Installed red hat... (1 Reply)
Discussion started by: LiTo
1 Replies

4. Filesystems, Disks and Memory

Knoppix and an old Dell

Sorry if this post is in the wrong location. I'm trying to pull some files off of an old Dell box. I've not been able to get it to boot off of the HD, so I tried to use Knoppix. At boot time; I get the following error: Loading spec packet failed, trying to wing it isolinux 2.04: failed to... (3 Replies)
Discussion started by: ECBROWN
3 Replies

5. SCO

Load 5.0.7 On A Dell Pe6350/550

I'am new to this and want to learn more. I would like to load SCO 5.0.7 on a dell poweredge 6350 with quad Xeon processors 3 drives with 2 meg mem, SCSI 7890, 7860 . the problem comes when ths software does its system check, confus it gets to a point, and shows F Bladinit , then stops and shuts... (1 Reply)
Discussion started by: PAT_RICK
1 Replies

6. Ubuntu

This an Ubuntu or Dell issue?

I have a dell poweredge sc430 (what ever that is). Came cheap with an 80 gig sata hard drive. So maybe a year later I bought a 250 gig sata drive for backup (with rsynch from cron). Rsynch works fine. But now the machine won't reboot without me manually pressing the F1 key. I see a... (3 Replies)
Discussion started by: salmobytes
3 Replies

7. Solaris

Solaris 10 on Dell R710 server

Hello everyone, We have an application which runs on SPARC machine, it is tested and runs without any problem, we are due to upgrade that machine but as cost-cutting measures we are thinking of buying a Dell PowerEdge 710 x86 machine this time, two questions.. 1) any performance difference you... (4 Replies)
Discussion started by: tayyabq8
4 Replies

8. Hardware

is rhel 6 compatible with dell xps 14

is rhel 6 compatible with dell xps 14.I tried to install it but could not install.Installation hanged at detecting hardware (1 Reply)
Discussion started by: shamapraveen
1 Replies

9. Hardware

Dell 8200 case

Hi, Is anyone familiar with the Dell 8200 case? I am a first year IST major, so while I should be able to answer these questions myself, never hurts to have another opinion. I'm looking to build a desktop. I have an old Dell 8200. The case is somewhat sentimental to me as it was my first... (5 Replies)
Discussion started by: Nekulturny
5 Replies
MT(1)                                                                GNU CPIO                                                                MT(1)

NAME
mt - control magnetic tape drive operation SYNOPSIS
mt [-V] [-f device] [--file=device] [--rsh-command=command] [--version] operation [count] DESCRIPTION
This manual page documents the GNU version of mt. mt performs the given operation, which must be one of the tape operations listed below, on a tape drive. The default tape device to operate on is taken from the file /usr/include/sys/mtio.h when mt is compiled. It can be overridden by giving a device file name in the environment variable TAPE or by a command line option (see below), which also overrides the environment variable. The device must be either a character special file or a remote tape drive. To use a tape drive on another machine as the archive, use a filename that starts with `HOSTNAME:'. The hostname can be preceded by a username and an `@' to access the remote tape drive as that user, if you have permission to do so (typically an entry in that user's `~/.rhosts' file). The available operations are listed below. Unique abbreviations are accepted. Not all operations are available on all systems, or work on all types of tape drives. Some operations optionally take a repeat count, which can be given after the operation name and defaults to 1. eof, weof Write count EOF marks at current position. fsf Forward space count files. The tape is positioned on the first block of the next file. bsf Backward space count files. The tape is positioned on the first block of the next file. fsr Forward space count records. bsr Backward space count records. bsfm Backward space count file marks. The tape is positioned on the beginning-of-the-tape side of the file mark. fsfm Forward space count file marks. The tape is positioned on the beginning-of-the-tape side of the file mark. asf Absolute space to file number count. Equivalent to rewind followed by fsf count. seek Seek to block number count. eom Space to the end of the recorded media on the tape (for appending files onto tapes). rewind Rewind the tape. offline, rewoffl Rewind the tape and, if applicable, unload the tape. status Print status information about the tape unit. retension Rewind the tape, then wind it to the end of the reel, then rewind it again. erase Perform long erase of tape. If count is 0, perform short erase of tape (some devices do not support this). mt exits with a status of 0 if the operation succeeded, 1 if the operation or device name given was invalid, or 2 if the operation failed. OPTIONS -f, --file=device Use device as the file name of the tape drive to operate on. To use a tape drive on another machine, use a filename that starts with `HOSTNAME:'. The hostname can be preceded by a username and an `@' to access the remote tape drive as that user, if you have permission to do so (typically an entry in that user's `~/.rhosts' file). --rsh-command=command Notifies mt that it should use command to communicate with remote devices instead of /usr/bin/ssh or /usr/bin/rsh. -V, --version Print the version number of mt. BUG REPORTS
Report bugs to <bug-cpio@gnu.org>. COPYRIGHT
Copyright (C) 2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. MT January 28, 2014 MT(1)
All times are GMT -4. The time now is 05:55 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy