Friday 3 August 2012

IBM Connections 3 - The Missing Jython Scripts ?

I found this when I was poking about in the Wizards that are provided with IBM Connections 3 ( as packaged up in IBM_Connection301_Wzd_zLinux_CZVR1ML.tar ).

I'd previously mentioned this when creating the DB2 databases manually.

Looking at the directory structure that's contained with the TAR file: -

drwxr-xr-x 11 root root 4096 Mar 30  2011 connections.s390.sql
drwxr-xr-x 11 root root 4096 Mar 30  2011 connections.sql
drwxr-xr-x  2 root root 4096 Aug  2 16:23 DBWizard
-rwxr--r--  1 root root 2272 Mar 30  2011 dbWizard25.sh
-rwxr--r--  1 root root 2272 Mar 30  2011 dbWizard30.sh
drwxr-xr-x  2 root root 4096 Aug  2 16:23 depcheck
drwxr-xr-x  5 root root 4096 Mar 30  2011 jvm
drwxr-xr-x  5 root root 4096 Aug  3 11:09 lib
-rwxr--r--  1 root root 2097 Mar 30  2011 populationWizard.sh
drwxr-xr-x  2 root root 4096 Aug  2 16:23 samples
drwxr-xr-x  2 root root 4096 Aug  2 16:23 script
drwxr-xr-x  3 root root 4096 Aug  2 16:23 TDIPopulation
drwxr-xr-x  3 root root 4096 Mar 30  2011 was


I was especially interested in the was subdirectory, which contains: -

was/:
total 12
drwxr-xr-x  3 root root 4096 Mar 30  2011 .
drwxr-xr-x 12 root root 4096 Mar 30  2011 ..
drwxr-xr-x  2 root root 4096 Aug  2 16:23 jython

was/jython:
total 48
drwxr-xr-x 2 root root 4096 Aug  2 16:23 .
drwxr-xr-x 3 root root 4096 Mar 30  2011 ..
-rwxr--r-- 1 root root 1162 Mar 30  2011 deleteOldServer.py
-rwxr--r-- 1 root root 1513 Mar 30  2011 dmcellname.py
-rwxr--r-- 1 root root 6461 Mar 30  2011 folderConfig.py
-rwxr--r-- 1 root root 1767 Mar 30  2011 fullSyncNodes.py
-rwxr--r-- 1 root root  953 Mar 30  2011 listMember.py
-rwxr--r-- 1 root root 2570 Mar 30  2011 restartCluster.py
-rwxr--r-- 1 root root 2206 Mar 30  2011 stopCluster.py
-rwxr--r-- 1 root root 4876 Mar 30  2011 variableProc.py


I had a quick play with some of them: -

$ /opt/IBM/WebSphere/AppServer/profiles/Dmgr01/bin/wsadmin.sh -lang jython -f was/jython/dmcellname.py 

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


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

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

( I don't yet have a node federated into my cell .... )

I'll play around with this once I've completed my IC3011 installation, and add a bit more info ....

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...