3PAR – Automation/Part IV: Creating SAN zones

磁盘存储、磁带存储、存储网络架构设备、存储软件等

版主: xyevolve

版面规则
1. 本版是定位于惠普存储产品的技术讨论区。
2. 本版鼓励发帖共同讨论技术问题,不鼓励站内信件私下交流,独知知不如众知知。
3. 本版允许转贴或引用他人的作品,但必须声明原作者信息。
4. 本版禁止发表出售、求购、或其他非技术讨论等帖子。
5. 本版禁止灌水,包括但不限于任何与所讨论主题无关的回复,无意义字符,直接复制其他回复等。
6. 本站附件禁止用于商业目的,请在下载后24小时内删除,本站不对其造成的结果负任何责任。
回复
admin
网站编辑
帖子: 767
注册时间: 2010年 12月 22日 04:06 星期三

3PAR – Automation/Part IV: Creating SAN zones

帖子 admin » 2012年 5月 1日 21:35 星期二

3PAR – Automation/Part IV: Creating SAN zones

Author Dung Hoang Khac

The script Generate-SAN-Zones.ps1 takes input from the 2 CSV files generated from scripts in PART II / PART III and generates definition for SAN Zones. Download the script from the code repository

Basically. it generates alias definition for each initiator/target and 1 zone per initiator/target. Examples of definitions are shown in the screenshot below.

The script creates 2 txt files SAN-1.txt and SAN-2.txt. each contains commands to be executed against a given switch using the PS function:


type c:\SAN-1.txt | % { run-plink –chassis <IP-Address-of-SAN-Switch> –username admin –password password –command $_}
image31.png
Generate-SAN-Zoning.zip
您没有权限查看这个主题的附件。

回复