# # $Id: LGTO.server,v 1.8 2004/06/10 17:08:15 okundzic Exp $ Copyright (c) 2004, LEGATO Software, a division of EMC. # # # Copyright (c) 2003 LEGATO Software, a division of EMC. # # All rights reserved. This is an UNPUBLISHED work, and # comprises proprietary and confidential information of LEGATO. # Unauthorized use, disclosure, and distribution are strictly # prohibited. Use, duplication, or disclosure of the software # and documentation by the U.S. Government is subject to # restrictions set forth in a license agreement between the # Government and LEGATO or other written agreement specifying # the Government's rights to use the software and any applicable # FAR provisions, such as FAR 52.227-19. # # RTR file to define Sun StorageTek(TM) Enterprise Backup Server resource type for # Sun Cluster 3.0 and higher RESOURCE_TYPE="serv"; VENDOR_ID=LGTO; RT_BASEDIR=/usr/lib/nsr; RT_DESCRIPTION="Sun StorageTek(TM) Enterprise Backup Server for Sun Cluster"; RT_VERSION="7.4.Build.187"; START= networker.start; STOP= networker.stop; MONITOR_START= networker.fm_start; MONITOR_STOP= networker.fm_stop; VALIDATE= networker.validate; # Change some of the default timeout values. { PROPERTY = Start_timeout; MIN = 60; DEFAULT = 600; } { PROPERTY = Stop_timeout; MIN = 60; DEFAULT = 600; } { PROPERTY = Monitor_Start_timeout; MIN = 60; DEFAULT = 600; } { PROPERTY = Monitor_Stop_timeout; MIN = 60; DEFAULT = 600; } { PROPERTY = Validate_timeout; MIN = 60; DEFAULT = 600; } { PROPERTY = Network_resources_used; TUNABLE = AT_CREATION; DEFAULT = ""; } # Define the following extension property to record where the global /nsr # directory is located. This information is needed by the start/stop scripts. { PROPERTY = Config_dir; EXTENSION; STRING; TUNABLE = AT_CREATION; DESCRIPTION = "The globally visible /nsr directory"; } # Define the following extension property to record the name of the # Sun StorageTek(TM) Enterprise Backup Server hostname when it is different from its # SUNW.LogicalHostname resource name. # This information is needed by the start/stop scripts. { PROPERTY = Servername; EXTENSION; STRING; TUNABLE = AT_CREATION; DEFAULT = ""; DESCRIPTION = "Sun StorageTek(TM) Enterprise Backup Server virtual hostname"; }