当前位置:网站首页>How to grab configuration information for DELL SC compellent storage system
How to grab configuration information for DELL SC compellent storage system
2022-07-31 14:09:00 【storage service specialist】
For the first time to get the DELL SC storage system maintenance business from the customer, the first thing is to get the accurate configuration information, and then prepare the spare parts according to this.SC does not seem to have a command or graphical interface that can list all FRU information. If anyone knows, please tell me. I have always used the following original method to grab the configuration.For reference.

Serial or other methods to enter the command line to the main controller.In fact, SC storage needs to enter the command line. For our third-party system maintenance provider, it is the serial port. ssh should also be opened through the serial port. The ssh in the graphical interface is used internally by dell.use.Other virtual consoles, VNC, etc. are not for all product lines. Only some product models can be used. I will introduce them to you later.
Some commands have output examples, some don't. Every command is executed. It is a query command and has no impact on production.
Then run the following commands in sequence and collect the results into a log file.
- Disk, mainly the type of disk, firmware version, etc.
disk walk 5 //Can list all detailed disk information
- Controller related
Controller show
Controller version
Platform dimm show

platform bmc show //This can see the ID information of the FRU

- PCIE card of the controller
Ac hwchange show

Ac fwloads show
- Shows SAS firmware on the cards

- Expansion Cabinet
Jbod show
Jbod enclosure show
Jbod walk 12
Jbod scu show
- Shows the jbod firmware versions and their expected, potential versions as supplied by scupdate

With the information on the tree, basically all the FRUs that can be replaced can be captured.If you are unclear, welcome to add WeChat StorageExpert to communicate.
边栏推荐
- 【Pytorch】F.softmax()方法说明
- An article makes it clear!What is the difference and connection between database and data warehouse?
- AI cocoa AI frontier introduction (7.31)
- CodeIgniter 打开错误日志
- Detailed guide to compare two tables using natural full join in SQL
- C语言基础练(九九乘法表)与打印不同星号图案
- The batch size does not have to be a power of 2!The latest conclusions of senior ML scholars
- Motion capture system for end-positioning control of flexible manipulators
- 49.【拷贝构造函数与重载】
- BigDecimal 简介,常用方法
猜你喜欢
随机推荐
ADS communicate with c #
Reasons and solutions for Invalid bound statement (not found)
Introduction to the PartImageNet Semantic Part Segmentation dataset
【Pytorch】torch.argmax()用法
SetoolKit使用指南
MySQL [subquery]
组合系列--有排列就有组合
Buffer 与 拥塞控制
Small test knife: Go reflection helped me convert Excel to Struct
The latest complete code: Incremental training using the word2vec pre-training model (two loading methods corresponding to two saving methods) applicable to various versions of gensim
AWS implements scheduled tasks - Lambda+EventBridge
Combination series - there are combinations when there are arrangements
C# control StatusStrip use
IDEA connects to MySQL database and uses data
4.爬虫之Scrapy框架2数据解析&配置参数&数据持久化&提高Scrapy效率
对数字化时代的企业来说,数据治理难做,但应该去做
ERROR: Failed building wheel for osgeo
Resnet&API
[QNX Hypervisor 2.2用户手册]9.13 rom
Unity study notes Description of AVPro video jump function (Seeking)








