HP Scalable Visualization Array Version 1.1 System Administration Guide

1. Command line options.
2. The Job Settings File.
3. The User Configuration File.
4. The Site Configuration File.
Site Configuration File
The Site Configuration File contains default system settings. It is located on the head node at
/opt/sva/etc/sva.conf. HP generates the file automatically using the svaconfigure utility after the
cluster operating system software is installed. Use the svaconfigure utility to add or remove a node from
the cluster. See “Changing Data Files” (pg. 20) for more information.
The Site Configuration File typically contains the following sections and tags. The following tag values are
examples only; tag values are site-specific. Tag definitions are in Table 1-1, Table 1-2, Table 1-3, and
Table 1-4.
# Declare the name of the cluster
# This is set during configuration from
# the node name of the head nodes
# external network connection.
[SVA_CLUSTER]
SVA_CLUSTER_NAME="svared"
SVA_KVM="nokvm"
SVA_NUM_TILES="1"
SVA_TILE_ORIENTATION=""
# Declare the role for each host
[SVA_ROLES]
SVA_COMPUTE_HOSTS="red5"
SVA_DISPLAY_HOSTS="red[1-2]"
SVA_RENDER_HOSTS="red[3-4]"
SVA_ONEGPU_HOSTS="red1
"SVA_ONE_GPU_HOSTS="red1"
"SVA_TWO_GPU_HOSTS="red2"
"SVA_NO_GPU_HOSTS="red[3-4]"
# Declare job defaults
[SVA_JOB]
SVA_CAVELIB_PORT=""
SVA_DISPLAY_SURFACE="SVA_DS_1_1"
SVA_PARTITION=""
SVA_RENDER_COUNT="2"
SVA_TILE_GEOMETRY=""
SVA_USE_DMX="No"
SVA_USE_REMOTE3D="No"
SVA_X_OPTIONS=""
SVA_UNCLUTTER="1"
# List all available display surfaces.
[SVA_DISPLAY_SURFACES]
SVA_SURFACE_NAMES="SVA_DS_1_1,RED2,RED1,SVA_DS_1_2"
#
# Declare a display surface
[SVA_DS_1_1]
SVA_RENDER_HOSTS="red[3-4]"
SVA_EXECUTION_HOST="red1"
SVA_DISPLAY_HOSTS="red1"
red1.COORDINATE="0.0"
Configuration Data Files 13