Following are the basic steps while installing Oracle Directory Server Enterprise Edition:
- Go to server and Run command prompt as administrator.
- Copy the installer to any particular location in server.
- Unzip the installer and navigate to bin folder inside Installer.
- From command prompt run the command "dsccsetup war-file-create"
- Which will create war file under Var folder inside installer.
- Run the following command in command propet "dsccsetup.exe ads-create" which will create directory server registry.
- While creating registry it will ask for password, please enter password and do remember.
- Run the following command after creating directory server registry. "dsccsetup.exe cacao-reg" which will register in cacao agent.
- If you get cacao error, try running command prompt as admin.
- check "dsccsetup.exe status"
- Run "cacaoadm.bat status" which gives instance details.
default instance is DISABLED at system startup.
Current retries count : 0/4
Processes:
4292
Uptime: 0 day(s), 0:7
12. Create new instance and enable it.
13. To create new instance run "cacaoadm.bat create-instance Ravi_instance"
14. Keep password in some text file(password.txt) and enable the instance using following command
15. Run "Cacaoadm.bat enable -i Ravi_instance -f C:\dsee7\password.txt"
Thanks !!!
No comments:
Post a Comment