Installing Sun Studio on Solaris: Difference between revisions

From John's wiki
Jump to navigation Jump to search
(New page: Having installed Solaris and letting the auto-partitioner do its thing: <pre># df -h Filesystem size used avail capacity Mounted on /dev/dsk/c0t2d0s0 7.1G 4.9G 2....)
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 17: Line 17:
/dev/dsk/c0t2d0s7      66G  2.5G    63G    4%    /export/home
/dev/dsk/c0t2d0s7      66G  2.5G    63G    4%    /export/home
/dev/lofi/1            3.7G  3.7G    0K  100%    /mnt
/dev/lofi/1            3.7G  3.7G    0K  100%    /mnt
</pre>
[http://www.google.com.au/search?hl=en&q=installing+sun+studio+on+solaris+from+the+command+line&btnG=Google+Search&meta= Searching]. Following the [http://docs.sun.com/source/820-3999/ instructions from Sun].
This sucks:
<pre>
# ./batch_installer --accept-sla
Installation failed: insufficient disk space.
</pre>
</pre>

Latest revision as of 00:13, 4 April 2008

Having installed Solaris and letting the auto-partitioner do its thing:

# df -h
Filesystem             size   used  avail capacity  Mounted on
/dev/dsk/c0t2d0s0      7.1G   4.9G   2.1G    70%    /
/devices                 0K     0K     0K     0%    /devices
/dev                     0K     0K     0K     0%    /dev
ctfs                     0K     0K     0K     0%    /system/contract
proc                     0K     0K     0K     0%    /proc
mnttab                   0K     0K     0K     0%    /etc/mnttab
swap                   1.2G   1.5M   1.2G     1%    /etc/svc/volatile
objfs                    0K     0K     0K     0%    /system/object
sharefs                  0K     0K     0K     0%    /etc/dfs/sharetab
fd                       0K     0K     0K     0%    /dev/fd
swap                   1.2G     0K   1.2G     0%    /tmp
swap                   1.2G    64K   1.2G     1%    /var/run
/dev/dsk/c0t2d0s7       66G   2.5G    63G     4%    /export/home
/dev/lofi/1            3.7G   3.7G     0K   100%    /mnt

Searching. Following the instructions from Sun.

This sucks:

# ./batch_installer --accept-sla
Installation failed: insufficient disk space.