installing DNS WMI

S

shawn

i am currently setting up 10 distributed dns servers using
2000 and MS DNS for approximately 120 zones. servers are
located around the world with 1 master.

I am using vb scripts to add all primary,secondary and
reverse zones. I have no problems using dnscmd.exe to add
primary and secondary zones but can not get it to add
reverse lookup zones. So I am trying to get the DNS WMI
provider setup to add the reverse lookup zones. The
problem comes in compiling the MOF file.

screen cut-----------
C:\vbscript>mofcomp dnsprov.mof
Microsoft (R) 32-bit MOF Compiler Version 5.1.2600.1106
Copyright (c) Microsoft Corp. 1997-2001. All rights
reserved.

Parsing MOF file: dnsprov.mof
MOF file has been successfully parsed
Storing data in the repository...
An error occurred while creating object 2 defined on lines
12 - 19:
0X80041002 Class, instance, or property 'HostingModel' was
not found.
Compiler returned error 0x80041001
--end screen copy

the servers are in workgroups and can not be added to
domains. any ideas on why i cant get this to compile? are
there any prerequisites to install?

i also coded some registry writes to configure zone
transfers - any caveats i should watch out for?

thanks
shawn
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top