配置CiscoMDS光纤存储交换机(MDSMultilayerDirectorSwitch多层光纤阵列交换机)大概流程:1:创建VSAN,将端口加入VSAN2:创建ZONE,将端口加入ZONE3:创建zoneSet,将ZONE加入set,并启用zoneSet4:启用所有端口使用命令行基本配置MDS-1(config)#switchnameMDS-1MDS-1(config)..
分类:
其他好文 时间:
2014-08-28 11:39:49
阅读次数:
1023
1096. Get the Right Route Plate!
Time limit: 1.0 second
Memory limit: 64 MB
Everybody who had ridden a Ekaterinburg bus could notice that on the inner side of the plate with the number of t...
分类:
其他好文 时间:
2014-08-28 09:43:49
阅读次数:
331
route1.作用route表示手工产生、修改和查看路由表。2.格式#route[-add][-net|-host]targetaddress[-netmaskNm][dev]If]#route[-delete][-net|-host]targetaddress[gwGw][-netmaskNm][dev]If]3.主要参数-add:增加路由。-delete:删除路由。-net:路由到达的是一个网络,而不是..
分类:
系统相关 时间:
2014-08-25 19:34:25
阅读次数:
293
OpenstackDashBoard:不能创建用户和配额的问题:bug页:https://bugs.launchpad.net/openstack-cisco/+bug/1167483#vim/etc/openstack-dashboard/local_settings将值调整OPENSTACK_KEYSTONE_DEFAULT_ROLE="_member_"原来的值是"MEMBER"
分类:
其他好文 时间:
2014-08-25 17:18:35
阅读次数:
319
/// /// 发送CMD命令(执行命令行) /// public static void SendCMD(string pwd) { string route = ConfigurationManager.AppSe...
分类:
其他好文 时间:
2014-08-25 14:34:54
阅读次数:
302
LeetCode: Gas StationThere are N gas stations along a circular route, where the amount of gas at station i is gas[i].You have a car with an unlimited ...
分类:
其他好文 时间:
2014-08-23 19:03:31
阅读次数:
177
.net web 使用IIS ARR(Application Request Route)技术实现web的高性能、高可靠、易扩展及负载均衡。ARR的使用请参考 IIS负载均衡-Application Request Route详解 一般应用场景见下图所示,其中一台服务器只做ARR服务器,接受客户端....
分类:
其他好文 时间:
2014-08-23 18:53:21
阅读次数:
225
在NFS客户端执行该命令时报下列错误[root@client~]#showmount-e192.168.0.1clnt_create:RPC:Portmapperfailure-Unabletoreceive:errno113(Noroutetohost)解决方法[root@server~]#iptables-F[root@server~]#iptables-X再执行该命令[root@client~]#showmount-e192.168.0.1Exportl..
分类:
移动开发 时间:
2014-08-23 02:27:20
阅读次数:
399
asp.net web form 使用URL路由 注不是mvc中的路由一、前台控件使用路由,通过表达式生成url地址,注意给路由参数赋值,防止使用了其他路由表达式值方式1:' runat="server">技术供给方式2:">科技企业控件界面数据绑定中使用 ' > url 路由分页控件:ur...
分类:
Web程序 时间:
2014-08-22 22:23:19
阅读次数:
327
这个是用于接入口的,一个正常的交换接口从down到up要经过:Down,listening,learning,fowarding几个状态,一共耗时为30秒,从而决定此端口是blocking还是fowarding的,也是交换机的防止环路的机制。但是对于直接接入PC这样的终端设备的接口就没有必要经过这几步了,也就是从down..
分类:
其他好文 时间:
2014-08-22 02:55:06
阅读次数:
363