VASA provider and SRA service not starting | Failed to start LDB control vpserver netapp

 Error:

VASA provider and SRA service not starting.

Failed to start LDB control vpserver netapp


Solution:

ssh login to OTV Server with root.

1. search for the vpserver session service.

    ps -eaf |grep vpserver

2.Kill the process with <PID>

  kill -9 <PID>


now restart OTV VM

No comments:

Post a Comment

how to unlink a NIC from a esxi vSwitch

  List the vSwitches from ESXI using CLI:          esxcli network vswitch standard list  output example: vSwitch0    Name: vSwitch0    Class...