Knowledge Center         Contents    Previous  Next    
Platform Computing Corp.

glb_param()

Returns an array of parameters of the specified License Scheduler daemon.

DESCRIPTION

glb_param() gets an array of glbParams structures which contains all the parameters associated with the specified License Scheduler daemon.

SYNOPSIS

#include <glb/glb.h> 
struct glbParams *glb_param(struct glbHandle *h2)

struct glbParams {
    int globPort;
    char *host;
    char *logMask;
    char *logEvent;
    char *adminName;
    char *logDir;
    char *workDir;
    int logInterval;
    int lmStatInterval;
    char *licfile;
}; 

PARAMETERS

*h2:

The glbHandle structure that specifies the License Scheduler daemon.

RETURN VALUES

*glbParams:

An array of internal parameters associated with the License Scheduler daemon.

ERRORS

On failure, glberrno is set to indicate the error.

SEE ALSO

Related APIs

glb_info() - Returns an array of license features information

glb_jobinfo() - Returns an array of running jobs that are using license tokens and licenses

glb_perror() - Prints LSF License Scheduler error messages

glb_userinfo() - Returns an array of users that are using license tokens and licenses

glb_workloadinfo() - Returns an array of workload distribution information


Platform Computing Inc.
www.platform.com
Knowledge Center         Contents    Previous  Next