免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 5783 | 回复: 6
打印 上一主题 下一主题

[VTL与磁带系统] 请问在AIX下有没有指令可以直接操控IBM TS3100的磁带机 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-05-15 16:12 |只看该作者 |倒序浏览
一个请简单的例子,在AIX操作系统下,系统里的rmt1是IBM 3581-F28,  rmt2是IBM TS3100,

从drvicer里把磁带导出放入第七个槽位所用指令如下:
tapeutil -f /dev/rmt1 move  "86"  "7"
把第一个槽位的磁带放入drvicer里
tapeutil -f /dev/rmt1 move  "1"  "86"

我查了TS3100的说明书,端口号分别发下:
Drive 1端口是256
Slot 1 端口是4096
但使用如上的指令:
tapeutil -f /dev/rmt2 move  "256"  "4096"
tapeutil -f /dev/rmt2 move  "4096"  "256"
都报了没有这个设备的错误,请问我在AIX系统下,对IBM TS3100进行入带与出带的指令是什么?

论坛徽章:
0
2 [报告]
发表于 2008-05-16 02:39 |只看该作者
three ways to move the tape running tapeutil on AIX:
1. use the changer special file:
tapeutil -f /dev/smcX move  256  4096
tapeutil -f /dev/smcX move  4096  256

2. use the drive special file with changer support
tapeutil -f /dev/rmt2.smc  mount  4096
tapeutil -f /dev/rmt2.smc  unmount  4096

3. Unload tape and move to the first empty slot using the drive special file
tapeutil -f/ dev/rmt2 unmount

For the first two methods,  the tape must be unloaded first before to move the tape.
For the last method, you can't move the tape to a special address. The tape is always moved to the first empty slot

论坛徽章:
0
3 [报告]
发表于 2008-05-16 09:39 |只看该作者
谢谢了!

三个方法我都试过了,好象只有第一个方法有用,后面两个都报设备错误的信息.

不过能用就可以了!

非常感谢!

论坛徽章:
0
4 [报告]
发表于 2008-10-29 17:27 |只看该作者

我还有一个问题,

请教一下是否有命令直接打开I/O slot 现在我只能move到 IOslot ,然后要手工弹出I/Oslot,比较麻烦。

论坛徽章:
0
5 [报告]
发表于 2008-11-11 16:58 |只看该作者
直接按前面面板安纽不是更快吗

论坛徽章:
0
6 [报告]
发表于 2009-01-04 10:53 |只看该作者
用web界面访问不是更加直观吗,

论坛徽章:
0
7 [报告]
发表于 2010-09-26 09:48 |只看该作者
mount第一个槽位(4096)的磁带
tapeutil -f /dev/rmtX mount 4096

将驱动器中的磁带unmount回第一个槽位(4096)
tapeutil -f /dev/rmtX unmount 4096
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP