Difference between revisions of "RMU build Gen-1.5: I. Prerequisites"
Katie.peters (talk | contribs) (Completed the page) |
Katie.peters (talk | contribs) (Fixed a few things) |
||
Line 34: | Line 34: | ||
Download Proxmox VE’s latest release ISO installer from <nowiki>https://www.proxmox.com/en/downloads</nowiki> (currently v8.1.x) and flash to a USB stick. | Download Proxmox VE’s latest release ISO installer from <nowiki>https://www.proxmox.com/en/downloads</nowiki> (currently v8.1.x) and flash to a USB stick. | ||
− | # Download balenaEtcher | + | # Download balenaEtcher [[File:Balena 1.png|900x900px]] |
− | # Insert USB drive and open balenaEtcher[[File:Balena 2.png|900x900px]] | + | # Insert USB drive and open balenaEtcher [[File:Balena 2.png|900x900px]] |
− | # Select <code>Flash from file</code> and then select the downloaded Proxmox ISO NOTE: The screen might look different based on your operating system | + | # Select <code>Flash from file</code> and then select the downloaded Proxmox ISO NOTE: The screen might look different based on your operating system [[File:Balena 3-1.png|900x900px]] |
# Ensure that your USB drive is ticked and then click <code>Select</code>[[File:Balena 4.png|900x900px]] | # Ensure that your USB drive is ticked and then click <code>Select</code>[[File:Balena 4.png|900x900px]] | ||
# Select <code>Flash!</code> [[File:Balena 5.png|900x900px]] | # Select <code>Flash!</code> [[File:Balena 5.png|900x900px]] | ||
# It will flash the image onto the USB drive [[File:Balena 6-1.png|900x900px]] | # It will flash the image onto the USB drive [[File:Balena 6-1.png|900x900px]] | ||
− | # You are done! | + | # You are done! [[File:Balena 7.png|900x900px]] |
+ | |||
+ | |||
+ | Continue to [[RMU build Gen-1.5: II. Proxmox - A. Install Proxmox|A. Install Proxmox]] |
Revision as of 19:33, 22 February 2024
This page is part of the RMU build Gen-1.5 runbook.
Determine Networking Information
You need to know:
- Your 1G (Management Uplink) IP information (from your network provider):
- Usable customer address range and
Network Mask
Gateway
for the customer address range
- Usable customer address range and
This will be needed for DNS Records.
You need to allocate one of your available IP addresses (External IP
) from your usable customer address range to assign to the RMU.
Domain Name
You will need an Internet Domain that you have access to in order to add the required A
records. This will be referred to as <domain>
in the commands and examples in the rest of the document.
If you have multiple data centers, we recommend prepending your site code (<dc>
) to your root domain name. E.g. xx1.domain.com
We will be adding 2 records (with optional dc
):
- A -
teleport.<dc>.<domain>
withExternal IP
- A -
*.teleport.<dc>.<domain>
withExternal IP
These records will allow you to access your RMU and hosted services remotely and securely.
Data Center Resources
Smart Hands or a technicial who will travel to the data center
Crash Cart with a VGA adapter (for SuperMicro) or HDMI (for NUC)
USB Drive
You will need one high-speed USB drive.
Download Proxmox VE’s latest release ISO installer from https://www.proxmox.com/en/downloads (currently v8.1.x) and flash to a USB stick.
- Download balenaEtcher
- Insert USB drive and open balenaEtcher
- Select
Flash from file
and then select the downloaded Proxmox ISO NOTE: The screen might look different based on your operating system - Ensure that your USB drive is ticked and then click
Select
- Select
Flash!
- It will flash the image onto the USB drive
- You are done!
Continue to A. Install Proxmox