Skip to content

Commit

Permalink
updating path in machine.d for mastu archive mount
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-dixon committed Aug 28, 2023
1 parent 7cb0d4c commit 832925e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions source/etc/machine.d/mast.l.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export UDA_SQLUSER=readonly # SQL Database User
export UDA_HOST2=${UDA_HOST}
export UDA_PORT2=${UDA_PORT}

DATA_ARCHIVE=/net/mustrgsrvr1/export/mastu/data
DATA_ARCHIVE=/net/raidsrvr/data

export MAST_DATA=${DATA_ARCHIVE}/MAST_Data
export MAST_IMAGES=${DATA_ARCHIVE}/MAST_IMAGES
Expand All @@ -26,4 +26,4 @@ export START_DATA=${DATA_ARCHIVE}/START_RES
export UDA_METADATA_PLUGIN=MASTU_DB
export UDA_TESTDB_SQLDBNAME=uda # SQL Database Name

export UDA_PLUGIN_DEBUG_SINGLEFILE=1
export UDA_PLUGIN_DEBUG_SINGLEFILE=1
4 changes: 2 additions & 2 deletions source/etc/xinetd.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ service @USER@uda
server = @CMAKE_INSTALL_PREFIX@/etc/udaserver.sh
#env = UDAHOSTNAME=uda-external-jet

instances = 50
per_source = 10
instances = 100
per_source = 30

v6only = no
groups = yes
Expand Down

0 comments on commit 832925e

Please sign in to comment.