设置 VPD 参数

使用 vpd_config_set 命令可设置 VPD(重要产品数据)参数的值。

vpd_config_set name=Name value=ParamValue

参数

名称 类型 描述 必需
name String 要设置的参数的名称。 Y
value String 参数的值。 Y
此命令设置以下 VPD 参数值,其中仅 name 是必需的:
  • customer.name
  • customer.primary_contact.calling_hours
  • customer.primary_contact.email
  • customer.primary_contact.mobile_phone
  • customer.primary_contact.name
  • customer.primary_contact.office_phone
  • customer.primary_contact.time_zone
  • customer.secondary_contact.calling_hours
  • customer.secondary_contact.email
  • customer.secondary_contact.mobile_phone
  • customer.secondary_contact.name
  • customer.secondary_contact.office_phone
  • customer.secondary_contact.time_zone
  • hardware_info.hw_cable_bundle
  • hardware_info.hw_door
  • hardware_info.hw_patch_panel
  • hardware_info.hw_patch_panel_label
  • hardware_info.hw_power_cable_config
  • hardware_info.hw_rack_type
  • hardware_info.hw_rps
  • interface_config.model
  • machine_model
  • machine_type
  • main_ibm_contact.calling_hours
  • main_ibm_contact.email
  • main_ibm_contact.mobile_phone
  • main_ibm_contact.name
  • main_ibm_contact.office_phone
  • main_ibm_contact.time_zone
  • non_mutable_vpd_info.original_flashed_version
  • non_mutable_vpd_info.original_flashing_date
  • disk_size
  • remote_support.customer_contact.calling_hours
  • remote_support.customer_contact.email
  • remote_support.customer_contact.mobile_phone
  • remote_support.customer_contact.name
  • remote_support.customer_contact.office_phone
  • remote_support.customer_contact.time_zone
  • remote_support.modem_phone_number
  • remote_support.primary_ibm_ip
  • remote_support.secondary_ibm_ip
  • remote_support.special_instructions
  • remote_support.vpn_ip_1
  • remote_support.vpn_ip_2
  • site.building_location
  • site.city site.country
  • site.name
  • site.postal_code
  • site.state
  • site.street_address
  • system_info.sys_ec_level
  • system_info.sys_hw_level
  • system_info.PID

示例:

vpd_config_set name= value=

输出:

Command executed successfully.

访问控制

用户类别 许可权
存储管理员 允许
存储集成管理员 不允许
应用程序管理员 不允许
安全性管理员 不允许
只读用户 不允许
技术人员 允许

返回码

  • READ_ONLY_CONFIG_PARAMETER

    配置参数:“name”是只读的。

    故障诊断:只读参数不可修改。

  • UNRECOGNIZED_CONFIG_PARAMETER

    无法识别的配置参数:“name”。

    故障诊断:请按命令语法使用有效的配置参数。有关有效配置参数的列表,请参阅“CLI 参考指南”。