Your Ad Here
首页 | 编程语言 | 网站建设 | 游戏天堂 | 冲浪宝典 | 网络安全 | 操作系统 | 软件时空 | 硬件指南 | 病毒相关 | IT 认证
软讯网络 > 操作系统 > 其他操作系统 > STK L700E 在AIX 5.2 netbackup 5.1 中的配置
【标  题】:STK L700E 在AIX 5.2 netbackup 5.1 中的配置
【关键字】:STK,L700E,AIX,5.2,netbackup,5.1
【来  源】:http://blog.chinaunix.net/article.php?articleId=45960&blogId=2575

STK L700E 在AIX 5.2 netbackup 5.1 中的配置

Your Ad Here

最近在搞一个大的备份系统,安装了一台STK 700E ,备份服务器:RS6000 P615  ,采用VERITAS NETBACKUP 5.1  安装完成以后,找不到机械手。

处理过程:

 (1)      首先确认线路是否连接正常。在AIX上安装一个LEGATO软件,可以找到机械手,证明设备STK 没有问题。

 (2)     配置OVPASS

    
若要安装 ovpass 驱动程序,请输入下列命令:
/usr/openv/volmgr/bin/driver/install_ovpass

要确保在每次系统启动之后驱动程序设备文件都是可访问的,应将下列命令放入系统启
动脚本中:
/usr/openv/volmgr/bin/driver/mkdev_ovpass

删除 SCSI Passthru 驱动程序
要删除 ovpass 驱动程序,请输入以下命令:
/usr/openv/volmgr/bin/driver/remove_ovpass

./remove_ovpass
./install_ovpass

root@bk-server# lsdev -C -s scsi
hdisk0 Available 1S-08-00-4,0  16 Bit LVD SCSI Disk Drive
hdisk1 Available 1S-08-00-5,0  16 Bit LVD SCSI Disk Drive
lus    Available               Legato SCSI User Interface Release 6.1.4.Build.56
2
ses0   Available 1S-08-00-15,0 SCSI Enclosure Services Device

root@bk-server# lsdev -C -s fcp
ovpass0 Available 1c-08-02 VERITAS Media Changer
rmt0    Available 1c-08-02 LTO Ultrium Tape Drive (FCP)
rmt1    Available 1c-08-02 LTO Ultrium Tape Drive (FCP)
rmt2    Available 1c-08-02 LTO Ultrium Tape Drive (FCP)
rmt3    Available 1c-08-02 LTO Ultrium Tape Drive (FCP)

root@bk-server# odmget -q "name=ovpass0" CuAt

CuAt:
        name = "ovpass0"
        attribute = "scsi_id"
        value = "0x620e13"
        type = "R"
        generic = "DU"
        rep = "s"
        nls_index = 6

CuAt:
        name = "ovpass0"
        attribute = "lun_id"
        value = "0x0000000000000"
        type = "R"
        generic = "DU"
        rep = "s"
        nls_index = 7


root@bk-server# odmget -q "name=rmt0" CuAt

CuAt:
        name = "rmt0"
        attribute = "scsi_id"
        value = "0x620955"
        type = "R"
        generic = "DU"
        rep = "s"
        nls_index = 25

CuAt:
        name = "rmt0"
        attribute = "lun_id"
        value = "0x0"
        type = "R"
        generic = "DU"
        rep = "s"
        nls_index = 26

CuAt:
        name = "rmt0"
        attribute = "ww_name"
        value = "0x5005076313605ae3"
        type = "R"
        generic = "D"
        rep = "s"
        nls_index = 28

CuAt:
        name = "rmt0"
        attribute = "node_name"
        value = "0x5005076313205ae3"
        type = "R"
        generic = "D"
        rep = "s"
        nls_index = 34

CuAt:
        name = "rmt0"
        attribute = "devtype"
        value = "ULTRIUM-"
        type = "R"
        generic = "D"
        rep = "s"
        nls_index = 17


root@bk-server# lsdev -C -c adapter |grep -i SCSI
sisscsia0 Available 1S-08    PCI-X Dual Channel Ultra320 SCSI Adapter
root@bk-server#


查到SCSI ID 号:
root@bk-server# lsdev -C -s scsi
hdisk0 Available 1S-08-00-4,0  16 Bit LVD SCSI Disk Drive
hdisk1 Available 1S-08-00-5,0  16 Bit LVD SCSI Disk Drive
lus    Available               Legato SCSI User Interface Release 6.1.4.Build.56
2
ses0   Available 1S-08-00-15,0 SCSI Enclosure Services Device
root@bk-server#

mkdev -c media_changer -s fcp -t ovpass -w 0x620E13,0x0
mkdev -c media_changer -s fcp -t ovpass -p fscsi0  -w 0x620E13,0x0

(3)  配置完成以后,也找不到,呵呵,没有办法了?

(4) 打电话问veritas 了人。说要打补丁。

        没办法,打补丁,找到光盘:

   
 Veritas 补丁的安装方法:
 
 (1) 从补丁光盘中COPY 出:NB_51_2_M.rs6000.tar,NB_CLT_51_2_M.tar到 一个目录下:
 
   /usr/openv/patch
  
  (2)  然后再TAR开这两个文件。
    #tar xvf *rs6000.tar
    #tar xvf *CLT*.tar
   
  (3) 运行:
    # ./ Vrts_pack.install
   
    There are 2 packs available in /usr/openv/patch:
(* denotes installed pack)

        NB_51_2_M
        NB_CLT_51_2_M

 Enter pack name (or q) [q]:NB_51_2_M
 
 然后再按提示进行。
 

打完补丁,再找一下,OK了,,,,,,,,,,,,

   呵呵,原来也是这样的,,,,,,

ORACLE 9I RAC 在HP UNIX 上安装(2003-6-30:【上一篇】
Tru64 5.1B 下安装STANDBY ORACLE9I:【下一篇】
【相关文章】
  • 2005.1.23
  • 对testking的逐个总结分析(1-64题)
  • 对testking的逐个总结分析(65-100题)
  • TestKing 6.0 for 310-015 纠错
  • SCSA PART II testking v6.0 存在疑问的题
  • FreeBSD 5.2.1R Web Server架设实例过程(有详细解释)
  • FreeBSD5.2.1p11升级到5.3笔记
  • 在vmware 4.5.2中不能使用pxe引导freebsd4.1x的bug修订
  • RSYNC ON FreeBSD 5.2 HOWTO V1.0 (转贴)
  • FreeBSD-5.2下安装ORACLE9i手记
  • 【随机文章】
  • 网页设计中的功能与美化
  • 如何在C#里面象javascript类似的eavl()
  • show cef命令
  • Solaris2.4 多线程编程指南5--安全和不安全的接口函数
  • GNU-ld连接脚本 参考
  • Intuos2数位板油画教程《拜师德加》(2)
  • [bingo]模式学习笔记四 Prototype & Singleton
  • Richard Stallman在清华大学的讲演提要(zz)
  • Linux下用户管理机制的介绍
  • Visual Studio 2005入门 之 核心对象 (一 Request) [视频]
  • 【相关评论】
    没有相关评论
    【发表评论】
    姓名:
    邮件:
    随机码*
    评论*
          
    |  首 页  |  版权声明  |  联系我们   |  网站地图  |
    CopyRight © 2004-2007 bbb软讯网络 All Rigths Reserved.