Skip to main content

Acknowledgement


About Blog Tech Radiant, provides business technology, IT news, product reviews and enterprise IT strategies. This website is for IT decision makers seeking to modernize operations using the latest technologies, architectures, and strategies.





Comments

Popular posts from this blog

PKI Lab Setup

Resource Forest Active Directory Domain Service – DC01 Root Certificate Authority (Offline) – RCA01 Issuing Certificate Authority – ICA01 Client Server – WS01 Account Forest ADC01 AWS01 ------------------------------------------------------------------------------------------------------------------------------------------------------ Step 1 – Installing the Domain Controller Step 2 – Installing the Root Certificate Authority Ø   Install the AD CS Role on the server (RCA01) Ø   Configure the AD CS Role ü   Click – Configure Active Directory Certificate Service on the Destination Server ü   Click Next – If you have logged in with Administration Account or Choose the Account which will be responsible for CA ü   Select Role Service to configure – For my case I am selecting only Certification Authority ü   Select Standalone CA – As this will be offline CA on a work group machine ü   Select Root CA – As this will be the Root CA Server ü ...

Enable SSH on ESXi 6.X

Working on your VMware environment, we often needed remote access to your ESXi hosts. Accessing the ESXi Host via SSH offers administrators the ability to maintain, troubleshoot, and remediate issues by using a Secure Shell client such as PuTTY. As per the security concern, SSH is disabled by default. However, you can enable it for remote command execution in multiple ways. In this post, we will provide you a walk through the different processes of enabling SSH on VMware ESXi 6.5 hosts. Let's go through one by one! Enable via Direct Console User Interface (DCUI) Login in ESXi Direct Console User Interface (DCUI) and Press F2 Key. It will ask you for root credentials. Now go to System Customization screen and select Troubleshooting Options. Under Troubleshooting, go to Mode Option and choose Enable SSH . SSH will show now Enabled. Press Esc to go back to main menu. Enable via vSphere Web Client (Host) Log into the ESXi via the Web Client. It must be https://localhostname/UI. Log in ...
  Azure Architect Interview Questions and Answers   What is Reapply and Redeploy in Azure? In Azure, Reapply and Redeploy are two different operations used to troubleshoot and fix issues with virtual machines (VMs). Here's what each does: 1. Reapply Purpose : Resets the VM's state and reapplies the VM properties (like networking settings) without redeploying it. When to use : If the VM is running but experiencing issues with configuration settings, extensions, or networking. 2. Redeploy Purpose : Moves the VM to a new host in Azure while keeping its existing settings. When to use : If the VM is stuck in an unresponsive state or cannot be connected to. Command (Azure CLI) : Key Differences Feature Reapply Redeploy What it does Refreshes VM settings Moves VM to a new host Impact No downtime (usually) VM is ...