The 10gb fibre card adapters are not correctly configured on RSA NetWitness Platform Decoder
Issue
The 10gb fibre card adapters are not correctly configured on RSA NetWitness Decoder.After installing a 10gb fibre card, the interfaces are not seen as p2pX (where X refers to the interface number) but instead are seen as ethX interface.
Resolution
In order to modify the fibre card configuration files to reflect the appropriate interfaces, follow the steps below.
- Connect to the appliance via SSH as the root user.
- Verify the fibre card devices using the following command: ifconfig -a
- Make note of the HWaddr, which is the MAC address of the card.
- Run the following command to verify the speed and duplex of the interface: ethtool ethX (where X is the interface number)
- Issue the following command to rename the persistent rules file:
Rename 70-persistent-ipoib.rules file: mv /etc/udev/rules.d/70-persistent-ipoib.rules /etc/udev/rules.d/70-persistent-ipoib.rules.orig - Confirm whether or not the configuration files for the p2pX devices are created in the /etc/sysconfig/network-scripts directory. If not, they will need to be created using the HWaddr (MAC address) of the fibre card for those devices. See the example below.
# vi ifcfg-p2p1
DEVICE="p2p1"
HWADDR="90:E2:BA:2F:5D:44"
NM_CONTROLLED="no"
ONBOOT="yes" - Reboot the appliance so that the operating system will refresh the fibre card devices properly.
- Verify that the new fibre card devices have been created and show the correct HWAddr by issuing the following command: ifconfig -a
If you are unsure of any of the steps above or experience any issues, contact RSA Support and quote this article ID for further assistance.
Internal Comments
UserName:shurtj7/9/2014 4:38:08 PM - Updated Article
Updated the article to include RSA Security Analytics and modified the statements to adhere to Primus best practices. Corrected grammatical and spelling errors.
UserName:shurtj
7/9/2014 6:26:04 PM - Fixed Typo
Corrected a typo in Step 5 after confirming with TSE David Nicholson. The file /etc/udev/rules.d/70-persistent-cd.rules was changed to /etc/udev/rules.d/70-persistent-net.rules instead.
Product Details
RSA Product Set: NetWitness PlatformRSA NetWitness Decoder
Approval Reviewer Queue
Technical approval queue