informatica:weblogic:wlst:comandos
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| informatica:weblogic:wlst:comandos [2017/08/29 10:02] – jose | informatica:weblogic:wlst:comandos [2017/09/18 15:46] (current) – jose | ||
|---|---|---|---|
| Line 80: | Line 80: | ||
| osb_cluster | osb_cluster | ||
| | | ||
| + | | ||
| + | ===== Sacar listado targets ===== | ||
| + | < | ||
| + | cd('/ | ||
| + | v_lista=ls(returnMap=' | ||
| + | |||
| + | for v_linea in v_lista: | ||
| + | cd('/ | ||
| + | if get(' | ||
| + | v_targets=list() | ||
| + | for v_target in get(' | ||
| + | v_targets.append(str(v_target).split(' | ||
| + | v_total=v_linea+" | ||
| + | else: | ||
| + | v_total=v_linea+" | ||
| + | print(v_total) | ||
| + | </ | ||
| + | |||
| + | |||
| + | ===== RCU ===== | ||
| + | / | ||
| + | |||
| + | |||
| + | ===== Bucle ===== | ||
| + | < | ||
| + | v_estat=" | ||
| + | while v_estat != " | ||
| + | try: | ||
| + | nmConnect(username=' | ||
| + | v_estat = " | ||
| + | except: | ||
| + | print "No esta connectat" | ||
| + | time.sleep(10) | ||
| + | </ | ||
| + | |||
| + | ===== Borrar cluster Coherence ===== | ||
| + | Sin target: | ||
| + | cd('/' | ||
| + | delete(' | ||
| + | |||
| + | |||
informatica/weblogic/wlst/comandos.1504000967.txt.gz · Last modified: by jose
