From b2fde7ac9a1a0e6b2cb012b9c94abfec7c661e22 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Thu, 6 Oct 2022 16:27:00 -0500 Subject: Tux02: rejig network and disks --- issues/systems/reboot-tux01-tux02.gmi | 39 +++++++++++++++++++++++++++++------ 1 file changed, 33 insertions(+), 6 deletions(-) (limited to 'issues/systems') diff --git a/issues/systems/reboot-tux01-tux02.gmi b/issues/systems/reboot-tux01-tux02.gmi index 3186a0d..dcd2677 100644 --- a/issues/systems/reboot-tux01-tux02.gmi +++ b/issues/systems/reboot-tux01-tux02.gmi @@ -2,8 +2,6 @@ I needed to add the hard disks in the BIOS to make them visible - one of the annoying aspects of these Dell machines. First on Tux02 I cheched the borg backups to see if we have a recent copy of MariaDB, GN2 etc. The DB is from 2 days ago and the genotypes of GN2 are a week old (because of a permission problem). I'll add a copy by hand of both - an opportunity to test the new 10Gbs router. -Something funny is going on. When eno4 goes down the external webserver interface is not working. It appears, somehow, that 128.169.4.67 is covering for 128.169.5.59. I need to check that! - # Tasks Before rebooting @@ -13,10 +11,6 @@ On Tux02: * [X] Check backups of DB and services * [X] Copy trees between machines -On Tux01: - -* [ ] Network confused. See above. - On both: * [X] Check network interface definitions (what happens on reboot) @@ -25,6 +19,39 @@ On both: # Info +## Reconfiguring disks + +We can add a lot of SATA disks. To configure run racadm and set serial settings + +: racadm set iDRAC.Serial.Enable 1 +Dump everything + +: racdump + +: get nic.nicconfig.4 +: hwinventory + +Reboot + +: racadm>>serveraction powercycle + +: racadm>>serveraction hardreset +: racadm>>serveraction powerstatus +: racadm>>connect com2 + +racadm>> +config -g cfgSerial -o cfgSerialBaudRate 115200 +config -g cfgSerial -o cfgSerialCom2RedirEnable 1 +config -g cfgSerial -o cfgSerialSshEnable 1 +config -g cfgIpmiSol -o cfgIpmiSolEnable 1 +config -g cfgIpmiSol -o cfgIpmiSolBaudRate 115200 +get iDRAC.serial + + +Now you should see the menu in + +: console com2 + ## Routing On tux02 eno2d1 is the 10Gbs network interface. Unfortunately I can't get it to connect at 10Gbs with Tux01 because the latter is using that port for the outside world. -- cgit v1.2.3