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

推荐订阅源

W
WeLiveSecurity
The GitHub Blog
The GitHub Blog
Engineering at Meta
Engineering at Meta
Microsoft Azure Blog
Microsoft Azure Blog
The Register - Security
The Register - Security
Stack Overflow Blog
Stack Overflow Blog
博客园 - 三生石上(FineUI控件)
T
Threat Research - Cisco Blogs
S
SegmentFault 最新的问题
V2EX - 技术
V2EX - 技术
Hacker News: Ask HN
Hacker News: Ask HN
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
P
Proofpoint News Feed
J
Java Code Geeks
Microsoft Security Blog
Microsoft Security Blog
M
MIT News - Artificial intelligence
AI
AI
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
P
Proofpoint News Feed
Hacker News - Newest:
Hacker News - Newest: "LLM"
B
Blog
N
News and Events Feed by Topic
N
News | PayPal Newsroom
Google DeepMind News
Google DeepMind News
酷 壳 – CoolShell
酷 壳 – CoolShell
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
WordPress大学
WordPress大学
C
Cybersecurity and Infrastructure Security Agency CISA
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 【当耐特】
U
Unit 42
腾讯CDC
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
The Cloudflare Blog
H
Help Net Security
Recent Announcements
Recent Announcements
P
Privacy & Cybersecurity Law Blog
IT之家
IT之家
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Security Archives - TechRepublic
Security Archives - TechRepublic
L
LINUX DO - 热门话题
Martin Fowler
Martin Fowler
MongoDB | Blog
MongoDB | Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
H
Heimdal Security Blog
博客园 - 聂微东
S
Securelist
大猫的无限游戏
大猫的无限游戏
Cloudbric
Cloudbric
Cisco Talos Blog
Cisco Talos 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文件