Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Starting Dbvserver on Linux/Unix

...

  • log. This contains the log files for:
  • Dbvserver log files.
  • Scheduler log files.
  • Http access log files.
  • Optional debug log files.
  • etc. This contains the following files:
    • dbvserver.conf, which is the configuration file for Dbvserver.
    • scheduler.conf, which is the configuration file for the scheduler.
    • init.d directory, which contains the init.d templates to auto start Dbvserver at boot time.
  • tmp. Temporary directory used by Dbvserver.

Backing up Dbvserver configuration files

A backup of the Dbvserver configuration files can be made by backing up the /etc folder. This will ensure there is a backup of the

  • dbvserver.conf, which is the configuration file for Dbvserver.
  • scheduler.conf, which is the configuration file for the scheduler.
  • init.d directory, which contains the init.d templates to auto start Dbvserver at boot time.

Dbvserver scheduler

Dbvisit Standby needs to be scheduled on the primary server and the standby server. Please see Scheduling with Dbvserver scheduler

Auto start Dbvserver at boot

...

The Dbvserver configuration is determined by the settings in the dbvserver.conf file which is located in the etc or conf directory.
This configuration file can be edited manually or updated through the web-based interface by going to the Settings page. The settings page should also be used to update the default password.

Whenever a change is made in the configuration, Dbvserver has to be restarted to read the new config file. 

Parameters can be turned off by commenting them out. 

The important parameters are as follows:

ParameterValueDescription
servershttpsTurn on https support
servershttpTurn on http support
serversschedulerTurn on the scheduler to schedule Dbvisit Standby
bind_port8081Http or https port
bind_port_alternatives8082If bind_port is not available, then use this port
proc_minimum2How many minimum server processes to start. The more processes the more concurrent users can log on to the web service.
proc_maximum2How many maximum server processes to start. The more processes the more concurrent users can log on to the web service.
date_time_zonePacific/AucklandTime zone for the time displayed in the web interface. Please see here for all valid timezones: http://www.vmware.com/support/developer/vc-sdk/visdk400pubs/ReferenceGuide/timezone.html
date_time_format%d %b %Y, %H:%M:%SDate format
usernameadminUsername to login to the web front end
password Encrypted password
daemon_log_filelog/schedulerLog file for the scheduler
standby_delay_minutes0The lag between the primary server and standby server scheduler.
logger_filelog/dbvserverDbvserver log file

Dbvserver debugging

Dbvserver debugging can be turned on by setting debug = 1 in the dbvserver.conf file.
The debug information will be written to the dbvserver file on the log directory.