.TH getsolaris 1 "March 29, 2007" "" "SAM system simulator" .SH NAME getsolaris - create directory with Solaris binaries. .SH SYNOPSIS getsolaris -p .I processor [-l] getsolaris -p .I processor [-v .I version] [-f] .I installdir .SH DESCRIPTION .PP Getsolaris is a wizard that can be used to create a processor specific directory .I installdir that contains soft-links to binaries for Solaris. The selectable versions are known working packages of the requested software. The directory .I installdir is expected to not exist. getsolaris will err and exit if the directory does exist, unless the -f option is used. The -f option forces getsolaris to install its files in the directory specified even if it already exists. .SH OPTIONS .TP .B -h Help me .TP .BI -p " processor" Get wizard for .I processor. The .I processor can be one of: n2, depending on the SAM release that is being used. .TP .B -l List available versions of Solaris. .TP .BI -v " version" Create a run directory based on .I version .TP .B -f Force update of .I installdir when it exists. .SH EXAMPLES .LP Check which Solaris versions are available for n2: .IP .B "getsolaris -p n2 -l" .LP Create Solaris run directory int12 for int12: .IP .B "getsolaris -p n2 -v int12 int12" .LP Force the creation of a Solaris run directory for int12 in the current working directory: .IP .B "getsolaris -p n2 -v int12 -f ." .LP .SH BUGS .PP This tool collects the binaries necessary to run Solaris. These binaries are not part of the SAM package. .SH SEE ALSO .BR simulate (1), .BR sam (1) .SH AUTHORS .nf Wizard and manual page by SUN .am