migracion

14/10/2004 - 16:59 por Fernando Ugarte | Informe spam
hola
necesito migrar las cuentas de usuario, grupos y permisos de un win2k server
a otro
alguna idea?
gracias




Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.775 / Virus Database: 522 - Release Date: 08/10/2004
 

Leer las respuestas

#1 Juan Carlos Cadavid Diaz
14/10/2004 - 19:28 | Informe spam
Con las utilidades de exportación e importacion de AD, puedes hacerlo, son
CSVDE y LDIFDE.
Te anexo parte de un documento que puede ayudarte para empezar.

To start the LDIFDE utility, run the Ldifde.exe file with certain
parameters.

Similarly, to start the CSVDE utility, you need to run the Csvde.exe file
with

certain parameters. For example, to import a file named Users.ldf, you need
to

type one of the following commands at the command prompt:

Ldifde .i .k .v .f filename.ldf

Csvde .i .k .v .f filename.ldf


When you run this command, it generates a log file called Ldif.log and an
error

file called filename.err when errors are encountered during the import or
export

process.

There are four categories of parameters: general, export.specific, import.

specific, and credential.

General Parameters

General parameters are used for both importing and exporting. The following

table lists the general parameters.

Parameter Purpose


-f filename To specify the input or output filename.

-s servername To specify the server to bind to.

-c FromDNToDN To replace occurrences of FromDN to ToDN.

-v To enable verbose mode.

-j To specify the location of the log file.

-t To specify the port number. The default port number is 389.

-? To access online help.

Export..specific Parameters

Export-specific parameters are used only for exporting information. The

following table lists the export specific parameters.

Parameter Purpose


-d RootDN To specify the root of the LDAP search

-r Filter To specify the LDAP search filter

-p SearchScope To specify the search scope

-l list To specify the list of attributes (comma separated) to look for in

an LDAP search.

-o list To specify the list of attributes (comma separated) to omit from

the input.

-g To disable paged search.

-n To ensure that binary values are not exported.


Import.specific Parameters

Import.specific parameters are used only for importing information. The

following table lists the import specific parameters.

Parameter Purpose


-i To enable Import mode. The default mode is Export.

-k To ensure that the 'Constraint Violation' and 'Object Already

Exists' errors do not affect the import process.


Credentials Parameters

Credentials parameters are used to override the default security credentials
used

when importing or exporting. The following table lists the credentials

parameters.

Parameter Purpose


-a DN password To use a different user ID and password when running the

commands. You need to supply the user distinguished name

and password to do this. For example:

"cn=yourname,dc=yourcompany,dc-com password"

-b username domain password

To set the command to run as username domain password. By default, the
command is run using the credentials of the currently logged on user.



Suerte.

Preguntas similares