To apply a server profile to an unconfigured server, use the setup subcommand, which replaces the normal setup tool when using a server profile. Run manage-profile setup to do the following:
- Copy the server-root/pre-setup files to the server root.
- Apply changes for any batch files contained in the pre-setup-dsconfig directory.
- Run the setup tool.
- Copy the server-root/post-setup files to the server root.
- Install any Server SDK extensions.
- Apply changes for any dsconfig batch files.
- Import any LDIF files contained in the ldif directory structure.
- Start the server.
manage-profile setup creates a copy of the profile in a temporary directory specified by the --tempProfileDirectory option. The tool leaves the server running upon completion unless you use the --doNotStart option.