上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 122 下一页

2015年8月26日

什么是Platform Services Controller

摘要: Platform Services Controller (PSC) is a component of the VMware Cloud Infrastructure Suite. PSC deals with identity management for administrators and applications that interact with the vSphere platfo... 阅读全文

posted @ 2015-08-26 17:31 中道学友 阅读(4303) 评论(0) 推荐(0)

什么是L2 frame?

摘要: The data link layer or layer 2 is the second layer of the seven-layer OSI model of computer networking. The data link layer is concerned with local delivery of frames between devices on the same L... 阅读全文

posted @ 2015-08-26 17:19 中道学友 阅读(489) 评论(0) 推荐(0)

vNetwork Standard Switch(vSS)和vNetwork Distributed Switch(vDS)的区别

摘要: vSS: vSwitches are configured on each ESXi/ESX host. vDS: The configuration of vDS is centralized to vCenter Server. The ESXi/ESX 4.x and ESXi 5.x hosts that belong to a dvSwitch do not need further ... 阅读全文

posted @ 2015-08-26 17:11 中道学友 阅读(1040) 评论(0) 推荐(0)

2015年7月1日

Lync 2013安装中遇到的关于SQL Mirroring的一次报错的解决

摘要: Problem Description ================= Following the Lync Deployment Wizard to setup Database Mirroring with a witness for Lync 2013, it fails. Story ================= 1. When I filled all the ... 阅读全文

posted @ 2015-07-01 15:18 中道学友 阅读(896) 评论(0) 推荐(0)

客户端连接SQL报"Cannot Generate SSPI Context"错误

摘要: 这种错误实在是让人头痛, 如果你遇到它还没有头痛的话, 请先看看微软给出的针对这个错误的这篇KB811889. 一般我遇到这种错误都是直接放弃, 重新运行sysprep之后再安装一遍所需要的软件. 然而, 这次我无路可退了. 花费了好几天来尝试解决一个SQL Mirror的问题, 结果SQL Mirror的问题解决了, 结果出现了这个"Cannot Generate SSPI Context"的... 阅读全文

posted @ 2015-07-01 11:16 中道学友 阅读(1381) 评论(0) 推荐(0)

2015年6月16日

安装Lync 2013过程中遇到的第一个报错

摘要: 安装Lync 2013, 首先要去做的就是prepare AD Forest. 在使用向导的时候会遇到报错如下: Prepare Forest Active Directory setting exection failed on an unrecoverable error Command execution failed: Value cannot be null. ... 阅读全文

posted @ 2015-06-16 16:13 中道学友 阅读(686) 评论(0) 推荐(0)

2015年6月10日

ScaleIO 1.32现在可以免费下载安装使用了(除生产环境之外)

摘要: EMC World 2015会上宣布, ScaleIO 1.32可以免费下载使用在非生产环境上了. 这个可以免费下载的版本叫做Free and Drictionless (F&F) download version. 下载地址如下: http://www.emc.com/products-solutions/trial-software-download/scaleio.htm 那你可... 阅读全文

posted @ 2015-06-10 11:27 中道学友 阅读(2553) 评论(0) 推荐(0)

2015年6月3日

开启Remote Desktop的PowerShell

摘要: 1) Enable Remote Desktop set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server'-name "fDenyTSConnections" -Value 0 2) 在firewall允许RDP进入 Enable-NetFirewallRule -Displa... 阅读全文

posted @ 2015-06-03 15:42 中道学友 阅读(728) 评论(0) 推荐(0)

如何远程运行PowerShell命令?

摘要: 首先, 被remote运行PowerShell的windows必须已经join了domain. 其次, 该Windows的PowerShell必须开启对remote command的接受, 运行下面的命令来做到: enable-psremoting 示例如下: 好了, 可以到另一台机器上去执行命令玩玩看啦. 运行Enter-PSSession命令来执行远程命令. Enter-PSSess... 阅读全文

posted @ 2015-06-03 15:21 中道学友 阅读(651) 评论(0) 推荐(0)

重启Windows的PowerShell

摘要: 这么简单的一个命令都单独写一篇blog, 是不是太无耻了? 好吧, 谁让咱不会呢. 学会了就来一篇. 呵呵. Restart-Computer 来源 ================ http://www.computerperformance.co.uk/powershell/powershell_restart_computer.htm 阅读全文

posted @ 2015-06-03 15:07 中道学友 阅读(2725) 评论(0) 推荐(0)

上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 122 下一页

导航

技术追求准确,态度积极向上