Tag: technology

  • Holodeck & VCF9 part 2

    5–8 minutes

    read –

    in

    After trying a deploy like described in the previous post this was my config: I found out that a full deploy takes up too much resources on my physical host, because the automation vm consumes 1 nested host alone with 24 cores. That is twice the amount of cores compared to the other 3 hosts,…

  • Holo-Lab Support files 5.1

    1–2 minutes

    read –

    in

    Looking at the supportfiles for testing in your VCF-lab, we need some support vms, and the source iso is not included in the files. You can download the Ubuntu here: $src = “https://cloud-images.ubuntu.com/releases/bionic/release/ubuntu-18.04-server-cloudimg-amd64.ova”$ova = “ubuntu-18.04-server-cloudimg-amd64.ova” rename to:bionic-server-cloudimg-amd64.ova then put it here in your holo-console vm: c:\users\administrator\downloads\bionic-server-cloudimg-amd64.ova Now you are ready to open the Auto-Lab and…

  • Fusion 13.x “Cannot open the disk or one of the snapshot disks it depends on. Module ‘Disk’ power on failed.”

    1–2 minutes

    read –

    in

    So i have been using VMware Fusion a while now on my Intel based MacBook Pro, but my latest MacBook Pro had ARM cpu, and that seemed to change a few things. The most obvious was the OS support, but while using e.g. Win11 as a vm in fusion i found that when leaving vm…

  • Holodeck Toolkit 5.1 install

    3–5 minutes

    read –

    in ,

    Ok, so we are installing the Holodeck Toolkit 5.1 There is still missing some documentation from the Broadcom site, so lets hope they migrate everything to the new broadcom pages soon and makes them available. In the mean time… Use the google link to download the holodeck sw: https://docs.google.com/forms/d/e/1FAIpQLSelfYYIIRkfvgniLBJxXbHv62hmyxD_GAtzlh-lzi2YFiUICg/viewform Here you will come to a…

  • Aria Automation with ChatGPT part 2

    Aria Automation with ChatGPT part 2

    3–5 minutes

    read –

    in

    Creating a Cloud Template yaml file using chatgpt v.4.0: So in previous post i tested the creation of a yaml file from ChatGPT. My first experience was that it was missing some info in the file, and that made me think i could benefit from trying a smarter AI, like the 4.0. I started like…