Items related to Solaris System Administrator's Guide (3rd Edition)

Solaris System Administrator's Guide (3rd Edition) - Softcover

 
9780130277022: Solaris System Administrator's Guide (3rd Edition)

Synopsis

(Solaris. Sun Microsystems) A guide for system administrators to Solaris 8. Covers the latest features and management tools, shows how to administer users, devices, systems, networks, printing, and other tasks. Offers a way to streamline administration to become more productive and efficient. Softcover.

"synopsis" may belong to another edition of this title.

From the Inside Flap

Preface

This book is for beginning system administrators, system administrators new to the Solaris Operating Environment, or any user who wants a task-oriented quick-reference guide to basic administrative commands. A Quick Tour of the Contents

Chapter 1, "Introducing Solaris System Administration," describes basic administration tasks and superuser status. It tells how to communicate with users, start up and shut down systems, and monitor processes. It also introduces some frequently used commands and the new Administration Tools in the Solaris 8 Operating Environment.

Chapter 2, "Using Basic OS Commands," describes basic commands for finding user and environment information, creating and editing files, combining commands and redirecting output, displaying manual pages, and determining disk data.

Chapter 3, "Understanding Shells,"describes some commands common to all shells and provides basic information about the Bourne, C, Korn, Bourne-Again, TC, and Z shells.

Chapter 4, "Administering User Accounts and Groups," describes how to add and remove user accounts and how to set up new group accounts.

Chapter 5, "Administering Roles," introduces the Role-Based Access Control (RBAC) security feature, new in the Solaris 8 Operating Environment, that enables you to assign a subset of superuser privileges to one or more users.

Chapter 6, "Administering File Systems," describes the types of file systems provided in the Solaris 8 Operating Environment, the default file system, the virtual file system table, and the file system administrative commands. It shows you how to make file systems available and how to back up and restore file systems.

Chapter 7, "Administering Devices," describes how to use tapes and diskettes to store and retrieve files and how to administer disks. It also introduces the Service Access Facility and provides instructions for setting up port monitors for printers and modems.

Chapter 8, "Administering Systems," describes commands to display system-specific information, configure additional swap space without reformatting a disk, and create a local mail alias.

Chapter 9, "Administering Network Services," describes commands to check on remote system status, log in to remote systems, and transfer files between systems. It describes how to use the Solaris AdminSuite 3.0 tools to make changes to NIS+ databases once NIS+ is up and running. This chapter also introduces the IPv6 internet protocol and describes how to display network statistics and configuration information.

Chapter 10, "Administering Printing," introduces the LP print service, describes how to set up printing services, and explains how to use the printing commands.

Chapter 11, "Recognizing File Access Problems," provides information on how to recognize problems with search paths and with permissions and ownership.

The Glossary contains basic system administration terms and definitions.Important: Read This Before You Begin

Because we assume that the root path includes the /sbin, /usr/sbin, /usr/bin, and /etc directories, the steps show the commands in these directories without absolute path names. Steps that use commands in other, less common directories show the absolute path in the example.

The examples in this book are for a basic Solaris software installation without the Binary Compatibility Package installed and without /usr/ucb in the path.CAUTION. If /usr/ucb is included in a search path, it should always be at the end. Commands like ps or df are duplicated in /usr/ucb with different formats and options from those of Solaris ommands.

This book does not contain all the information you need to administer systems. Refer to the complete system administration documentation for comprehensive information.

