TAx4 Northern Lobe SD Deployment

Last week I went down to Delta from 2/18-2/23, 2/24-2/25 for SD deployment of the TAx4 northern Lobe. Acted as Field Team B Leader over that deployment. My responsibilities as tean leader were:

  • Confirming team was at correct GPS position of each SD site, whether at a survey stake or not
  • Record notes on site, the SD deployed condition, record approximate time of deployment and any other important information to relay to Stan or Kido-san
  • Communicate with Lift and Passenger Helicopter via Radio or Hand signals to make sure deployment was smooth, that everyone was on the same page, and oversee the Team’s and Helicopters safety

Images of Deployment can be found at the ICRC Flickr Account

My Favorite Images:

TAx4 31

TAx4 37

TAx4 36

Backup of GF-Ultra Partition

Cloned my research desktop HDD GF-ULTRA to another 4 TB HDD using ddrescue on a live pmagic usb running with both HDDs connected to computer.

Backup Log

backup20190226.log

# Mapfile. Created by GNU ddrescue version 1.20
# Command line: ddrescue -f /dev/sda /dev/sdb backup20190226.log
# Start time:   2019-02-26 23:30:26
# Current time: 2019-02-27 10:42:45
# Finished
# current_pos  current_status
0x3A3813C0000     +
#      pos        size  status
0x00000000  0x3A3813CDE00  +

Backup Command History

backup20190226_hist.log

 1  df -h
 2  fdisk -l
 3  mkdir /mnt/src
 4  mkdir /mnt/tar
 5  mount /dev/sda5 /mnt/src
 6  df -h
 7  mount /dev/sdb5 /mnt/tar
 8  df -h
 9  /mnt/tar/home/gfurlich/Downloads/
