淘优惠

淘优惠

remote_device

热门文章 0
remotedevice,remotedevices,remotedevices翻译
  • Interface for Deleting Remote Device
  • Interface for Querying the Number of Remote Device
  • Interface for Querying Remote Device Information
  • Interface for Batch Querying Remote Device Information
  • Interface for Removing a iSCSI Link of Remote Device
  • Interface for Modifying a iSCSI Link information
  • Interface for Modifying FC Link Information
  • Interface for Removing a FC Link of Remote Device
  • Interface for Adding FC Links for Remote Devices
  • Interface for Querying the Number of iSCSI Links
  • Interface for Querying the Number of FC Links
  • Interface for Creating Remote Device
  • Interface for Modifying Remote Device Information
  • Interface for Adding iSCSI Links for Remote Devices
  • Interface for Querying FC Link Information
  • Interface for Querying a Single iSCSI Link Information
  • Interface for Batch Querying iSCSI Link Information
  • Interface for Batch Querying FC Link Information

This interface is used to delete remote devices.

Applicable to V5 all series.

https://${ip}:${port}/deviceManager/rest/${deviceId}/remote_device/${id}

DELETE

Super administrator,Administrator

Parameter

Mandatory/Optional/Conditional

Type

Description

ID

Mandatory

string

Remote device ID.

N/A

  • Deleting remote devices.

    Request: DELETE /deviceManager/rest/210235843910E6000009/remote_device/123  Response:  {     "data":{},     "error": {         "code": 0,         "description": "0"     } }

This interface is used to query the number of remote device.

Applicable to V5 all series.

https://${ip}:${port}/deviceManager/rest/${deviceId}/remote_device/count

GET

Super administrator,Administrator,Read-only user

Parameter

Mandatory/Optional/Conditional

Type

Description

filter

Optional

string

Query criteria.

The value is described as follows:

Parameters ID, NAME, RUNNINGSTATUS, HEALTHSTATUS are supported.

Parameter

Mandatory/Conditional

Type

Description

COUNT

Mandatory

string(int)

Number of queried remote device.

  • Querying the number of remote device.

    Request: GET /deviceManager/rest/1016964156/remote_device/count  Response: {     "data": {         "COUNT": "1"     },     "error": {         "code": 0,         "description": "0"     } }

This interface is used to query information about remote devices.

Applicable to V5 all series.

https://${ip}:${port}/deviceManager/rest/${deviceId}/remote_device/${id}

GET

Super administrator,Administrator,Read-only user


rhel8新手使用方法 rhel 9.0

rhel7升级rhel8,rhel8.1,rhel8.2,rhel8.4
rhel7 系列的kickstart与6系列有些不同
1、报Need a 1MB 'biosboot' type partition when install RHEL7 on a GPT disk with custom partition错
需要biosboot分区,加上:
part biosboot ?--fstype=biosboot --size=1
2、%package %pre ?%post 都要以 %end 结尾,不能省略,而且互相不能嵌套 。
3、part /boot 大小至少200。
4、不支持多个 %pre或者多个% post。但是,我的过程中,至少要一个%pre或者%post,不然会报Failed to start Switch Root错误。
5、配置脚本放在%post里面比较好,能完整执行。
6、systemctl start ?service 不能用 报错,还没解决。用/etc/rc.d/rc.local, ?必须先加chmod ?u+x
7、key 要注释,我的系统不支持key这项。vim包默认没有,要自己加vim-enhanced
上面是实体机的kickstart。用oz制作rhel72的虚拟机镜像时,如果不要lvm,分区部分只需要一句
vim /usr/lib/python2.6/site-packages/oz/auto/RHEL7.auto?
?part /? --fstype ext4 --size=4096
还有这里的size不能太大
参考资料:

show remote_device elink


关于本站

Copyright © 2023 欢迎来到我的小站 备案号:粤ICP备2020117555号 |淘宝互助 |隋唐演义 | 名诗名词 | 淘宝优惠

联系我们

合作或咨询可通过如下方式:

QQ:

邮箱:

关注我们

淘优惠

Parameter

Mandatory/Optional/Conditional

Type

Description

ID

Mandatory

string

字段

含义

ID

异构链路ID。

Health Status

异构链路健康状态。

Running Status

异构链路运行状态。

Local Controller

本端控制器ID。

Remote Device Type

远端设备类型。

In Remote Device

是否已接入远端设备。

Remote Device ID

远端设备ID。

Remote Device WWN

远端设备WWN。

Remote Controller

远端控制器ID。

Local Port ID

链路所属本端端口。

Local Port WWPN

本端端口的WWPN。

Remote Device Name

链路所属远端设备名字。

Remote Port ID

链路所属远端端口。

Remote Port WWPN

远端端口的WWPN。

Bandwidth Limit Enabled

该链路流控是否开启。

Bandwidth Limit Size

流控带宽。

Bandwidth Utilization

带宽利用率。

Remote Device SN

链路所属远端设备的SN。

Vendor

远端设备厂商型号。

Model

远端设备产品型号。

LUN Number

LUN数量。

Initiator Name

iSCSI启动器名字。

Target Name

iSCSI目标器名字。

Target IP

iSCSI目标器IP。

Target Port

iSCSI目标器端口。

Chap Enabled

是否启用CHAP认证。

Chap User

CHAP用户。

Recovery Policy

恢复策略。

Local IP

iSCSI启动器IP。

Local ISID

本端设备的iSCSI启动器会话标识符。

Remote TGPT

远端设备的iSCSI目标器端口组标签。