starting Internet Dir. [message #76995] |
Fri, 21 May 2004 04:48 |
Mark
Messages: 284 Registered: July 1998
|
Senior Member |
|
|
Is there anyway to start the Internet Directory, without going into application server or in Windows services. I have tried both and both say that the server is running and I.D. had been started, but it is not. On one of our test machines, in bringing it back on-line, the servers run (7777 and 7778), but I have no access to them(D.A.D.'s...) through app server. This happened before, and all we had to do is to start up Internet Directory. (Infrastructure is on the same machine as app serv.)
Thanks...
|
|
|
Re: starting Internet Dir. [message #76996 is a reply to message #76995] |
Fri, 21 May 2004 09:01 |
andrew again
Messages: 2577 Registered: March 2000
|
Senior Member |
|
|
On Solaris it works this way (using infrastructure env). Maybe it's similar on windows?
echo Starting Oracle Iternet Directory Monitor...
oidmon start
sleep 3
echo Starting Oracle Iternet Directory Server...
#oidctl server=oidldapd instance=1 configset=0 start
oidctl server=oidldapd instance=1 configset=1 start
|
|
|