Go to main content

Installing Oracle® Solaris 11.3 Systems

Exit Print View

Updated: May 2019
 
 

Functional Groupings Overview

When you unconfigure or reconfigure an Oracle Solaris instance, you can change the configuration data for the whole system or for specific subsystems. These subsystems are referred to as functional groupings. The system functional grouping to changes all of the functional groups on the system. Alternately you can specify one or more functional grouping to change only specific configuration components.

The following table lists the configurable functional groupings that exist in an Oracle Solaris instance.

Table 5  Functional Groupings
Grouping
Components
Unconfigured State
date_time
System date and time
N/A
identity
System nodename
Unknown
keyboard
Keyboard
U.S. English
location
Timezone
Locale
UTC
C locale
naming_services
DNS, NIS and LDAP clients, nsswitch
No network naming services
network
Network
No network
support
OCM and ASR support
Default setting is anonymous registration with OCM and ASR
system
Full system
The “system” grouping includes all the other groupings.
users
Root
Initial user account
Empty root password
Remove user account
Example 2  Creating and Using a Profile to Configure Functional Groupings

The following example creates a profile for the network and naming_services functional groups. Then the profile is used to reconfigure the functional groupings.

# sysconfig create-profile -g network,naming_services -o /tmp/myprofile.xml
# sysconfig configure -g network,naming_services -c /tmp/myprofile.xml