Sun Cluster 3.1 8/05 With Sun Java Enterprise System 5 Special Instructions

ProcedureHow to Configure HTTPS Connections With Sun Cluster HA for N1 Grid Service Provisioning System

Perform the following task to configure your Master Server resource to listen on HTTPS connections only. Perform this task during the procedure How to Register and Configure Sun Cluster HA for N1 Service Provisioning System Master Server as a failover data service in Sun Cluster Data Service for N1 Grid Service Provisioning System for Solaris OS.

Before You Begin

Ensure that GNU Wget software is installed on all nodes. If Wget software is not already installed on all nodes, install it in one of the following ways:

    Modify the following variables in the pfile parameter file.

    For more information about the Tport and TestCmd variables, see Understanding the Sun Cluster HA for N1 Service Provisioning System Master Server Parameter File in Sun Cluster Data Service for N1 Grid Service Provisioning System for Solaris OS.

    WgetPath

    Specifies the full path to the wget command.

    Tport

    Specifies the HTTPS port number that you used when you configured the N1 Grid Service Provisioning System software.

    TestCmd

    Specifies a test command that is other than an HTTP command. The test command must be the last fraction of a web page, including the leading slash (/).


    Note –

    The example test command get /index.jsp that is used in Chapter 1, Installing and Configuring Sun Cluster HA for MySQL, in Sun Cluster Data Service for MySQL Guide for Solaris OS is not valid for HTTPS connections.


    The parameter values would be similar to the following:


    WgetPath=/usr/sfw/bin/wget
    Tport=8443
    TestCmd="/index.jsp"