10  ls -lrt /mnt/tar/home/gfurlich/Downloads/
11  ls -lrt /mnt/src/home/gfurlich/Downloads/
12  df -h
13  umount /mnt/*
14  df -h
15  ddrescue --help
16  ddrescue -f /dev/sda /dev/sdb backup20190226.log
17  ls
18  fdisk -l
19  df -h
20  mount /dev/sdd /mnt/usb
21  df -h
22  ls /mnt/usb
23  ls
24  cp backup20190226.log /mnt/usb/
25  ls /mnt/usb/
26  history
27  history > backup20190226_hist.log

Checking on LR and BR FD raw Data

Charlie got back to me and indicated that BR and LR FD raw data is on tadserv:/tadserv1_10/tafd/

Looking at the data :

tamember@tadserv0:~$ ls -lrt /tadserv1_10/tafd
total 56
drwxr-xr-x 3 tamember tamember 4096 May 21  2018 y2017m11d09
drwxr-xr-x 3 tamember tamember 4096 May 23  2018 y2017m12d08
drwxr-xr-x 4 tamember tamember 4096 May 24  2018 y2018m01d07
drwxr-xr-x 4 tamember tamember 4096 May 25  2018 y2018m02d05
drwxr-xr-x 4 tamember tamember 4096 May 25  2018 y2018m03d09
drwxr-xr-x 4 tamember tamember 4096 May 25  2018 y2018m04d13
drwxr-xr-x 4 tamember tamember 4096 May 26  2018 y2018m05d07
drwxr-xr-x 3 tamember tamember 4096 Jun 28  2018 y2017m12d17
drwxr-xr-x 4 tamember tamember 4096 Jul  4  2018 y2018m06d08
drwxr-xr-x 4 tamember tamember 4096 Jul 25  2018 y2018m07d06
drwxr-xr-x 4 root     root     4096 Aug 28  2018 y2018m08d07
drwxr-xr-x 4 root     root     4096 Dec  6 15:33 y2018m09d04
drwxr-xr-x 4 root     root     4096 Dec 10 19:16 y2018m10d02
tamember@tadserv0:~$ ls -lrt /tadserv1_10/tafd/y2017m11d09/
total 98
drwxr-xr-x 23 tamember tamember 98304 Nov  8  2017 station1_y2017m11
-rw-r--r--  1 tamember tamember  1221 May 22  2018 data1.log

Mounting TS1 to sithlord

creating mount point : # mkdir /tadserv1_10

Looking at how TS1 is mount to tadserv

How Charlie is mounting to TS0 :

root@tadserv0:/home/tamember# history | grep mount
  155  mount -a -t glusterfs hdp001:pool01 /pool01
  157  mount -t glusterfs hdp001:pool01 /pool01

How it is mounted to TS0 : tamember@tadserv0:~$ df -h /tadserv1_10 Filesystem Size Used Avail Use% Mounted on hdp001:pool01 138T 127T 4.0T 97% /pool01 Since /tadserv1_* is pointer to /pool01

tamember@tadserv0:~$ ls -lrt /tadserv1_*
lrwxrwxrwx 1 root root 18 Jul 30  2018 /tadserv1_1 -> /pool01/tadserv1_1
lrwxrwxrwx 1 root root 18 Jul 30  2018 /tadserv1_2 -> /pool01/tadserv1_2
lrwxrwxrwx 1 root root 18 Jul 30  2018 /tadserv1_3 -> /pool01/tadserv1_3
lrwxrwxrwx 1 root root 18 Jul 30  2018 /tadserv1_4 -> /pool01/tadserv1_4
lrwxrwxrwx 1 root root 18 Jul 30  2018 /tadserv1_5 -> /pool01/tadserv1_5
lrwxrwxrwx 1 root root 18 Jul 30  2018 /tadserv1_6 -> /pool01/tadserv1_6
lrwxrwxrwx 1 root root 18 Jul 30  2018 /tadserv1_7 -> /pool01/tadserv1_7
lrwxrwxrwx 1 root root 18 Jul 30  2018 /tadserv1_8 -> /pool01/tadserv1_8
lrwxrwxrwx 1 root root 18 Jul 30  2018 /tadserv1_9 -> /pool01/tadserv1_9
lrwxrwxrwx 1 root root 19 Jul 30  2018 /tadserv1_10 -> /pool01/tadserv1_10

So I need access to hdp001. Checking connection between TS0 and hdp001

tamember@tadserv0:~$ ssh -v hdp001
...
debug1: Connecting to hdp001 [192.168.1.141] port 22.
...

Creating favicon.ico for Digital Research Journal

Converted Utah Cosmic Ray Logo to favicon.ico using GIMP

However it is not working currently. Not sure.

Creating Git Repo for Digital Research Journal

Using Git to manage and document the versions and updates to this digital journal to preserve it’s content.

Initialize Git Repo :

$ git init

Add to Git File :

git add *

Commit to Git Repo :

git commit -m 'Initial commit of GF Digital Research Journal'

Check Git Status :

git status

Check Git Repo Reversions :

git log

and to see all diff info of each commit

git log -p

Change Font of Journal

Adding national parks font to site and download .otf files. Placed them under /assets/fonts/.

Updated to _sass/minima.scss and added the following line

@font-face {
    font-family: NationalPark;
    src: url("/assets/fonts/NationalPark-Regular.otf") format("opentype");
}

@font-face {
  font-family: NationalPark;
  font-weight: bold;
  src: url("/assets/fonts/NationalPark-Heavy.otf") format("opentype");
}

And updated $base-font-family: in _sass/minima.scss by adding

// $base-font-family: NationalPark, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default;

But edited out since it did not look good.

Adding TOC to categories page and make sectional hyper refs

Editted categories.html to include a table of contents of categories by adding

<toc id="Table of Contents">
  <h2> Digital Journal Categories :</h2>
  <ol>
    
</ol>
</toc>

Also sorted the categories alphabetical by `` above the tag <toc>

Also fixed the sectional hyper refs in the category tags on each post. Just had an extra /. For example /categories/#Backup/ vs /categories/#Backup