Go to main content

Oracle® Solaris Cluster Data Service for Oracle Solaris Zones Guide

Exit Print View

Updated: September 2015
 
 

Listing of sczsh_config

#
# Copyright (c) 2006, 2014, Oracle and/or its affiliates. All rights reserved.
#
# ident	"@(#)sczsh_config	1.5	14/04/09"
# 
# This file will be sourced by sczsh_register and the parameters
# listed below will be used.
#
# These parameters can be customized in (key=value) form
#
#                  RS - Name of the resource 
#                  RG - Name of the resource group containing RS
#            SCZBT_RS - Name of the SC Zone boot resource
#        PARAMETERDIR - Name of the parameter file directory - this variable is
#                       now deprecated and no longer used.
#            Zonename - Name of the zone
# ServiceStartCommand - Command including all options to start 
#                        the service in the configured zone
#  ServiceStopCommand - Command including all options to stop 
#                        the service in the configured zone
# ServiceProbeCommand - Command including all options to probe
#                        the service in the configured zone
#
RS=""
RG=""
SCZBT_RS=""
PARAMETERDIR=""
#
# The following parameters will be put in the agents parameter file:
#
Zonename=""
ServiceStartCommand=""
ServiceStopCommand=""
ServiceProbeCommand=""