Contained Within
Find More Documentation
Featured Support Resources
| Scarica il manuale in formato PDF (821 KB)
Preface
This guide covers the SolarisTM 9 Containers 1.0.1
and Solaris 9 Containers 1.0 products. To use either version, you must install
the correct Solaris 10 release, as described in this document, and set up
any networking software that you plan to use.
Related Companion Book
For additional information not in this guide, also refer to the System Administration Guide: Solaris Containers-Resource Management and Solaris Zones. That
book provides a complete overview of Solaris Zones and branded zones. See General Zones Concepts for specific topics you might
need to review.
Who Should Use This Book
This book is intended for anyone responsible for administering one or
more systems that run the Solaris 10 release. To use this book, you should
have at least 1 to 2 years of UNIX® system
administration experience.
How the System Administration
Volumes Are Organized
Here is a list of the topics that are covered by the volumes of the
System Administration Guides.
|
Book Title
|
Topics
|
|
System Administration Guide: Basic Administration
|
User accounts and groups, server and client support, shutting down and
booting a system, managing services, and managing software (packages and patches)
|
|
System Administration Guide: Advanced Administration
|
Printing services, terminals and modems, system resources (disk quotas,
accounting, and crontabs), system processes, and troubleshooting Solaris software
problems
|
|
System Administration Guide: Devices and File Systems
|
Removable media, disks and devices, file systems, and backing up and
restoring data
|
|
System Administration Guide: IP Services
|
TCP/IP network administration, IPv4 and IPv6 address administration,
DHCP, IPsec, IKE, IP filter, Mobile IP, IP network multipathing (IPMP), and
IPQoS
|
|
System Administration Guide: Naming and Directory Services (DNS, NIS, and LDAP)
|
DNS, NIS, and LDAP naming and directory services, including transitioning
from NIS to LDAP and transitioning from NIS+ to LDAP
|
|
System Administration Guide: Naming and Directory Services (NIS+)
|
NIS+ naming and directory services
|
|
System Administration Guide: Network Services
|
Web cache servers, time-related services, network file systems (NFS
and Autofs), mail, SLP, and PPP
|
|
System Administration Guide: Security Services
|
Auditing, device management, file security, BART, Kerberos services,
PAM, Solaris cryptographic framework, privileges, RBAC, SASL, and Solaris
Secure Shell
|
|
System Administration Guide: Solaris Containers-Resource Management and Solaris Zones
|
Resource management topics projects and tasks, extended accounting,
resource controls, fair share scheduler (FSS), physical memory control using
the resource capping daemon (rcapd), and resource pools;
virtualization using Solaris Zones software partitioning technology
|
|
Solaris ZFS Administration Guide
|
ZFS storage pool and file system creation and management, snapshots,
clones, backups, using access control lists (ACLs) to protect ZFS files, using Solaris ZFS on a Solaris system with zones installed, emulated
volumes, and troubleshooting and data recovery
|
Related Third-Party Web
Site References
Third-party URLs are referenced in this document and provide additional,
related information.
Note –
Sun is not responsible for the availability of third-party web
sites mentioned in this document. Sun does not endorse and is not responsible
or liable for any content, advertising, products, or other materials that
are available on or through such sites or resources. Sun will not be responsible
or liable for any actual or alleged damage or loss caused or alleged to be
caused by or in connection with use of or reliance on any such content, goods,
or services that are available on or through such sites or resources.
Documentation, Support,
and Training
The Sun web site provides information
about the following additional
resources:
Typographic
Conventions
The following table describes the typographic
conventions that are used in this book.
Table P–1 Typographic
Conventions
|
Typeface
|
Meaning
|
Example
|
|
AaBbCc123
|
The names of commands, files, and directories,
and onscreen computer output
|
Edit your .login file.
Use ls -a to
list all files.
machine_name% you have
mail.
|
|
AaBbCc123
|
What you type, contrasted with onscreen
computer output
|
machine_name% su
Password:
|
|
aabbcc123
|
Placeholder: replace with a real name
or value
|
The command to remove a file is rm filename.
|
|
AaBbCc123
|
Book titles, new terms, and terms to
be emphasized
|
Read Chapter 6 in the User's
Guide.
A cache is a copy
that is stored locally.
Do not save the
file.
Note: Some
emphasized items appear bold online.
|
Shell Prompts
in Command Examples
The following table shows the default UNIX system
prompt and superuser prompt for the C shell,
Bourne shell, and Korn shell.
Table P–2 Shell
Prompts
|
Shell
|
Prompt
|
|
C shell
|
machine_name%
|
|
C shell for superuser
|
machine_name#
|
|
Bourne shell and Korn shell
|
$
|
|
Bourne shell and Korn shell for superuser
|
#
|
|