HYBRID GPU CPU - Project Milestone

1)Ganglia Nvidia tool is not properly is installed.

2)Infiniband OFED Installation
It has the group of package installation
ofed,libiverbs,librdmacm,libhardware,rdmav2,libibcommon,
libibumad,libibmad,openib-diags,mstflint,pertest,openibd,opensm
It that group of packages all the packages are not installed properly.
SOLUTION : Install.pl script Command the unresolved dependency packages name.
Then installation is completed successfully.
NOTE: Mellonax Infiniband is not supporting openSUSE 12.1 (2013-June).

2.1)To Check The Infiniband Speed.
From the Master to compute node login with INFINIBAND IP.
using dd command try to create the 3 to 5 GB data.
Then check the Speed and performance.
To compare Ethernet speed do the same thing
while login instead of INFINIBAND IP use the ETHERNET IP.

3)IPMI - Not able to set the IP Address via BIOS.
Using ipmitool command able to set the IP Address.
Before that we have to load the driver using modprobe.
#modprobe ipmi_msghandler
#modprobe ipmi_devinfo
#modprobe ipmi_si
For More Info : http://www.thomas-krenn.com/en/wiki/Configuring_IPMI_under_Linux_using_ipmitool
NOTE: IPMI should enable in the Jumper setting.
After IP set in the IPMI. Able to take the web access and monitor all the status but for CONSOLE REDIRECTION unable to get.

4)HPC Application Installation.
we have to copy the application Source package from Shared File system to local Hard disk to all the compute node.Then using PDSH or C3 Tool we have to fire make & make install to all the compute nodes.

5)BIOS Upgrade.
First we have to upgrade IPMI (or) BMC Board - we can upgrade using web console itself.
then we have to upgrade BIOS - using bootable pen-drive we can upgrade.

6)To connect the DATA Card in LINUX
http://www.linuxnix.com/2011/08/connect-reliance-netconnect-ubuntu.html
For TATA PHOTON: https://sites.google.com/site/hpchcl/others/dialup-internet-on-linux.pdf?attredirects=0&d=1

7)Linux Driver.
1)How To Install the Driver(USING RPM & tarball).
2)Important Linux Driver into the kernel(insmod,rmmod,modinfo)
3)Driver related to which hardware
(lspci -k -s -v ,lshw, hwinfo --netcard,--gfxcard,--help).
4)How to disable(or)blacklist for the Particular Driver.

8)
To clone the Hard Disk.
1)#dd if=/dev/sda of=/dev/sdb bs=1M &
#Kill -SIGUSR1 <PID OF DD>
(we will get the STATUS of the cloning hard disk status).

 For Tesela & Quadro Plex Card Setup : Download Page

0 comments:

Post a Comment