Skip to main content
Skip table of contents

VISULOX Cluster

Usage


CODE
visulox cluster <options>


OptionDescription
dataDisplays cluster data
layoutDisplays layout as known friom router
build

-template   creates template

-f <file>     build cluster from file


For example:

Displays VISULOX Cluster data (router working data - should be the same on each router):

CODE
visulox cluster data


Displays the layout as known by router:

CODE
Visulox cluster layout


A cluster with several nodes can be built automatically.

A template can be created that can be redirected to a file and processed:

CODE
visulox cluster build -template

Example template:

CODE
# CLUSTER BUILD FILE:
#
# to use with:
#
#       visulox cluster build -file FILE
#
# 1. Comment lines and blank lines are ignored.
# 2. A non-commented line stands for a node of the cluster.
# 3. A node is defined by the three fields hostname, location, zone
#    in that order, separated by blanks.
#
#       HOSTNAME1  LOCATION1  ZONE1
#       HOSTNAME2  LOCATION2  ZONE2
#       ...
#
# or with default zone (STANDARD)
#
#       HOSTNAME3  LOCATION3
#
# or with default location (STANDARD) and zone (STANDARD)
#
#       HOSTNAME4
#
# 4. Each listed node must have
#    - VISULOX installed,
#    - VISULOX running,
#    - the correct location and zone set.
# 5. If a node is already member of the cluster, it will be ignored.
#
# -> add your entries below:
#


A file that fulfills the template reqirements can be used to build the VISULOX Cluster:

CODE
visulox cluster build -f <file>

VISULOX Node hierarchy

VISULOX layout of a node

Network communication within VISULOX

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.