For fresh ITM agent installation, what agent version should be used?
Submitted by: AdministratorFor fresh itm agent installation , we need to use below agent version dump as shared with you:
For aix 5.3 - ux_06210000_aix526
For linux 2.6 32 bit - lz_062100000_li6263
Submitted by: Administrator
For aix 5.3 - ux_06210000_aix526
For linux 2.6 32 bit - lz_062100000_li6263
Submitted by: Administrator
AIX:
echo `uname|tr [A-Z] [a-z] ``uname -v``uname -r``bootinfo -K|cut -c1`
Linux:
if [ "`uname -m`" = i686 ] || [ "`uname -m`" = s390 ]
then echo "l"`uname -m|cut -c1-2``uname -r|cut -c1``uname -r|cut -c3`"3"
else echo "l"`uname -m|cut -c1-2``uname -r|cut -c1``uname -r|cut -c3`"6"
fi
Solaris:
if [ `uname -r | cut -d. -f2` -lt 10 ]
then echo "sol2"`uname -r | cut -d. -f2``isainfo -b | cut -c1`
elif [ "`uname -m | cut -c1 | grep i`" = i ]
then echo "sol6"`uname -r | cut -c4-``isainfo -b | cut -c1`
else echo "sol5"`uname -r | cut -c4-``isainfo -b | cut -c1`
fi
Susy Linux
if [ "`uname -m`" = i686 ] || [ "`uname -m`" = s390 ]
then
echo "l"`uname -m|cut -c1-2``uname -r||cut -c1``uname -r|cut -c3`"3"
echo "l"`uname -m|cut -c1-2``uname -r||cut -c1``uname -r|cut -c3`"6"
fi
using those commands we need to check the compatibility and need to install ITM agent. Windows 32bit and 64bit 2 packages will be available,
Submitted by: Dipsmita Das
echo `uname|tr [A-Z] [a-z] ``uname -v``uname -r``bootinfo -K|cut -c1`
Linux:
if [ "`uname -m`" = i686 ] || [ "`uname -m`" = s390 ]
then echo "l"`uname -m|cut -c1-2``uname -r|cut -c1``uname -r|cut -c3`"3"
else echo "l"`uname -m|cut -c1-2``uname -r|cut -c1``uname -r|cut -c3`"6"
fi
Solaris:
if [ `uname -r | cut -d. -f2` -lt 10 ]
then echo "sol2"`uname -r | cut -d. -f2``isainfo -b | cut -c1`
elif [ "`uname -m | cut -c1 | grep i`" = i ]
then echo "sol6"`uname -r | cut -c4-``isainfo -b | cut -c1`
else echo "sol5"`uname -r | cut -c4-``isainfo -b | cut -c1`
fi
Susy Linux
if [ "`uname -m`" = i686 ] || [ "`uname -m`" = s390 ]
then
echo "l"`uname -m|cut -c1-2``uname -r||cut -c1``uname -r|cut -c3`"3"
echo "l"`uname -m|cut -c1-2``uname -r||cut -c1``uname -r|cut -c3`"6"
fi
using those commands we need to check the compatibility and need to install ITM agent. Windows 32bit and 64bit 2 packages will be available,
Submitted by: Dipsmita Das
Read Online IBM Tivoli Job Interview Questions And Answers
Top IBM Tivoli Questions
☺ | How to configure the Agent? |
☺ | What are the install support files to TEPS? |
☺ | What are the Install support files on RTEMS? |
☺ | Tell me what are various Connector modes in TDI? |
☺ | Write the command to verify the agent running status? |
Top Technical IBM Tools Categories
☺ | IBM AIX Interview Questions. |
☺ | MAXIMO Interview Questions. |
☺ | IBM Tivoli Interview Questions. |
☺ | IBM Netcool/Omnibus Interview Questions. |