The following shows the commands in named workspaces and scripts where the REGEX ggpath\w*|ggenv\w*|ggreap\w* OCCURED. To locate the GG-funtions loaded by the GG-Container you will type at the shell prompt: asplcmd ~gg To locate the scripts: asplcmd ~shared
in namedspace MYPATH []
2 mm02 = ggpathR(grp1,mm02,hostname,mm02)
in namedspace PATHENV []
24 mm02 = ggpathR(grp1,mm02,hostname,mm02)
19 vienna = ggpath(grp1,vienna)
17 mm02aspl = ggpathR(grp1,mm02,hostname,mm02,PATH,/opt/ASPLv1.00/bin:/opt/ASPLv1.00/shared)
15 vienaspl = ggpath(grp1,vienaspl,PATH,/opt/ASPLv1.00/bin:/opt/ASPLv1.00/shared)
in namedspace PATHENV2 []
17 mm02 = ggpathR(grp1,mm02,hostname,mm02)
12 vienna = ggpathR(grp1,vienna,hostname,vienna)
9 mm01 = ggpath(grp1,mm01)
in script pathcompare.aspl [Compare PATH on two remote hosts in a cloud environment]
p1 = ggpathR(grp1,$1,hostname,$1,ENVNAME,PATH)
p2 = ggpathR(grp1,$2,hostname,$2,ENVNAME,PATH)
in script pathcompare.pl [compares the system PATH of many hosts]
$s .= "$host = ggpath(grp1,$host $PATH)\n";
# remote hostname call ggpathR()
$s .= "$host = ggpathR(grp1,$host,hostname,$host $PATH)\n";
in namedspace ENV123 [ATTRIBUTES REAPING ENVIRONMENT VARIABLES]
100 mm01 = ggenv(grp1,MM01)
99 vienna = ggenvR(grp1,VIENNA,hostname,vienna)
61 wa1 = ggreapenvbypid(grp1,wa1,program,/opt/IBM/WebSphere/AppServer/bin/startServer.sh server1)
59 wa2 = ggreapenvbypid(grp1,wa1,program,/opt/IBM/WebSphere/AppServer/bin/startServer.sh server1)
58 wa2 = ggreapenvbypid(grp1,wa1,program,/opt/IBM/WebSphere/AppServer/bin/startServer.sh server1)
57 wa2 = ggreapenvbypid(grp1,wa1,program,/opt/IBM/WebSphere/AppServer/bin/startServer.sh server1)
56 wa2 = ggreapenvbypid(grp1,wa1,program,/opt/IBM/WebSphere/AppServer/bin/startServer.sh server1)
43 jy3 = ggreapenvbypid(grp1,wa1,program,/opt/IBM/WebSphere/AppServer/profiles/AppSrv01/bin/wsadmin.sh -conntype NONE -lang jython -username bassem -password bassem,onlychanged,1)
41 wa3 = ggreapenvbypid(grp1,wa1,program,/opt/IBM/WebSphere/AppServer/bin/startServer.sh server1,onlychanged,1)
15 was88 = ggreapenvbypid(grp1,wa88,program,/opt/IBM/WebSphere/AppServer/bin/setupCmdLine.sh,onlychanged,1)
in namedspace ENVBAD [WORKSPACE ENVBAD DESCRIPTION]
42 mm01 = ggenv(grp1,MM01)
41 vienna = ggenvR(grp1,VIENNA,hostname,vienna)
3 ggreapenv(grp1,A,program,/opt/IBM-was8-mm07-CRAP/WebSphere/AppServer/profiles/AppSrv01/bin/runConfigActions.sh,onlychanged,1,reaptimeout,2)
in namedspace ENVNY []
31 mm01 = ggenv(grp1,MM01)
30 vienna = ggenvR(grp1,VIENNA,hostname,vienna)
in namedspace ENVVARNEWYORK []
23 mm01 = ggenv(grp1,MM01)
22 vienna = ggenvR(grp1,VIENNA,hostname,vienna)
6 was8setcmd = ggreapenvbypid(grp1,WAS8Setcmd,program,/opt/IBM/WebSphere/AppServer/bin/setupCmdLine.sh,onlychanged,1)
in namedspace ENVVARNY []
38 mm01 = ggenv(grp1,MM01)
37 vienna = ggenvR(grp1,VIENNA,hostname,vienna)
in script envcompare.pl [compares the ENV across host names]
$s .= "$host = ggenv(grp1,$host)\n";
# remote hostname call ggenvR()
$s .= "$host = ggenvR(grp1,$host,hostname,$host)\n";
in script reapenv.aspl [Reap a program started by a shell script]
ggreapenv(grp1,LABEL,program,$1,onlychanged,1,reaptimeout,2,nohup,1)
in script reapenvbypid.aspl [Reap environment by pid]
ggreapenvbypid(grp1,LABEL,program,$1,onlychanged,1,reaptimeout,2,nohup,1)
in script reapenvcompare.aspl [Reap environment variables of two programs for comparison]
e1 = ggreapenv(grp1,L,program,$1,onlychanged,1,reaptimeout,3,nohup,1)
e2 = ggreapenv(grp1,L,program,$2,onlychanged,1,reaptimeout,3,nohup,1)
in script reapenvpidcompare.aspl [Reap the environment variables of two programs for pid groups comparison]
e1 = ggreapenvbypid(program,$1,onlychanged,1)
e2 = ggreapenvbypid(program,$2,onlychanged,1)
in script wasreaper.aspl [Reap WebSphere startNode.sh and stopNode.sh for comparison]
w1 = ggreapenvbypid(program,/opt/IBM/WebSphere/AppServer/bin/startNode.sh,onlychanged,1)
w2 = ggreapenvbypid(program,/opt/IBM/WebSphere/AppServer/bin/stopNode.sh,onlychanged,1)
in script wasreaper2.aspl [Reap WebSphere wsadmin.sh and startServer.sh for comparison]
v1 = ggreapenvbypid(program,/opt/IBM/WebSphere/AppServer/profiles/AppSrv01/bin/wsadmin.sh -conntype NONE -lang jython -username bassem -password bassem,onlychanged,1)
v2 = ggreapenvbypid(program,/opt/IBM/WebSphere/AppServer/bin/startServer.sh server1,onlychanged,1)