惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

K
Kaspersky official blog
Martin Fowler
Martin Fowler
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
V
Visual Studio Blog
博客园_首页
Engineering at Meta
Engineering at Meta
The Cloudflare Blog
MongoDB | Blog
MongoDB | Blog
Blog — PlanetScale
Blog — PlanetScale
T
The Blog of Author Tim Ferriss
雷峰网
雷峰网
D
Docker
博客园 - 司徒正美
S
SegmentFault 最新的问题
M
MIT News - Artificial intelligence
博客园 - 叶小钗
博客园 - 三生石上(FineUI控件)
U
Unit 42
J
Java Code Geeks
A
About on SuperTechFans
N
Netflix TechBlog - Medium
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
S
Security Affairs
I
Intezer
Cisco Talos Blog
Cisco Talos Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
B
Blog RSS Feed
P
Privacy & Cybersecurity Law Blog
T
Tenable Blog
T
Threatpost
H
Hacker News: Front Page
G
Google Developers Blog
博客园 - 【当耐特】
Hugging Face - Blog
Hugging Face - Blog
Apple Machine Learning Research
Apple Machine Learning Research
L
Lohrmann on Cybersecurity
大猫的无限游戏
大猫的无限游戏
Google DeepMind News
Google DeepMind News
A
Arctic Wolf
S
Secure Thoughts
GbyAI
GbyAI
NISL@THU
NISL@THU
S
Security @ Cisco Blogs
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Webroot Blog
Webroot Blog
C
CXSECURITY Database RSS Feed - CXSecurity.com
O
OpenAI News
Spread Privacy
Spread Privacy
Application and Cybersecurity Blog
Application and Cybersecurity Blog

冰峰博客

JumpServer 资产代填配置 Windows 管理员获取所有权 ESXI 不识别 ISCSI 挂载盘解决方案 Mellanox ConnectX-4 Lx (MCX4421A-ACQ_Ax) 固件升级 VPS 通过OpenVPN访问家中存储服务 Proxmox Virtual Environment(PVE)使用 LXC 容器安装 AdGuard Home VMware vSphere 小版本更新简要步骤 CentOS7 安装 MongoDB CentOS7 安装 Docker Hello Halo
博科 SAN 交换机 Zone 配置
标签 · 2024-05-21 · via 冰峰博客

本文最后更新于 2024-04-03,文章内容可能已经过时。

接口规划

1701351896607.png

配置规划

1701351909820.png

新建ALIAS

Client
    alicreate "ESXI01_1","11:00:00:00:00:00:00:1a"
    alicreate "ESXI01_2","11:00:00:00:00:00:00:1b"

    alicreate "ESXI02_1","11:00:00:00:00:00:00:2a"
    alicreate "ESXI02_2","11:00:00:00:00:00:00:2b"

    alicreate "ESXI03_1","11:00:00:00:00:00:00:3a"
    alicreate "ESXI03_2","11:00:00:00:00:00:00:3b"
Storage
    alicreate "Storage01_1","22:00:00:00:00:00:00:1a"
    alicerete "Storage01_2","22:00:00:00:00:00:00:1b"

    alicreate "Storage02_1","22:00:00:00:00:00:00:2a"
    alicreate "Storage02_2","22:00:00:00:00:00:00:2b"
新建ZONE
    zonecreate "zoneA1","ESXI01_1;Storage01_1"
    zonecreate "zoneA2","ESXI01_2;Stoeage02_1"

    zonecreate "zoneA3","ESXI02_1;Storage01_1"
    zonecreate "zoneA4","ESXI02_2;Storage02_1"

    zonecreate "zoneA5","ESXI03_1;Storage01_1"
    zonecreate "zoneA6","ESXI03_2;Storage02_1"
创建CFG
    cfgcreate "CFG_SWA","zoneA1,zoneA2,zoneA3,zoneA4,zoneA5,zoneA6" / 创建CFG文件
    cfgenable "CFG_SWA" / 启用CFG文件
    cfgseve / 保存CFG文件

SAN-B

新建ZONE
    zonecreate "zoneB1","ESXI01_1;Storage01_2"
    zonecreate "zoneB2","ESXI01_2;Storage02_2"

    zonecreate "zoneB3","ESXI02_1;Storage01_2"
    zonecreate "zoneB4","ESXI02_2;Storage02_2"

    zonecreate "zoneB5","ESXI03_1;Storage01_2"
    zonecreate "zoneB6","ESXI03_2;Storage02_2"
创建CFG
    cfgcreate "CFG_SWB","zoneB1,zoneB2,zoneB3,zoneB4,zoneB5,zoneB6" / 创建CFG文件
    cfgenable "CFG_SWB" / 启用CFG文件
    cfgseve / 保存CFG文件