Wednesday 1 August 2012

Unpacking …. WebSphere Portal

I'm collated the scripts ( usually called unpack.sh ) that I use to unpack various versions of WebSphere Portal, from previous blog posts, and now including WP v8: -


unzip C1TQ3ML.zip -d IL-Setup
mkdir IL-1
tar -xvzf C1TQ8ML.tgz -C IL-1
unzip C1HA2ML.zip -d IL-2
unzip C1U2VML.zip -d IL-3
unzip C1U2YML.zip -d IL-4
unzip C1U31ML.zip -d IL-5


unzip CZ8G8ML.zip    -d IL-Setup
mkdir                   IL-1
tar xvzf CZ8H5ML.tgz -C IL-1
unzip C1HA2ML.zip    -d IL-2
unzip CZ8I8ML.zip    -d IL-3
unzip CZ8I9ML.zip    -d IL-4
unzip CZ8IAML.zip    -d IL-5


unzip CZ8G7ML.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 CZ8I4ML.zip    -d IL-3
unzip CZ8I5ML.zip    -d IL-4
unzip CZ8I6ML.zip    -d IL-5
unzip CZ8I7ML.zip    -d IL-5A

WebSphere Portal Server 7 ( Linux )

mkdir                        /tmp/WP7
unzip CZLL2ML.zip      -d    /tmp/WP7/IL-Setup
mkdir                        /tmp/WP7/IL-1
tar xvf CZLP0ML.tar    -C    /tmp/WP7/IL-1
mkdir                        /tmp/WP7/IL-2
tar xvf CZLP6ML.tar    -C    /tmp/WP7/IL-2
unzip CZLL5ML.zip      -d    /tmp/WP7/IL-3
unzip CZLL8ML.zip      -d    /tmp/WP7/IL-4
unzip CZLM1ML.zip      -d    /tmp/WP7/IL-5


mkdir                        /tmp/WPX7
unzip CZLL3ML.zip      -d    /tmp/WPX7/IL-Setup
mkdir                        /tmp/WPX7/IL-1
tar xvf CZLP0ML.tar    -C    /tmp/WPX7/IL-1
unzip CZLR2ML.zip      -d    /tmp/WPX7/IL-3
unzip CZLL6ML.zip      -d    /tmp/WPX7/IL-4
unzip CZLL9ML.zip      -d    /tmp/WPX7/IL-5
unzip CZLM2ML.zip      -d    /tmp/WPX7/IL-6

WebSphere Portal Enable 8 ( Linux )

unzip /mnt/CI7N3ML.zip -d /tmp/WP8
unzip /mnt/CI7N4ML.zip -d /tmp/WP8
unzip /mnt/CI7N5ML.zip -d /tmp/WP8
unzip /mnt/CI7N6ML.zip -d /tmp/WP8
unzip /mnt/CI7N7ML.zip -d /tmp/WP8
unzip /mnt/CI7N8ML.zip -d /tmp/WP8
unzip /mnt/CI7N9ML.zip -d /tmp/WP8
unzip /mnt/CI7NAML.zip -d /tmp/WP8
tar -xvzf /mnt/CI7NDML.tar.gz -C /tmp/WP8
unzip /mnt/CI7V6ML.zip -d /tmp/WP8
unzip /mnt/CI7V7ML.zip -d /tmp/WP8




3 comments:

Oleksiy.Dovzhanitsya said...

Cool!!!
Thank you !!!

Oleksiy.Dovzhanitsya said...

Cool!!!
Thank you for tips!!!

Oleksiy.Dovzhanitsya said...

Cool!!!
Thank you for tips!!!

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