08-19-2019 12:20 AM - edited 02-21-2020 09:25 AM
Hi,
I have FMC1000 appliance which running on version 6.3.
I would like to verify hardware infomation of the FMC via CLI such as NIC, CPU cores, Memory, Event storage space and power supply status.
Unfortunately, I have found only "show version" to excute even I have used admin account with full access.
What should I do to verify the hardware information for FMC appliance? Thanks
Solved! Go to Solution.
08-19-2019 01:41 AM
First switch to expert mode.
Then you have a standard RHEL command prompt and can use the variety of Linux commands that show you that sort of info.
NIC:
ifconfig -a
ip link show
CPU:
lscpu
less /proc/cpuinfo
Memory:
free -m
Power supply:
sudo dmidecode -t 3
The event storage space cannot easily be shown from cli as far as I know. You can see and adjust the space allocated from FMC:
08-19-2019 01:41 AM
First switch to expert mode.
Then you have a standard RHEL command prompt and can use the variety of Linux commands that show you that sort of info.
NIC:
ifconfig -a
ip link show
CPU:
lscpu
less /proc/cpuinfo
Memory:
free -m
Power supply:
sudo dmidecode -t 3
The event storage space cannot easily be shown from cli as far as I know. You can see and adjust the space allocated from FMC:
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide