
45
/etc/init.d/rc5.d/S06amso1100
/etc/init.d/rc5.d/K16amso1100
/etc/init.d/amso1100
# ls /etc/ammasso.conf
/etc/ammasso.conf
# cat /etc/ammasso.conf
INSTALL_DIR=/usr/opt/ammasso
RNIC_CFG=/usr/opt/ammasso/data/app64-01
IS_INSTALLED=1
#
# ls /usr/opt/ammasso
. .. bin data fw lib lib64 man release support scripts
# ls /usr/opt/ammasso/data
. .. app64-01 default
# ls /usr/opt/ammasso/data/app64-01
. .. mode rnic_cfg
# tail -12 /usr/opt/ammasso/data/app64-01/rnic_cfg
function amso_rdma_0_0 {
AMSO_IPADDR=10.40.32.53
AMSO_MASK=255.255.240.0
AMSO_GW=
AMSO_MTU=1500
}
function amso_ccil_0_0 {
AMSO_IPADDR=10.40.48.53
AMSO_MASK=255.255.240.0
AMSO_GW=
AMSO_MTU=1500
}
AMSO1100 is now installed on the build system. Note the file
rnic_cfg
which is
used to set the IP settings of the RNIC. This file will be used as a template for the
cluster nodes. Before building MPICH and DAPL, the next step is to create the
binary image file for installation on the cluster nodes.
3. Build a binary image for install on the cluster nodes. This step can also be done at a later
time and after a reboot provided the AMSO1100 build directory is still present.
# make binary
......
output of make binary
......
Binary file ammasso1100.bin has been built. Please execute on your target
machine to install.
#
# ls
. ammasso1100.bin cset Makefile software
.. Config.mk data scripts verbatim
ammasso1100.bin
is a shell script and binary image for installation on cluster
nodes. Save this file to a safe location that can be used to distribute to the cluster
nodes.
# cp ammasso1100.bin /tmp
Build MPICH and DAPL before rebooting.