Friday 3 August 2012

IBM Connections 3 - The Missing Jython Scripts ? More ….

Following on from my earlier post - IBM Connections 3 - The Missing Jython Scripts ? - here's some more examples, now that my IC301 cluster is installed: -

/opt/IBM/WebSphere/AppServer/profiles/Dmgr01/bin/wsadmin.sh -lang jython -f /tmp/Wizards/Wizards/was/jython/listMember.py 

WASX7209I: Connected to process "dmgr" on node ic301 using SOAP connector;  The type of process is: DeploymentManager
Cluster1_server1(cells/ic301/clusters/Cluster1|cluster.xml#ClusterMember_1344004211970)
Cluster2_server1(cells/ic301/clusters/Cluster2|cluster.xml#ClusterMember_1344004492286)
InfraCluster_server1(cells/ic301/clusters/InfraCluster|cluster.xml#ClusterMember_1344003822736)

/opt/IBM/WebSphere/AppServer/profiles/Dmgr01/bin/wsadmin.sh -lang jython -f /tmp/Wizards/Wizards/was/jython/fullSyncNodes.py 

WASX7209I: Connected to process "dmgr" on node ic301 using SOAP connector;  The type of process is: DeploymentManager

I'll keep digging and see what the other scripts actually do: -

deleteOldServer.py
folderConfig.py
restartCluster.py
stopCluster.py
variableProc.py     

and how to use them.

No comments:

Visual Studio Code - Wow 🙀

Why did I not know that I can merely hit [cmd] [p]  to bring up a search box allowing me to search my project e.g. a repo cloned from GitHub...