JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Cluster System Administration Guide
search filter icon
search icon

Document Information

Preface

1.  Introduction to Administering Oracle Solaris Cluster

2.  Oracle Solaris Cluster and RBAC

3.  Shutting Down and Booting a Cluster

4.  Data Replication Approaches

5.  Administering Global Devices, Disk-Path Monitoring, and Cluster File Systems

6.  Administering Quorum

7.  Administering Cluster Interconnects and Public Networks

8.  Adding and Removing a Node

9.  Administering the Cluster

10.  Configuring Control of CPU Usage

11.  Patching Oracle Solaris Cluster Software and Firmware

12.  Backing Up and Restoring a Cluster

13.  Administering Oracle Solaris Cluster With the Graphical User Interfaces

Overview of Oracle Solaris Cluster Manager

SPARC: Overview of Sun Management Center

Configuring Oracle Solaris Cluster Manager

Setting up RBAC Roles

How to Use the Common Agent Container to Change the Port Numbers for Services or Management Agents

How to Change the Server Address for Oracle Solaris Cluster Manager

How to Regenerate Common Agent Container Security Keys

Starting the Oracle Solaris Cluster Manager Software

How to Start Oracle Solaris Cluster Manager

A.  Example

Index

Starting the Oracle Solaris Cluster Manager Software

The Oracle Solaris Cluster Manager graphical user interface (GUI) provides an easy way to administer some aspects of the Oracle Solaris Cluster software. See the Oracle Solaris Cluster Manager online help for more information.

Both Sun Java Web Console and the common agent container are started automatically when you boot the cluster. If you need to verify that Sun Java Web Console and the common agent container are running, see the Troubleshooting section immediately following this procedure.

How to Start Oracle Solaris Cluster Manager

This procedure shows how to start Oracle Solaris Cluster Manager on your cluster.

  1. Determine if you intend to access Oracle Solaris Cluster Manager by using the cluster node root user name and password or set up a different user name and password?
    • If you will access Oracle Solaris Cluster Manager by using the cluster node root user name, go to Step 5.

    • If you intend to set up a different user name and password, go to Step 3 to set up Oracle Solaris Cluster Manager user accounts.

  2. Become superuser on a cluster node.
  3. Create a user account to access the cluster through Oracle Solaris Cluster Manager.

    You use the useradd(1M) command to add a user account to the system. You must set up at least one user account to access Oracle Solaris Cluster Manager if you do not use the root system account. Oracle Solaris Cluster Manager user accounts are used only by Oracle Solaris Cluster Manager. These accounts do not correspond to any Oracle Solaris OS system user accounts. Creating and assigning an RBAC role to a user account is described in more detail in Creating and Assigning an RBAC Role With an Oracle Solaris Cluster Management Rights Profile.


    Note - Users who do not have a user account set up on a particular node cannot access the cluster through Oracle Solaris Cluster Manager from that node, nor can users manage that node through another cluster node to which the users do have access.


  4. (Optional) Repeat Step 3 to set up additional user accounts.
  5. From the administrative console or any other machine outside the cluster, start a browser.
  6. Ensure that the browser's disk and memory cache sizes are set to a value that is greater than 0.
  7. Ensure that the Java and Javascript are enables in the browser.
  8. From the browser, connect to the Oracle Solaris Cluster Manager port on one node of the cluster.

    The default port number is 6789.

    https://node:6789/
  9. Accept any certificates that are presented by the web browser.

    The Java Web Console login page is displayed.

  10. Enter the user name and password for the user you want to access Oracle Solaris Cluster Manager.
  11. Click the Log In button.

    The Java Web Console application launch page is displayed.

  12. Click the Oracle Solaris Cluster Manager link under the Systems category.
  13. Accept any additional certificates that are presented by the web browser.
  14. If you cannot connect to the Oracle Solaris Cluster Manager, perform the following substeps to determine if a restricted network profile was chosen during Solaris installation and to restore external access to the Java Web Console service.

    If you choose a restricted network profile during Oracle Solaris installation, external access for the Sun Java Web Console service is restricted. This network is required to use the Oracle Solaris Cluster Manager GUI.

    1. Determine whether the Java Web Console service is restricted.
      # svcprop /system/webconsole:console | grep tcp_listen

      If the value of the tcp_listen property is not true, the web console service is restricted.

    2. Restore external access to the Java Web Console service.
      # svccfg svc:> select system/webconsole svc:/system webconsole> setprop options/tcp_listen=true svc:/system/webconsole> quit
      # /usr/sbin/smcwebserver restart
    3. Verify that the service is available.
      # netstat -a | grep 6789

      If the service is available, the command output returns an entry for 6789, which is the port number used to connect to Java Web Condole.

Troubleshooting

If after performing this procedure you cannot connect to Oracle Solaris Cluster Manager, determine if the Sun Java Web Console is running by entering /usr/sbin/smcwebserver status. If the Sun Java Web Console is not running, manually start it by entering /usr/sbin/smcwebserver start. If you still cannot connect to Oracle Solaris Cluster Manager, determine if the common agent container is running by entering usr/sbin/cacaoadm status. If the common agent container is not running, manually start it by entering /usr/sbin/cacaoadm start.