{ 'functionName' : 'createTopology' , 'functionMessage' : 'Create DS topology' , 'functionException' : 'Server.CreateTopologyException' , 'functionArguments' : { 'initialiseInstance' : True } } { 'functionName' : 'StartDsWithScript' , 'functionMessage' : 'Start the Directory Server.' , 'functionException' : 'Server.StartException' , 'functionArguments' : { 'location' : STAF_REMOTE_HOSTNAME } } { 'functionName' : 'isAlive' , 'functionMessage' : 'Start the Directory Server.' , 'functionException' : 'Server.StartException' , 'functionArguments' : { 'noOfLoops' : 100 , 'noOfMilliSeconds' : 3000 } } { 'functionName' : 'ldapModifyWithScript' , 'functionMessage' : 'Adding Initial Entries' , 'functionException' : 'LDAP.ModifyException' , 'functionArguments' : { 'dsAdd' : 'TRUE' , 'dsInstanceHost' : server.host , 'dsInstancePort' : server.port , 'dsInstanceDn' : server.dn , 'dsInstancePswd' : server.password , 'dsFilename' : '%s/aci/aci_startup.ldif' % remote.data } } '%s: Create topology failed. eInfo(%s)' % (eType,eInfo) '%s: Failed to start Directory Server. eInfo(%s)' % (eType,eInfo) '%s: LDAPModify failed. eInfo(%s)' % (eType,eInfo)