12 Monitoring the Health of Oracle Big Data Appliance

This chapter describes the utilities available on Oracle Big Data Appliance. Most of the utilities are for monitoring the health of the hardware and the network.

bdacheckcluster

Checks the health of a CDH cluster, including the software, hardware, and network, and logs the results in a file in the /tmp directory.

To also run the CDH cluster health checks, enter the Cloudera Manager admin password in response to the prompt. If you do not enter the password, then these checks are skipped.

Syntax

bdacheckcluster

Notes

If the cluster is protected by Kerberos authentication, then you must obtain a ticket for the hdfs user before running bdacheckcluster.

To obtain a ticket for hdfs

  1. Add the hdfs user to the key distribution center (KDC), using this kadmin command:

    addprinc hdfs@REALM_NAME
    
  2. Request the ticket as hdfs:

    $ su hdfs -c "kinit hdfs@REALM_NAME"
    

Example

This example shows the output from the utility:

# bdacheckcluster
INFO: Logging results to /tmp/bdacheckcluster_1373393815/
Enter CM admin password to enable check for CM services and hosts
Press ENTER twice to skip CM services and hosts checks
Enter password: password
Enter password again: password
SUCCESS: Mammoth configuration file is valid.
SUCCESS: hdfs is in good health
SUCCESS: mapreduce is in good health
SUCCESS: oozie is in good health
SUCCESS: zookeeper is in good health
SUCCESS: hive is in good health
SUCCESS: hue is in good health
SUCCESS: Cluster passed checks on all hadoop services health check
SUCCESS: bda1node01.us.oracle.com is in good health
SUCCESS: bda1node02.us.oracle.com is in good health
SUCCESS: bda1node03.us.oracle.com is in good health
     .
     .
     .
SUCCESS: Cluster passed checks on all hosts health check
SUCCESS: All cluster host names are pingable
SUCCESS: All cluster hosts passed checks on last reboot
INFO: Starting cluster host hardware checks
SUCCESS: All cluster hosts pass hardware checks
INFO: Starting cluster host software checks
SUCCESS: All cluster hosts pass software checks
SUCCESS: All ILOM hosts are pingable
SUCCESS: All client interface IPs are pingable
SUCCESS: All admin eth0 interface IPs are pingable
SUCCESS: All private Infiniband interface IPs are pingable
SUCCESS: All cluster hosts resolve public hostnames to private IPs
     .
     .
     .
INFO: Checking local reverse DNS resolve of private IPs on all cluster hosts
SUCCESS: All cluster hosts resolve private IPs to public hostnames
SUCCESS: 2 virtual NICs available on all cluster hosts
SUCCESS: NTP service running on all cluster hosts
SUCCESS: At least one valid NTP server accessible from all cluster servers.
SUCCESS: Max clock drift of 0 seconds is within limits
SUCCESS: Big Data Appliance cluster health checks succeeded

bdacheckhw

Checks the hardware profile of the server.

Syntax

bdacheckhw

Usage Notes

See "Configuring the Oracle Big Data Appliance Servers" for tips about using this utility.

Example

This example shows the output from the utility:

# bdacheckhw
SUCCESS: Found BDA v2 server : SUN FIRE X4270 M3
SUCCESS: Correct processor info : Intel(R) Xeon(R) CPU E5-2660 0 @ 2.20GHz
SUCCESS: Correct number of types of CPU : 1
SUCCESS: Correct number of CPU cores : 32
SUCCESS: Sufficient GB of memory (>=63): 63
SUCCESS: Correct BIOS vendor : American Megatrends Inc.
SUCCESS: Sufficient BIOS version (>=08080102): 18021300
SUCCESS: Recent enough BIOS release date (>=05/23/2011):06/19/2012
SUCCESS: Correct ILOM major version : 3.1.2.12
SUCCESS: Sufficient ILOM minor version (>=74388): 74388
SUCCESS: Correct number of fans : 4
SUCCESS: Correct fan 0 status : ok
SUCCESS: Correct fan 1 status : ok
     .
     .
     .
SUCCESS: Big Data Appliance hardware validation checks succeeded

bdacheckib

Checks the InfiniBand cabling between the servers and switches of a single rack, when entered with no options.

Run this command after connecting as root to any server.

Syntax

bdacheckib [parameter]

Parameters

-s

The same as running without options except that the network must still be configured with the factory default settings. You can use this option as soon as Oracle Big Data Appliance arrives at the site, even before the switches are configured.

-m json_file

Verifies that the InfiniBand switch-to-switch cabling among multiple ranks is correct. To create json_file, see the -g option.

-g

Generates a sample JSON file named sample-multi-rack.json. Use this file as an example of the format required by the -m option.

Usage Notes

The network must be configured with custom settings as described by /opt/oracle/bda/BdaDeploy.json.

Examples

This example checks the switch-to-server InfiniBand cables:

[root@node01 network]# bdacheckib
LINK bda1sw-ib3.15A  ...  bda1node02.HCA-1.2 UP
LINK bda1sw-ib3.15B  ...  bda1node01.HCA-1.2 UP
LINK bda1sw-ib3.14A  ...  bda1node04.HCA-1.2 UP
LINK bda1sw-ib3.14B  ...  bda1node03.HCA-1.2 UP
     .
     .
     .

The next example generates the JSON file and shows the output.

