Users Guide

Table 4. Output Example
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
Table 5. Output Example
num target prot opt source destination
Step 2: Install the AFM RPM Software on the Linux
CentOS Machine
Enter the context of your task here (optional). This is where introductory content goes.
1. Download the AFM RPM file AFM2.7.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.7.0.<label#>.noarch
3. If AFM exists, erase the package 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.7.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. To extract and install the required RPMs, run the rpm -ivh AFM.rpm file installer.
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 for the first time, error messages display. Ignore
them and run the script again to clear the error messages. The output will look similar to the
following:
/usr/hbase/hbase-0.94.1/bin/initTable.sh
30
RPM Installation