(Click to open topic with navigation)
Moab Workload Manager must be configured to use MWS as a resource manager. Do the following:
RMCFG[mws] TYPE=MWS RMCFG[mws] FLAGS=UserSpaceIsSeparate RMCFG[mws] BASEURL=http://localhost:8080/mws
The BASEURL must match the configured URL of MWS.
CLIENTCFG[RM:mws] USERNAME=moab-admin PASSWORD=changeme!
USERNAME and PASSWORD must match the values of auth.defaultUser.username and auth.defaultUser.password, respectively, found in the MWS configuration file. The MWS RM contacts MWS directly using the base URL, username, and password configured.
Optionally, the USERNAME and PASSWORD configuration values may be specified directly in the Moab configuration file, though this is not recommended. Likewise, the BASEURL configuration value can be specified in the Moab private configuration file.
ADMINCFG[1] USERS=root ENABLEPROXY=TRUE OSCREDLOOKUP NEVER
CLIENTCFG[RM:mws] SSLCACERT=/path/to/cert.pem
#In moab-private.cfg CLIENTCFG[RM:mws] SSLNOHOSTCHECK=TRUE #Or in moab.cfg RMCFG[mws] SSLNOHOSTCHECK=TRUE
WARNING: This setting could compromise the security of the system and should not be used in production environments.
#In moab-private.cfg CLIENTCFG[RM:mws] SSLNOPEERCHECK=TRUE #Or in moab.cfg RMCFG[mws] SSLNOPEERCHECK=TRUE
WARNING: This setting could compromise the security of the system and should not be used in production environments.
Related Topics