Enabling J WBEM Server Authentication on Windows with Domains
Products:
J WBEM Server 1.0
Operating Systems:
Windows
Introduction
If one or more domains are used for authentication, then additional steps are required. Specifically, instances of WBEMSolutions_WindowsDomain for each domain must be added to the J WBEM Server Repository.
Resolution
Create a MOF file (e.g. domains.mof). Its first line should be:
#pragma namespace (“interop”)
Add an instance definition for each domain in this MOF file. Each instance definition has the following form:
instance of WBEMSolutions_WindowsDomain {name = "testdomain.com"; };
Change the value of the name property to match the domain name.
If needed, stop the J WBEM Server
Open up a DOS window via Start -> Programs -> Accessories -> Command Prompt
From within the DOS window, change to the directory where mofcomp.bat is located; e.g. C:\Program Files\wsi\bin
From within the DOS window, run mofcomp to add the domain instances to the Repository; e.g.