Creating and Installing Resource Template, Resource Instance required for Service Health Check
If you have upgraded to ActiveMatrix Service Grid 3.4.1 from version earlier than 3.4.0, you need to create resource template, resource instance and install resource instance required for running Service Health Check from Administrator UI. Run following commands to create resource template, resource instance and install resource instance which are required to run Service Health Check from Administrator UI.
Procedure
Open a command window.
Go to the directory
CONFIG_HOME/admin/enterprise_name/samples.
Note: Ensure that the name of the Node in the
resourceinstanceforshc_data.xml file (on which the resource template and resource instance need to be created and installed) is same as the Administrator Node (SystemNode or SystemNodeReplica) name.
Run the following command to create resource template required for running Service Health Check.
ant -f resourcetemplateforshc_build.xml
Run
ant -f resourcetemplate_build.xml create
Run the following command to create and install resource instance.
ant -f resourceinstanceforshc_build.xml
Run
ant -f resourceinstance_build.xml create install