Automated Build / Rebuild (Customer) Instructions - SevOne Data Insight
About
This document provides customer instructions for building / rebuilding SevOne Data Insight. It will NOT restore any lost data.
Prerequisites / Assumptions
- Customer has obtained or created on boot media (USB, DVD, etc.) with the required SevOne Data Insight recovery installation files.
NOTE: For further details, please refer to the appendix below 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.
NOTE: For further details on boot media, please refer to the appendix below. - 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 Versa / Viptela collector (where applicable) and allow installation to complete.
After installing using ISO or using ISO with iDRAC, perform the steps below.
- Select 'Install SevOne DataInsight v7.0.0'.
INFO: Choose Support option to Test this media & install SevOne DataInsight v7.0.0 and Troubleshooting.
NOTE: Recover SevOne DataInsight v7.0.0 capability will be available in a future release.
- You will now be able to enter your company's network settings onto the appliance. Please refer to SevOne Data Insight Pre-Installation Guide > section Configure Network Settings for details.
Deploy Data Insight OVA
Please refer to SevOne Data Insight Pre-Installation Guide for details.
Appendix - Obtain / Create Boot Media
In order to perform a rebuild installation, you must first have bootable media with the correct SevOne Data Insight recovery installation files.
If your SevOne Data Insight hardware shipped during or since August 2016, it should have included an inserted SD card for this purpose. If this is the case, and if you have not upgraded to a more recent version of Data Insight, 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. (Refer to the grid below for instructions by media type and OS.)
NOTE: You will require the latest .iso file. For example, sdi-v7.0.0-build.<###>.iso file; replace <###> with the latest build version. Please obtain the latest file from IBM Passport Advantage via Passport Advantage Online or IBM SevOne Support.
Create bootable from ISO on Windows with USB
- Download and run the free utility "Etcher". https://etcher.io/
- Click on Select image and choose the downloaded sdi-v7.0.0-build.<###>.iso file.
- Click on Flash!
- When done, you will get a message Flash Complete!
WARNING: 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!
Create bootable from ISO on Mac with USB using CLI
/* for 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
WARNING: 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)!
/* for dd, */
sudo dd if=sdi-v7.0.0-build.<###>.iso of=/dev/rdisk[DISKNUMBER] bs=1m &
- /dev/disk# is buffered, requiring extra processing when writing (extra validations).
- /dev/rdisk# is raw, which allows for much faster writing (this is okay when doing a raw block-level copy using dd).
sevoneuser@mac$ sudo dd if=sdi-v7.0.0-build.<###>.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=sdi-v7.0.0-build.<###>.iso of=/dev/rdisk1 bs=2m
421+1 records in
421+1 records out
883949568 bytes transferred in 144.064811 secs
(6135777 bytes/sec)
Create bootable from ISO on Mac with USB using User Interface
- Download and run the free utility "Etcher". https://etcher.io/
- Click on Select image and choose the downloaded sdi-v7.0.0-build.<###>.iso file.
- Click on Flash!
- When done, you will get a message Flash Complete!
WARNING: 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!
Create bootable from ISO on Linux with USB
WARNING: Make sure you get the right device from dmesg. If you enter the wrong device you can destroy your Operating System (OS)!
/* for dd */
dd if=sdi-v7.0.0-build.<###>.iso of=/dev/YourUsbDevice &
while $(kill -USR1 $!);do sleep 1;done
Create bootable from ISO on Windows with DVD
Right click sdi-v7.0.0-build.<###>.iso -> Burn Disc Image
OR
Right click sdi-v7.0.0-build.<###>.iso -> Open With... > Windows Disc Image Burner
Create bootable from ISO on Mac with DVD
Select the ISO file in Finder, and choose “Burn Disk Image sdi-v7.0.0-build.<###>.iso to Disc...” from the File menu.
Create bootable from ISO on Linux with DVD
Right-click the ISO file and use Brasero or any other DVD writing utility.