IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 6 and Version 7 of PS1_IPP_Czarlog_20190415


Ignore:
Timestamp:
Apr 16, 2019, 11:05:44 AM (7 years ago)
Author:
cclin33
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PS1_IPP_Czarlog_20190415

    v6 v7  
    1414 * MEH: update.% chip cleanup queued overnight again in normal ~ippitc/cleanup -- regularly has to be queued every few days to clean up space while update processing continues in ~ippitc/stdscience and ~ippmops/stdscience
    1515 * MEH: ippb21 not exporting disks after reboot -- neb-host down (was an unstable node as well so should be kept down for a while) and will work with czar in morning to fix exports
    16 
     16 * CCL: did not remove update.LAP.PV3 label due to bright time for testing processing speed and it looks okay even with massive stamp requests.
    1717
    1818=== Tuesday : 2019.04.16 ===
    1919 * CCL: disk warning
    2020{{{
    21 neb-host --state repair --host ipp106 --note 'CCL: disk getting full so moving to repair: up->repair'
     21neb-host --state repair --host ipp106.1 -volume --note 'CCL: disk getting full so moving to repair: up->repair'
    2222}}}
    2323
    2424 * CCL: turn ippb16-ippb20, ippb22, ippb23 down for Haydn fixing fans.
     25 * CCL: ippb21 (uname -a to see OS --> ubuntu) seems not to export properly so Mark and I tried to figure it out.
     26 we first to check "systemctl satus nfs-server", nothing is strange
     27 try to restart "systemctl restart nfs-server", but it does not help
     28 after comparing with ippb20, ippb22 we found  /etc/exports file has not following inform.
     29{{{
     30# ATRC IPP Storage offsite
     31/export/ippb21.0 166.122.172.0/255.255.255.128(nohide,rw,insecure,sync,no_subtree_check,root_squash)
     32/export/ippb21.1 166.122.172.0/255.255.255.128(nohide,rw,insecure,sync,no_subtree_check,root_squash)
     33# ITC IPP Prod cluster
     34/export/ippb21.0 128.171.123.224/255.255.255.224(nohide,rw,insecure,sync,no_subtree_check,root_squash)
     35/export/ippb21.1 128.171.123.224/255.255.255.224(nohide,rw,insecure,sync,no_subtree_check,root_squash)
     36}}}
     37 we add these into /etc/exports and "sudo exportfs -rav", then the disk is exported properly.
    2538
    2639=== Wednesday : 2019.04.17 ===