OSIT
OSIT
#################################################################
# ADAPT osit_install.sh shell script according to your platform
#################################################################
#!/usr/bin/sh
#
# <<<< PLEASE change the shell in 1st line of osit_install.sh script according to
the OS >>>>
#
# HPUX : #!/usr/bin/sh
# LINUX : #!/bin/sh
# AIX : #!/bin/sh
# SOLARIS (SUNOS) : #!/usr/bin/ksh
#################################################################
# HP-UX toolset: OSIT-CORE-UX, Core distribution
#################################################################
a) get latest sw depot file and latest osit_install.sh script and copy it to
the target server
(check first line of shell script => adapt shell if requried)
b) install the depot on the target server via:
<install script name> <path>/<sw depot file>
example:
osit_install.sh /tmp/osit-core-hpux_A.02.376.depot
#################################################################
# LINUX toolset
#################################################################
a) Get latest OSIT depot file and latest osit_install.sh script and copy it to
the target server.
The OSIT depot is available as rpm file as well as a tar.gz file. During
installation the
"depot_type" (rpm / tar.gz) can be specified.
Recommended installation is based on the tar.gz file
As an alternative you can also install the osit package manually via rpm or
via tar
without using the osit_install script.
(check first line of shell script => adapt shell if requried)
(preferred: tar.gz depot with installation based on osit_install.sh)
A) rpm
o installation (first time inst)
rpm -ivH <rpm file>
o upgrade
rpm -Uvh <rpm file>
o check installed rpm packages
rpm -qa | grep -i osit
cat /opt/osit/version.txt
B) tar
o installation / upgrade
gunzip <tar.gz file>
tar -xvf <tar file>
o check installed tar files (OSIT version)
cat /opt/osit/version.txt
#################################################################
# AIX toolset
#################################################################
a) Get latest OSIT depot file and latest osit_install.sh script and copy it to
the target server.
The OSIT depot is available as rpm file as well as a tar.gz file. During
installation the
"depot_type" (rpm / tar.gz) can be specified.
Recommended installation is based on the tar.gz file
As an alternative you can also install the osit package manually via rpm or
via tar
without using the osit_install script.
(preferred: tar.gz depot with installation based on osit_install.sh)
(check first line of shell script => adapt shell if requried)
A) rpm
o installation (first initial installation)
rpm -ivh --nodeps --ignoreos <rpm file>
o upgrade:
rpm -Uvh --nodeps --ignoreos <rpm file>
--ignoreos (because the rpm is build on 5.2 and rpm complains on 5.3
without this switch)
--nodeps (otherwise rpm complains missing perl paths / links etc.)
o check installed / upgraded rpm package
rpm -qa | grep -i osit
cat /opt/osit/version.txt
B) tar
o installation / upgrade
gunzip <tar.gz file>
tar -xvf <tar file>
o check installed tar files (OSIT version)
cat /opt/osit/version.txt
#################################################################
# SOLARIS toolset
#################################################################
a) get latest tar.gz file and latest osit_install.sh script and copy it to the
target server
(check first line of shell script => adapt shell if requried)
b) install the depot on the target server via:
<install script name> <path>/<sw depot file> <depot_type>
example:
osit_install.sh /tmp/osit-toolset-solaris-3.0-061.tar.gz tar.gz