(Click to open topic with navigation)
This topic details some common problems and general solutions for Moab Workload Manager.
See also Troubleshooting and System Maintenance in the Moab Workload Manager Administrator Guide.
In this topic:
5.2.1 Moab error: "cannot determine local hostname"
# service moab start Starting moab: ERROR: cannot determine local hostname - node is misconfigured [FAILED]
...
SCHEDCFG[Moab] SERVER=<moab-hostname>:42559
...
Also check /etc/hosts to be sure the host name resolves, at least with localhost:
...
127.0.0.1 <moab-hostname> localhost localhost.localdomain localhost4 localhost4.localdomain4
...
5.2.2 Moab error: "Moab will now exit due to license file not found"
# service moab start Starting moab: Moab will now exit due to license file not found Please contact Adaptive Computing ([email protected]) to get a license for your system [FAILED]
If you encounter this error when starting Moab, make sure your Moab license file is named moab.lic and is located in the /opt/moab/etc/ directory.
Also make sure the license is not expired. The expiration date is listed in the license file. For example:
# cat /opt/moab/etc/moab.lic ... # Expires after Tue Dec 31 10:43:46 2013 ...