[root@bda1node01 bda]# bdacheckib -g
[root@bda1node01 bda]# cat sample-multi-rack.json
# This json multirack spec is generated. The array elements are sorted
# alphabetically.  A properly arranged json spec representing racks from left to right
# can be used as input to bdacheckib (bdacheckib -m multi-rack.json)
# Note commas separating rack elements are optional.
[
{"SPINE_NAME": "bda1sw-ib1", "LEAF1_NAME": "bda1sw-ib2", "LEAF2_NAME": "bda1sw-ib3"}
{"SPINE_NAME": "bda2sw-ib1", "LEAF1_NAME": "bda2sw-ib2", "LEAF2_NAME": "bda2sw-ib3"}
{"SPINE_NAME": "dm01sw-ib1", "LEAF1_NAME": "dm01sw-ib2", "LEAF2_NAME": "dm01sw-ib3"}

The final example checks all the racks on the InfiniBand network using the edited JSON file created in the previous example:

# bdacheckib -m sample-multi-rack.json
 
Rack #1 leaf to spines topology check
  leaf: bda1sw-ib2
     expected 2 links to rack 1, found 4 OK
     expected 2 links to rack 2, found 4 OK
     expected 2 links to rack 3, found 3 OK
     expected 2 links to rack 4, found 3 OK
  leaf: bda1sw-ib3
     expected 2 links to rack 1, found 3 OK
     expected 2 links to rack 2, found 4 OK
     expected 2 links to rack 3, found 3 OK
     expected 2 links to rack 4, found 3 OK
     .
     .
     .
 
Rack #1 cabling details
 leaf: bda1sw-ib2
   LINK ... to rack2 .........  UP
   LINK ... to rack2 .........  UP
   LINK ... to rack1 .........  UP
   LINK ... to rack1 .........  UP
   LINK ... to rack3 .........  UP
   LINK ... to rack3 .........  UP
   LINK ... to rack4 .........  UP
   LINK ... to rack4 .........  UP
     .
     .
     .

bdachecknet

Checks whether the network configuration is working properly.

Syntax

bdachecknet

Usage Notes

Run this command after connecting as root to any server.

Example

This example shows the output from the utility:

[root@node01 network]# bdachecknet
bdachecknet: analyse /opt/oracle/bda/BdaDeploy.json
bdachecknet: passed
bdachecknet: checking for  BdaExpansion.json
bdachecknet: ping test private infiniband ips (bondib0 40gbs)
bdachecknet: passed
bdachecknet: ping test admin ips (eth0 1gbs)
bdachecknet: passed
bdachecknet: test admin network resolve and reverse resolve
bdachecknet: passed
bdachecknet: test admin name array matches ip array
bdachecknet: passed
bdachecknet: test client network (eoib) resolve and reverse resolve
bdachecknet: passed
bdachecknet: test client name array matches ip array
bdachecknet: passed
bdachecknet: test ntp servers
bdachecknet: passed
bdachecknet: ping client gateway
bdachecknet: passed
bdachecknet: test arp -a
bdachecknet: passed

bdachecksw

Checks the software profile of a server.

Syntax

bdachecksw

Usage Notes

See "Configuring the Oracle Big Data Appliance Servers" for tips about using this utility.

Example

This example shows the output from the utility:

# bdachecksw
SUCCESS: Correct OS disk s0 partition info : 1 ext3 raid 2 ext3 raid 3 linux-swap 4 ext3 primary
SUCCESS: Correct OS disk s1 partition info : 1 ext3 raid 2 ext3 raid 3 linux-swap 4 ext3 primary
SUCCESS: Correct data disk s2 partition info : 1 ext3 primary
SUCCESS: Correct data disk s3 partition info : 1 ext3 primary
SUCCESS: Correct data disk s4 partition info : 1 ext3 primary
SUCCESS: Correct data disk s5 partition info : 1 ext3 primary
SUCCESS: Correct data disk s6 partition info : 1 ext3 primary
SUCCESS: Correct data disk s7 partition info : 1 ext3 primary
SUCCESS: Correct data disk s8 partition info : 1 ext3 primary
SUCCESS: Correct data disk s9 partition info : 1 ext3 primary
SUCCESS: Correct data disk s10 partition info : 1 primary
SUCCESS: Correct data disk s11 partition info : 1 primary
SUCCESS: Correct software RAID info : /dev/md2 level=raid1 num-devices=2 /dev/md0 level=raid1 num-devices=2
SUCCESS: Correct mounted partitions : /dev/mapper/lvg1-lv1 /lv1 ext4 /dev/md0 /boot ext3 /dev/md2 / ext3 /dev/sd4 /u01 ext4 /dev/sd4 /u02 ext4 /dev/sd1 /u03 ext4 /dev/sd1 /u04 ext4 /dev/sd1 /u05 ext4 /dev/sd1 /u06 ext4 /dev/sd1 /u07 ext4 /dev/sd1 /u08 ext4 /dev/sd1 /u09 ext4 /dev/sd1 /u10 ext4
SUCCESS: Correct matching label and slot  : symbolic link to `../../sda4'
SUCCESS: Correct matching label and slot  : symbolic link to `../../sdb4'
     .
     .
     .
SUCCESS: Correct Linux kernel version 2.6-39-400.200 series : Linux 2.6.39-400.2             14.3.el6uek.x86_64
SUCCESS: Correct Java Virtual Machine version : HotSpot(TM) 64-Bit Server 1.7.0_             25
SUCCESS: Correct puppet version : 2.6.11
SUCCESS: Correct MySQL version : 5.5.35
SUCCESS: All required programs are accessible in $PATH
SUCCESS: All required RPMs are installed and valid
SUCCESS: Correct bda-monitor status : bda monitor is running
SUCCESS: Big Data Appliance software validation checks succeeded

bdacli

The Oracle Big Data Appliance Command-Line Interface (bdacli) queries various configuration files to return information about the rack, cluster, server, or InfiniBand network.

The bdacli utility also adds and removes optional services. It displays usage information if no parameters are included on the command line or the values are undefined.

Syntax

bdacli action [arguments] [--options]]

Parameters

help

Displays general usage information for bdacli, a list of actions, and a list of supported parameters for the getinfo action.

add | remove component

Adds or removes an optional software component on Oracle Big Data Appliance. The bdacli command runs either mammoth or mammoth-reconfig, and so the results of using bdacli are identical to using those utilities. See Table 12-1.

Table 12-1 BDACLI ADD and REMOVE Component Keywords

Component Keyword Description

asr

Auto Service Request

auditvault

Oracle Audit Vault and Database Firewall plugin

bdc

Oracle Big Data Connectors

disk_encryption

Automatically encrypt and decrypt data on disk and at rest

em

Oracle Enterprise Manager Cloud Control agent

kerberos

Kerberos authentication; manual removal only

network_encryption

Automatically encrypt data as it travels over the network

sentry

Apache Sentry authorization


getinfo [parameter]

Returns a list of parameters. If you include a parameter name in the command, getinfo returns information about that system component:

  • Rack parameters: The bdacli command queries the current BdaDeploy.json configuration file for the physical Oracle Big Data Appliance rack where the command executes. See Table 12-2.

  • Cluster parameters: The bdacli command queries the current config.json or mammoth-saved.params file for the Hadoop cluster where the command executes. See Table 12-3.

  • Server parameters: The bdacli command queries the operating system of the server where the bdacli command executes. See Table 12-4.

  • InfiniBand parameters: The bdacli command queries the InfiniBand fabric. See Table 12-5.

