Knowledge Center         Contents    Previous  Next    
Platform Computing Corp.

glb_info()

Returns an array of license features information.

DESCRIPTION

glb_info() returns an array of glbInfo structures, which contains the license features information as configured in the Feature section of glb.conf.

SYNOPSIS

#include <glb/glb.h> 
struct glbInfo *glb_info(struct glbHandle *h2, int *num)

struct glbInfo {
    char *featureName;
    int numdomains;
    struct glbSrvDomain *domains;
}; 

PARAMETERS

*h2:

The License Scheduler daemon containing the desired license features information.

*num:

The number of desired glbInfo structures returned in the array.

RETURN VALUES

*glbInfo:

A list of parameters associated with the License Scheduler daemon.

ERRORS

On failure, glberrno is set to indicate the error.

SEE ALSO

Related APIs

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

glb_param() - Returns an array of parameters of the specified License Scheduler daemon

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