What is the syntax to add a domain or member server as a managed domain\server in Directory and Reso (NETIQKB28154)

  • 7728154
  • 02-Feb-2007
  • 19-Jun-2007

Resolution

goal
What is the syntax to add a domain or member server as a managed domain\server in Directory and Resource Administrator using the Command Line Interface?

fact
Directory and Resource Administrator 6.60

fact
Directory and Resource Administrator 7.x

fix

DCUtil.exe is a Command Line utility, which can be used to add domains an\or member servers to be managed by Directory and Resource Administrator.

The following syntax must be run from the install directory (\Program files\NetIQ\DRA) on the Directory and Resource Administrator server:

  • To add a managed domain named domainA.com type the following:

    DCUTIL domconfig /name:default /value:domain:domainA.com /add
  • To add a managed member server named member1 type the following:

    DCUTIL domconfig /name:default /value:member:member1 /add
  • To set an override account of domainA\user1 and a password of password for the domain domainA.com type the following:

    DCUTIL DOMPROPDNS /name:domainA.com /account:domainA\user1 /password:password
  • To set an override account of member1\user1 and a password of password for the member server "member1" type the following:

    DCUTIL DOMPROPFLAT /name:member1 /account:member1\user1 /password:password

 



Additional Information

Formerly known as NETIQKB28154