Innerhalb
Nach weiteren Dokumenten suchen
Support-Ressourcen
| Dieses Buch im PDF-Format herunterladen (4060 KB)
Preface
System Administration Guide: Network Services is part
of a multivolume set that covers a significant part of the SolarisTM system
administration information. This book assumes that you have already installed the SunOSTM 5.10 operating system, and you have set up any networking software
that you plan to use. The SunOS 5.10 operating system is part of the Solaris 10 product
family, which also includes many features.
Note –
This Solaris release
supports systems that use the SPARC® and
x86 families of processor architectures: UltraSPARC®, SPARC64, AMD64, Pentium, and Xeon EM64T. The supported systems appear
in the Solaris 10 Hardware Compatibility List at http://www.sun.com/bigadmin/hcl. This document cites any implementation differences
between the platform types.
In this document these x86 related terms mean the following:
-
“x86” refers to the larger family of 64-bit and
32-bit x86 compatible products.
-
“x64” points out specific 64-bit information about
AMD64 or EM64T systems.
-
“32-bit x86” points out specific 32-bit information about
x86 based systems.
For supported systems, see the Solaris 10 Hardware Compatibility List.
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 one to two years
of UNIX® system administration experience.
Attending UNIX system administration training courses might be helpful.
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, Solaris 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: Virtualization Using the Solaris Operating System
|
Resource management topics projects and tasks, extended
accounting, resource controls, fair share scheduler (FSS),
physical memory control using the resource capping daemon
(rcapd), and dynamic resource pools; virtualization
using Solaris Zones software partitioning technology
|
Related Books
This is a list of related documentation that is referred to in this book.
-
System Administration Guide: Advanced Administration
-
System Administration Guide: Basic Administration
-
System Administration Guide: IP Services
-
System Administration Guide: Naming and Directory Services (DNS, NIS, and LDAP)
-
System Administration Guide: Naming and Directory Services (NIS+)
-
System Administration Guide: Virtualization Using the Solaris Operating System
-
System Administration Guide: Security Services
-
Anderson, Bart, Bryan Costales, and Harry Henderson. UNIX
Communications. Howard W. Sams & Company, 1987.
-
Costales, Bryan. sendmail, Third Edition. O'Reilly
& Associates, Inc., 2002.
-
Frey, Donnalyn and Rick Adams. !%@:: A Directory of Electronic
Mail Addressing and Networks. O'Reilly & Associates, Inc., 1993.
-
Krol, Ed. The Whole Internet User's Guide and Catalog.
O' Reilly & Associates, Inc., 1993.
-
O' Reilly, Tim and Grace Todino. Managing UUCP and Usenet. O' Reilly & Associates, Inc., 1992.
Related Information
For information on PPPoE licensing terms, refer to the incorporated material
at the following locations:
/var/sadm/pkg/SUNWpppd/install/copyright
/var/sadm/pkg/SUNWpppdu/install/copyright
/var/sadm/pkg/SUNWpppg/install/copyright
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
|
#
|
|