LOAD(1) — USER COMMANDS
NAME
load, loadc − load Application SunOS or Developer’s Toolkit clusters
SYNOPSIS
load [ filename ...]
loadc [ cluster ... ]
AVAILABILITY
Sun386i systems only.
DESCRIPTION
load loads the optional clusters in the Application SunOS or the Developer’s Toolkit that contain the files specified in the filename arguments. loadc loads the optional clusters in the Application SunOS or the Developers Toolkit specified in the cluster arguments.
load and loadc require the user to specify the distribution media type (3.5" diskette or 1/4" tape) for the system and to insert the specified 3.5" diskette or 1/4" tape. The user will be asked to confirm that the specified media has been inserted. If the user confirmation is negative, no software will be loaded from the specified media.
Without arguments, load and loadc display a summary of the clusters in the Application SunOS and Developer’s Toolkit, including the load state and size of each cluster.
EXAMPLES
To load the cluster that contains the spell(1) command:
% load spell
Enter your distribution media type (1=1/4" tape, 2=3.5" diskette): 2
Insert diskette n to load the spellcheck cluster, confirm (y/n): y
Loading the spellcheck cluster ...
The spellcheck cluster has been loaded.
space used by clusters: 6021K bytes
total space remaining: 20432K bytes
To load the spellcheck cluster:
% loadc spellcheck
Enter your distribution media type (1=1/4" tape, 2=3.5" diskette): 2
Insert diskette n to load the spellcheck, confirm (y/n): y
Loading the spellcheck cluster ...
The spellcheck cluster has been loaded.
space used by clusters: 6021K bytes
total space remaining: 20432K bytes
To display a summary of the clusters in the Application SunOS and Developer’s Toolkit:
% load
Application SunOS Clusters:
availableclustersize (bytes)
--------------------
yesaccounting265K
noadvanced_admin501K
...
Developer’s Toolkit Clusters:
availableclustersize (bytes)
--------------------
nobase_devel6907K
...
space used by clusters: 6021K bytes
total space remaining: 20432K bytes
A cluster is available if it has been “loaded” using load or loadc or if it has been “mounted” across the network.
ENVIRONMENT
LOADMEDIA Used to specify the distribution media type for the system. It can be set to diskette to specify 3.5" diskette or tape to specify 1/4" tape. If it is set, load and loadc will not ask the user to enter the distribution media type.
FILES
/export/loaded/appl
where Application SunOS clusters are loaded (or mounted)
/export/loaded/devel
where Developer’s Toolkit clusters are loaded (or mounted)
/usr/lib/load/∗ data files
SEE ALSO
Sun386i System Setup and Maintenance
DIAGNOSTICS
Wrong diskette/tape
An incorrect diskette or tape was inserted. The user will again be asked to insert the specified media.
The file filename is not in any of the optional software clusters.
The specified file is not part of the Application SunOS or Developer’s Toolkit.
There is no cluster cluster.
The specified cluster is not part of the Application SunOS or Developers Toolkit.
The cluster cluster is already loaded, overwrite? (y/n):
The specified cluster appears to have been loaded already. Type y followed by RETURN to have the cluster loaded or n followed by RETURN to cancel the loading of the cluster.
Cluster cluster requires nK; there is not enough disk space.
There is not enough disk space to hold the specified cluster.
The cluster cluster has not been loaded.
The loading of the specified cluster has been canceled or interrupted by the user.
The Application SunOS (and/or) Developers Toolkit are mounted.
The Application SunOS or Developers Toolkit or both are mounted across the network and can not be loaded or unloaded.
The tape/diskette drive is currently in use.
You are trying to load a cluster from tape (or diskette) and another process currently has control of the tape (or diskette) drive.
Sun Release 4.0 — Last change: 19 February 1988