An error occurred in the thread control of the enterprise vault. Net server Processes after upgrade enterprise vault from version 10. to 11.0.1

Image

Error :

Machine generated alternative text: error occurred in the thread control of the nterprise Vault .NET server processes;  Error: €0180131040»  Reference: LSM,'cci  Additional Info: KVS.EnterpriseVauIt.SystemServerManager

Impact :-

–> Provisioning task shows error

–> will able to remove and put indexing from backup mode

 

Solution :-

The immediate resolution for the issue would be to run the following command so that the dll is registered properly.

1) Stop the EV services

2) Open a command prompt on the EV Server and ‘Run as Administrator’.

3) “C:\Windows\Microsoft.NET\Framework\v4.0.30319\RegAsm.exe” /tlb /codebase /verbose “C:\Program Files (x86)\Enterprise Vault\KVS.EnterpriseVault.ServerManager.dll”

 

if above Soution Does’t resolve issue follow below artical

https://www.veritas.com/support/en_US/article.000019448>

Nutanix AOS 5.5 delivers 1M IOPS from a single VM, but what happens when you vMotion? — CloudXC

For many years Nutanix has been delivering excellent performance across multiple hypervisors as well as hardware platforms including the native NX series, OEMs (Dell XC & Lenovo HX) and more recently software only options with Cisco and HPE. Recently I … Continue reading →

via Nutanix AOS 5.5 delivers 1M IOPS from a single VM, but what happens when you vMotion? — CloudXC

Nutanix Video: Nutanix Xtract for VMs Demo — IT News

Businesses adopting new IT infrastructure have to choose how they handle existing applications and workloads and VMs. Do you rebuild or migrate? This video demonstration of Nutanix Xtract for VMs shows the ease and speed at which workloads can be migrated to Nutanix Enterprise Cloud powered by AHV. Learn more: https://www.nutanix.com/2017/10/10/nutanix-xtract-introduces-vm-migration-simplicity-hyperconverged-infrastructures/ This video is from […]

via Nutanix Video: Nutanix Xtract for VMs Demo — IT News

Increase NUTANIX CVM Memory

Verify the cluster health. The Nutanix cluster can sustain the failure of one Controller VM at a given time. Do not continue if you suspect that the cluster is not healthy or if another Controller VM is down.

  1. Verify that the Controller VM is running on each host in the cluster.
    1. Log on to a Controller VM with SSH.
    2. Determine the number of nodes in the cluster.
      nutanix@cvm$ svmips | wc -w
    3. Verify that the number of Controller VMs that are Up and Normal is the same as the number of nodes in the cluster.
      nutanix@cvm$ nodetool -h localhost ring | grep Normal | grep -c Up
  2. Verify that all the services in the Controller VM are Up.
    nutanix@cvm$ cluster status

Perform the following steps if you need to change the Controller VM memory allocation.

Caution: To avoid impacting cluster availability, shut down one Controller VM at a time. Wait until cluster services are up before proceeding to the next Controller VM.
  1. Log on to a Controller VM with SSH.
  2. Gracefully shut down the Controller VM.
    nutanix@cvm$ cvm_shutdown -P now
  3. Increase the memory of the Controller VM.
    1. Log on to vCenter with the vSphere client.
    2. Right-click the Controller VM and select Edit Settings.
    3. On the Hardware tab, click Memory and, in the Memory Size field, specify the memory size, and then click OK.
    4. On the Resources tab, in the Reservation field, specify the same value you specified in step c, and then click OK.
  4. Start the Controller VM by using the vSphere client.
  5. Log on to the Controller VM.

    Accept the host authenticity warning if prompted, and enter the Controller VM nutanix password.

  6. Verify that all the services in the Controller VM are up.
    nutanix@cvm$ cluster status

Source :-

https://portal.nutanix.com/#/page/docs/details?targetId=vSphere-Admin6-AOS-v50:vsp-esxi-cvm-memory-change-t.html