Tuesday, August 4, 2015

How to start/stop Oracle Unified Directory 11gR2


[omss@ptud bin]$ pwd
/home/omss/middleware/asinst_1/OUD/bin

[omss@ptud bin]$ ./start-ds 
[04/Aug/2015:09:50:22 +0700] category=CORE severity=INFORMATION msgID=132 msg=The Directory Server is beginning the configuration bootstrapping process
[04/Aug/2015:09:50:22 +0700] category=CORE severity=NOTICE msgID=458886 msg=Oracle Unified Directory 11.1.2.3.0 (build 20150414142803Z, R1504140602) starting up
[04/Aug/2015:09:50:24 +0700] category=RUNTIME_INFORMATION severity=NOTICE msgID=20381717 msg=Installation Directory:  /home/omss/middleware/Oracle_OUD
[04/Aug/2015:09:50:24 +0700] category=RUNTIME_INFORMATION severity=NOTICE msgID=20381719 msg=Instance Directory:      /home/omss/middleware/asinst_1/OUD
[04/Aug/2015:09:50:24 +0700] category=RUNTIME_INFORMATION severity=NOTICE msgID=20381713 msg=JVM Information: 1.7.0_76-b13 by Oracle Corporation, 64-bit architecture, 2374828032 bytes heap size
[04/Aug/2015:09:50:24 +0700] category=RUNTIME_INFORMATION severity=NOTICE msgID=20381714 msg=JVM Host: localhost, running Linux 2.6.32-504.el6.x86_64 amd64, 6071373824 bytes physical memory size, number of processors available 4
[04/Aug/2015:09:50:24 +0700] category=RUNTIME_INFORMATION severity=NOTICE msgID=20381715 msg=JVM Arguments: "-Xms2316m", "-Xmx2316m", "-XX:+UseCompressedOops", "-Xmn512m", "-XX:MaxTenuringThreshold=1", "-XX:+UseConcMarkSweepGC", "-XX:CMSInitiatingOccupancyFraction=55", "-Dorg.opends.server.scriptName=start-ds"
[04/Aug/2015:09:50:24 +0700] category=ACCESS_CONTROL severity=INFORMATION msgID=12582978 msg=Added 10 Global Access Control Instruction (ACI) attribute types to the access control evaluation engine
[04/Aug/2015:09:50:24 +0700] category=BACKEND severity=INFORMATION msgID=9437595 msg=Local DB backend virtualAcis does not specify the number of lock tables: defaulting to 97
[04/Aug/2015:09:50:24 +0700] category=JEB severity=NOTICE msgID=8847402 msg=The database backend cn=virtualAcis,cn=Workflow Elements,cn=config containing 0 entries has started
[04/Aug/2015:09:50:25 +0700] category=BACKEND severity=INFORMATION msgID=9437595 msg=Local DB backend userRoot does not specify the number of lock tables: defaulting to 97
[04/Aug/2015:09:50:25 +0700] category=BACKEND severity=INFORMATION msgID=9437594 msg=Local DB backend userRoot does not specify the number of cleaner threads: defaulting to 24 threads
[04/Aug/2015:09:50:25 +0700] category=BACKEND severity=INFORMATION msgID=9437615 msg=Local DB backend userRoot does not specify the percentage of the heap space to allocate to the database cache: defaulting to 35 percent
[04/Aug/2015:09:50:25 +0700] category=BACKEND severity=INFORMATION msgID=9437613 msg=Local DB backend userRoot does not specify the size of the file handle cache: sizing automatically to use 100 file descriptors
[04/Aug/2015:09:50:25 +0700] category=JEB severity=NOTICE msgID=8847402 msg=The database backend cn=userRoot,cn=Workflow Elements,cn=config containing 1 entries has started
[04/Aug/2015:09:50:25 +0700] category=EXTENSIONS severity=INFORMATION msgID=1048797 msg=DIGEST-MD5 SASL mechanism using a server fully qualified domain name of: localhost
[04/Aug/2015:09:50:25 +0700] category=CORE severity=INFORMATION msgID=731 msg=LDAP Connection Handler 0.0.0.0 port 1389 does not specify the number of request handler threads: sizing automatically to use 8 threads
[04/Aug/2015:09:50:25 +0700] category=CORE severity=INFORMATION msgID=720 msg=No worker queue thread pool size specified: sizing automatically to use 24 threads
[04/Aug/2015:09:50:25 +0700] category=PROTOCOL severity=NOTICE msgID=2556180 msg=Started listening for new connections on Administration Connector 0.0.0.0 port 4444
[04/Aug/2015:09:50:25 +0700] category=PROTOCOL severity=NOTICE msgID=2556180 msg=Started listening for new connections on LDAP Connection Handler 0.0.0.0 port 1389
[04/Aug/2015:09:50:25 +0700] category=CORE severity=NOTICE msgID=458887 msg=The Directory Server has started successfully
[04/Aug/2015:09:50:25 +0700] category=CORE severity=NOTICE msgID=458891 msg=The Directory Server has sent an alert notification generated by class org.opends.server.core.DirectoryServer (alert type org.opends.server.DirectoryServerStarted, alert ID 458887):  The Directory Server has started successfully

[omss@ptud bin]$ ./stop-ds 
Stopping Server...

[04/Aug/2015:09:50:11 +0700] category=BACKEND severity=NOTICE msgID=9896306 msg=The backend cn=userRoot,cn=Workflow Elements,cn=config is now taken offline
[04/Aug/2015:09:50:11 +0700] category=BACKEND severity=NOTICE msgID=9896306 msg=The backend cn=virtualAcis,cn=Workflow Elements,cn=config is now taken offline
[04/Aug/2015:09:50:11 +0700] category=CORE severity=NOTICE msgID=458955 msg=The Directory Server is now stopped

Share this

0 Comment to "How to start/stop Oracle Unified Directory 11gR2"

Post a Comment