Linux + 如何使用 cfggen 实用程序验证 Linux Red-Hat 上的镜像配置

Linux + 如何使用 cfggen 实用程序验证 Linux Red-Hat 上的镜像配置

我有一台安装了 RedHat Linux 的 IBM 刀片服务器。

我们如何检查是否将两个磁盘作为镜像运行,或者所有内容是否仅在单个磁盘上运行?我可以使用哪些命令来发现这一点?

我正在尝试使用 cfggen 实用程序来验证此配置。

./cfggen controller DISPLAY

请告知如何查找控制器编号。

来自 cfggen 文档:

   NAME
   cfggen  -  Configures the Integrated Raid (IR) functionality of the HP
   SAS controllers used in LSI-1068-based HP SAS controllers.

   SYNOPSIS
   cfggen controller# command parameters

          controller#
                    A unique controller number is assigned by the utility
                    to each PCI function found in the system.   Only  PCI
                    functions  on  controller  chips  recognized  by this
                    utility are assigned numbers.




  ./cfggen 
     LSI Logic IR Configuration Utility 2.00.30
     cfggen <controller #> <command> <parameters> ...
     where <controller #> is:
     Number between 0 and 255

答案1

假设您的机器中只有其中一个:

./cfggen 0 [命令] [参数]

通常编号应该从 0 开始,正如您的问题中所述......

相关内容