JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Cluster Data Service for Sun Java System Application Server EE (HADB) Guide
search filter icon
search icon

Document Information

Preface

1.  Oracle Solaris Cluster HA for Sun Java System Application Server EE (Supporting HADB Versions as of 4.4)

2.  SPARC: Oracle Solaris Cluster HA for Sun Java System Application Server EE (HADB Versions Before 4.4)

Oracle Solaris Cluster HA for Sun Java System Application Server EE (HADB) Overview

Overview of the Installation and Configuration Process for Oracle Solaris Cluster HA for Sun Java System Application Server EE (HADB)

Planning the Installation and Configuration of Oracle Solaris Cluster HA for Sun Java System Application Server EE (HADB)

Configuration Overview

Configuration Planning Questions

Installing and Configuring the Sun Java System Application Server EE (HADB) Software

Creating a Sun Java System Application Server EE (HADB) Database

How to Create a Sun Java System Application Server EE (HADB) Database

Installing the Oracle Solaris Cluster HA for Sun Java System Application Server EE (HADB) Packages

Registering and Configuring Oracle Solaris Cluster HA for Sun Java System Application Server EE (HADB)

Setting Extension Properties for Oracle Solaris Cluster HA for Sun Java System Application Server EE (HADB)

How to Register and Configure Oracle Solaris Cluster HA for Sun Java System Application Server EE (HADB)

Verifying the Installation and Configuration of Oracle Solaris Cluster HA for Sun Java System Application Server EE (HADB)

How to Verify the Installation and Configuration for Oracle Solaris Cluster HA for Sun Java System Application Server EE (HADB)

Maintaining the HADB Database

How to Maintain the HADB Database

Tuning the Fault Monitor for Oracle Solaris Cluster HA for Sun Java System Application Server EE (HADB)

Operations by the Fault Monitor During a Probe

A.  Properties for Oracle Solaris Cluster HA for Sun Java System Application Server EE (Supporting HADB Versions as of 4.4)

B.  Properties for Oracle Solaris Cluster HA for Sun Java System Application Server EE (HADB Versions Before 4.4)

Index

Creating a Sun Java System Application Server EE (HADB) Database

This section contains the procedure to configure and create the initial HADB database in a Oracle Solaris Cluster environment. Consider the following restrictions before creating your database.

How to Create a Sun Java System Application Server EE (HADB) Database

Use the example in the following procedure to create, start, and verify the database.

  1. Create the database. This command automatically starts the database.
    # hadbm create \
    -H clusternode1-priv,clusternode2-priv,clusternode3-priv, \
    clusternode4-priv,clusternode5-priv,clusternode6-priv \
    --devicesize=2048 \
    -a 4 --set ManagementProtocol=rsh --dbpassword=secret12 \
    -s 2 hadb

    For details, see the Sun Java System Application Server documentation.


    Note - You must specify the hosts by using the Oracle Solaris Cluster private interconnect hostnames. To find these hostnames, run the clnode show command from the primary Solaris Cluster node.



    Note - If you are using the recommended SSH setup, you do not need to specify the ManagementProtocol property.


  2. Verify that the database is running.
    # hadbm status hadb --nodes
  3. Stop the database.
    # hadbm stop hadb
  4. Create the session store and the JDBC connection pool.

    For details, see the Sun Java System Application Server documentation.