Table 12-2 bdacli getinfo Rack Parameters

Parameter Returns

rack_admin_domain_name

The domain name on the administrative network for this rack, such as example.com.

rack_domain_name

The domain name on the client network for this rack, such as example.com.

rack_ib_switch_ips

The IP addresses of the three InfiniBand switches in the rack (one spine switch and two gateway leaf switches).

rack_ib_switch_names

The names of the three InfiniBand switches in the rack (one spine switch and two gateway leaf switches), such as bda1sw-ib1, bda1sw-ib2, and bda1sw-ib3.

rack_ilom_ips

The IP addresses of all Oracle ILOMs in the rack

rack_ilom_names

The host names of all Oracle ILOMs in the rack, such as bda1node01-ilom and bda1node02-ilom.

rack_ip_switch_ip

The IP address of the administrative, gigabit, Ethernet switch.

rack_ip_switch_name

The host name of the administrative, gigabit, Ethernet switch, such as bda1sw-ip.

rack_name

The name of this rack, such as bda1.

rack_pdu_ips

The IP addresses of PDUs in the rack.

rack_pdu_names

The host names of PDUs in the rack, such as bda1-pdua and bda1-pdub.

rack_serial_number

The rack serial number.

rack_server_admin_ips

The IP addresses on the administrative network of all servers in the rack.

rack_server_admin_names

The host names on the administrative network of all servers in the rack, such as bda1node01-adm, bda1node02-adm, and so forth.

rack_server_ips

The IP addresses on the client network of all servers in the rack.

rack_server_names

The host names on the client network of all servers in the rack, such as bda1node01, bda1node02, and so forth.

rack_server_priv_ips

The IP addresses on the private (ILOM) network of all servers in the rack

rack_server_priv_names

The host names on the private (ILOM) network of all servers in the rack, such as bda1node01-priv, bda1node02-priv, and so forth.


Table 12-3 bdacli getinfo Cluster Parameters

Parameter Returns

cluster_av_admin

The name of the Oracle Audit Vault and Database Firewall administration user. Returns an error if Audit Vault is not configured for this cluster.

cluster_av_enabled

true if Oracle Audit Vault and Database Firewall auditing is enabled; false otherwise

cluster_av_enabled

true if Oracle Audit Vault and Database Firewall is configured for this cluster; false otherwise

cluster_av_port

The port number that the Audit Vault server listens on. Returns an error if Oracle Audit Vault and Database Firewall is not configured on this cluster.

cluster_av_server

The IP address of the Audit Vault server. Returns an error if Oracle Audit Vault and Database Firewall is not configured on this cluster.

cluster_av_service

The database service name for the Audit Vault server. Returns an error if Oracle Audit Vault and Database Firewall is not configured on this cluster.

cluster_bdc_installed

true if Oracle Big Data Connectors is installed; false otherwise

cluster_cdh_version

The version of Cloudera's Distribution including Apache Hadoop installed on this cluster, such as 4.5.0-ol6.

cluster_cm_server

The Cloudera Manager address, including the server name and port number, such as bda1node03.example.com:7180.

cluster_cm_version

The version of Cloudera Manager running on this cluster, such as 4.8.0-ol6.

cluster_disk_encryption_enabled

true if on-disk encryption of Hadoop data is enabled for this cluster; false otherwise

cluster_disk_encryption_type

The type of on-disk encryption in use on this cluster. Currently, the only type is passphrase.

cluster_ilom_ips

A list of IP addresses for the Oracle ILOMs in the servers, in order starting with the first server in the cluster.

cluster_ilom_names

A list of unqualified host names on the administrative network for the Oracle ILOMs in the servers, in order starting with the first server in the cluster.

cluster_kerberos_enabled

true if Kerberos security is enabled; false otherwise.

cluster_kerberos_kdc_hosts

A list of key distribution center (KDC) hosts external to Oracle Big Data Appliance. Returns an error if Kerberos is not enabled.

cluster_kerberos_realm

The Kerberos realm for the cluster. Returns an error if Kerberos is not enabled.

cluster_name

The name of the cluster, such as cluster-c.

cluster_node_ips

The IP addresses on the client network of all nodes in this cluster.

cluster_node_names

The host names on the client network of all nodes in the cluster, such as bda1node01.

cluster_nosqldb_type

The edition of Oracle NoSQL Database installed on this cluster (community edition or enterprise edition), or none if Oracle NoSQL Database is not installed.

cluster_nosqldb_version

The version of Oracle NoSQL Database installed on the cluster.

cluster_odi_enabled

true if the Oracle Data Integrator agent is enabled; false otherwise.

cluster_odi_version

The version of Oracle Data Integrator agent installed on the cluster.

cluster_oraah_version

The version of Oracle R Advanced Analytics for Hadoop installed on the cluster

cluster_oraloader_version

The version of Oracle Loader for Hadoop installed on the cluster

cluster_osch_version

The version of Oracle SQL Connector for HDFS installed on the cluster

cluster_oxh_version

The version of Oracle XQuery for Hadoop installed on the cluster

cluster_primary_host

The unqualified host name of the server that hosts the puppet master. The Mammoth utility was deployed from this host, and any reconfiguration of the cluster must be done from it.

cluster_type

The type of cluster, either hadoop or nosqldb.

cluster_version

The software version installed on this cluster by the Mammoth utility, such as 3.0.0.


Table 12-4 bdacli getinfo Server Parameters

Parameter Returns

server_mammoth_installed

true if the Mammoth utility has deployed the Oracle Big Data Appliance software on this server; false otherwise.

server_name

The name of this server on the client network, such as bda1node01.

server_os_version

The version of Oracle Linux on this server, such as 6.4.


Table 12-5 bdacli getinfo InfiniBand Parameters

Parameter Returns

ib_bda_servers

A list of all Oracle Big Data Appliance servers on the InfiniBand fabric. The list contains the unqualified client host names and is sorted alphabetically. It can include servers in multiple racks that are cabled together.

ib_switches

Lists the switches on the InfiniBand fabric, including the switch name, Globally Unique Identifier (GUID), and type (GTW for a gateway switch, or 36P for a spine switch). The list contains the unqualified administration names and is sorted alphabetically by switch name. See the Examples.


See Also

"Changing the Configuration of Optional Software" for more information about the optional services.

Examples

The following command lists all switches on the current InfiniBand fabric. In this example, three Oracle Big Data Appliance racks are on the fabric with the standard hardware configuration of one spine switch and two gateway switches each.

