Being I had library troubles with the pre-compiled versions of diskomizer, I went though the following steps to get it going:
Download and Install the latest Sun compilers. How to do this is not included here. Download the latest "Solaris Test Collection Source Code" from the next URL to the /Desktop directory: http://dlc.sun.com/osol/test/downloads/current/ # cd / # bunzip2 -dc /Desktop/stcnv-all-src-20090617.tar.bz2 | tar xf - # cd /usr/src/tools/diskomizer # make package # cd /packages/sparc # pkgadd -d . SUNWstc-diskomizer # /opt/SUNWdiskomizer/bin/diskomizer -o \ DEVICE="/dev/rdsk/c7t60020F200000588A4A5AAF940008FC27d0s0" \ -o "ON_ERROR_CORRUPT=exit" -o "STOP_AFTER_NLOOPS=2" I hope this saves someone 30 minutes as the instructions on the web are a bit confusing and one might be lead to believe the precompiled packages will work out of the box. -- This message posted from opensolaris.org _______________________________________________ storage-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/storage-discuss
