Sun Microsystems, Inc.
spacerspacer
spacer www.sun.com docs.sun.com |
spacer
black dot
 
 
  Previous   Contents   Next 
   
 
Chapter 14

Managing System Resources (Overview)

This chapter provides a brief description of new Solaris 9 features and a map of features to help you manage system resources.

Using these features, you can display general system information, monitor disk space, set disk quotas, use accounting programs, and schedule the crontab and at commands to automatically run routine commands.

This section does not cover Solaris resource management that enables you to allocate, monitor, and control system resources in a flexible way.

For information on the procedures associated with managing system resources without Solaris resource management, see "High-Level View of Managing System Resources (Task Map)".

For information on managing system resources with Solaris resource management, see "Introduction to Solaris 9 Resource Manager" in System Administration Guide: Resource Management and Network Services.

What's New in Managing System Resources?

New df, du, and ls Options

The df, du, and ls commands have a new -h option to display disk usage and file or file system sizes in powers of 1024. This option makes it easier to interpret the output of the df, du, and ls -l commands by providing disk space in kilobytes, Mbytes, Gbytes, or terabytes if the file or directory size is larger than 1024 bytes.

For more information, see df(1B), du(1), and ls(1).

For more information in this guide, see "How to Display Information About Files and Disk Space".

Changing System Parameters

In previous versions of this book, there was a section on changing system parameters such as increasing the number of processes per user and shared memory segments. This section has been removed. For information on changing system tunable parameters, see Solaris Tunable Parameters Reference Manual.

In addition, information on setting up a network time server has been moved to "Time Related Services" in System Administration Guide: Resource Management and Network Services.

Solaris Resource Management

Solaris resource management enables you to control how applications use available system resources.

You can also set up the extended accounting facility to monitor and record resource consumption on a task or process basis.

Extended accounting introduces a new, variable length general-purpose accounting file format that represents general groups of accounting data. It provides the ability to configure resource utilization recorded by the kernel in the various accounting files.

Solaris resource management features include:

  • Tasks - New process collectives for tracking resource usage.

  • Projects - New administrative databases for charging resource usage. Resource usage can be charged to a project based on tasks performed.

  • acctadm - A new tool for configuring various attributes of the extended accounting feature. For example, the resources tracked by the system accounting can be configured on a system-wide basis.

The new default accounting configuration requires no administration. However, do not remove the /etc/project file, even if you do not use the extended accounting features. Users cannot log in to the system unless this file exists.

Use the following table to find more information about the extended accounting features in this release.

Solaris Resource Management Feature

For More Information

Turning on and off extended accounting

"Extended Accounting" in System Administration Guide: Resource Management and Network Services andacctadm(1M)

Description of the projects database

"Projects and Tasks" in System Administration Guide: Resource Management and Network Services andproject(4)

Directly collecting extended accounting data

libexacct(3LIB), getacct(2),putacct(2), and wracct(2)

High-Level View of Managing System Resources (Task Map)

Task

Description

Instructions

Displaying and changing system information

Use various commands to display and changing system information such as general system information, the date and time, and changing the system's host name.

Chapter 15, Displaying and Changing System Information (Tasks)

Managing disk use

Identify how disk space is used and take steps to remove old and unused files.

Chapter 16, Managing Disk Use (Tasks)

Managing quotas

Use UFS file system quotas to manage how much disk space is used by users.

Chapter 17, Managing Quotas (Tasks)

Scheduling system events

Use cron and at jobs to help schedule system routines that can include clean up of old and unused files.

Chapter 18, Scheduling System Tasks (Tasks)

Managing system accounting

Use system accounting to identify how users and applications are using system resources.

Chapter 19, Managing System Accounting (Tasks)

 
 
 
  Previous   Contents   Next