$ bdacli getinfo ib_switches
bda1sw-iba0 00:21:28:6c:c8:af:a0:a0 36P
bda1sw-ibb0 00:21:28:46:9e:3b:a0:a0 36P
bda1sw-ibs0 00:21:28:6c:c8:ae:a0:a0 36P
bda2sw-ib1 00:21:28:46:98:d3:a0:a0 36P
bda2sw-ib2 00:21:28:de:ae:4a:c0:a0 GTW
bda2sw-ib3 00:21:28:c3:70:9a:c0:a0 GTW
bda3sw-ib1 00:21:28:46:90:ee:a0:a0 36P
bda3sw-ib2 00:21:28:df:34:8a:c0:a0 GTW
bda3sw-ib3 00:21:28:df:0f:0a:c0:a0 GTW
bda4sw-ib1 00:21:28:e8:af:23:a0:a0 36P
bda4sw-ib2 00:10:e0:0c:48:a0:c0:a0 GTW
bda4sw-ib3 00:21:28:f4:82:ce:c0:a0 GTW

bdaclustersynctime

Synchronizes the time of all servers in a cluster.

Syntax

bdaclustersynctime

Usage Notes

To use this utility, you must log in as root to the first server in the node. Passwordless ssh must also be set up for the cluster. See the -C parameter for "setup-root-ssh."

This utility creates a log file named bdaclustersynctime.log in the directory identified in the output.

Example

The following example successfully runs bdaclustersynctime:

# bdaclustersynctime
INFO: Logging results to /tmp/bdacluster_1373485952/
SUCCESS: Mammoth configuration file is valid.
SUCCESS: All cluster host names are pingable
SUCCESS: NTP service running on all cluster hosts
SUCCESS: At least one valid NTP server found
SUCCESS: No errors found syncing date and time on all nodes
SUCCESS: Max clock drift of 0 seconds is within limits
SUCCESS: Sync date and time of cluster succeeded

bdadiag

Collects diagnostic information about an individual server for Oracle Support.

Syntax

bdadiag [parameter]

Parameters

cm

Downloads diagnostics from Cloudera Manager. You must know the Cloudera Manager admin password to use this parameter.

hadoop

Collects the CDH cluster logs from /var/log.

hdfs

Collects the output of a complete Hadoop Distributed File System (HDFS) fsck check.

ilom

Gathers ILOM data using ipmitool. You cannot use ilom in the same command as snapshot.

osw

Collects Oracle OS Watcher logs, which include historical operating system performance and monitoring data. The output can consume several hundred megabytes of disk space.

snapshot

Collects ILOM snapshot data over the network, and provides most useful output than the ilom option. You must know the server root password to use this parameter. You cannot use snapshot in the same command as ilom.

Return Value

The name of the compressed file in the /tmp directory where bdadiag stored the data. The file name has the form bdadiag_server-name_server-serial-number_date.tar.bz2.

The logs are organized in subdirectories, including the following:


asr
ilom
install
messages
net
raid
sysconfig

Usage Notes

You must be connected to the server as root.

The optional parameters instruct bdadiag to collect additional diagnostics. You can enter the options together on the command line to collect the most information.

You run bdadiag at the request of Oracle Support and associate it with an open Service Request (SR). See the Oracle Big Data Appliance Software User's Guide for details about providing diagnostics to Oracle Support.

Example

This example shows the basic output from the utility:

# bdadiag

Big Data Appliance Diagnostics Collection Tool v2.5.0
 
Gathering Linux information
 
Skipping ILOM collection. Use the ilom or snapshot options, or login to             ILOM over the network and run Snapshot separately if necessary.
 
Generating diagnostics tarball and removing temp directory
 
===========================================================================            
Done. The report files are bzip2 compressed in /tmp/bdadiag_bda1node0101_12            16FM5497_2013_01_18_06_49.tar.bz2
===========================================================================            

The next example shows the additional output from the cm option.

]# bdadiag cm
 
Big Data Appliance Diagnostics Collection Tool v2.4.0
 
Getting Cloudera Manager Diagnostics
Password for the Cloudera Manager admin user is needed
Enter password: password
Enter password again: password
Passwords match
Waiting for Cloudera Manager ...
Succeeded. Output in : /opt/oracle/BDAMammoth/bdaconfig/tmp/cm_commands.out
Collecting diagnostic data ...
{ "startTime" : "2013-07-09T13:27", "endTime" : "2013-07-08T13:27" }
Succeeded. Output in : /opt/oracle/BDAMammoth/bdaconfig/tmp/cm_commands_collectDiagnosticData.out
Command ID is 364
...
Command 364 finished after 20 seconds
Operation completed successfully
Diagnostic data successfully collected
Can be downloaded from URL http://bda1node01.example.com:7180/cmf/command/364/download
Downloading diagnostic data ...
Original Cloudera Manager Diagnostics Bundle Name : 3609df48-4930-11e1-9006-b8ac6f8061c1.bda1-c.20140128-19-16.support-bundle.zip
Data successfully downloaded and placed in /tmp/bdadiag_bda1node01_1226FM50CB_2014_01_28_11_13/3609df48-4930-11e1-9006-b8ac6f8061c1.AK00054322.bda01-c.20140128-19-16.support-bundle.zip
Gathering Linux information
     .
     .
     .

The next example shows the additional output from the snapshot option:

# bdadiag snapshot
 
Big Data Appliance Diagnostics Collection Tool v2.5.0
 
Please enter Host OS root password required for snapshot: password
 
Gathering Linux information
 
Gathering ILOM Snapshot data - please be patient, this may take a long time
 
snapshot running: Tue Jul  9 13:42:28 PDT 2013
snapshot running: Tue Jul  9 13:43:29 PDT 2013
snapshot running: Tue Jul  9 13:44:32 PDT 2013
snapshot running: Tue Jul  9 13:45:35 PDT 2013
snapshot running: Tue Jul  9 13:46:39 PDT 2013
snapshot running: Tue Jul  9 13:47:43 PDT 2013
snapshot running: Tue Jul  9 13:48:47 PDT 2013
Snapshot Collection completed.
 
Generating diagnostics tarball and removing temp directory

==============================================================================
Done. The report files are bzip2 compressed in /tmp/bdadiag_bda1node01_1143FMM06E_2013_07_09_13_40.tar.bz2
==============================================================================

bdagetclientconfig

