How to collect RAID logs using Intel RAID CmdTool2 for the RSA SecurID A250 Intel-based Hardware Appliances S2600GZ/GL
Originally Published: 2019-06-17
Article Number
Applies To
RSA Product/Service Type : RSA Authentication Manager Hardware Appliance
RSA Version/Condition: 8.x
Platform: Intel S2600GZ/GL
Issue
Tasks
Before beginning, download the RAID CMDTool2 for Linux from Intel Intel website.
Resolution
- Download the ir3_CmdTool2_Linux_v8.07.16.zip
- Unzip ir3_CmdTool2_Linux_v8.07.16.zip and copy CmdTool2-8.07.16-1.noarch.rpm to the /tmp/ directory on the appliance using WinSCP, SCP, etc.
- SSH into the RSA SecurID appliance.
- Switch to root using the command:
sudo su -
- Change the permission on the file to Read|Write|Execute:
chmod 775 /tmp/CmdTool2-8.07.16-1.noarch.rpm
- Install the package using the following command:
rpm -ivh /tmp/CmdTool2-8.07.16-1.noarch.rpm
- Create a new directory to save the logs:
mkdir /tmp/raidlogs
- Change the permissions of the newly created directory
chmod 777 /tmp/raidlogs
- Run the following eight commands ensuring they are run one at a time
/opt/MegaRAID/CmdTool2/CmdTool264 -ShowSummary -aALL > /tmp/raidlogs/ShowSummary.log /opt/MegaRAID/CmdTool2/CmdTool264 -AdpAllInfo -aALL > /tmp/raidlogs/AdpAllInfo.log /opt/MegaRAID/CmdTool2/CmdTool264 -AdpBbuCmd -aALL > /tmp/raidlogs/AdpBbuCmd.log /opt/MegaRAID/CmdTool2/CmdTool264 -CfgDsply -aALL > /tmp/raidlogs/CfgDsply.log /opt/MegaRAID/CmdTool2/CmdTool264 -EncInfo -aALL > /tmp/raidlogs/EncInfo.log /opt/MegaRAID/CmdTool2/CmdTool264 -LDInfo -Lall -aALL > /tmp/raidlogs/LDInfo.log /opt/MegaRAID/CmdTool2/CmdTool264 -PDList -aALL > /tmp/raid/logs/PDList.log /opt/MegaRAID/CmdTool2/CmdTool264 -AdpEventLog -GetEvents -f /tmp/raidlogs/raidEvents.log -aALL
- All the logs will be in the directory /tmp/raidlogs.
- You can check the logs using a text editor such as vi or even download the files to your local machine using SCP or WinSCP.
Related Articles
How to Monitor the RAID 1 Array on a 60 series appliance 29Number of Views RSA Identity G&L 7.1.0 installation intermittently fails on SLES 12 where 'Hardware Lock Elision' functionality of the CPU… 34Number of Views Is Via G&L vulnerable to “Authorization Bypass”? 11Number of Views RSA Identity Governance & Lifecycle- A deleted role is still visible in the application UI and stuck in the Applied Delete… 81Number of Views Is Via G&L vulnerable to the “Strict Transport security misconfiguration” 28Number of Views
Trending Articles
RSA Authentication Manager Upgrade Process RSA Release Notes for RSA Authentication Manager 8.8 RSA RADIUS Server service failed to start in the RSA Authentication Manager 8.1 Operations Console Microsoft Entra ID External MFA - Relying Party Configuration Using OIDC - RSA Ready Implementation Guide RSA Release Notes: Cloud Access Service and RSA Authenticators
Don't see what you're looking for?