IC SunsetThe developerWorks Connections platform will be sunset on December 31, 2019. On January 1, 2020, this blog will no longer be available. More details available on our FAQ.

Comments (2)
  • Add a Comment
  • Edit
  • More Actions v
  • Quarantine this Entry

Comments (2)

9GWD_Shannon_Moore commented Feb 8 Comment Permalink

If you're going to have a hcheck_interval of 60, you should put rw_timeout=30. I'd also recommend timeout_policy=fail_path. https://www.ibm.com/developerworks/aix/library/au-aix-mpio/ (The doc actually says rw_timeout should be <= hcheck_interval. I need to update the doc. It's actually best for rw_timeout to be less than hcheck_interval --- for the reasons explained within the document.)

M_Flaake commented Jan 30 Comment Permalink

Chris, thank you very much for your information.
In my opinion it is a good idea to add your recommended values to the predefined attributes in ODM.

# chdef -a queue_depth=32 -c disk -s fcp -t mpioosdisk
queue_depth changed
# chdef -a reserve_policy=no_reserve -c disk -s fcp -t mpioosdisk
reserve_policy changed
# chdef -a algorithm=shortest_queue -c disk -s fcp -t mpioosdisk
algorithm changed

Any future LUN will now have the recommended values.