Siebel-Lbconfig

 view release on metacpan or  search on metacpan

lib/Siebel/Lbconfig.pm  view on Meta::CPAN

The configuration file must have a INI format, which is supported by the L<Config::Tiny> module.

Here is an example of the required parameters:

    [GENERAL]
    gateway=foobar:1055
    enterprise=MyEnterprise
    user=sadmin
    password=123456
    srvrmgr= /foobar/bin/srvrmgr
    load_prefs = 1
    type = light
    time_zone = America/Sao_Paulo

Beware that the commands executed by C<lbconfig> requires that the output has a specific configuration set: setting
C<load_prefs> is not optional here, but a requirement!

Also make sure to use C<type = light> because this distribution really doesn't need L<Siebel::Srvrmgr::Daemon::Heavy> and is
intended to work on MS Windows too.

=head1 SEE ALSO

=over

=item *



( run in 1.291 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )