# $Id: vras_env,v 2.1.6.1 2002/04/29 14:52:02 ptle Exp $
#ident "@(#)sraf:$RCSfile: vras_env,v $	$Revision: 2.1.6.1 $"

#
# Copyright(C) 2002 VERITAS Software Corporation.  ALL RIGHTS RESERVED.
# UNPUBLISHED -- RIGHTS RESERVED UNDER THE COPYRIGHT
# LAWS OF THE UNITED STATES.  USE OF A COPYRIGHT NOTICE
# IS PRECAUTIONARY ONLY AND DOES NOT IMPLY PUBLICATION
# OR DISCLOSURE.
#
# THIS SOFTWARE CONTAINS CONFIDENTIAL INFORMATION AND
# TRADE SECRETS OF VERITAS SOFTWARE.  USE, DISCLOSURE,
# OR REPRODUCTION IS PROHIBITED WITHOUT THE PRIOR
# EXPRESS WRITTEN PERMISSION OF VERITAS SOFTWARE.
#
#               RESTRICTED RIGHTS LEGEND
# USE, DUPLICATION, OR DISCLOSURE BY THE GOVERNMENT IS
# SUBJECT TO RESTRICTIONS AS SET FORTH IN SUBPARAGRAPH
# (C) (1) (ii) OF THE RIGHTS IN TECHNICAL DATA AND
# COMPUTER SOFTWARE CLAUSE AT DFARS 252.227-7013.
#               VERITAS SOFTWARE
# 1600 PLYMOUTH STREET, MOUNTAIN VIEW, CA 94043
#

#
# This file contains information about environment variables used by
# the Volume Replicator startup scripts:
#    /etc/init.d/vras-vradmind.sh
#    /etc/init.d/vxrsyncd.sh
#
# Important: VRAS deamons must be restarted every time any of these
# environment variables is reset for the new value to take effect. 
#
# To restart vradmind, run
#    /etc/init.d/vras-vradmind.sh stop
#    /etc/init.d/vras-vradmind.sh start
# To restart in.vxrsyncd, run
#    /etc/init.d/vxrsyncd.sh stop
#    /etc/init.d/vxrsyncd.sh start
#

# Section 1:
#
# VRAS_DEBUG_LOG_TAGS defines which types of debug log messages
# are logged in VRAS debug log files. By default, all log messages of 
# types A, B, C, D, E, and F are logged. Log tags can be of types 
# A through Z.

#export VRAS_DEBUG_LOG_TAGS
#VRAS_DEBUG_LOG_TAGS=ABCDEF


# Section 2:
#
# VRAS_LOG_MAXLEN defines the maximum size of each VRAS log file created
# in the /var/vx/vras/log directory. By default, the maximum size of 
# each log file is 10MB. VRAS creates a maximum of three log files and
# reuses them after they reach the maximum size.

#export VRAS_LOG_MAXLEN
#VRAS_LOG_MAXLEN=10485760


# Section 3:
#
# VXRSYNC_SNDBUF_SIZE defines the size of the send-buffer (SO_SNDBUF) for 
# sockets used in vxrsync. By default, this value is set to 128K.

#export VXRSYNC_SNDBUF_SIZE
#VXRSYNC_SNDBUF_SIZE=128


# Section 4:
#
# VXRSYNC_RCVBUF_SIZE defines the size of the receive-buffer (SO_RCVBUF)
# for sockets used in vxrsync. By default, this value is set to 128K.

#export VXRSYNC_RCVBUF_SIZE
#VXRSYNC_RCVBUF_SIZE=128

