博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
in-band(带内) and out-of-band(带外) management
阅读量:6954 次
发布时间:2019-06-27

本文共 3646 字,大约阅读时间需要 12 分钟。

   在看IBM 一文档时发现了这篇文章,内容如下:

Requests and status information sent between a and the storage management station are managed in one of two ways: out-of-band or in-band. The way that you define your storage subsystem impacts the way that you configure your storage subsystem.

 

In-Band Management

In-Band Management sends requests and event information between a storage subsystem and the storage management station through the IO connections. The requests, event information, and user data are sent through the HBA or the iSCSI initiator to the controllers. The requests and event information are mixed with the user data. The host receives requests from the storage management station over the Ethernet and then sends the requests to the controllers through the I/O connections. The controllers also use the I/O connections to send event information to the storage management station through the host.

An access logical drive is necessary for in-band management. The access logical drive gives the requests and event information to the controller and to the storage management station.

Figure 2 In-Band Management

(1)、Ethernet Network

(2)、Users Sending and Receiving Data

(3)、Storage Management Station

(4)、Host

(5)、Host Bus Adapters (HBAs) or iSCSI Initiators

(6)、Controller A

(7)、Controller B

(8)、Controller Module Found in the Storage Subsystem

 

When you manually add storage subsystems, you need to give only the host name or IP address of one host. After the host is added, the host-agent software that runs on the host automatically finds any storage subsystems connected to the host.

 

Out-of-Band Management

The Out-of-Band Management  method uses the Ethernet network. The Ethernet network sends requests and event information between a storage subsystem and the storage management station. The Ethernet isolates the user data from the requests and event information. User data is sent through the HBA or the Iscsi Initiator directly to the controller by using the IO connections.

 

Figure 1 Out-of-Band Management

(1)、Ethernet Network

(2)、Users Sending and Receiving Data

(3)、Storage Management Station

(4)、Host

(5)、Host Bus Adapters (HBAs) or iSCSI Initiators

(6)、Controller A

(7)、Controller B

(8)、Controller Module Found in the Storage Subsystem

(9)、Ethernet Cable from the controllers to the Ethernet Network

 

When you add storage subsystems by using this management method, you must give the of each controller in the storage subsystem. A DHCP server is recommended to manage the IP addresses for the parts of the storage subsystem.

Note:

A maximum of eight storage management stations can monitor an out-of-band-managed storage subsystem at the same time.

 

Out-of-band management offers the following advantages:

——There is no need for an access logical drive (unlike for in-band management). Therefore, you can use the maximum number of logical drives supported by the host servers’ operating system.

——If the I/O paths fail, you can still access the DS3000 storage subsystem out-of-band, check the status, and capture logs for effective troubleshooting. Access to both controllers is required for almost all in-band management functions.

——If in-band management cannot be used (for example, when the SMagent is not available for the host server operating system), you can effectively use out-of-band management.

  We recommend setting up and using both methods, if at all possible. This will introduce some redundancy to your management setup and provide management access to the DS3000 subsystem even in the case of I/O path or Ethernet management network failure.

本文转自 taojin1240 51CTO博客,原文链接:http://blog.51cto.com/taotao1240/949085,如需转载请自行联系原作者
你可能感兴趣的文章
《自顶向下网络设计(第3版)》——1.6 复习题
查看>>
【转】微信小程序给程序员带来的可能是一个赚钱的机遇
查看>>
《Programming Ruby中文版:第2版》终于正式出版了
查看>>
【RSA专题】在RSA2017大会上你会看到什么?勒索软件、物联网、区块链(以及更多)!...
查看>>
使用Observium来监控你的网络和服务器
查看>>
蚂蚁区块链团队资讯简报20170514
查看>>
线性空间(向量空间)
查看>>
多媒体之录音
查看>>
何为程序员思维
查看>>
【导入导出】compress 值为y对导入对象所占空间的影响
查看>>
mysql 分区类型详解
查看>>
ORACLE同义词总结
查看>>
iOS 设备类型和版本判断
查看>>
ios字体设置
查看>>
【SICP练习】51 练习2.19
查看>>
solveCrossprod求 X'X的逆, ( X' == t(X), 即X的行列变换矩阵 )
查看>>
PostgreSQL column cryptographic use pgcrypto extension and optional openssl lib
查看>>
通过支付宝服务中断事件看系统可靠性和YunOS的可靠性
查看>>
oVirt VM (CentOS) template & clone
查看>>
Linux内核编译与启动流程
查看>>