The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Tuxedo::Admin::Resources

SYNOPSIS

  use Tuxedo::Admin;

  $admin = new Tuxedo::Admin;

  $resources = $admin->resources();

  $resources->maxservices(200);

  print "Max services: ", $resources->maxservices(), "\n";

DESCRIPTION

Provides methods to query and dynamically update the Tuxedo parameters in the RESOURCES section of the ubbconfig configuration file.

METHODS

get/set methods

The following methods are available to get and set the resource parameters. If an argument is provided then the parameter value is set to be the argument value. The value of the parameter is returned.

authsvc()
bblquery()
blocktime()
cmtret()
components()
curdrt()
curgroups()
curinterfaces()
curmachines()
curqueues()
currft()
currtdata()
curservers()
curservices()
curstype()
curtype()
dbblwait()
domainid()
encryption_required()
gid()
hwdrt()
hwgroups()
hwinterfaces()
hwmachines()
hwqueues()
hwrft()
hwrtdata()
hwservers()
hwservices()
ipckey()
ldbal()
licexpire()
licmaxusers()
licserial()
master()
maxaccessers()
maxaclgroups()
maxbufstype()
maxbuftype()
maxconv()
maxdrt()
maxgroups()
maxgtt()
maxinterfaces()
maxmachines()
maxnetgroups()
maxobjects()
maxqueues()
maxrft()
maxrtdata()
maxservers()
maxservices()
maxspdata()
maxtrantime()
mibmask()
model()
notify()
operation()
options()
perm()
preferences()
sanityscan()
scanunit()
sec_principal_location()
sec_principal_name()
sec_principal_passvar()
security()
signature_ahead()
signature_behind()
signature_required()
state()
system_access()
uid()
usignal()