| PRIMECLUSTER Installation and Administration Guide 4.1 (for Solaris(TM) Operating System) |
Contents
Index
![]()
|
| Part 2 Installation | > Chapter 6 Building Cluster Applications | > 6.6 Setting Up Cluster Applications | > 6.6.1 Setting Up Resources | > 6.6.1.7 Creating Process Monitoring Resources |
Normally, you do not need to work on this prerequisite for using the process monitoring function. This is required only when you want to use the processing monitoring function for the specific purpose described below.
The identification number of the detector (the state notification module for notifying RMS) used by the process monitoring function is the same as the identification number to be used by other functions.


In the example described below, the detector identification number of the process monitoring function is changed from the initial value "0" to "2."
If the process monitoring function is being used with the initial value "0," the setting "detector_name_of_process_monitoring_function".g"identification_number" will exist. Remove that setting.# cd /opt/SMAW/SMAWRrms/bin# ls -l hvdet_prmd.g0lrwxrwxrwx 1 root other 31 Dec 20 12:21 hvdet_prmd.g0 -> /opt/SMAW/SMAWRrms/bin/hvdet_prmd*# rm hvdet_prmd.g0
Execute the "clmonsetdet" command as shown below. For the command argument, specify "2," which is the new detector identification number.
# /etc/opt/FJSVcluster/bin/clmonsetdet 2
Check whether the settings were set correctly.# ls -l hvdet_prmd.g2lrwxrwxrwx 1 root other 31 Dec 27 12:21 hvdet_prmd.g2 -> /opt/SMAW/SMAWRrms/bin/hvdet_prmd*#
Contents
Index
![]()
|