Deploys the HDFS, MapReduce, and Hive client configuration files from Cloudera Manager.

Syntax

bdagetclientconfig

Usage Notes

You must be connected to the server as root.

To deploy a new client configuration to all nodes of the cluster, use the dcli -C command.

Example

This example shows the output from one node in the cluster:

# bdagetclientconfig
 
bdagetclientconfig : Download and deploy HDFS, Map-Reduce and Hive client configuration files
 
Logging to /tmp/bdagetclientconfig-1368541073.out
 
Downloading HDFS and Map-Reduce client configuration zipfile
 
Downloading Hive client configuration zipfile
 
Deploying HDFS, Map-Reduce and Hive client configurations
 
Successfully downloaded and deployed HDFS, Map-Reduce and Hive client configurations !

bdaid

Returns information about an individual server.

If you need to contact Oracle Support about an issue with Cloudera's Distribution including Apache Hadoop, then run this command first.

Syntax

bdaid

Usage Notes

You must be connected to the server as root.

Example

This example shows the output from the utility:

# bdaid
Server Hostname           : bda1node09
Rack Serial Number        : AK00023713
Server Serial Number      : 1137FMM06Y
Appliance Name            : bda1

bdaimagevalidate

Validates the hardware and software on a server by running bdacheckhw, and then bdachecksw.

Syntax

bdaimagevalidate [startup]

Parameters

startup

Regenerates the bda_reboot_status and BDA_REBOOT_* files in /root, in addition to performing the validation checks. Use this parameter if the checks fail after restarting the server, such that either BDA_REBOOT_FAILED or BDA_REBOOT_WARNINGS exist, and the issue is resolved. Do not use this parameter for the initial set of checks, that is, if /root/bda_reboot_status does not exist.

Example

# bdaimagevalidate
SUCCESS: Found BDA v2 server : SUN FIRE X4270 M3
SUCCESS: Correct processor info : Intel(R) Xeon(R) CPU E5-2660 0 @ 2.20GHz
SUCCESS: Correct number of types of CPU : 1
SUCCESS: Correct number of CPU cores : 32
SUCCESS: Sufficient GB of memory (>=63): 63
SUCCESS: Correct BIOS vendor : American Megatrends Inc.
SUCCESS: Sufficient BIOS version (>=08080102): 18021300
SUCCESS: Recent enough BIOS release date (>=05/23/2011):06/19/2012
SUCCESS: Correct ILOM major version : 3.1.2.12
     .
     .
     .
SUCCESS: All required programs are accessible in $PATH
SUCCESS: All required RPMs are installed and valid
SUCCESS: Oracle R Connector for Hadoop is available : Oracle R Connector for Hadoop 2.3.1 (rev. 288)
SUCCESS: Correct bda-monitor status : bda monitor is running
SUCCESS: Big Data Appliance software validation checks succeeded
SUCCESS: All Big Data Appliance validation checks succeeded

bdaredoclientnet

Re-creates the virtual network interface cards (VNICs) for all servers in the rack and spreads them across the available 10 GbE ports.

Syntax

bdaredoclientnet

Usage Notes

Log in to server 1 and change to the /opt/oracle/bda/network directory to run this utility.

You must run this utility after changing the number of 10 GbE connections to a Sun Network QDR InfiniBand Gateway switch. See "Changing the Number of Connections to a Gateway Switch."

The bdaredoclientnet utility performs the following subset of tasks done by the networksetup-two script during the initial configuration of Oracle Big Data Appliance:

  • Verifies that the administrative network is working, the InfiniBand cabling is correct, and the InfiniBand switches are available

  • Determines how many 10 GbE connections are available and connects them to the InfiniBand Gateway switches

  • Deletes all VNICs and re-creates them

  • Connects to each server and updates the configuration files

  • Restarts the client network and verifies that it can connect to each server using the newly configured client network

Example

The following example shows the output from the bdaredoclientnet utility:

# cd /opt/oracle/bda/network
# bdaredoclientnet
bdaredoclientnet: check syntax and static semantics of /opt/oracle/bda/BdaDeploy.json
bdaredoclientnet: passed
bdaredoclientnet: ping servers by name on admin network
bdaredoclientnet: passed
bdaredoclientnet: verify infiniband topology
bdaredoclientnet: passed
bdaredoclientnet: start setup client network (10gigE over Infiniband)
bdaredoclientnet: ping both gtw leaf switches
bdaredoclientnet: passed
bdaredoclientnet: verify existence of gateway ports
bdaredoclientnet: passed
bdaredoclientnet: removing existing eoib setup for this server
Shutting down interface bondeth0:                          [  OK  ]
Shutting down interface bondib0:                           [  OK  ]
Shutting down interface eth0:                              [  OK  ]
Shutting down loopback interface:                          [  OK  ]
Disabling IPv4 packet forwarding:  net.ipv4.ip_forward = 0
                                                           [  OK  ]
Bringing up loopback interface:                            [  OK  ]
Bringing up interface bondib0:                             [  OK  ]
Bringing up interface eth0:                                [  OK  ]
bdaredoclientnet: ping server ips on admin network
bdaredoclientnet: passed
bdaredoclientnet: ping servers by name on admin network
bdaredoclientnet: passed
bdaredoclientnet: test ssh server ips on admin network
hello from bda1node02.us.oracle.com
hello from bda1node03.us.oracle.com
     .
     .
     .
bdaredoclientnet: passed
bdaredoclientnet: check existence of default vlan for port 0A-ETH-1 on bda1sw-ib2
bdaredoclientnet: use existing default vlan for port 0A-ETH-1 on bda1sw-ib2
bdaredoclientnet: check existence of default vlan for port 0A-ETH-1 on bda1sw-ib3
bdaredoclientnet: use existing default vlan for port 0A-ETH-1 on bda1sw-ib3
bdaredoclientnet: passed
bdaredoclientnet: apply eoib on each server
bdaredoclientnet: wait a few seconds for the network to restart on 10.111.22.001
bdaredoclientnet: wait a few seconds for the network to restart on 10.111.22.002
     .
     .
     .
check and delete vNIC for bda1node02 on switch bda1sw-ib2
vNIC ID 757 deleted
IO Adapter for vNIC deleted
check and delete vNIC for bda1node02 on switch bda1sw-ib3
check and delete vNIC for bda1node02 on switch bda1sw-ib2
check and delete vNIC for bda1node02 on switch bda1sw-ib3
vNIC ID 707 deleted
IO Adapter for vNIC deleted
create vNIC eth9 bda1node02 on switch bda1sw-ib3
vNIC created
create vNIC eth8 bda1node02 on switch bda1sw-ib2
vNIC created
     .
     .
     .
