Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / sam / cpus / vonk / ss / api / sam / src / getsolaris.1
CommitLineData
920dae64
AT
1.TH getsolaris 1 "March 29, 2007" "" "SAM system simulator"
2.SH NAME
3getsolaris - create directory with Solaris binaries.
4.SH SYNOPSIS
5getsolaris -p
6.I processor
7[-l]
8
9getsolaris -p
10.I processor
11[-v
12.I version]
13[-f]
14.I installdir
15.SH DESCRIPTION
16.PP
17Getsolaris is a wizard that can be used to create
18a processor specific directory
19.I installdir
20that contains
21soft-links to binaries for Solaris. The selectable
22versions are known working packages of the requested
23software.
24
25The directory
26.I installdir
27is expected to not exist.
28getsolaris will err and exit if the directory does exist,
29unless the -f option is used. The -f option forces getsolaris
30to install its files in the directory specified even if it
31already exists.
32.SH OPTIONS
33.TP
34.B -h
35Help me
36.TP
37.BI -p " processor"
38Get wizard for
39.I processor.
40The
41.I processor
42can be one of: n2, depending on the SAM release
43that is being used.
44.TP
45.B -l
46List available versions of Solaris.
47.TP
48.BI -v " version"
49Create a run directory based on
50.I version
51.TP
52.B -f
53Force update of
54.I installdir
55when it exists.
56.SH EXAMPLES
57.LP
58Check which Solaris versions are available for n2:
59.IP
60.B "getsolaris -p n2 -l"
61.LP
62Create Solaris run directory int12 for int12:
63.IP
64.B "getsolaris -p n2 -v int12 int12"
65.LP
66Force the creation of a Solaris run directory for int12 in the current working directory:
67.IP
68.B "getsolaris -p n2 -v int12 -f ."
69.LP
70.SH BUGS
71.PP
72This tool collects the binaries necessary to run
73Solaris. These binaries are not part of the SAM package.
74.SH SEE ALSO
75.BR simulate (1),
76.BR sam (1)
77.SH AUTHORS
78.nf
79Wizard and manual page by SUN
80.am