跳到主要內容

發表文章

目前顯示的是有「hyper-v」標籤的文章

Hyper-V 2016複寫備援 實戰虛擬機器容錯移轉

在IT維運的世界裡,系統人員無不希望許多的作業管理都能夠盡可能地做到自動化的處理,例如各種熱備援(Hot Spare)技術的使用就是一個典型案例。舉例來說,最常見的肯定就是磁碟的熱備援,許多IT人員在建置一部全新的伺 from Pocket https://ift.tt/2JhgcMa via IFTTT

活用PowerShell命令 高效管理Hyper-V

儘管Windows的視窗介面設計一路走來不斷地力求創新與突破,但可別忘了DOS的命令列視窗始終也一直跟隨著它,甚至進一步為了力抗強敵UNIX/Linux的Shell,還推出了以.NET Framework和.NET Core為基礎的PowerShell,它支援與UNIX Shell命令和Cmd. from Pocket https://ift.tt/2IBGZ68 via IFTTT

Hyper-V虛擬平台放利多 Unix-Like運作也能通

談到微軟作業系統,某些IT人員便認為在作業系統的部分一定是只有Windows。雖然,Windows偶爾會推出與開放原始碼整合的相關服務,但使用者通常仍覺得整合程度有限,但是這樣的狀況自從微軟CEO Satya Nadella上任並喊出「Microsoft Lo from Pocket http://ift.tt/2hfjXkj via IFTTT

Hyper-V 計量

適用於Windows 2012 R2 Hyper-V Enable-VMResourceMetering Reset-VMResourceMetering Disable-VMResourceMetering Measure-VM –VMName Greendale-VM $report = Measure-VM –VMName Greendale-VM $report | Format-List Get-VM vm-guest-name | Enable-VMResourceMetering Get-VM vm-guest-name | Measure-VM | select * (Measure-VM -VMName vm-guest-name).NetworkMeteredTrafficReport Add-VMNetworkAdapterAcl -VMName SQL2012 -Action Meter -RemoteIPAddress 10.10.0.0/16 -Direction Outbound Parameter Set: VMName Add-VMNetworkAdapterAcl [-VMName] <String[]> -Action <VMNetworkAdapterAclAction> -Direction <VMNetworkAdapterAclDirection> [-ComputerName <String[]> ] [-LocalIPAddress <String[]> ] [-LocalMacAddress <String[]> ] [-Passthru] [-RemoteIPAddress <String[]> ] [-RemoteMacAddress <String[]> ] [-VMNetworkAdapterName <String> ] [-Confirm] [-WhatIf] [ <CommonParameters>] Parameter Set: ManagementOS Add-VMNetworkAdapterAcl -Action <VM...