ubuntu vm print_req_error
Finally fixed the print_req_error: Even that did not stop the errors….until: Errors Finally Stopped
Finally fixed the print_req_error: Even that did not stop the errors….until: Errors Finally Stopped
ARG RUBY_VERSION="3.2.2" ARG NODE_VERSION="16.17.0" ARG BUNDLER_VERSION="2.4.7" ARG DEBIAN_FRONTEND=noninteractive # ------------------------------------- # rubygems (private) # ------------------------------------- FROM ruby:${RUBY_VERSION}-bullseye as rubygems ENV BUNDLE_JOBS=8 ENV BUNDLE_RETRY=3 ENV BUNDLE_WITHOUT="development:test" WORKDIR /app RUN gem install…
For some unknown reason, the ‘Install VMware Tools’ was greyd out. I tried to remove and re-add CD/DVD, but that didn’t work. Ultimately, I had to download .exe and install…
Added 2 900GB Disks into slots 4 & 5 of Dell R610 configured as RAID-0 Show same information via terminal.
To shutdown single virtual machine, you need to get the Vmid: To get just ‘Vmid’ & ‘Name’ use the following: Now we can shutdown single VM Notice nothing is returned,…
Shutdown VM, Edit Settings/VM Options/Advanced/Configuration Parameters To make this GLOBAL: ssh to ESXi server
While trying to generate a certificate for awx-operator using the following: openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout ansible-awx.pfs.lan.key -out ansible-awx.pfs.lan.crt -subj “/CN=ansible-awx.pfs.lan/O=ansible-awx.pfs.lan” -addext “subjectAltName = DNS:ansible-awx.pfs.lan” openssl…
Download centos iso and upload to ESXi storage. Create New Virtual Machine Connect downloaded ISO to CD/DVD Start VM and Install CENTOS Pre-System Setup Get Network Interface Configure environment Install…
Following… https://github.com/josenk/terraform-provider-esxi/tree/master/examples/01%20Simple%20Guest
BEST LOOKING:Simply open settings/sharing and turn on ‘Remote Desktop’ —- WHY DOES XRDP LOOK SO BAD —-# Install xrdpsudo apt-get install xrdp # Enable system to start xrdp sudo systemctl…