Originally posted by: PontiacGeronimo
Hello,
what is the right procedure to increase those values on running systems?
Please let me know I it would be ok (doing sequential change - one-by-one adapter on VIOS and Client LPARs) in following order:
(LUNs are served by default AIX MPIO)
Example for one adapter
Note: fcs0 on each LPAR is "linked" with physical fcs0 on VIOS1 (vfchost0)
1) on all LPARs involved, disable paths via fcs0
chpath -l hdisk0 -p fscsi0 -s disable
chpath -l hdisk1 -p fscsi0 -s disable
.....
(I don't know if chpath can disable all fscsi0's paths in one command) -- maybe "rmdev -l fcs0 -R" would do the trick.
2) on VIOS1 - unmap the virtual fibre channel
vfcmap -vadapter vfchost0 -fcp
3) on VIO Server:
oem_setup_env
rmdev -l fcs0 -R
chdev -l fcs0 -a num_cmd_elems=1000 -a max_xfer_size=0x200000
cfgmgr -l fcs0 #to enable physical HBA again on VIOS and login to SAN
exit to padmin
vfcmap -vadapter vfchost0 -fcp fcs0
4) on client LPARs:
rmdev -l fcs0 -R
chdev -l fcs0 -a num_cmd_elems=1000 -a max_xfer_size=0x200000
cfgmgr -l fcs0 #to enable virtual HBA again on client LPAR and login to SAN
is that ok? how to you do such changes online (without reboot)?
are such operations safe - no WWN change on virtual FC adapters will happen?