Deployment Guide

num target prot opt source destination
1 REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-
host-prohibited
Chain OUTPUT (policy ACCEPT)
num target prot opt source destination
num target prot opt source destination
Step 2: Install the AFM RPM Software on the Linux
CentOS Machine
1. Download the AFM RPM file AFM2.6.0.<label#>.noarch.rpm from Dell Networking Support. For
information about Dell Networking Support, refer to Dell Networking Support.
2. Search for the existing AFM package by using the RPM -qa option .
# rpm -qa | grep AFM
AFM2.6.0.<label#>.noarch
3. If AFM exists, erase the package by using the command -e -- nodeps –noscripts –
notriggers command with the package name. The package name displays in the output of the -
qa
command.
# rpm -e - vv --nodeps --noscripts --notriggers AFM2.6.0.<label#>.noarch
4. If the /opt/dell/dfm or /usr/hbase directories exist, delete them.
# rm -rf /opt/dell/dfm
# rm -rf /usr/hbase
5. Verify the OpenSSL version is openssl-1.0.0-20.el6.x86_64 using the following command: rpm -qa
| grep openssl
If another version is installed, install this version.
6. Run the rpm -ivh AFM.rpm file installer to extract and install the required RPMs.
NOTE: The dependencies for this RPM include the Unzip, DHCP, TFTP server and PostgreSQL
packages.
# rpm -ivh AFM.rpm file
7. After the installer has completed installing all the RPMs, go to the following directory:/opt/dell/dfm/
bin.
This file contains all the applications including HBase software.
8. Run the dfmDB.sh script and install the PostgreSQL Database.
# /opt/dell/dfm/bin/dfmDB.sh
9. Start the HBase server using the /usr/hbase/hbase-0.94.1/bin/start-hbase.sh command.
10. Create the HBase table for the HBase database using the /usr/hbase/hbase-0.94.1/bin/
initTable.sh command. When running the script the first time, error messages display. Ignore
them and run the script again to clear the error messages. The output should look similar to the
following:
/usr/hbase/hbase-0.94.1/bin/initTable.sh
0 row(s) in 3.0460 seconds
0 row(s) in 1.1920 seconds
0 row(s) in 1.0470 seconds
0 row(s) in 2.0710 seconds
0 row(s) in 0.2530 seconds
0 row(s) in 1.0560 seconds
0 row(s) in 2.1750 seconds
0 row(s) in 0.1950 seconds
RPM Installation
27