/opt/ibm/ess/tools/bin/ess3kplt -t memory --local
15. Check CPU.
/opt/ibm/ess/tools/bin/ess3kplt -t cpu --local
16. Check sensors.
ipmitool sensor | grep -v discrete | grep -v na
17. Check the product information.
dmidecode -t1
The key values are as follows:
• Manufacturer: IBM
• Product Name: ESS 3200: -[5141FN1]-
POWER9 EMS
1. Check the storage quickly.
/opt/ibm/ess/tools/bin/essstoragequickcheck -N localhost
2. Assign an IP address to the management interface.
nmcli c del mgmt ; nmcli con add type ethernet con-name mgmt ifname mgmt ipv4.addr
'192.168.20.21/24' ipv4.method manual connection.autoconnect yes ; nmcli c reload ; nmcli c
up mgmt
3. Assign an IP to the FSP interface.
nmcli c del fsp ; nmcli con add type ethernet con-name fsp ifname fsp ipv4.addr
'192.168.20.21/24' ipv4.method manual connection.autoconnect yes ; nmcli c reload ; nmcli c
up fsp
4. Check the management interface.
/sbin/ifconfig mgmt
5. Check FSP interface.
/sbin/ifconfig fsp
6. Assign an IP to the campus interface.
nmcli c del campus ; nmcli con add type ethernet con-name campus ifname campus ipv4.addr
'172.16.0.0/24' ipv4.method manual ipv4.gateway 172.16.0.1 connection.autoconnect yes ;
nmcli c reload ; nmcli c up
7. Check the campus interface.
/sbin/ifconfig campus
8. Check serviceable events.
/usr/sbin/opal-elog-parse -s
9. Gather serviceable event details.
100 IBM Elastic Storage System 3200: Hardware Planning and Installation Guide
Need help?
Do you have a question about the Elastic Storage System 3200 and is the answer not in the manual?
Questions and answers