zone的命令行配置

第一种,通过加入wwn来完成zone的创建,这种方法可以保证即使换了端口还是可以保证zone关系的存在;

Root> config

Config>

..                - Move back one level

NPIV              - Configure NPIV settings

NSTools           - Configure the Name Server snapshotdatabase

alias             - Configure Alias for WWNs

commadelim        - Toggle comma-delimited display mode

enterpriseFabMode - Configure EnterpriseFabric Mode settings

features          - Configure product feature settings

fencing           - Configure port fencing policies

ficonCUPZoning    - Configure FICON CUP Zoning

ficonMS           - Configure FICON management serversettings

ip                - Configure product ip settings

login             - Login to CLI under differentaccess rights

logout            - Logout of CLI

openSysMS         - Configure open systems managementserver settings

port              - Configure product port data

root              - Move back to root level

security          - Configure product security settings

snmp              - Configure product SNMP settings

switch            - Configure product switch data

syslog            - Configure Syslog settings

system            - Configure product system data

zoning            - Configure product zoning settings

Config>zoning

Config.Zoning>

..                - Move back one level

activateZoneSet   - Activate the zone set in the zone setworking area

addPortMem        - Add a domain/port member to the zoneset working area

addWwnMem         - Add a WWN member to the zone setworking area

addZone           - Add a new (empty) zone to the zoneset working area

clearZone         - Clear all zone members from a zonein the working area

clearZoneSet      - Clear the zone set working area,removing all zones

commadelim        - Toggle comma-delimited display mode

deactivateZoneSet - Place all devices inthe Default Zone immediately

deletePortMem     - Delete a domain/port member from thespecified zone

deleteWwnMem      - Delete a WWN zone member from thespecified zone

deleteZone        - Delete a zone from the zone setworking area

login             - Login to CLI under differentaccess rights

logout            - Logout of CLI

renameZone        - Rename a zone in the zone set workingarea

renameZoneSet     - Rename the zone set working area

replaceZoneSet    - Replace the working area with the activezone set

root              - Move back to root level

setDefZoneState   - Enable or disable the default zone state

showActive        - Show the zoning configuration that issaved on the fabric

showPending       -Show the current zone set working area

Config.Zoning> addZone prg(创建zone prg)

Config.Zoning> addWwnMem prg  2005080088E38C64  (将需要加入zone的wwn加入到所创建的zone)

Config.Zoning> activateZoneSet(完成激活,zone关系即可使用)

第二种,通过加入交换机的端口来完成zone的创建,这种方法是依据端口创建的,所以不用理会hba卡的wwn号是多少;

Root> config

Config>

..                - Move back one level

NPIV              - Configure NPIV settings

NSTools           - Configure the Name Server snapshotdatabase

alias             - Configure Alias for WWNs

commadelim        - Toggle comma-delimited display mode

enterpriseFabMode - Configure EnterpriseFabric Mode settings

features          - Configure product feature settings

fencing           - Configure port fencing policies

ficonCUPZoning    - Configure FICON CUP Zoning

ficonMS           - Configure FICON management serversettings

ip                - Configure product ip settings

login             - Login to CLI under differentaccess rights

logout            - Logout of CLI

openSysMS         - Configure open systems managementserver settings

port              - Configure product port data

root              - Move back to root level

security          - Configure product security settings

snmp              - Configure product SNMP settings

switch            - Configure product switch data

syslog            - Configure Syslog settings

system            - Configure product system data

zoning            - Configure product zoning settings

Config>zoning

Config.Zoning>

..                - Move back one level

activateZoneSet   - Activate the zone set in the zone setworking area

addPortMem        - Add a domain/port member to the zoneset working area

addWwnMem         - Add a WWN member to the zone setworking area

addZone           - Add a new (empty) zone to the zoneset working area

clearZone         - Clear all zone members from a zonein the working area

clearZoneSet      - Clear the zone set working area,removing all zones

commadelim        - Toggle comma-delimited display mode

deactivateZoneSet - Place all devices inthe Default Zone immediately

deletePortMem     - Delete a domain/port member from thespecified zone

deleteWwnMem      - Delete a WWN zone member from thespecified zone

deleteZone        - Delete a zone from the zone setworking area

login             - Login to CLI under differentaccess rights

logout            - Logout of CLI

renameZone        - Rename a zone in the zone set workingarea

renameZoneSet     - Rename the zone set working area

replaceZoneSet    - Replace the working area with the activezone set

root              - Move back to root level

setDefZoneState   - Enable or disable the default zone state

showActive        - Show the zoning configuration that issaved on the fabric

showPending       -Show the current zone set working area

Config.Zoning> addZone prg(创建zone prg)

Config.Zoning> addPortMem<zoneName> <domainId> <portNumber> (domainid可以根据规划填写相应数值,portNumber为相应端口号)

