day 36 Linux日常運維

2021-08-11 18:32:07 字數 530 閱讀 9072

10.23 linux任務計畫cron

用法:

分 時 日 月 周 user command

0 3 1-10 */2 2,5 /bin/bash /usr/local/sbin/123.sh >>/tmp/123/log 2>>/tmp/123/log

10.24 chkconfig工具

chkconfig工具在cnetos7中較少使用

10.25 systemd管理服務

幾個常用的服務相關的命令

10.26 unit介紹

1、 unit型別

使用命令:ls /usr/lib/systemd/system 檢視到系統所有的unit,分為以下型別:

2、unit相關的命令

10.27 target介紹

系統為了方便管理用target來管理unit

hbase日常運維

一,基本命令 建表 create testtable coulmn1 coulmn2 也可以建表時加coulmn的屬性如 create testtable 其中的屬性有versions 設定歷史版本數,ttl 過期時間,compression 壓縮方式,當配置lzo的情況 刪除表 drop test...

oracle日常運維

1.解鎖使用者 select username,account status from dba users b where b.username upper alter user account unlock 解鎖 alter user identified by sh 解開expired alte...

日常運維 1

10.1 使用w檢視系統負載 第一行從左到右依次表示當前時間 系統已執行時間 登入使用者數 終端登入顯示為ttyx,遠端登入顯示為pts x 平均負載 每1分鐘 每5分鐘 每15分鐘 主要是注意第乙個負載值,值越大說明伺服器壓力越大。一般情況下,這個值不要超過伺服器的邏輯cpu數量就沒有關係。2 檢...