bdaredoclientnet: ping server ips on client network
bdaredoclientnet: passed
bdaredoclientnet: test ssh server ips on client network
hello from bda1node02.us.oracle.com
hello from bda1node03.us.oracle.com
     .
     .
     .
bdaredoclientnet: passed
bdaredoclientnet: end setup client network

bdaserials

Returns the serial numbers and media access control (MAC) addresses for most components of the Oracle Big Data Appliance server that you are connected to.

Syntax

bdaserials

Example

This example shows the output from the utility:

# bdaserials
Rack serial number : AK00023713
System serial number : 1137FMM0BY
System UUID : 080020FF-FFFF-FFFF-FFFF-7E97D6282100
Motherboard serial number : 0338MSL-1131BA2194
Chassis serial number : 1137FMM0BY
Memory serial numbers : 87948175 87949173 87948163 8794816B 87948130 87948176
Infiniband HCA serial number : 1388FMH-1122501437
Disk controller serial number : SV11713731
Hard disk serial numbers :
SEAGATE ST32000SSSUN2.0T061A1125L6M89X
SEAGATE ST32000SSSUN2.0T061A1125L6LFH0
SEAGATE ST32000SSSUN2.0T061A1125L6M94J
SEAGATE ST32000SSSUN2.0T061A1125L6LLEZ
SEAGATE ST32000SSSUN2.0T061A1125L6M5S2
SEAGATE ST32000SSSUN2.0T061A1125L6LSD4
SEAGATE ST32000SSSUN2.0T061A1127L6M58L
SEAGATE ST32000SSSUN2.0T061A1127L6R40S
SEAGATE ST32000SSSUN2.0T061A1125L6M3WX
SEAGATE ST32000SSSUN2.0T061A1125L6M65D
SEAGATE ST32000SSSUN2.0T061A1127L6NW3K
SEAGATE ST32000SSSUN2.0T061A1127L6N4G1
 
MAC addresses :
bondeth0 Ethernet : CE:1B:4B:85:2A:63
bondib0 InfiniBand : 80:00:00:4A:FE:80:00:00:00:00:00:00:00:00:00:00:00:00:00:00
bond0 Ethernet : 00:00:00:00:00:00
eth0 Ethernet : 00:21:28:E7:97:7E
eth1 Ethernet : 00:21:28:E7:97:7F
eth2 Ethernet : 00:21:28:E7:97:80
eth3 Ethernet : 00:21:28:E7:97:81
eth8 Ethernet : CE:1B:4B:85:2A:63
eth9 Ethernet : CE:1B:4C:85:2A:63
ib0 InfiniBand : 80:00:00:4A:FE:80:00:00:00:00:00:00:00:00:00:00:00:00:00:00
ib1 InfiniBand : 80:00:00:4B:FE:80:00:00:00:00:00:00:00:00:00:00:00:00:00:00

bdaswapoff

Turns off swapping by the operating system.

Syntax

bdaswapoff

Usage Notes

The bdaswapoff utility disables both swap partitions on a server, which disables all swapping by the operating system. This state persists when the server restarts; you must run bdaswapon to restore swapping. Swapping is turned off by default to improve performance and to allow high availability if a disk fails.

Use bdaswapoff instead of the Linux swapoff utility.

See Also

"bdaswapon"

Example

This example turns off swapping:

# bdaswapoff
#

bdaswapon

Turns on paging and swapping by the operating system.

Syntax

bdaswapon

Usage Notes

Swapping is turned off by default to improve performance and the ability to recover from disk failure.

Use bdaswapon instead of the Linux swapon utility.

See Also

"bdaswapoff"

Example

This example turns on swapping:

# bdaswapon
Filename                                Type            Size    Used    Priority
/dev/sda3                               partition       12287992        0      1
/dev/sdb3                               partition       12287992        0      1

bdaupdatefw

Updates the firmware of a particular component of a server, such as a replacement disk drive.

Syntax

bdaupdatefw parameter

Parameters

-d N

Updates the LSI disk firmware for the specified disk (N). Each server has 12 disks, which are numbered from 0 to 11.

-f

Specifies the file path to the firmware. If the path is omitted, then bdaupdatefw uses the default firmware for the specified component from /opt/oracle/bda/firmware.

-h

Displays syntax and usage information for bdaupdatefw.

-i

Updates the Oracle ILOM firmware.

-l

Updates the LSI disk controller firmware.

-m

Updates the firmware for the Mellanox host channel adapter (InfiniBand card).

Usage

This utility is typically run by Oracle field engineers when installing or replacing hardware components, which may not be factory-installed with a supported firmware version. During a software installation, the Mammoth copies the currently supported firmware to Oracle Big Data Appliance. The bdaupdatefw command uses those files when they are needed to update the firmware of a server component.

You can update one firmware package in a single command. Thus, you can specify only one of the following parameters: -d, -i, -l, or -m.

Caution:

Only use the firmware provided in a Mammoth bundle. Do not attempt to install firmware downloaded from a third-party site. Doing so may result in result in the loss of warranty and support. See "Oracle Big Data Appliance Restrictions on Use."

Examples

This example shows the output from a command to update the Oracle ILOM firmware. To perform the update, you must execute the ipmiflash command provided in the output.

# bdaupdatefw -i
[INFO:GENERAL] No firmware file specified. Using default firmware file - /opt/or
           acle/bda/firmware/ILOM-3_2_0_r74388-Sun_Fire_X4270_M3.pkg
[INFO:GENERAL] Updating ILOM firmware with the firmware file /opt/oracle/bda/fir
           mware/ILOM-3_2_0_r74388-Sun_Fire_X4270_M3.pkg
[INFO:GENERAL] Original version is: 3.1.2.12 r74388
[INFO:GENERAL]
[INFO:GENERAL] Please run the following command and enter the root password
[INFO:GENERAL] for the ILOM when requested
[INFO:GENERAL]
[INFO:GENERAL] Note that this command will shutdown the server after flashing.
[INFO:GENERAL] You will need to login to the ILOM to power on the server afterwa
           rds.
