Skip to content

Authorgoggip

NTP check with Powercli

  Oneliners to speed up troubleshooting common NTP related issues.  Connect-ViServer <vCenter address> -user administrator@vsphere.local -password VMware123! Check NTP Server is configured. Get-VMHost |Sort Name|Select Name, @{N=“NTPServer“;E={$_ |Get-VMHostNtpServer}}, @{N=“ServiceRunning“;E={(Get-VmHostService -VMHost … Continue Reading NTP check with Powercli

Remove Stale SRM Entries from PSC

Step 1. Find out from vCenter where is my PSC /usr/lib/vmware-vmafd/bin/vmafd-cli get-ls-location –server-name localhost C:\Program Files\VMware\vCenter Server\vmafdd\vmafd-cli get-site-name –server-name localhost /usr/lib/vmidentity/tools/scripts/lstool.py list –url http://localhost:7080/lookupservice/sdk > /tmp/psc_services.txt grep -i vrms -A1 … Continue Reading Remove Stale SRM Entries from PSC

Reprotect Fails SRM / SRM service crash

The issue may appear with a similar backtrace.   Reprotect fails. –> Panic: Assert Failed: “ok” @ d:/build/ob/bora-4130000/srm/src/replication/providers/storageProvider/reverseReplication.cpp:1411 –> Backtrace: –> backtrace[00] rip 00007ffdd64cabea –> backtrace[01] rip 00007ffdd6390a3f –> backtrace[02] … Continue Reading Reprotect Fails SRM / SRM service crash