Home > Articles > Operating Systems, Server > Solaris

This chapter is from the book

This chapter is from the book

Cluster Management

For the most part, you can manage your cluster using either the command-line interface (CLI) or the Solaris Cluster Manager GUI. Although the capabilities provided by the GUI are a subset of what is available through the CLI, its graphical nature makes it less prone to user errors when creating or modifying complex objects. This is particularly true if a resource has many mandatory parameters or if a resource group requires several affinities to be configured.

Command-Line Interface

The Solaris Cluster CLI commands are in the /usr/cluster/bin directory, and all begin with the cl prefix. Most of these commands have both a long form and a short form. The directory also contains the CLI commands used to manage systems installed with software releases prior to the Solaris Cluster 3.2 software, such as scrgadm, scconf, and scswitch.

All of the commands listed in Table 4.1, excluding clsetup, which is menu-driven, conform to this format: command action argument ... operand.

Table 4.1. Solaris Cluster Commands

CLI—Long Form

CLI—Short Form

Description

claccess

claccess

Manages the Solaris Cluster access policies for nodes

cldevice

cldev

Manages the Solaris Cluster devices

cldevicegroup

cldg

Manages the Solaris Cluster device groups

clinterconnect

clintr

Manages the Solaris Cluster private interconnects

clnasdevice

clnas

Manages access to NAS devices from the Solaris Cluster software

clnode

clnode

Manages the Solaris Cluster nodes

clquorum

clq

Manages the Solaris Cluster quorum devices and properties

clreslogicalhostname

clrslh

Manages resources for the Solaris Cluster logical hostnames

clresource

clrs

Manages resources for the Solaris Cluster data services

clresourcegroup

clrg

Manages resource groups for the Solaris Cluster data services

clresourcetype

clrt

Manages resource types for the Solaris Cluster data services

clressharedaddress

clrssa

Manages the Solaris Cluster resources for shared addresses

clsetup

clsetup

Menu-driven command used to configure the Solaris Cluster software interactively

clsnmphost

clsnmphost

Administers the list of Solaris Cluster Simple Network Management Protocol (SNMP) hosts

clsnmpmib

clsnmpmib

Administers the Solaris Cluster SNMP management information bases (MIBs)

clsnmpuser

clsnmpuser

Administers the Solaris Cluster SNMP users

cltelemetryattribute

clta

Configures system resource monitoring

cluster

cluster

Manages the global configuration and status of a cluster

clvxvm

clvxvm

Configures VxVM for the Solaris Cluster software

clzonecluster

clzc

Creates and manages zone clusters

All the commands return an exit code of zero on success, allowing you to create scripts to automate procedures that you might perform regularly.

The Solaris Cluster Manager Graphical User Interface

You can run the Solaris Cluster Manager GUI using a browser such as Mozilla Firefox or Microsoft Internet Explorer. Solaris Cluster Manager requires that you have already installed

  • The common agent container (CAC) package (SUNWcacaort)
  • The Solaris Cluster Manager packages (SUNWscspmr, SUNWscspmu)
  • The Sun Java Web Console packages (SUNWmcon, SUNWmconr, SUNWmctag)

After the Sun Java Web Console is started, it listens for secure https connections on port 6789, if you have reversed the hardening performed by the standard Solaris installation process (see Example 4.2). In addition, at least version 2.2 of the CAC service must be running. CAC listens for Java Management Extensions (JMX) calls made by the Sun Java Web Console as a result of actions you perform through the Solaris Cluster Manager GUI.

Example 4.4. Checking That the Required Components Are in Place to Run Solaris Cluster Manager

Check that the required packages are present.

# pkginfo SUNWcacaort
application SUNWcacaort Common Agent Container – Runtime

# pkginfo | grep SUNWscspm
application SUNWscspmr                       Sun Cluster Manager (root)
application SUNWscspmu                       Sun Cluster Manager (Usr)

# pkginfo SUNWmcon SUNWmconr SUNWmctag
application SUNWmcon  Sun Java(TM) Web Console 3.0.2 (Core)
system      SUNWmconr Sun Java(TM) Web Console 3.0.2 (Root)
application SUNWmctag Sun Java(TM) Web Console 3.0.2 (Tags & Components)

Check the CAC service version.

# cacaoadm -V
2.2.0.1