[INFO:GENERAL]
[INFO:GENERAL] ipmiflash -v -I lanplus -H 10.133.46.218 -U root write /opt/oracl
           e/bda/firmware/ILOM-3_1_2_12_r74388-Sun_Fire_X4270_M3.pkg
[INFO:GENERAL]

iblinkinfo

Lists all InfiniBand connections in the InfiniBand network.

Syntax

iblinkinfo

Usage Notes

Run this command as root from any server.

Example

This example shows two Oracle Big Data Appliances and one Oracle Exadata Database Machine on the InfiniBand network:

[root@bda1node01 network]# iblinkinfo
Switch 0x002128df348ac0a0 SUN IB QDR GW switch bda1sw-ib2 10.133.43.36:
  149  1[ ] ==( 4X 10.0 Gbps Active/  LinkUp)==>  130  2[ ] "SUN IB QDR GW switch bda1sw-ib2 10.133...
  149  2[ ] ==( 4X 10.0 Gbps Active/  LinkUp)==>  127  1[ ] "SUN IB QDR GW switch bda1sw-ib2 10.133...
  149  3[ ] ==( 4X 10.0 Gbps Active/  LinkUp)==>  111  2[ ] "SUN IB QDR GW switch bda1sw-ib2 10.133...
  149  4[ ] ==( 4X 10.0 Gbps Active/  LinkUp)==>  109  1[ ] "SUN IB QDR GW switch bda1sw-ib2 10.133...
  149  5[ ] ==( 4X 10.0 Gbps Active/  LinkUp)==>  143  1[ ] "bda1node02 BDA 192.168.41.20 HCA-1" ( )
  149  6[ ] ==( 4X 10.0 Gbps Active/  LinkUp)==>  137  1[ ] "bda1node01 BDA 192.168.41.19 HCA-1" ( )
  149  7[ ] ==( 4X 10.0 Gbps Active/  LinkUp)==>  141  1[ ] "bda1node04 BDA 192.168.41.22 HCA-1" ( )
  149  8[ ] ==( 4X 10.0 Gbps Active/  LinkUp)==>  123  1[ ] "bda1node03 BDA 192.168.41.21 HCA-1" ( )
  149  9[ ] ==( 4X 10.0 Gbps Active/  LinkUp)==>  151  1[ ] "bda1node06 BDA 192.168.41.24 HCA-1" ( )
  149 10[ ] ==( 4X 10.0 Gbps Active/  LinkUp)==>  112  1[ ] "bda1node05 BDA 192.168.41.23 HCA-1" ( )
  149 11[ ] ==( 4X 10.0 Gbps Active/  LinkUp)==>  139  1[ ] "bda1node07 BDA 192.168.41.25 HCA-1" ( )
  149 12[ ] ==(                Down/Disabled)==>        [ ] "" ( )
  149 13[ ] ==(                Down/Disabled)==>        [ ] "" ( )
  149 14[ ] ==( 4X 10.0 Gbps Active/  LinkUp)==>   85  9[ ] "SUN DCS 36P QDR dm01sw-ib1 10.133.40.203" ( )
  149 15[ ] ==(                Down/Disabled)==>        [ ] "" ( )
          .
          .
          .

imagehistory

Displays a history of operating system upgrades.

Syntax

imagehistory

Example

This example shows that the appliance was imaged with version 2.4.0 with no upgrades:

$ imagehistory

Big Data Appliance Image History
 
IMAGE_VERSION             : 2.4.0
IMAGE_CREATION_DATE       : Mon Dec 23 02:39:47 UTC 2013
IMAGING_START_DATE        : Wed Mar 12 18:55:37 UTC 2014
IMAGING_END_DATE          : Wed Mar 12 13:25:08 PDT 2014
DEPLOYMENT_VERSION        : 2.4.0
DEPLOYMENT_START_DATE     : Wed Mar 12 15:29:25 PDT 2014
DEPLOYMENT_END_DATE       : Wed Mar 12 18:08:53 PDT 2014
DEPLOYMENT_VERSION        : 2.5.0
DEPLOYMENT_START_DATE     : Wed Mar 12 21:10:17 PDT 2014
DEPLOYMENT_END_DATE       : Wed Mar 12 21:14:56 PDT 2014

imageinfo

Displays information about the Oracle Big Data Appliance operating system image currently running.

Syntax

imageinfo

Example

This example identifies the 2.5.0 image:

$ imageinfo
Big Data Appliance Image Info
 
IMAGE_CREATION_DATE       : Wed Mar 12 13:59:46 PDT 2014
IMAGE_LABEL               : BDA_2.4_LINUX.X64_140312
IMAGE_VERSION             : 2.5.0
LINUX_VERSION             : Oracle Linux Server release 6.4
KERNEL_VERSION            : 2.6.39-400.214.3.el6uek.x86_64
BDA_RPM_VERSION           : bda-2.5.0-1.el6.x86_64
OFED_VERSION              : OFED-IOV-1.5.5-2.0.0088
JDK_VERSION               : jdk-1.7.0_25-fcs.x86_64
HADOOP_VERSION            : 2.0.0-cdh4.6.0

listlinkup

Shows the Ethernet bridge ports with active links.

Syntax

listlinkup

Usage Notes

Run this command after connecting as root to a Sun Network QDR InfiniBand Gateway switch.

Example

This example shows three active ports (0A-ETH-1, 0A-ETH-3, and 0A-ETH-4) out of the eight available ports on switch bda1sw-ib3:

[root@bda1sw-ib3 ~]# listlinkup | grep Bridge
  Bridge-0 Port 0A-ETH-1 (Bridge-0-2) up (Enabled)
  Bridge-0 Port 0A-ETH-2 (Bridge-0-2) down (Enabled)
  Bridge-0 Port 0A-ETH-3 (Bridge-0-1) up (Enabled)
  Bridge-0 Port 0A-ETH-4 (Bridge-0-1) up (Enabled)
  Bridge-1 Port 1A-ETH-1 (Bridge-1-2) down (Enabled)
  Bridge-1 Port 1A-ETH-2 (Bridge-1-2) down (Enabled)
  Bridge-1 Port 1A-ETH-3 (Bridge-1-1) down (Enabled)
  Bridge-1 Port 1A-ETH-4 (Bridge-1-1) down (Enabled)

mount-hadoop-dirs

Makes password-encrypted data accessible after the server is restarted. Until you run this utility and enter the correct password, the data is unreadable.

Syntax

mount-hadoop-dirs

Example

This example shows the prompt for entering the password:

