Create an Instance in Roving Edge Infrastructure and Compute Cloud@Customer
You can deploy SD-WAN on most applications by launching the instance
from Oracle Cloud
Marketplace. However, with Roving Edge Infrastructure and Compute Cloud@Customer, you must convert VT800 to UEFI boot first.
Tip:
Ensure you have a custom image available for your system. It's crucial to have a custom image as marketplace images typically cannot be edited to support UEFI boot.To facilitate this process, follow these instructions:
- Convert Disk Partitioning:
- Configure
Grub2
Boot Loader:- Use the
`gdisk`
tool to manage GPT partitioning. Run`gdisk /dev/sda`
to access disk management functionalities. - Define the first GPT BIOS sector within
`gdisk`
. - Adjust partition sizes as necessary to accommodate the new partitioning scheme.
- Shrink the
filesystem
partition back to its original size to avoid data loss. - Write the partitioning changes and reformat using
gdisk
. Confirm the changes by typingw
andy
. - Refresh partition information using
partprobe
and verify changes usingfdisk -l /dev/sda
.
- Use the
- Create EFI Boot Partition:
- Create a new partition for the EFI boot system using
`gdisk`
. - Reformat the newly created EFI partition as
vfat
using the commandmkfs -t vfat -v /dev/disk/by-partlabel/EFI-system
. - Ensure necessary EFI files are present by installing
grub2-efi
,grub2-efi-modules
, andshim
packages. - Generate the GRUB configuration file using
grub2-mkconfig -o /boot/efi/EFI/redhat/grub.cfg
. - Mount the EFI system partition and move EFI files to it.
- Update the
/etc/fstab
file to ensure the EFI partition is mounted at boot time.
- Create a new partition for the EFI boot system using
- Configure
Grub2
for EFI:- Install
grub2
for EFI using the commandgrub2-install --target=x86_64-efi /dev/sda
. - Manually create a menu entry for Talari in
/boot/efi/EFI/redhat/grub.cfg
. - Ensure proper configuration of the menu entry to reflect the changes made.
- Install
- Reconfigure Hypervisor:
- If necessary, reconfigure the hypervisor to use UEFI boot mode for the VM.
- Start the VM and ensure it boots successfully using UEFI.
- Troubleshoot:
- If any issues arise during the process, use the BIOS command line to locate partitions holding kernel and initrd images.
- Verify and adjust menu entries in the GRUB configuration file (
/boot/efi/EFI/redhat/grub.cfg
) and ensure that they are configured correctly for UEFI boot.
Convert VT800 to UEFI Boot
Convert VT800 to UEFI boot in place while ensuring a smooth transition and avoiding any potential issues.
After completing the customization of the image, the image is now ready for export. Follow these steps to export this image to create an instance on Roving Edge Infrastructure for SD-WAN:
- Log in to the Roving Edge Infrastructure web console.
- Navigate to Instances.
- Click Create Instance.
- Fill out the Create Compute Instance form. Include
instance name, select the custom image and other instance details (shape,
configure networking,
ssh
keys and so on). - Click Create.
Once created, your instance should be up and running with your custom
image.
Verify SSH Access to SD-WAN Instance and Set a Password for HTTPS Access
After you successfully create your instance, you must verify SSH access to your SD-WAN Instance.
Creating a password for HTTPS access ensures you implement heightened security
measures. Fortifying your system's defenses is critial to ensure robust protection
against unauthorized access and potential threats. Follow these steps to verify your
access and set up a password:
Access the SD-WAN Instance Using HTTPS
Follow these steps to access the SD-WAN instance using HTTPS:
You have successfully deployed the Oracle SD-WAN Instance in Roving Edge Infrastructure. See the Oracle® SD-WAN Implementation Guide for
instructions on configuration and deployment best practices, and installation of SD-WAN
software and configuration package.