![]() |
![]() |
| ||||||||
|
# /opt/SUNWscvw/bin/apachectl restart |
Repeat this procedure on each node of the cluster.
How to Change the Server Address for SunPlex ManagerIf you change the hostname of a cluster node, you must change the address from which SunPlex Manager runs. Because the default security certificate is generated based on the node's hostname at the time SunPlex Manager is installed, you must remove one of the SunPlex Manager installation packages and reinstall it. You must complete this procedure on any node that has had its host name changed.
Make the Sun Cluster CD-ROM image available to the node.
Remove the SUNWscvw package.# pkgrm SUNWscvw
Re-install the SUNWscvw package.# cd <path to CD-ROM image>/SunCluster_3_1_u1/Packages
# pkgadd -d . SUNWscvw
How to Configure a New Security CertificateYou can generate your own security certificate to enable secure administration of your cluster, and then configure SunPlex Manager to use that certificate instead of the one generated by default. This procedure is an example of how to configure SunPlex Manager to use a security certificate generated by a particular security package. The actual tasks you must complete depend on the security package you use.
Note - You must generate an unencrypted certificate to allow the server to start on its own during booting. Once you have generated a new certificate for each node of your cluster, configure SunPlex Manager to use those certificates. Each node must have its own security certificate.
Copy the appropriate certificate to the node.
Open the /opt/SUNWscvw/conf/httpd.conf configuration file for editing.
Edit the following entry to enable SunPlex Manager to use the new certificate.SSLCertificateFile <path to certificate file>
If the server private key is not combined with the certificate, edit
the SSLCertificateKeyFile entry.SSLCertificateKeyFile <path to server key>
Save the file and exit the editor.
Restart SunPlex Manager.# /opt/SUNWscvw/bin/apachectl restart
Repeat this procedure for each node in the cluster.
The following example shows how to edit the SunPlex Manager configuration file to use a new security certificate.
[Copy the appropriate security certificates to each node.] [Edit the configuration file.] # vi /opt/SUNWscvw/conf/httpd.conf [Edit the appropriate entries.] SSLCertificateFile /opt/SUNWscvw/conf/ssl/phys-schost-1.crt SSLCertificateKeyFile /opt/SUNWscvw/conf/ssl/phys-schost-1.key [Save the file and exit the editor.] [Restart SunPlex Manager.] # /opt/SUNWscvw/bin/apachectl restart |
The SunPlex Manager graphical user interface (GUI) provides an easy way to administer some aspects of the Sun Cluster software. See the SunPlex Manager online help for more information.
How to Launch SunPlex ManagerFollow this procedure to start SunPlex Manager on your cluster.
Do you intend to access SunPlex Manager by using the cluster node root user name and password rather than set up a different user name and password?
Become superuser on a cluster node.
Create a user account to access the cluster through SunPlex 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 SunPlex Manager if you do not use the root system account. SunPlex Manager user accounts are used only by SunPlex Manager. They do not correspond to any Solaris 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 a Sun Cluster Management Rights Profile.
Note - Users who do not have a user account set up on a particular node cannot access the cluster through SunPlex Manager from that node, nor can users manage that node through another cluster node to which the users do have access.
(Optional) Repeat Step 3 to set up additional user accounts.
From the administrative console or any other machine outside the cluster, launch a browser.
Disable the browser's Web proxy.
SunPlex Manager functionality is incompatible with Web proxies.
Ensure that the browser's disk and memory cache sizes are set to a value that is greater than 0.
From the browser, connect to the SunPlex Manager port on one node of the cluster.
The default port number is 3000.
https://node:3000/ |
Previous Contents Index Next ![]() |