Because the Solaris Operating Environment provides the Bourne (default), Korn, and C shells, examples in this book show prompts for each of the shells. The default C shell prompt is system-name%. The default Bourne and Korn shell prompt is $. The default root prompt for all shells is a pound sign (#). In examples that affect more than one system, the C shell prompt (which shows the system name) is used to make it clear when you change from one system to another.SPARC and IA Information

This book provides system administration information for both SPARC and IA systems. Unless otherwise noted, information throughout this book applies to both types of systems. Table A summarizes the differences between the SPARC and IA system administration tasks.

Table A.

SPARC and IA System Administration Differences

Category SPARC Platform IA Platform

System operation before kernel is loaded A programmable read-only memory (PROM) chip with a monitor program runs diagnostics and displays device information. The PROM is also used to program default boot parameters and to test the devices connected to the system. The basic input/output system (BIOS) runs diagnostics and displays device information. A Solaris Device Configuration Assistant boot diskette with the Multiple Device Boot (MDB) program is used to boot from nondefault boot partitions, the network, or the CD-ROM.

Booting the system Commands and options at the PROM level are used to boot the system. Commands and options at the MBD, primary, and secondary boot subsystems level are used to boot the system.

Boot programs bootblk, the primary boot program, loads ufsboot. ufsboot, the secondary boot program, loads the kernel. mboot, the master boot record, loads pboot. pboot, the Solaris partition boot program, loads bootblk. bootblk, the primary boot program, loads ufsboot. ufsboot, the secondary boot program, loads the kernel.

System shutdown The shutdown and init commands can be used without additional operator intervention. The shutdown and init commands are used but require operator intervention to type any key to continue the prompt.

Disk controllers SCSI SCSI and IDE

Disk slices and partitions A disk may have a maximum of eight slices, numbered 0-7. A disk may have a maximum of four fdisk partitions. The Solaris fdisk partition may contain up to 10 slices, numbered 0-9, but only 0-7 can store user data.

Diskette drives Desktop systems usually contain one 3.5-inch diskette drive. Systems may contain two diskette drives: a 3.5-inch and a 5.25-inch drive.

Solaris System Software Evolution

To help you understand how Solaris is evolving, Table B provides a list of the major system administration feature differences for each release.

Table B.

Solaris System Software Evolution

Release New Features

Solaris 1.0 Berkeley (BSD) UNIX contains Solaris 4.x functionality.

Solaris 2.0 (SunOS 5.0) A merger of AT&T System V Release 4 (SVR4) and BSD UNIX. To facilitate customer transition, Solaris uses SVR4 as the default environment, with BSD commands and modes as an option. Administration Tool provides a graphical user interface Database Manager and Host Manager.

Solaris 2.1 (SunOS 5.1) Administration Tool adds a graphical user interface Printer Manager and User Account Manager.

Solaris 2.2 (SunOS 5.2) Volume management integrates access to CD-ROM and diskette files with the File Manager and provides a command-line interface. Users no longer need superuser privileges to mount CD-ROMs and diskettes. Solaris 2.0 and 2.1 procedures do not work with volume management because volume management controls and owns the devices.

Solaris 2.3 (SunOS 5.3) Volume management changes Solaris 2.2 mount point naming conventions.

Administration Tool adds a graphical user interface Serial Port Manager with templates that provide default settings, which makes adding character terminals and modems much easier.

The automounter is split into two programs: an automounted daemon and a separate automount program. Both are run when the system is booted. The /tmp_mnt mount point is not displayed as part of the path name, and the local path is displayed as /home/username. Additional predefined automount map variables are provided. (Refer to the Solaris Advanced System Administrator's Guide.)

Online: Backup 2.1 is included with the release. (Not documented in this book.)

Pluggable Authentication Model (PAM) is included with the release. PAM provides a consistent framework to enable access control applications, such as login, to be able to choose any authentication scheme available on a system, without concern for implementation details. (Not documented in this book.)

C2 Security is included in this release. (Not documented in this book.)

The format(1) command changes for SCSI disks. (Not documented in this book.)

PPP network protocol product that provides IP network connectivity over a variety of point-to-point connections is included in this release. (Not documented in this book.)

Cache File System (CacheFS) for NFS is included in this release. CacheFS is a generic, nonvolatile caching mechanism to improve performance of certain file systems by using a small, fast, local disk.

New NIS+ setup scripts are included in this release. The nisserver(1M), nispopulate(1M), and nisclient(1M) scripts enable you to set up an NIS+ domain much more quickly and easily than if you used the individual NIS+ commands to do so. With these scripts, you can avoid a lengthy manual setup process.

Solaris 2.4 (SunOS 5.4) New Motif GUI for Solaris software installation is added. (Not documented in this book.)

Solaris 2.5 (SunOS 5.5) New pax(1M) portable archive interchange command for copying files and file systems to portable media is added.

Admintool is used to administer only local systems. Solstice AdminSuite product is available for managing systems in a network for SPARC and IA systems.

New process tools are available in /usr/proc/bin that display highly detailed information about the active processes stored in the process file system in the /proc directory.

Telnet client is upgraded to the 4.4 BSD version. rlogin and telnetd remote login capacity are improved. (Not documented in this book.)

Solaris 2.5.1 (SunOS 5.5.1) The limit on user ID and group ID values is raised to 2147483647, or the maximum value of a signed integer. The nobody user and group (60001) and the no access user and group (60002) retain the same UID and GID as in previous Solaris releases.

Solaris 2.6 (SunOS 5.6) Changes to the Solaris 2.6 printing software provide a better solution than the LP print software in previous Solaris releases. You can easily set up and manage print clients by using the NIS or NIS+ nameservices to enable centralization of print administration for a network of systems and printers. New features include redesign of print packages, print protocol adapter, bundled SunSoft Print Client software, and network printer support.

New nisbackup and nisrestore commands provide a quick and efficient method of backing up and restoring NIS+ namespaces.

New patch tools, including patchadd and patchrm commands, add and remove patches. These commands replace the installpatch and backoutpatch commands that were previously shipped with each individual patch. (Refer to the Solaris Advanced System Administrator's Guide.)

New filesync command ensures that data is moved automatically between a portable computer and a server. (Not documented in this book.)

The previous flat /proc file system is restructured into a directory hierarchy that contains additional subdirectories for state information and control functions. This release also provides a watchpoint facility to monitor access to and modifications of data in the process address space. The adb(1) command uses this facility to provide watchpoints.

Large files are supported on UFS, NFS, and CacheFS file systems. Applications can create and access files up to one Tbyte on UFS-mounted file systems and up to the limit of the NFS server for NFS- and CacheFS-mounted file systems. A new -mount option disables the large-file support on UFS file systems. Using the -mount option enables system administrators to ensure that older applications that are not able to safely handle large files do not accidentally operate on large files.

NFS Kerberos authentication now uses DES encryption to improve security over the network. The kernel implementations of NFS and RPC network services now support a new RPC authentication flavor that is based on the Generalized Security Services API (GSS-API). This support contains the hooks for future stronger security of the NFS environment. (Refer to the Solaris Advanced System Administrator's Guide.)

The PAM authentication modules framework enables you to "plug in" new authentication technologies. (Refer to the Solaris Advanced System Administrator's Guide.)

Font Admin enables easy installation and use of fonts for the X Window System. It supports TrueType, Type0, Type1, and CID fonts for multibyte languages and provides comparative font preview capability. It is fully integrated into the CDE desktop. (Not documented in this book.)

TrueType fonts are supported through X and Display PostScript. Font Admin enables easy installation and integration of third-party fonts into the Solaris environment. (Not documented in this book.)

The Solaris 2.6 operating environment is year 2000 ready. It uses unambiguous dates and follows the X/Open guidelines where appropriate. (Not documented in this book.)

WebNFS software enables file systems to be accessed through the Web with the NFS protocol. This protocol is very reliable and provides greater throughput under a heavy load. (Not documented in this book.)

The Java Virtual Machine 1.1 integrates the Java platform for the Solaris Operating Environment. It includes the Java runtime environment and the basic tools needed to develop Java applets and applications. (Not documented in this book.)

For IA systems, the Configuration Assistant interface is part of the new booting system for the Solaris (Intel Platform Edition) software. It determines which hardware devices are in the system, accounts for the resources each device uses, and enables users to choose which device to boot from.

For IA systems, the kdmconfig program configures the mouse, graphics adapter, and monitor. If an owconfig file already exists, kdmconfig extracts any usable information from it. In addition, kdmconfig retrieves information left in the devinfo tree by the defconf program and uses that information to automatically identify devices. (Not documented in this book.)

Release is fully compliant with X/Open UNIX 95, POSIX standards. (Not documented in this book.)

Solaris 7
(SunOS 5.7) Solaris 64-bit operating environment is added (SPARC Platform Edition only). (Not documented in this book.)

UFS logging improves file system support.

Lightweight Directory Access Protocol (LDAP) protocol improves managing name databases. (Not documented in this book.)

Java Development Kit for Solaris significantly improves scalability and performance for Java applications. (Not documented in this book.)

Dynamic reconfiguration significantly decreases system downtime.

AnswerBook2 server runs on a Web server. (Not documented in this book.)

Unicode locales enhanced ...

From the Back Cover

The best-selling tutorial and reference for Solaris system administrators.

  • The essential guide to Solaris 8 system administration!
  • Covers the latest features and management tools
  • Administering users, devices, systems, networks, printing, and more
  • Maximizing efficiency, productivity, and system availability
Solaris System Administrator's Guide, Third Edition is the perfect quick-start tutorial for system administrators new to the Solaris Operating Environment—and the perfect fast-access reference for veteran Solaris administrators. Thoroughly updated to reflect Solaris 8's latest management tools, it covers all aspects of day-to-day administration, showing exactly how to maximize efficiency, reliability, and availability in any Solaris environment. Coverage includes:
  • Basic administration: superuser status, startup/shutdown, monitoring processes, and communicating with users
  • Solaris commands: user and environment information, working with files and disks, redirecting output, reading manual pages, and more
  • Solaris shells: Bourne, C, Korn, Bourne-Again, TC, and Z
  • Administering user accounts, file systems, and roles-including Solaris 8's new Role Based Access Control (RBAC)
  • Administering devices and systems: Service Access Facility, configuring additional swap space, creating local e-mail aliases, and more
  • Administering network services: remote administration, Solaris AdminSuiteTM 3.0 tools, NIS+, IPv6, and more

From troubleshooting file access to tracking network performance, streamlining printing to backing up file systems, this book delivers authoritative, accessible information you'll use today—and every day.

"About this title" may belong to another edition of this title.

  • PublisherPrentice Hall
  • Publication date2000
  • ISBN 10 0130277029
  • ISBN 13 9780130277022
  • BindingPaperback
  • LanguageEnglish
  • Number of pages512

Buy Used

Condition: Very Good
Used book that is in excellent...
View this item

FREE shipping within U.S.A.

Destination, rates & speeds

Search results for Solaris System Administrator's Guide (3rd Edition)

Stock Image

Winsor, Janice
Published by Pearson Education, Limited, 2000
ISBN 10: 0130277029 ISBN 13: 9780130277022
Used Softcover

Seller: Better World Books, Mishawaka, IN, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: Very Good. 3rd Edition. Used book that is in excellent condition. May show signs of wear or have minor defects. Seller Inventory # GRP102321082

Contact seller

Buy Used

US$ 7.39
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Winsor, Janice
Published by Pearson Education, Limited, 2000
ISBN 10: 0130277029 ISBN 13: 9780130277022
Used Softcover

Seller: Better World Books: West, Reno, NV, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: Good. 3rd Edition. Used book that is in clean, average condition without any missing pages. Seller Inventory # 38332519-6

Contact seller

Buy Used

US$ 7.39
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Winsor, Janice
Published by Prentice Hall, 2000
ISBN 10: 0130277029 ISBN 13: 9780130277022
Used Softcover

Seller: Wonder Book, Frederick, MD, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: Good. Good condition. 3rd edition. A copy that has been read but remains intact. May contain markings such as bookplates, stamps, limited notes and highlighting, or a few light stains. Seller Inventory # E10A-02518

Contact seller

Buy Used

US$ 7.86
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Winsor, Janice
Published by Prentice Hall, 2000
ISBN 10: 0130277029 ISBN 13: 9780130277022
Used Softcover

Seller: Wonder Book, Frederick, MD, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: Very Good. Very Good condition. 3rd edition. A copy that may have a few cosmetic defects. May also contain a few markings such as an owner's name, short gifter's inscription or light stamp. Seller Inventory # Z08B-01084

Contact seller

Buy Used

US$ 8.28
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Winsor,
Published by Prentice Hall, 2000
ISBN 10: 0130277029 ISBN 13: 9780130277022
New Softcover

Seller: Romtrade Corp., STERLING HEIGHTS, MI, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: New. This is a Brand-new US Edition. This Item may be shipped from US or any other country as we have multiple locations worldwide. Seller Inventory # ABNR-132997

Contact seller

Buy New

US$ 42.42
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Winsor,
Published by Prentice Hall, 2000
ISBN 10: 0130277029 ISBN 13: 9780130277022
New Softcover

Seller: Basi6 International, Irving, TX, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: Brand New. New. US edition. Expediting shipping for all USA and Europe orders excluding PO Box. Excellent Customer Service. Seller Inventory # ABEJUNE24-59439

Contact seller

Buy New

US$ 42.42
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Seller Image

Winsor, Janice:
Published by Prentice Hall International, 2001
ISBN 10: 0130277029 ISBN 13: 9780130277022
Used Softcover

Seller: Book Broker, Berlin, Germany

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: Sehr gut. Subsequent. 461 Seiten Medienartikel von Book Broker Berlin sind stets in gebrauchsfähigem ordentlichen Zustand. Dieser Artikel weist folgende Merkmale auf: Helle/saubere Seiten in fester Bindung. Mit Namenseintrag. Sprache: Englisch Gewicht in Gramm: 1001 Taschenbuch, Größe: 17.1 x 3.2 x 22.9 cm. Seller Inventory # 660586975

Contact seller

Buy Used

US$ 21.05
Convert currency
Shipping: US$ 30.00
From Germany to U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Janice Winsor
Published by Prentice-Hall, 2000
ISBN 10: 0130277029 ISBN 13: 9780130277022
Used Softcover

Seller: Books Puddle, New York, NY, U.S.A.

Seller rating 4 out of 5 stars 4-star rating, Learn more about seller ratings

Condition: Used. pp. xxxiii + 461 3rd Edition. Seller Inventory # 263114726

Contact seller

Buy Used

US$ 52.56
Convert currency
Shipping: US$ 3.99
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Winsor Janice
Published by Prentice-Hall, 2000
ISBN 10: 0130277029 ISBN 13: 9780130277022
Used Softcover

Seller: Majestic Books, Hounslow, United Kingdom

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: Used. pp. xxxiii + 461 Illus. Seller Inventory # 5781817

Contact seller

Buy Used

US$ 50.42
Convert currency
Shipping: US$ 8.63
From United Kingdom to U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Winsor Janice
Published by Prentice-Hall, 2000
ISBN 10: 0130277029 ISBN 13: 9780130277022
Used Softcover

Seller: Biblios, Frankfurt am main, HESSE, Germany

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: Used. pp. xxxiii + 461. Seller Inventory # 183114732

Contact seller

Buy Used

US$ 57.60
Convert currency
Shipping: US$ 11.27
From Germany to U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket