Storage Tests » Diskomizer » Building Diskomizer
en

Building Diskomizer

Building Diskomizer

Diskomizer can currently be build into two different types of SVR4 package:

  1. SUNWdiskomizer
    This package contains all 32 & 64 bit SPARC & 32 bit x86 binaries built on Solaris 8 and 64 bit x86 binaries built on Solaris 10. The Makefiles enforce the rules about which releases the various binaries are built on. Clearly this requires three systems to compile and link the binaries, 1 SPARC and 2 x86. This package can then be used on any system that is running Solaris 8 or later.
    Building this version requires that the source be available over NFS to all three build systems.
    To build the SPARC binaries login to the Solaris 8 SPARC system, do:
$ cd usr/src/tools/diskomizer/build/SunOS/sparc && make install

 On the Solaris 8 x86 system:

$ cd usr/src/tools/diskomizer/build/SunOS/i386 && \
make "ALL_ISA = pentium_pro pentium" install

 On the Solaris 10 x86 system:

$ cd  usr/src/tools/diskomizer/build/SunOS/i386/amd64 && make install
$ cd ../../shell && make install
$ cd ../pkg && make pkg

 When building this from the makefiles check the versions of the OS that you are running on and will refuse to build the binaries if you are in the wrong place.

  1. SUNWstc-diskomizer
    This package only contains the binaries for the release on which it is built and so far has only been built on nevada systems. It would probably build on Solaris 10 for x86 and even earlier for SPARC.
    To build this version:
$ cd usr/src/tools/diskomizer && make pkg

Both versions will result in a package stream being stored in proto/tools/diskomizer/SunOS/spool

Tags:
Created by admin on 2009/10/26 12:11
Last modified by admin on 2009/10/26 12:11

Collectives


XWiki Enterprise 2.7.1.34853 - Documentation