SCSA10-1 Objective 3.6 - Solaris Service Management Facility, boot process phases

December 9th, 2005

Explain the Service Management Facility and the phases of the boot process.

The Service Management Facility (SMF) in Solaris 10 is a huge improvement over the old means of starting and stopping services or applications. Read the rest of this entry »

SCSA10-1 Objective 3.5 - Solaris boot and shutdown, unresponsive systems

December 9th, 2005

Perform system boot and shutdown procedures, including identifying the system’s boot device, creating and removing custom device aliases, viewing and changing NVRAM parameters, and interrupting an unresponsive system.

Bringing up the topics of shutting down or rebooting a Solaris box can stir controversy. To shut down a Solairs system, you can use either shutdown or init, either will perform a clean shutdown. The shutdown command eventually calls init to do the actual shutting down, but shutdown warns users before the shutdown occurs. Read the rest of this entry »

SCSA10-1 Objective 3.4 - x64/x86 keyboard, display, mouse configuration

December 3rd, 2005

Use the Xorg configuration files or kdmconfig utility to configure the keyboard, display, and mouse devices for an x64 and x86 based system.

The /etc/X11/xorg.conf file (see its man page for the nitty gritty details) contains the configuration for keyboard, mouse, and display, in addition to several other devices. Read the rest of this entry »

SCSA10-1 Objective 3.3 - Execute basic boot PROM commands for a SPARC system

December 1st, 2005

Execute basic boot PROM commands for a SPARC system.

A previous objective described the boot PROM and its use. The boot PROM has a ton of commands Read the rest of this entry »

SCSA10-1 Objective 3.2 - Solaris x64/x86 BIOS settings for booting, abort sequence, and POST

November 29th, 2005

Solaris running on an x86 or x64 platform generally only differs from the SPARC platform only in its interaction with the hardware, as with the boot process and low-level system configuration.

Given a scenario, explain the BIOS settings for booting, abort sequence, and displaying POST, including BIOS configuration for x64 and x86-based system.

Read the rest of this entry »

SCSA10-1 Objective 3.1 - SPARC Boot PROM, NVRAM and POST

November 28th, 2005

Sun’s SPARC platforms employs the OpenBoot architecture for accessing low-level boot PROM system configuration inforamation, similar to the BIOS of an Intel x86 system. Other low-level concepts covered in this objective include NVRAM (nonvolitile RAM), POST (power on self test), and the boot abort sequence.

Given a scenario, explain boot PROM fundamentals, including OpenBoot Architecture Standard, boot PROM, NVRAM, POST, Abort Sequence, and displaying POST to serial port for SPARC.

Knowing how to handle low-level system configuration is a must for a system administrator. Read the rest of this entry »

SCSA10-1 Objective 2.8 - Solaris 10 package and patch management

November 28th, 2005

Most formal applications for Solaris are delivered in one or more packages. In fact, all of the software that makes up the Solaris operating environment is installed in packages. Once installed, software packages can be updated with fixes or upgrades with patches.

Perform Solaris 10 OS package administration using command-line interface commands and manage software patches for the Solaris OS, including preparing for patch administration, and installing and removing patches using the patchadd and patchrm commands.

The use of packages and patches simplifies application management Read the rest of this entry »

SCSA10-1 Objective 2.7 - mounting filesystems/cdroms, volume management

November 27th, 2005

Solaris automatically mounts some filesystems during the boot process, and the volume management system mounts CD-ROMs for you, normally. There are times when you need to manually perform these tasks:

Perform mounts and unmounts on a Solaris 10 OS file system, and use volume management to access mounted diskettes and CD-ROMs, restrict access, troubleshoot volume management problems, and explain access methods without volume management.

Mounting a UFS filesystem is straightforward. Unmounting a filesystem can be trickier Read the rest of this entry »

SCSA10-1 Objective 2.6 - Check and resolve Solaris filesystem inconsistencies, fsck

November 26th, 2005

Now that we have created filesystems, they need to be maintained and healthy. This objective covers checking, fixing, and monitoring Solaris filesystems:

Given a scenario, check and resolve Solaris 10 OS file system inconsistencies using fsck, and monitor file system usage using the command line (df, du, and quot commands).

The fsck command will, if you administer Solaris systems long enough, make you a hero. Read the rest of this entry »

SCSA10-1 Objective 2.5 - Solaris filesystem types and creation

November 26th, 2005

A disk partition/slice is of no use to an operating system (most of the time) without a filesystem (like NTFS on Windows machines). This objective covers several types of filesystems available on Solaris and how to create a UFS filesystem:

Explain the Solaris 10 OS file system, including disk-based, distributed, devfs, and memory file systems related to SMF, and create a new UFS file system using options for <1Tbyte and >1Tbyte file systems.

Read the rest of this entry »