Copy VM from one ESXi host to another

Я пользовался такой командой:

scp -p -r /vmfs/volumes/storagename/vmname/  root@remote.host.ip:/vmfs/volumes/storagename/vmname/

-r means recursive
-p preserves modification times, access times, and modes from the original file.

Enable SSH on the host you are copy VM from.
Enable SSH Client in destination host’s firewall.

Thanks to these guys: https://www.vhersey.com/2013/05/copy-files-between-esxi-hosts-using-scp/

 

Вот еще варианты:

var.1:

scp -v -c aes128-ctr -r /vmfs/volumes/datastore1/VMNAME* root@0.0.0.0:/vmfs/volumes/datastore1/VMNAME

var. 2:

Use OVFTOOL

syntax: ovftool.exe -ds=<datastore_name_on_target_host> vi://<source_host>/<vm_guest_name> vi://<target_host>

Example: ovftool.exe -ds=DS-1 vi://10.1.1.10/SRV-WSUS vi://10.1.1.15

https://community.spiceworks.com/how_to/124377-copy-vmware-guest-from-one-esxi-host-to-another

https://www.virtuallyghetto.com/2012/06/how-to-copy-vms-directly-between-esxi.html

CryptoPRO 3.6 & 3.9 bug hangs TermService

Долго я бился с проблемой зависания сервера терминалов на одном сервере.

Пробелма проявляет себя так: в случайный момент сервер перестает пускать пользователей, которые подключаются по RDP. Ошибка у пользователей гласит о проблемах с сервером лицензий.  Если перезапустить TermService, то все начинает работать как надо, но опять до непредсказуемого момента.

 

Я решил это так:

Создал задание, которое при событии 20497 из источника TerminalServices-RemoteConnectionManager  лога Microsoft-Windows-TerminalServices-RemoteConnectionManager запускает следующий скрипт:

taskkill /F /FI “SERVICES eq TermService”
ping 127.0.0.1 -n 4
net start TermService /y
ping 127.0.0.1 -n 4
exit

Это, конечно, костыль страшный, но пока такой вариант единственно приемлемый на том сервере.

 

Несколько других вариантов решения проблемы, таких как отключение шифрования ГОСТ или перехода на версию КриптоПро 4.0 описаны здесь:

https://forum.ru-board.com/topic.cgi?forum=8&topic=51566&start=120#20

https://www.cryptopro.ru/forum2/default.aspx?g=posts&t=8146&p=3

 

Windows Update 80070003 error, если Server 2012 R2 не хочет обновляться

net stop wuauserv

DISM /Online /Cleanup-Image /RestoreHealth

If there is an error ” The source files could not be downloaded”:

gpedit.msc

Computer Configuration > Administrative Templates > System

Specify settings for optional component installation and component repair setting

Contact Windows Update directly to download repair content instead of Windows Server Update Service (WSUS).

or

DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:X:\Sources\Install.wim:1 /LimitAccess Where “X” is the drive letter where the ISO is located. Simply change the “X” to the correct drive letter

 

sfc /scannow

shutdown /r /f

 

https://www.thewindowsclub.com/dism-fails-source-files-could-not-be-found

https://support.microsoft.com/ru-ru/help/947821/fix-windows-update-errors-by-using-the-dism-or-system-update-readiness

Инфа об Apple

https://deepapple.com/news/

Полнейшие характеристики Mac:

https://everymac.com/systems/apple/mac_pro/specs/mac-pro-quad-2.66-specs.html
OS X compatibility:
https://the-x.ru/j/?p=247

Ремонт техники Apple в Москве:

https://macsuper.ru/remont/iphone/

Fix Apple Cinema Display 90W power source:

If you’ve just replaced broken power source with used from Aliexpress and now display flashes its LED 3 times and won’t show any picture, you should isolate middle contacts inside display’s power plug.
https://www.ifixit.com/Answers/View/128535/Flashing+LED+Fault+Indicator

Time Zone Cannot Be Set Manually Due to Device Restrictions:

https://www.macobserver.com/tips/how-to/time-zone-cannot-be-set-manually/
Turn Off Screen Time Passcode

Infiniti

Service manuals – есть разные года.

На всякий случай тема со ссылками на club-fx.ru и пара ссылок на яндексе.

Было бы неплохо узнать хотя бы оглавление бумажного варианта этого руковожства по ремонту, потому что в электронном схемы парктроников, нужной мне, нет :-(