Warren,
You need to download source code and compile it on Solaris. On solaris it support both Gcc and Sun C compiler.
Download
http://www.iozone.org/src/current/iozone3_260.tar file
Untar using tar command:
Code:
tar xvf iozone3_260.tar
Then goto iozone3_260/src/current directory and type make command:
It will display the supported operating system, for example to compile on Solaris 10 with GCC compiler I need to type command:
OR just type Solaris for 32 bit version
Detailed installation information is provided ms-word doc file called iozone3_260/docs/IOzone_msword_98.doc there is also a pdf file in iozone3_260/docs directory.