Automated Build / Rebuild (Customer) Instructions - SD-WAN Viptela
SevOne Documentation
All documentation is available from the IBM SevOne Support customer portal.
© Copyright International Business Machines Corporation 2023.
All right, title, and interest in and to the software and documentation are and shall remain the exclusive property of IBM and its respective licensors. No part of this document may be reproduced by any means nor modified, decompiled, disassembled, published or distributed, in whole or in part, or translated to any electronic medium or other means without the written consent of IBM.
IN NO EVENT SHALL IBM, ITS SUPPLIERS, NOR ITS LICENSORS BE LIABLE FOR ANY DAMAGES, WHETHER ARISING IN TORT, CONTRACT OR ANY OTHER LEGAL THEORY EVEN IF IBM HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, AND IBM DISCLAIMS ALL WARRANTIES, CONDITIONS OR OTHER TERMS, EXPRESS OR IMPLIED, STATUTORY OR OTHERWISE, ON SOFTWARE AND DOCUMENTATION FURNISHED HEREUNDER INCLUDING WITHOUT LIMITATION THE WARRANTIES OF DESIGN, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT.
IBM, the IBM logo, and SevOne are trademarks or registered trademarks of International Business Machines Corporation, in the United States and/or other countries. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on ibm.com/trademark.
- About
- Prerequisites/Assumptions
- Installation
- Deploy SD-WAN OVA & Configure Network Settings
- Appendix - Obtain/Create Boot Media
About
This document provides customer instructions for building / rebuilding SD-WAN. It will NOT restore any lost data.
Prerequisites/Assumptions
-
Customer has obtained or created on boot media (USB, DVD, etc.) with the required SD-WAN recovery installation files. NOTE: For further details, see the appendix on boot media.
-
Customer must have physical access to the console of the target SevOne PAS hardware and a minimum USB stick size of 8GB.
-
Customer knows the required network settings to be installed:
- Hostname
- The network interface which should be used (e.g. eth0)
- IP Address, in dotted decimal notation (e.g. 10.10.10.30)
- Netmask, in dotted decimal notation (e.g. 255.255.255.0)
- Broadcast address, in dotted decimal notation (e.g. 10.10.10.255)
- Default Gateway, in dotted decimal notation (e.g. 10.10.10.1)
Installation
using ISO
-
Insert boot media (or verify that SD card is present) with recovery installation files. (See Appendix section for boot media details.)
-
Reset power on the server.
-
When the option appears, press F11 to enter Boot Manager.
-
In Boot Manager Main Menu, select One-shot BIOS Boot Menu.
-
In Boot Menu, find and select the boot media (USB, DVD or SD card).
using ISO with iDRAC
- The latest ISO file can be downloaded from IBM Passport Advantage ( https://www.ibm.com/software/passportadvantage/pao_download_software.html ) via Passport Advantage Online . However, if you are on a legacy / flexible SevOne contract and do not have access to IBM Passport Advantage but have an active Support contract, please contact IBM SevOne Support for the file.
- Logon to iDRAC.
- Click the window for the virtual console on the lower-right corner to open the virtual console.
- Click Virtual Media button.
- Click Connect Virtual Media button.
- Under Map CD/DVD, click Choose File button and select the ISO file obtained from IBM Passport Advantage via Passport Advantage Online or IBM SevOne Support.
- Click Map Device button.
- Click Close button.
- Click Boot button and select Virtual CD/DVD/ISO.
- Click Yes button.
- Click Power button and then, click Power On System or Power Cycle System (cold boot) if the system was already on, click the Yes button if prompted.
- Install from the boot menu for Viptela collector and allow installation to complete.
After installing using ISO or using ISO with iDRAC, perform the steps below.
-
Select 'Install SevOne-v6.6.0-build.28'.
Choose Troubleshooting option to Install SevOne-v6.6.0-build.28 in basic graphics mode, Rescue a CentOS system, Run a memory test, and Boot from local drive. -
You will now be able to enter your company's network settings onto the appliance. Please refer to SD-WAN Viptela Collector Pre-Deployment Guide > section Configure Network Settings for details.
Deploy SD-WAN OVA & Configure Network Settings
Please refer to SD-WAN Viptela Collector Pre-Deployment Guide for details.
Appendix - Obtain/Create Boot Media
In order to perform a rebuild installation, you must first have bootable media with the correct SD-WAN recovery installation files.
Your SD-WAN hardware for Viptela collector must have an inserted SD card included for this purpose. If this is the case, and if you have not upgraded to a more recent version of the collector, you can skip the rest of this appendix and start the Installation Steps using that SD card as your bootable media.
Otherwise, you must download a recovery installation ISO and use it to build boot media…
- Contact IBM SevOne support and request a download link.
- When you receive your download link, click it and download the ISO file. (NOTE: Download links expire and must be used within 24 hours of sending.)
- Create bootable media from this ISO. (See grid below for instructions by media type and OS.)
Medium | OS | How to create bootable from ISO... |
---|---|---|
USB | Windows |
Make sure you select the right device from the device drop down. If you select the wrong device, you can destroy data on other plugged in USB drives!
|
USB | Mac (Command Line) | diskutil and dd diskutil diskutil list /dev/disk0 (internal, physical): #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *121.3 GB disk0 1: EFI EFI 209.7 MB disk0s1 2: Apple_HFS Macintosh HD 120.5 GB disk0s2 3: Apple_Boot Recovery HD 650.0 MB disk0s3 /dev/disk1 (external, physical): #: TYPE NAME SIZE IDENTIFIER 0: NONAME *8.0 GB disk1 $ diskutil unmountDisk /dev/disk1 Unmount of all volumes on disk1 was successful Do not destroy your OS! Make sure you get the right device from diskutil list. If you enter the wrong device you can destroy your Operating System (macOS)! dd sudo dd if=sevone_solutions_sdwan_viptela-v6.6.0-build.28.iso of=/dev/rdisk[DISKNUMBER] bs=1m & Raw paths If your disk is located at /dev/disk2, make sure you use of=/dev/rdisk2.
The difference is very noticeable. Testing with a linux iso gave over 5x performance improvement: sevoneuser@mac$ sudo dd if=sevone_solutions_sdwan_viptela-v6.6.0-build.28.iso of=/dev/disk1 bs=2m 421+1 records in 421+1 records out 883949568 bytes transferred in 781.193450 secs (1131537 bytes/sec) sevoneuser@mac$ sudo dd if=sevone\_solutions\_sdwan\_viptela-v6.6.0-build.28.iso of=/dev/rdisk1 bs=2m 421+1 records in 421+1 records out 883949568 bytes transferred in 144.064811 secs (6135777 bytes/sec) |
USB | Mac (User Interface) |
Make sure you select the right device from the device drop down. If you select the wrong device, you can destroy data on other plugged in USB drives!
|
USB | Linux | Use Startup Disk Creator, Disks, Disk Utility, or dd Make sure you get the right device from dmesg. If you enter the wrong device you can destroy your Operating System (OS)! dd dd if=sevone_solutions_sdwan_viptela-v6.6.0-build.28.iso of=/dev/YourUsbDevice & while $(kill -USR1 $!);do sleep 1;done |
DVD | Windows | Right click sevone_solutions_sdwan_viptela-v6.6.0-build.28.iso -> Burn Disc Image OR Right click sevone_solutions_sdwan_viptela-v6.6.0-build.28.iso -> Open With... -> Windows Disc Image Burner |
DVD | Mac | Select the ISO file in Finder, and choose "Burn Disk Image sevone_solutions_sdwan_viptela-v6.6.0-build.28.iso to Disc..." from the File menu. |
DVD | Linux | Right-click the ISO file and use Brasero or any other DVD writing utility. |