
Top categories
Latest posts


Connect ISO File to Server Using RACADM
Mounting ISO Files with RACADM Introduction When using VNC to connect to a Dell server’s iDRAC, you lose the ability to map ISO files that’s available in the Java-based viewer. Fortunately, RACAD...
Power Control of VMs on ESXi Using a Script on the Command Line
Automating VM Power Control on ESXi via Command Line Automating virtual machine power operations via the command line can be extremely useful, especially when managing large environments with tens...

Windows 2012R2 - Extend Disk: "There is not enough space available on the disk(s) to complete this operation."
Resolving Disk Extension Issues in Windows Server 2012 R2 The Problem When trying to extend a disk volume in Windows Server 2012 R2 after increasing the disk size in VMware, you might encounter t...
How to SSH Using a Public Key Instead of Password
Setting Up SSH Key Authentication When accessing remote systems using SSH, using RSA keys instead of passwords offers both convenience and security benefits. This approach is especially useful for...
View, Create, Delete Virtual RAID Volumes with RACADM on an FC630 Server (Dell 13G)
Managing RAID Volumes with RACADM on Dell PowerEdge FC630 This guide demonstrates how to manage RAID volumes on Dell PowerEdge FC630 servers (13th generation) using RACADM commands directly throug...
View, Create, Delete Virtual RAID Volumes with RACADM on an R720 Server (Dell 12G)
Managing RAID Volumes with RACADM on Dell PowerEdge R720 Background When working with Dell servers that have iDRAC Express licenses (which lack remote console capabilities), you can’t use the sta...
Set NTP settings on a Dell server with iDRAC7
Set the DNS first to ensure the iDRAC can resolve the NTP host names: racadm -r 10.1.1.100 -u root -p calvin set idrac.ipv4static.dns1 8.8.8.8 Set the NTP server names: racadm -r 10.1.1.100 -u ro...
Set Windows 2012 R2 NTP Settings Using PowerShell
Configuring NTP and Time Settings in Windows Server 2012 R2 This guide demonstrates how to configure Network Time Protocol (NTP) settings and time zones on Windows Server 2012 R2 using PowerShell ...
Use a USB to RS232 serial converter from Ubuntu / Debian
Detection of the USB-Serial converter used on your machine (so you get the correct device name to use later): tail -f /var/log/messages or /var/log/syslog Plug in the USB cable It will show...