Check that CAC is online.

# svcs /application/management/common-agent-container-1
STATE          STIME    FMRI
online          7:58:28 svc:/application/management/common-agent-container-1:default

Check that the Java Web Console is online.

# svcs svc:/system/webconsole:console
STATE           STIME   FMRI
online          Jan_19  svc:/system/webconsole:console

Check that the Java Web Console is listening on all networks to port 6789.

# netstat -a | grep 6789
      *.6789                 *.*                   0       0 49152       0 LISTEN

Check the applications deployed to the Java Web Console.

# wcadmin list

Deployed web applications (application name, context name, status):

    SunClusterManager  SunClusterManager  [running]
    console           ROOT              [running]
    console           com_sun_web_ui    [running]
    console           console           [running]
    console           manager           [running]
    legacy            SunPlexManagerGeo  [running]
    zfs               zfs               [running]

Registered jar files (application name, identifier, path):

    SunClusterManager cacao_jars    /usr/lib/cacao/lib/*.jar
    SunClusterManager jdmk_jars     /opt/SUNWjdmk/5.1/lib/*.jar
    console           audit_jar     /usr/lib/audit/Audit.jar
    console           console_jars  /usr/share/webconsole/lib/*.jar
    console           jato_jar      /usr/share/lib/jato/jato.jar
    console           javahelp_jar  /usr/jdk/packages/javax.help-2.0/lib/*.jar
    console           shared_jars   /usr/share/webconsole/private/container/shared/
lib/*.jar

Registered login modules (application name, service name, identifier):

    console ConsoleLogin userlogin
    console ConsoleLogin rolelogin

Persistent Jvm options:

    -XX:ParallelGCThreads=4
    -server
    -Xmx256m
    -XX:+BackgroundCompilation
    -XX:+UseParallelGC

Shared service properties (name, value):

    ENABLE            yes
    java.options      -server -XX:+BackgroundCompilation -Xmx256m

After you have logged in to the Java Web Console and chosen the Solaris Cluster Manager option, a screen similar to Figure 4.3 is displayed. Using Solaris Cluster Manager, you can perform a wide range of tasks, including

  • Creating, modifying, and deleting resource groups and resources
  • Enabling and disabling resources
  • Bringing resource groups online and offline
  • Switching resource groups between nodes
Figure 4.3

Figure 4.3 Solaris Cluster Manager browser-based GUI

Solaris Cluster Manager also highlights faults in the system with a red marker over the components that have errors.

Solaris Cluster Wizards

As with the clsetup menu-driven command, Solaris Cluster Manager has several wizards to help you set up some common highly available services, such as Network File System (NFS), Apache web server, and Oracle databases, as well as two more complex services: Oracle Real Application Clusters (Oracle RAC) and SAP web application server.

The wizards simplify your work by probing the system to discover the potential options that are available to you and then configuring the relevant resource groups and resources with the appropriate dependencies and affinities. A good example of this process is the Oracle RAC wizard. It can do the following:

  • Create the RAC framework resource group and resources for you, depending on your answer regarding your volume management method (hardware RAID, Solaris Volume Manager for Sun Cluster, or the VxVM cluster feature), shared QFS file system, or another supported combination.
  • Create the necessary scalable storage resource groups and resources.
  • Create the RAC server proxy resource group and resource based on the Oracle RAC version, the ORACLE_HOME variable, and the ORACLE_SID variables you select. Again, most of these choices are discovered for you by the wizard.
  • Create the Oracle Clusterware resources that integrate with the Solaris Cluster storage resources to give the Oracle RAC database instances visibility into the availability of their underlying storage.

The wizard completes the operations for you and displays the Solaris Cluster commands it used to achieve these steps. If anything goes wrong during the creation of these objects, then the wizard will undo the changes.

Role-Based Access Control

By default, only the Solaris root user can manage the cluster. Non-root users cannot create, modify, or delete resource groups or resources, nor can they switch resource groups between the nodes. Non-root users can view the resource group and resource configuration because they are assigned the solaris.cluster.read rights profile as part of their standard authorizations. To delegate some of the management functions to specific system administrators who are not assigned full root access, you can use the role-based access control (RBAC) capabilities to assign them the necessary solaris.cluster.admin or solaris.cluster.modify Solaris Cluster management rights profile.

The following example shows you how to assign to the Solaris user myadmin all the Solaris Cluster management rights profiles, which include both solaris .cluster.admin and solaris.cluster.modify. Initially, without being assigned the solaris.cluster.modify rights profile, the user could not create the resource group foo-rg. After the user is assigned this rights profile, the user can create and delete the resource group. However, in order to manage or bring the resource group online, the user also needs to have the solaris.cluster.admin rights profile assigned. There is no simple way to assign roles such that individual users can control individual resource groups or resources.

Example 4.5. Assigning a Solaris Cluster Management Rights Profile to a User

Use the id and auths commands to determine the current user ID and authorizations.

# id -a
uid=424242(myadmin) gid=424242(myadmin) groups=424242(myadmin)
# clresourcegroup list
apache-1-rg
geo-clusterstate
geo-infrastructure
apacheset-stor-rg
seasons_apache-rep-rg
apache-z-rg
# auths
      .
      .
      .
...solaris.cluster.read,solaris.cluster.device.read,solaris.cluster.network.read,
solaris.cluster.node.read,solaris.cluster.quorum.read,solaris.cluster.resource.read,
solaris.cluster.system.read,solaris.cluster.transport.read,solaris.cluster.gui,solaris
.cluster.geo.read
# clresourcegroup create foo-rg
clrg:  (C368238) You are not authorized to run this command with these options.
clrg:  (C666174) An RBAC authorization of "solaris.cluster.modify" is required.
clrg:  (C546315) Refer to the rbac(5) man page for more information about RBAC
authorizations.

Modify the /etc/user_attr file to include the required rights.

# grep myadmin /etc/user_attr
myadmin::::auths=solaris.cluster.*;
# id -a
uid=424242(myadmin) gid=424242(myadmin) groups=424242(myadmin)
# auths
solaris.cluster.*,
      .
      .
      .
solaris.cluster.read,solaris.cluster.device.read,solaris.cluster.network.read,solaris.
cluster.node.read,solaris.cluster.quorum.read,solaris.cluster.resource.read,solaris.
cluster.system.read,solaris.cluster.transport.read,solaris.cluster.gui,solaris.cluster
.geo.read
# clresourcegroup create foo-rg
# clresourcegroup list
apache-1-rg
geo-clusterstate
geo-infrastructure
apacheset-stor-rg
seasons_apache-rep-rg
apache-z-rg
foo-rg
# clresourcegroup delete foo-rg

Just as these rights profiles can be assigned to a particular user, they can also be assigned to roles, which a user can assume. In the following example, the role clusadm is created. Unless the user myadmin is assigned access to that role, the user is unable to assume it through the su command, even though he or she might have the right password. However, after being assigned the role, the user can perform the actions that the role is authorized to perform.

Example 4.6. Using an RBAC Role to Allow a User to Perform Cluster Management Tasks

Display the Cluster Management entry in the profile description database.

# grep "Cluster Management" /etc/security/prof_attr | head -1
Cluster Management:::Sun Cluster
Management:auths=solaris.cluster.admin,solaris.cluster.modify,
      .
      .
      .
# roleadd  -P "Cluster Management"  clusadm
# tail -3 /etc/user_attr
root::::auths=solaris.*,solaris.grant;profiles=Web Console Management,All;lock_after_
retries=no;min_label=admin_low;clearance=admin_high
zfssnap::::type=role;auths=solaris.smf.manage.zfs-auto-snapshot;profiles=ZFS File
System Management
clusadm::::type=role;profiles=Cluster Management
# passwd clusadm
New Password:
Re-enter new Password:
passwd: password successfully changed for clusadm
# su – myadmin
Sun Microsystems Inc.   SunOS 5.10      Generic January 2005
$ su clusadm
Password:
Roles can only be assumed by authorized users
su: Sorry
$ logout
# usermod -R clusadm myadmin
# tail -3 /etc/user_attr
zfssnap::::type=role;auths=solaris.smf.manage.zfs-auto-snapshot;profiles=ZFS File
System Management
clusadm::::type=role;profiles=Cluster Management
myadmin::::type=normal;roles=clusadm
# su – myadmin
Sun Microsystems Inc.   SunOS 5.10      Generic January 2005
$ su clusadm
Password:
$ clresourcegroup create bar-rg
$ clresourcegroup delete bar-rg

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020