DOITAPP
DOIT数据智能产业媒体与服务平台
立即打开
DOITAPP
DOIT数据智能产业媒体与服务平台
立即打开

AIX下由光纤连接LTO 3582磁带库 驱动安装方法

    本测试的软件环境如下:


    oslevel: 5.1.0.0
    Maintenance level(instfix -ik |grep ML)
    # instfix -ik |grep ML
    instfix: A flag requires a parameter: k
    All filesets for 5.0.0.0_AIX_ML were found.
    All filesets for 5.1.0.0_AIX_ML were found.
    All filesets for 5.1.0.0_AIX_ML were found.
    All filesets for 5100-01_AIX_ML were found.
    All filesets for 5100-02_AIX_ML were found.
    All filesets for 5100-03_AIX_ML were found.
    Not all filesets for 5100-04_AIX_ML were found.


    6227 HBA 卡的微码版本应高于S1F3.22A0


    # lscfg -vl fcs0
    DEVICE LOCATION DEscriptION
    fcs0 27-08 FC Adapter
    Part Number……………..09P1162
    EC Level………………..
    Serial Number……………KT04802590
    Manufacturer…………….0010
    FRU Number………………09P1173
    Network Address………….10000000C925121E
    ROS Level and ID…………02903291
    Device Specific.(Z0)……..4002206D
    Device Specific.(Z1)……..10020193
    Device Specific.(Z2)……..3001506D
    Device Specific.(Z3)……..02000909
    Device Specific.(Z4)……..FF101450
    Device Specific.(Z5)……..02903291
    Device Specific.(Z6)……..06113291
    Device Specific.(Z7)……..07113291
    Device Specific.(Z8)……..20000000C925121E
    Device Specific.(Z9)……..SS3.22A1
    Device Specific.(ZA)……..S1F3.22A1
    Device Specific.(ZB)……..S2F3.22A1
    Device Specific.(YL)……..P1-I8/Q1


    在AIX下通过光纤连接LTO 3582磁带库,驱动的安装方法


    1.从以下的网站下载LTO 3582的驱动程序,并将其拷贝到/tmp目录下。


    ftp://ftp.software.ibm.com/storage/devdrvr/AIX/


    阅读Readme文件:


    ftp://ftp.software.ibm.com/storage/devdrvr/AIX/README


    2.运行installp命令安装Atape驱动。


    # installp -axXd /tmp/Atape.8.2.5.0.bin Atape.driver


    3.确认光纤接口卡的状态是Available。


    # lsdev -Cc adapter
    sa0 —-Available 01-S1 —Standard I/O Serial Port
    sa1 —-Available 01-S2 —Standard I/O Serial Port
    sa2 —-Available 01-S3 —Standard I/O Serial Port
    sa3 —-Available 01-S4 —Standard I/O Serial Port
    siokma0 Available 01-K1 —Keyboard/Mouse Adapter
    fda0 —Available 01-D1 —Standard I/O Diskette Adapter
    scsi0 –Available 11-08 —Wide/Ultra-2 SCSI I/O Controller
    scsi1 –Available 11-09 —Wide/Ultra-2 SCSI I/O Controller
    mg20 —Available 2D-08 —GXT130P Graphics Adapter
    sioka0 -Available 01-K1-00 Keyboard Adapter
    ppa0 —Available 01-R1 —CHRP IEEE1284 (ECP) Parallel Port Adapter
    ent0 —Available 21-08 –IBM 10/100 Mbps Ethernet PCI Adapter (23100020)
    sioma0 -Available 01-K1-01 Mouse Adapter
    fcs0 —Available 27-08 —FC Adapter


    4.运行cfgmgr命令来扫描硬件的变化。


    5.检查磁带机的状态。确认它是Available的。


    # lsdev -Cc tape
    rmt0 Available 27-08-01 IBM 3580 Ultrium Tape Drive (FCP)
    smc0 Available 27-08-01 IBM 3582 Library Medium Changer (FCP)


    6.用tar命令写一个文件到磁带机测试它是否正常工作。


    # tar cvf /dev/rmt0 app*tar
    a appcode82.tar 2580 blocks.
    # tar tvf /dev/rmt0
    -rw-r—– 0 0 1320960 Aug 11 15:26:04 2003 appcode82.tar

未经允许不得转载:DOIT » AIX下由光纤连接LTO 3582磁带库 驱动安装方法