I generally break it down to put the logs on a filesystem, syscat on a filesystem, and several filesystems for data and indexes. I use multiple containers with dms tablespaces so I can break up the data and indexes. I have test results from this type of setup on ZOS moving datasets so I don't have any hot spots. In ZOS, the hot spots happen because there is 1 UCB to each volume so if the hot datasets are on the same volume, the i/o queue time goes up. Does the same thing happen in AIX?
Currently, my client's setup is 1 filesystem for each instance. All application data/idx, logs, syscat, sort are all on the same filesystem. I am not the strongest working with AIX, but I believe I am going to be able to run a few tests with both types of setups and get some good information. I figure will be able to see most of the info I need from snapshots, but I think iostat will give me much more information.
I was hoping someone had some test results similar to this situation.