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.確認光纖接口卡的狀態(tài)是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.檢查磁帶機的狀態(tài)。確認它是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