User Tools

Site Tools


informatica:weblogic:wlst:comandos

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
informatica:weblogic:wlst:comandos [2017/08/29 13:54] joseinformatica:weblogic:wlst:comandos [2017/09/18 15:46] (current) jose
Line 97: Line 97:
   print(v_total)   print(v_total)
 </code>   </code>  
-  + 
 + 
 +===== RCU ===== 
 +/u01/mid12212/oracle_common/bin/rcu -silent -dropRepository -connectString 172.17.0.1:1521:DEV -dbUser sys -dbRole SYSDBA -schemaPrefix BPEL12C -selectDependentsForComponents true -component IAU -component MDS -component IAU_APPEND -component IAU_VIEWER -component OPSS -component STB -component WLS -component UCSUMS -component SOAINFRA -component ESS < /u01/pogramas/passwordfile.txt 
 + 
 + 
 +===== Bucle ===== 
 +<code> 
 +v_estat="desconnectat" 
 +while v_estat != "connectat": 
 +  try: 
 +    nmConnect(username='weblogic', password='weblogic01',domainName='osb', host='127.0.0.1',port='5556', nmType='plain'
 +    v_estat = "connectat" 
 +  except: 
 +    print "No esta connectat" 
 +    time.sleep(10) 
 +</code> 
 + 
 +===== Borrar cluster Coherence ===== 
 +Sin target: 
 +  cd('/'
 +  delete('defaultCoherenceCluster','CoherenceClusterSystemResource'
 + 
informatica/weblogic/wlst/comandos.1504014860.txt.gz · Last modified: 2017/08/29 13:54 by jose