Difference between revisions of "Vitalsigns.ini"

From Vital Soft Wiki
Jump to: navigation, search
(Created page with "== Overview == == Settings == '''FTP_USER''' Vital Signs server - FTP username '''FTP_PASSWD''' Vital Signs server - FTP password '''FTP_PORT''' Vital Signs s...")
 
>Jeremyb
(Available Settings)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== Overview ==
 
== Overview ==
 +
The vitalsigns.ini file primarily contains settings for the communication between the HPUX host and the Windows server.  It also contains FTP settings and the local path where the vsdata directory should be created for temporary extract files.
  
 +
Example:
  
== Settings ==
+
  FTP_USER=WINDOWSFTPUSER
 +
  FTP_PASSWD=WINDOWSFTPUSERPASSWORD
 +
  FTP_PORT=21
 +
  VS_PID=`VS_$$`
 +
  VS_HOSTIP=172.17.2.10
 +
  VS_HOSTPORT=30601
 +
  VS_PATH=/YOURCU
 +
  VS_WORKPATH=/var/summit/spectrum/LIVE
 +
 
 +
 
 +
== Available Settings ==
  
 
'''FTP_USER'''
 
'''FTP_USER'''
    Vital Signs server - FTP username
+
:FTP username for the Windows server where the extract data resides
  
 
'''FTP_PASSWD'''
 
'''FTP_PASSWD'''
    Vital Signs server - FTP password
+
:FTP password for the Windows server where the extract data resides
  
 
'''FTP_PORT'''
 
'''FTP_PORT'''
    Vital Signs server - FTP password
+
:FTP port number for the Windows server where the extract data resides
 +
 
 +
'''FTP_TIMEOUT'''
 +
:FTP Timeout
 +
 
 +
'''FTP_SECURE'''
 +
:Vital Signs server - FTPes enable
 +
 
 +
'''FTP_PROTOCOL'''
 +
:Select Security Protocol for FTPes (Default TLSv1), SSLv3
 +
 
 +
'''FTP_PASV'''
 +
:Enable PASV mode for FTP (Default Yes), No
 +
 
 +
'''FTP_VERBOSE'''
 +
:Enable Verbose output for FTP Connections (Default No), Yes
  
 
'''VS_PID'''
 
'''VS_PID'''
    A unique run ID
+
:A unique run ID
    ''Note: this should not need to be modified''
+
:''Note: this should not need to be modified''
  
 
'''VS_HOSTIP'''
 
'''VS_HOSTIP'''
    IP address of the Vital Signs Server
+
:IP address of the Windows server where the Vital Signs listener is running
  
 
'''VS_HOSTPORT'''
 
'''VS_HOSTPORT'''
    Port for the Vital Signs listener
+
:Port number for the Vital Signs listener on the Windows server
  
 
'''VS_PATH'''
 
'''VS_PATH'''
    The path on the Vital Signs Server
+
:The FTP path to the CU1 directory on the Windows server
    ''Note: Must be a full path from the FTP login''
+
:''Note: must be a full path from the FTP login root''
  
 
'''VS_WORKPATH'''
 
'''VS_WORKPATH'''
    The path where temporary extracts are stored
+
:The path where temporary extracts are stored locally on the UNIX host
    ''Default: /var/summit/spectrum/LIVE''
+
:''Default: /var/summit/spectrum/LIVE''

Latest revision as of 19:38, 19 December 2013

Overview

The vitalsigns.ini file primarily contains settings for the communication between the HPUX host and the Windows server. It also contains FTP settings and the local path where the vsdata directory should be created for temporary extract files.

Example:

 FTP_USER=WINDOWSFTPUSER
 FTP_PASSWD=WINDOWSFTPUSERPASSWORD
 FTP_PORT=21
 VS_PID=`VS_$$`
 VS_HOSTIP=172.17.2.10
 VS_HOSTPORT=30601
 VS_PATH=/YOURCU
 VS_WORKPATH=/var/summit/spectrum/LIVE


Available Settings

FTP_USER

FTP username for the Windows server where the extract data resides

FTP_PASSWD

FTP password for the Windows server where the extract data resides

FTP_PORT

FTP port number for the Windows server where the extract data resides

FTP_TIMEOUT

FTP Timeout

FTP_SECURE

Vital Signs server - FTPes enable

FTP_PROTOCOL

Select Security Protocol for FTPes (Default TLSv1), SSLv3

FTP_PASV

Enable PASV mode for FTP (Default Yes), No

FTP_VERBOSE

Enable Verbose output for FTP Connections (Default No), Yes

VS_PID

A unique run ID
Note: this should not need to be modified

VS_HOSTIP

IP address of the Windows server where the Vital Signs listener is running

VS_HOSTPORT

Port number for the Vital Signs listener on the Windows server

VS_PATH

The FTP path to the CU1 directory on the Windows server
Note: must be a full path from the FTP login root

VS_WORKPATH

The path where temporary extracts are stored locally on the UNIX host
Default: /var/summit/spectrum/LIVE