The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
[GENERAL]
# the Siebel Gateway hostname and port, for example
gateway=foobar:1055
# the Siebel Enterprise name
enterprise=MyEnterprise
# the Siebel user with administrative privileges
user=sadmin
# the password from the user with administrative privileges
password=123456
# the field delimiter used to separate the output fields of srvrmgr
field_delimiter=|
# the complete pathname to the program srvrmgr
srvrmgr= /foobar/bin/srvrmgr
# if true, will add a "load preferences" command with "LoadPreferences" action automatically
load_prefs = 1
# type defines which subclass of Siebel::Srvrmgr::Daemon to use. The acceptable value is "heavy" 
# for Siebel::Srvrmgr::Daemon::Heavy and "light" for Siebel::Srvrmgr::Daemon::Light
type = light
time_zone = UTC
read_timeout = 10