Thursday, 6 May 2010

WebSphere Portal Enable 6.1.5 / 6.1.30 - Unpacking on Linux ...

Following on from my occasional series of unpack scripts, here's the one that I've been using to install WebSphere Portal Enable 6.1.5 on Linux ( 32-bit ): -

unzip    cz8g9ml.zip       -d    IL-Setup
mkdir                            IL-1
tar    xvzf cz8h5ml.tgz    -C    IL-1
mkdir                            IL-2
tar    xvzf cz8hdml.tgz    -C    IL-2
unzip    cz8ibml.zip       -d    IL-3
unzip    cz8icml.zip       -d    IL-4
unzip    cz8idml.zip       -d    IL-5
unzip    cz8ieml.zip       -d    IL-5A

No comments:

Note to self - use kubectl to query images in a pod or deployment

In both cases, we use JSON ... For a deployment, we can do this: - kubectl get deployment foobar --namespace snafu --output jsonpath="{...