$ mount-hadoop-dirs
Enter password to mount Hadoop directories: password

remove-root-ssh

Removes passwordless SSH previously established by the setup-root-ssh command.

Syntax

remove-root-ssh [-C | -c | -g | -j] [-p]

remove-root-ssh -h

Parameters

-C

Targets all servers in the cluster, using the list of servers in /opt/oracle/bda/cluster-hosts-infiniband.

-c host1, host2,...

Targets the servers specified as host1, host2, and so forth, on the command line.

-g groupfile

Targets a user-defined set of servers listed in groupfile. You can enter either server names or IP addresses in the file, one per line.

-j "etho0_ips[range]"

Specifies the range of servers in a starter rack [1-6] or a starter rack and expansion kit [1-12]. This parameter is required in the 2.2.x base image when the utility is used before network configuration.

-h

Displays Help.

-p password

Specifies the root password on the command line.

Oracle recommends that you omit this parameter. You will be prompted to enter the password, which the utility does not display on your screen.

Usage Notes

You must know the root password to use this command.

If you do not specify the target servers, then remove-root-ssh uses all servers in the rack.

Example

This example shows passwordless SSH being removed:

# remove-root-ssh
calling /opt/oracle/bda/bin/dcli -c 192.168.42.37,192.168.42.38,192.168.42.39 --unkey
192.168.42.37: ssh key dropped
192.168.42.38: ssh key dropped
192.168.42.39: ssh key dropped
remove-root-ssh succeeded

reset-boot-order

Resets the boot order of the server to the factory defaults, as specified in the BIOS. By doing so, it clears any ILOM booting overrides.

Syntax

reset-boot-order

Example

The following example resets the boot order of the current server:

# reset-boot-order
Set Boot Device to none
 
Cleared ILOM boot override - Boot device: none
 
Found BDA v1 Hardware - setting boot order using biosconfig
 
Copyright (C) SUN Microsystems 2009.
BIOSconfig Utility Version 2.2.1
Build Date: Aug 24 2009
Build Time: 09:01:30
 
BIOSconfig Specification Version 2.4
 
Processing Input BIOS Data....
 
Success
 
Found USB device name : USB:02.82;01 Unigen PSA4000
     .
     .
     .
BIOSconfig Specification Version 2.4
 
Processing Input BIOS Data....
 
Success
New BIOS boot order :
                        USB:02.82;01  Unigen PSA4000
                        RAID:Slot0.F0:(Bus 13 Dev 00)PCI RAID Adapter
                        PXE:IBA GE Slot 0100 v1331
                        PXE:IBA GE Slot 0101 v1331
                        PXE:IBA GE Slot 0700 v1331
                        PXE:IBA GE Slot 0701 v1331

setup-root-ssh

Establishes passwordless SSH for the root user.

Syntax

setup-root-ssh [-C | -c | -g | -j] [-p]

setup-root-ssh -h

Parameters

-C

Targets all servers in the cluster, using the list of servers in /opt/oracle/bda/cluster-hosts-infiniband.

-c host1, host2,...

Targets the servers specified as host1, host2, and so forth, on the command line.

-g groupfile

Targets a user-defined set of servers listed in groupfile. You can enter either server names or IP addresses in the file, one per line.

-j "etho0_ips[range]"

Specifies the range of servers in a starter rack [1-6] or a starter rack and expansion kit [1-12]. This parameter is required in the 2.2.x base image when the utility is used before network configuration.

-h

Displays Help.

-p password

Specifies the root password on the command line.

Oracle recommends that you omit this parameter. You will be prompted to enter the password, which the utility does not display on your screen.

Usage Notes

You must know the root password to use this command.

If you do not specify the target servers, then setup-root-ssh uses all servers in the rack.

Example

This example shows passwordless SSH being set up for root:

# setup-root-ssh
Enter root password: password
spawn /opt/oracle/bda/bin/dcli -c 192.168.42.37,192.168.42.38... -k
root@192.168.42.37's password:
root@192.168.42.38's password:
     .
     .
     .
192.168.42.37: ssh key added
192.168.42.38: ssh key added
     .
     .
     .
setup-root-ssh succeeded

showusb

Shows the device location of an inserted USB drive as it is known to the operating system, such as /dev/sdn.

Syntax

# showusb

showvlan

Lists the VLANs configured on the switch.

Syntax

showvlan

Usage Notes

Run this command after connecting as root to a Sun Network QDR InfiniBand Gateway switch.

Example

This example shows the default VLAN, which has an ID of 0, on switch bda1sw-ib3:

# showvlan
   Connector/LAG  VLN   PKEY
   -------------  ---   ----
   0A-ETH-1        0    ffff
   0A-ETH-2        0    ffff
   0A-ETH-3        0    ffff
   0A-ETH-4        0    ffff
   1A-ETH-1        0    ffff
   1A-ETH-3        0    ffff
   1A-ETH-4        0    ffff

showvnics

Lists the virtual network interface cards (VNICs) created for the switch.

Syntax

showvnics

Usage Notes

Run this command after connecting as root to a Sun Network QDR InfiniBand Gateway switch.

Example

This example shows the VNICs created in a round-robin process for switch bda1sw-ib3:

# showvnics
ID  STATE FLG IOA_GUID          NODE                                IID  MAC               VLN PKEY   GW
--- ----- --- ----------------- --------------------------------    ---- ----------------- --- ----   --------
561 UP      N 0021280001CF4C23  bda1node13 BDA 192.168.41.31    0000 CE:4C:23:85:2B:0A NO  ffff   0A-ETH-1
564 UP      N 0021280001CF4C53  bda1node16 BDA 192.168.41.34    0000 CE:4C:53:85:2B:0D NO  ffff   0A-ETH-1
567 UP      N 0021280001CF4B58  bda1node01 BDA 192.168.41.19    0000 CE:4B:58:85:2A:FC NO  ffff   0A-ETH-1
555 UP      N 0021280001CF2A5C  bda1node07 BDA 192.168.41.25    0000 CE:2A:5C:85:2B:04 NO  ffff   0A-ETH-1
552 UP      N 0021280001CF4C74  bda1node04 BDA 192.168.41.22    0000 CE:4C:74:85:2B:01 NO  ffff   0A-ETH-1
558 UP      N 0021280001CF179B  bda1node10 BDA 192.168.41.28    0000 CE:17:9B:85:2B:07 NO  ffff   0A-ETH-1
     .
     .
     .