Config.Zoning> activateZoneSet(完成激活,zone关系即可使用)

时间: 2024-10-10 11:04:57

zone的命令行配置的相关文章

MongoDB使用命令行配置的问题

在用命令行配置mongodb的时候遇到一些问题,自己脑子也是有点发昏 一开始以为是自己环境配置错或命令敲错了 后来才发现,配置路径不支持相对的路径,必须写全比如D:\mongodb\db\ huo ./mongodb/db/ 希望以后不要再犯同样的错误了,开发者也应该多考虑一下安装时这些小细节 像这种小问题,最好给个比较明确的提示

从命令行配置 Windows 防火墙

从命令行配置 Windows 防火墙 高级用户可以使用命令行来配置 Windows 防火墙.您可以使用 netsh 命令行工具来进行配置. 下表中的 netsh 命令可用于 Microsoft Windows XP Service Pack 2 (SP2).键入 netsh 命令以及“/?”会显示该命令的帮助. Add netsh firewall add allowedprogram 将允许的程序配置添加到 Windows 防火墙中 netsh firewall add portopening

菜鸟入门【ASP.NET Core】5:命令行配置、Json文件配置、Bind读取配置到C#实例、在Core Mvc中使用Options

命令行配置 我们通过vs2017创建一个控制台项目CommandLineSample 可以看到现在项目以来的是dotnet core framework 我们需要吧asp.net core引用进来,我们可以直接添加Microsoft.AspNetCore.All 安装完成之后,我们可以通过using Microsoft.Extensions.Configuration;来进行后续的配置 static void Main(string[] args) { var builder = new Con

命令行配置Windows高级防火墙

今天正好看到个帖子,询问如何通过命令行配置防火墙策略中远程IP的地址,特别是添加新的地址.就是图中Scope里Remote IP address的地址. 第一反应就是用netsh firewall来配置试试.输入命令后,发现Windows提示最好使用powershell配置,以后的系统中不再提供这种方式配置了.看来微软是逐步把所有的配置命令都转向Powershell了.如果看不到图片,请点我. 所以就要转向powershell命令了. New-NetFirewallRule -DisplayNa

H3C防火墙F1000-C-G通过命令行配置,开启对设备的Web管理

H3C F1000-C-G防火墙初始配置: IP地址:192.168.0.1; web功能已开启; 用户名和密码均为:admin; H3C防火墙买回来准备使用,按配置文档操作,ping 默认地址192.168.0.1不通;通过web浏览器访问http://192.168.0.1也访问不到. 那么通过下面方便就可以打开web用图形化界面配置防火墙设备了. 通过命令行设置管理口,实现对设备的Web管理 # 通过Console 口登录设备. # 系统默认将管理口加入到Management 域.如果未加

树莓派3 命令行配置无线

树莓派3 因为自带了无线网卡,所以装好系统后可以直接配置. 图形界面的就不多说了,鼠标直接点右上角的连接就可以了. 用命令行的话,要先配置 sudo nano /etc/network/interfaces face wlan0 inet static //这段是配置无线接口 address 192.168.1.88 netmask 255.255.255.0 gateway 192.168.1.1 dns-nameserver DNS CTR-O保存 CTR-X 退出 要固定访问无线网络,还要

Redhat 无线(Wifi)上网命令行配置

小结两种命令行模式下配置无线wife的方法,实践测试通过(Red Hat Enterprise Linux release 6.0 Beta(Santiago)) 一.使用wpa_supplicant命令(主要去配WPA-PSK,WPA2-PSK加密方式的AP) 1.关闭NetworkManager服务 一定要关闭NetworkManager服务,否则连接会出现各种错误 [[email protected] ~]# /etc/init.d/NetworkManager stop 2.配置wpa_

使用命令行配置Git

Git命令快速入门 这里我们从头开始创建一个空的Git版本库,并往版本库中添加一个简单的 index.html 文件. 才做步骤如下: 1-1,打开 Git Bash,进入到任意电脑目录并创建一个目录.比如版本库创建在 D:\\GitTestRepos\\git003 下.  Git Bash 是Windows下的命令行工具,基于msys GNU.GNU环境,说明很好的支持Linux/unix的环境. 1-2,执行 git init 命令,将git003目录转化成一个版本库.git init 命

Window 2012 R2系统从无命令行配置开启GUI的功能,实现操作系统图形化界面。

今天发现2012的操作系统远程桌面黑屏了,重启后发现只能看到CMD命令行. 感觉是WINDOW的版本变成了无GUI的版本了. windows 2012 R2系统重启后进入系统还是只有CMD命令窗口,没有图形化界面,除了cmd其余的全部是黑的. 解决这个方法很简单,不用重装系统,只需cmd里面一条命令即可. 在cmd里面输入以下内容,输入完以后按回车键 dism /online /enable-feature /all /featurename:servercore-fullserver /fea