Skip to main content

Posts

Showing posts from January, 2022

How to connect Azure VMware solution vCenter server

 Azure VMware Solution(AVS) provides a vCenter server with minimum 3 node ESXi hosts while provision.  But the issue is that AVS will be created with only private cloud networks. For accessing we need to create a windows jump host .For this follow below step 1.Create AVS. 2.Create a resource "virtual network" on the same region of AVS. 3.Create a resource "virtual network gateway" with "express route" as type. 3.create a express route key  request on AVS.       AVS->Connectivity:       Now copy express ID and key. 4.Go to VPN gateway ->Connections->Add connection      check "redeem authentication" and provide "express key/ID" 5.Now create a windows jump host server on the above create vNet.

Debain root account locked

 If Debian linux console root account locked follow below: Reboot the debain VM and in console Press  e  to reach the GRUB menu. Change the   boot options Delete  console=tty2 quiet loglevel=2  and replace with the boot option   init=/bin/bash  as  4. Press  Ctrl+X  or  F10  to enter  root@(none):/#  prompt. Run  fsck -f -y -v  /dev/sdc1  repeatedly until there are no more errors. Enter the command  reboot -f   to reboot the VM.

How to check dot net core version in linux

  Use  below command to validate .net core SDK version in linux (debian) Host03091EF60:~# dotnet --info   It was not possible to find any installed .NET Core SDKs   Did you mean to run .NET Core SDK commands? Install a .NET Core SDK from:       https://aka.ms/dotnet-download   Host (useful for support):   Version : 3.1.2   Commit:  916b5cba26

"vmware backup of native key provide has failed" while backup NKP key provider

 Error: After enabling Native Key provider (NKP) in vCenter 7.x next steps is to backup the key provider. while select backup and provider password, we get below error: vmware backup of native key provide has failed Solution: Make sure you connected vCenter from browser using FQDN name while doing backup. Also check FQDN of the vCenter server is properly configured with connecting https://<VCIP>:5480  using root credentials.