# Filename: psdenv
# 
# Description:
#
# 	This file defines the default environment variables for
# 	Paragon diagnostic software. This file needs to be tailored
#	after installation of the diagnostic software.
#	The format of this file	is descibed in detail below. 
#
#        INTEL CORPORATION PROPRIETARY INFORMATION		  
#								 
#  This software is supplied under the terms of a license	
#  agreement or nondisclosure agreement with Intel Corporation
#  and may not be copied or disclosed except in accordance
#  with the terms of that agreement.			
#
# Format of this file:
#
#	1. This file defines an environment variable and its value
#	   as name-value pair as in VAR=val. If val has embedded
#	   white spaces, it should be quoted.
# 	2. The definition of name-value pairs must begin at first column
#	   and there should be no trailing white spaces. 
# 	3. Lines beginning with # on first column are comment lines
# 	4. Blank lines are discarded
#
# STDERR 	defines the file name of error log file created by Paragon
#   	 	diagnostic software.
# STDOUT	defines the log filename that captures all the messages sent 
#		to stdout and the error messages that are captured in the 
#		file specified by STDERR.
#
# Values to be tailored after diagnostic software installation
#
# OUR_IP_ADDR	defines the IP Address of the Paragon boot node 
# DS_IP_ADDR	defines the IP Address of the Diagnostic Station
#		this value can be obtained from the /etc/hosts file on the
#		Diagnostic Station
#
STDERR=/u/paragon/diag/psd.log
STDOUT=/u/paragon/diag/psd.def
#
# Edit the IP addresses after installation and uncomment them
# (remove the '#' character) prior to running diagnostic software.
#
#OUR_IP_ADDR=nnn.nnn.nnn.nnn
#DS_IP_ADDR=nnn.nnn.nnn.nnn
