AIX Best Practices For SAN: Neil Youshak FTSS - South Florida (954) 346-8566
AIX Best Practices For SAN: Neil Youshak FTSS - South Florida (954) 346-8566
AIX Best Practices For SAN: Neil Youshak FTSS - South Florida (954) 346-8566
Neil Youshak
FTSS – South Florida
(954) 346-8566
[email protected]
Introduction
No sales pitch
Not another one sided skew of a vendor selling storage
Not a marketing scheme
Neil Youshak
FTSS – South Florida
(954) 346-8566 [email protected]
Topics
• Multipath Drivers
• Zoning
• Storage Options: Fiber Channel, iSCSI or NAS
• The Disk Array
• Tips
MultiPath Drivers
• Redundancy + High Availability
• IBM = RDAC + SDD p5
• HP = Secure Path
• EMC = PowerPath
• MPIO
SAN SAN
Switch 1 Switch 2
HBA High Level Installation Steps
• Install the HBA and correct drivers Firmware upgrade maybe needed
• Run cfgmgr to install the HBA
• Ensure the HBA is available by running 'lsdev -C | grep fcs‘
• # lscfg –vl fcs0 ROS displays firmware level of HBA
• Find the WWN of the HBA with 'lscfg -vl fcs0'.
• # lscfg –vpl fsc0 |grep Net display WWN
• Ensure the child fscsi devices have been created with 'lscfg | grep fscsi'
• #lsdev –C |grep fcs list the adpaters in the host
• Install the FC SCSI array drivers:
• devices.fcp.disk.array.rte
• devices.fcp.disk.array.diag
• devices.fcp.disk.rte
• devices.scsi.scarray.rte
• Run cfgmgr -v to detect the disk arrays – FLOGI
• # lslpp –ah devices.fcp.disk.array.rte verify your multipath driver
• Display your SAN disks lsdev –Ccdisk
• Possible Problems:
• If you see several other FC SCSI Disk Drive lines, then the array drivers are not installed
correctly
• Remove each FC SCSI device (with rmdev -d -l ) & check the driver installation.
• Your host switch connection shows NL or L
• # lsattr –El fscsi 0 this will show if the connection is Switch (sw) or Loop (al)
• Try running cfgmgr again
• Use SMITTY to change the connection type
MultiPath Best Practice
• Rule 1
• Always check the vendor site
• Rule 2
• Read & follow recommendations
• Critical setting for HBA adapters.….this is only if two
or more adapters are present. (Thanks Inshan)
• Use this to change default of HBA on VIO servers.
• padmin # chdev -dev fscsi0 -attr fc_err_recov=fast_fail dyntrk=yes
-perm
• For Dedicated or standalone servers
• root # chdev -l fscsi0 -a fc_err_recov=fast_fail -P
• # chdev -l -a dyntrk=yes -P
HBA Tools
• Use them
Zoning
• Zoning = partitioning the Fibre
Channel fabric into smaller pieces
to restrict OS interference,
add security, and simplify
management.