shell處理故障

2021-09-01 21:58:35 字數 971 閱讀 1390

以下是shell處理故障的一點積累,將來可能有用,先mark一下

(1)匯出userid不為空,且下單日在2014-01-03日(含)以後的訂單

mysql -u*** -h*** -p3307 -p**** -e "use *** ;set names utf8; select distinct user_id, user_name  from commission_order r where (r.user_id is not null and r.user_id !='' and order_date >='2014-01-03') and source='www'">check_user_id.txt
(2)shell指令碼呼叫使用者中心的介面比較

fi #計數

count=$[ $count + 1 ]

echo "username," $username ,"userid_false," $userid ,"user_id_true," $user_id_true ,"count," $count

done

線上故障處理

於 2016 年 12 月 09 日 處理流程 故障後處理 前段時間在團隊內整理了乙份線上事故處理的流程,修改後在這裡分享。1.1 系統 業務報警 這個是獲取故障最常用的手段。一般的系統正常運營過程中都會有一定的指標監控。如 在系統層面某種報錯出現的次數,系統常規指標,如可用記憶體,jvm gc,連...

RAC 故障處理

rac的故障定位 比單節點資料庫更複雜 日誌的儲存位置更多 日誌的資訊量更大 故障更複雜 rac的核心程序,cssd,crsd 這兩個程序出現問題,那麼 rac就宕了。rac比單例項資料庫程序要複雜的多。rac日誌存放的位置也多,種類也多,相對於單例項。對於單例項資料庫,所有的關於資料庫的資訊幾乎都...

openstack 故障處理

系統磁碟損壞 前提 disk檔案為檔案儲存型別的雲主機。步驟 1 檢視損壞os雲主機所在宿主機 nova show 2 找到或建立一台與損壞雲主機os版本一致的雲主機 3 將損壞雲主機a的磁碟檔案disk拷貝乙份至用於修復雲主機b disk bak ls var lib nova instances...