Определяем размер свободного места в базе Exchange 2010
Чтобы в Exchange 2010 узнать текущий размер базы данных и количество свободного места в ней (те самые неиспользуемые страницы), в Exchange Management Shell выполните следующую команду:
Чтобы в Exchange 2010 узнать текущий размер базы данных и количество свободного места в ней (те самые неиспользуемые страницы), в Exchange Management Shell выполните следующую команду:
Warning (26179) Multipath I/O is not enabled for known storage arrays on host HYPER-V. Recommended Action If you want to provision storage using VMM, then enable Multipath I/O for storage arrays being used on the host manually after adding the Multipath I/O feature. Собственно решение: заходим на хост и открываем Powershell в administrative Mode.
1 2 3 |
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe Import-Module ServerManager Add-WindowsFeature Multipath-IO |
На …
Error (408) HYPER-V has an unsupported version of the Virtual Machine Manager agent installed. Recommended Action Uninstall the Virtual Machine Manager agent using Add or Remove Programs on HYPER-V, and then try the operation again. собственно решение – удалить на сервере не поддерживаемый агент.
Установил Virtual Machine Manager Console (VMM) 2012 SP1 – очередной бажик (а может и фишка такая).
1 2 3 4 5 6 7 8 |
Error (20552) VMM does not have appropriate permissions to access the resource on the HYPER-V server. Recommended Action Ensure that Virtual Machine Manager has the appropriate rights to perform this action. Also, verify that CredSSP authentication is currently enabled on the service configuration of the target computer HYPER-V. To enable the CredSSP on the service configuration of the target computer, run the following command from an elevated command line: winrm set winrm/config/service/auth @{CredSSP="true"} |
(нашел на технете тут)