Contenues dans
Trouver plus de documentation
Ressources d'assistance comprises
| Télécharger cet ouvrage au format PDF
Glossary
G
-
architecture type
- The instruction set that a system uses to run the Solaris software.
-
begin script
- A user-defined Bourne shell script, specified within the rules file, that performs tasks before the Solaris software is installed on the system. Begin scripts can be used only with custom JumpStart installations.
-
boot server
- A server that provides boot services to systems on the same subnet. A boot server is required if the install server is on a different subnet than the systems that need to install the Solaris software from it.
-
client
- A system connected to a network.
-
cluster
- A logical grouping of software packages. The Solaris software is divided into four main software groups, which are each composed of clusters and packages.
-
core
- A software group that contains the minimum software required to boot and run the Solaris operating environment on a system. It includes some networking software and the drivers required to run the OpenWindows environment; it does not include the OpenWindows software.
-
custom JumpStart installation
- A type of installation in which the Solaris software is automatically installed on a system based on a user-defined profile. You can create customized profiles for different types of users.
-
dataless client
- A networked system that has its own disk on which it maintains its own root (/) file system and swap space. However, a dataless client relies on a server for its /usr and /usr/kvm file systems.
-
derived profile
- A profile that is dynamically created by a begin script during a custom JumpStart installation.
-
developer system support
- A software group that contains the End User System Support software group plus the libraries, include files, man pages, and programming tools for developing software.
-
disk configuration file
- A file that represents a structure of a disk (for example, bytes/sector, flags, slices). Disk configuration files enable you to use pfinstall from a single system to test profiles on different sized disks.
-
diskless client
- A networked system that does not have its own disk, so it relies completely on a server for software and file storage. Diskless clients do not have to use the Solaris installation program, because they use the software that is already installed on a file server.
-
domain
- A part of the Internet naming hierarchy. It represents a group of systems on a local network that share administrative files.
-
domain name
- The identification of a group of systems on a local network. A domain name consists of a sequence of component names separated by periods (for example: tundra.mpk.ca.us). As you read a domain name from left to right, the component names identify more general (and usually remote) areas of administrative authority.
-
end user system support
- A software group that contains the core software group plus the recommended software for an end user, including OpenWindows and DeskSet software.
-
entire distribution
- A software group that contains the entire Solaris release.
-
entire distribution plus OEM support
- A software group that contains the entire Solaris release, plus additional hardware support for OEMs (SPARC only). This software group is recommended when installing Solaris software on servers.
-
EISA
- Extended Industry Standard Architecture. A type of bus on x86 systems. EISA bus standards are "smarter" that ISA bus systems, and attached devices can be automatically detected when they have been configured via the "EISA configurator" program supplied with the system. See ISA.
-
/etc
- A directory that contains critical system configuration files and maintenance commands.
-
/export
- A file system on a server that is shared with other systems on a network. For example, the /export file system can contain the root file system and swap for diskless clients and the home directories for users on the network. Diskless clients rely on the /export file system on a file server to boot and run.
-
fdisk partition
- A logical partition of a disk drive dedicated to a particular operating system on x86 systems. During the Solaris installation program, you must set up at least one Solaris fdisk partition on an x86 system. x86 systems are designed to support up to four different operating systems on each drive; each operating system must reside on a unique fdisk partition.
-
file server
- A server that provides the software and file storage for systems on a network.
-
file system
- A collection of files and directories that, when set into a logical hierarchy, make up an organized, structured set of information. File systems can be mounted from your local system or a remote system.
-
finish script
- A user-defined Bourne shell script, specified within the rules file, that performs tasks after the Solaris software is installed on the system, but before the system reboots. Finish scripts can be used only with custom JumpStart installations.
-
host name
- The name by which a system is known to other systems on a network. This name must be unique among all the systems within a given domain (usually, this means within any single organization). A host name can be any combination of letters, numbers, and minus sign (-), but it cannot begin or end with a minus sign.
-
initial installation option
- An option presented during the Solaris installation program that overwrites the disk(s) with the new version of Solaris. The initial installation option is presented for upgradable systems; however, the disk(s) that contain the old version of Solaris software (including the local modifications) will be overwritten if you choose the initial installation option.
-
install server
- A server that provides the Solaris installation image for other systems on a network to boot and install from (also known as a media server). The Solaris installation image can reside on the install server's CD-ROM drive or hard disk.
-
interactive installation
- A type of installation where you have full hands-on interaction with the Solaris installation program to install the Solaris software on a system.
-
IP address
- Internet protocol address. A unique number that identifies a networked system so it can communicate via Internet protocols. It consists of four numbers separated by periods. Most often, each part of the IP address is a number between 0 and 225; however, the first number must be less than 224 and the last number cannot be 0.
- IP addresses are logically divided into two parts: the network (similar to a telephone area code), and the system on the network (similar to a phone number).
-
ISA
- Industry Standard Architecture. A type of bus found in x86 systems. ISA bus systems are "dumb" and provide no mechanism the system can use to detect and configure devices automatically. See EISA.
-
JumpStart directory
- When using a diskette for custom JumpStart installations, the JumpStart directory is the root directory on the diskette that contains all the essential custom JumpStart files. When using a server for custom JumpStart installations, the JumpStart directory is a directory on the server that contains all the essential custom JumpStart files.
-
kernel architecture
- The type of kernel that must be run on a particular system because of its set of hardware components.
-
locale
- A specific language associated with a region or territory.
-
MCA
- Micro Channel Architecture. A type of bus on x86 systems. The MCA bus provides fast data transfer within the computer, and attached devices can be automatically detected when they have been configured using the reference disk provided by the manufacturer. The MCA bus is not compatible with devices for other buses.
-
media server
- See install server.
-
mount
- The process of making a remote or local file system accessible by executing the mount command. To mount a file system, you need a mount point on the local system and the name of the file system to be mounted (for example, /usr).
-
mount point
- A directory on a system where you can mount a file system that exists on the local or a remote system.
-
name server
- A server that provides a name service to systems on a network.
-
name service
- A distributed network database that contains key system information about all the systems on a network, so the systems can communicate with each other. With a name service, the system information can be maintained, managed, and accessed on a network-wide basis. Sun supports the following name services: NIS (formerly YP) and NIS+. Without a name service, each system has to maintain its own copy of the system information (in the local /etc files).
-
network installation
- A way to install software over the network--from a system with a CD-ROM drive to a system without a CD-ROM drive. Network installations require a name server and an install server.
-
networked systems
- A group of systems (called hosts) connected through hardware and software, so they can communicate and share information; referred to as a local area network (LAN). One or more servers are usually needed when systems are networked.
-
NIS
- Network Information Service. A type of name service that is standard on SunOS 3.x, 4.x, and Solaris 1.x systems.
-
NIS+
- Network Information Service, Plus. The replacement for NIS that provides automatic information updating and adds security features such as authorization and authentication. NIS+ is the standard on Solaris 2.x systems.
-
non-networked systems
- Systems that are not connected to a network or do not rely on other systems.
-
/opt
- A file system that contains the mount points for third-party and unbundled software.
-
package
- A functional grouping of files and directories that form a software application. The Solaris software is divided into four main software groups, which are each composed of clusters and packages.
-
profile
- A text file used as a template by the custom JumpStart installation software. It defines how to install the Solaris software on a system (for example, initial installation or upgrade option, system type, disk partitioning, software group), and it is named in the rules file. See rules file.
-
/ (root)
- The file system at the top of the hierarchical file tree on a system. The root directory contains the directories and files critical for system operation, such as the kernel, device drivers, and the programs used to start (boot) a system.
-
rule
- A series of values that assigns one or more system attributes to a profile.
-
rules file
- A text file used to create the rules.ok file. The rules file is a look-up table consisting of one or more rules that define matches between system attributes and profiles. See profile.
-
rules.ok file
- A generated version of the rules file, and it is required by the custom JumpStart installation software to match a system to a profile. You must use the check script to create the rules.ok file.
-
server
- A system that provides services to systems on a network. To serve diskless clients, a server must have disk space set aside for each diskless client's root file system and swap space (/export/root, /export/swap). To serve dataless clients, a server must provide the /usr and /usr/kvm file systems.
-
slice
- An area on a disk composed of a single range of contiguous blocks. A slice is a physical subset of a disk (except for slice 2, which by convention represents the entire disk). A disk can be divided into eight slices. Before you can create a file system on a disk, you must format it into slices.
-
Solaris installation program
- (1) A menu-driven, interactive program that enables you to set up a system and install the Solaris software on it. (2) Any part of the software that is used to install the Solaris software on a system.
-
software group
- A logical grouping of the Solaris software (clusters and packages). During a Solaris installation, you can install one of the following software groups: core, end user system software, developer system support, entire distribution, or entire distribution plus OEM support (SPARC only).
-
standalone system
- A system that has its own root (/) file system, swap space, and /usr file system, which reside on its local disk(s); it does not require boot or software services from a server. A standalone system can be connected to a network.
-
subnet
- A working scheme that divides a single logical network into smaller physical networks to simplify routing.
-
subnet mask
- A bit mask, which is 32 bits long, used to determine important network or system information from an IP address.
-
swap space
- Disk space used for virtual memory storage when the system does not have enough system memory to handle current processes. Also known as the /swap or swap file system.
-
system types
- The different ways a system can be set up to run the Solaris software. The valid system types are standalone system, dataless client, and diskless client.
-
time zone
- Any of the 24 longitudinal divisions of the earth's surface for which a standard time is kept.
-
upgrade option
- An option presented during the Solaris installation program (SPARC only) if at least one disk on your system has a Solaris 2.x root file system on slice 0. An upgrade merges the new version of Solaris with existing files on your disk(s), and it saves as many local modifications as possible since the last time Solaris was installed.
-
/usr
- A file system on a standalone system or server that contains many of the standard UNIX programs. A dataless client must share (mount) /usr from a file server; it does not have its own /usr file system. Sharing the large /usr file system with a server rather than maintaining a local copy minimizes the overall disk space required to install and run the Solaris software on a system.
-
/var
- A file system or directory (on standalone systems) containing system files that are likely to change or grow over the life of the system. These include system logs, vi files, mail files, and uucp files.
-
Volume Management
- A program that provides a mechanism to administer and obtain access to the data on CD-ROMs and diskettes.
|
|