Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Dateuname -aNotes
7/13/20183.10.0-862.6.3.el7.x86_64 
8/8/20183.10.0-862.9.1.el7.x86_64 
8/28/20183.10.0-327.el7.x86_64Fresh install by ksa
8/29/20183.10.0-862.11.6.el7.x86_64 
10/4/20183.10.0-862.14.4.el7.x86_64 
12/7/20183.10.0-957.1.3.el7.x86_64 
2/19/20193.10.0.957.5.1.el7.x86_64Fresh net install on new SSD
4/1/20193.10.0-957.10.1.el7.x86_64 
5/15/20193.10.0-957.12.2.el7.x86_64

$ sudo yum upgrade ; failure of yfs, so (via ksa)...

$ sudo yum clean all;sudo yum erase kmod-yfs;sudo yum install kmod-yfs;sudo yum upgrade
$ sudo chef-client -o slac_yfs-client

6/14/20193.10.0-957.21.2.el7.x86_64Automatic upon reboot (after notifications)
9/24/20193.10.0-1062.1.1.el7.x86_64 
12/2/20193.10.0-1062.4.3 
12/4/20193.10.0-1062.7.1 
1/6/20203.10.0-1062.9.1 
2/10/20203.10.0-1062.12.1 

 

Disk Partitioning

The following table indicates a "standard" suggested disk partitioning for centos7 with a 1 TB SSD.  (Note: the machine, comet2, has 16 GB of RAM.)

Currently recommended partition sizes are in blue.

PartitionType

Size

(GB)

Usage as of 3/12/2020Red Hat guidelineencrypt?Notes
/bootext42.33G (19%)>1 GB  
/ext43011G (36%)>10 GB root
/homeext43023G (80%)>1 GB local user $HOMEs
swap 8 >1 GB calculation based on amount of RAM
/optext440.75G (2%)  3rd party software
/tmpext4100.04G (1%)  don't let this fill up!
/varext4102.1G (23%)  logs
/scratchext430038G (14%)  yum!
/scsworkext4100.04G (1%)  maybe combine with / ?
/usr/vice/cacheext450.1G (3%)  AFS/YFS only
/afsauristorfs---N/A  empty mount point (AFS/YFS only)
       
       
       

 

Here is comet2's current disk config (on a 160 GB HDD):

...