
50
# /tmp/ammasso1100.bin –d /usr/opt/ammasso/data/app64-02
Ammasso 1100 binary installer created on ....
Using /usr/opt/ammasso/data/app64-02 as the configuration directory.
Installation complete.
Reboot the system to activate the AMSO1100 board and its software
# ls /usr/opt/ammasso
. .. bin data fw lib lib64 man release scripts starcore_cset
support
# ls /usr/opt/ammasso/data
. .. app64-02 default
rnic_cfg.example
# ls /usr/opt/ammasso/data/app64-02/
. .. mode
4. Set the IP settings for the cluster node. Although the initial cluster node install involves a
manual setting of the
rnic_cfg
file once it is set it will not be deleted by an
amso_uninstall
and will be reused by follow on
ammasso1100.bin
installs.
This step needs to be done as a user with root privileges.
Copy or transfer the
rnic_cfg
file from section 6.2.2 to the directory specified above.
In this example, the directory is
/usr/opt/ammasso/data/app64-02
.
Edit this file with the new address settings:
# pwd
/usr/opt/ammasso/data/app64-02
#tail rnic_cfg
function amso_rdma_0_0 {
AMSO_IPADDR=10.40.32.50
AMSO_MASK=255.255.240.0
AMSO_GW=
AMSO_MTU=1500
}
function amso_ccil_0_0 {
AMSO_IPADDR=10.40.48.50
AMSO_MASK=255.255.240.0
AMSO_GW=
AMSO_MTU=1500
}
# vi rnic_cfg
#tail rnic_cfg
function amso_rdma_0_0 {
AMSO_IPADDR=10.40.32.51
AMSO_MASK=255.255.240.0
AMSO_GW=
AMSO_MTU=1500
}
function amso_ccil_0_0 {
AMSO_IPADDR=10.40.48.51
AMSO_MASK=255.255.240.0
AMSO_GW=
AMSO_MTU=1500
}