vcs常用命令

2021-09-01 13:41:45 字數 3677 閱讀 2129

vcs常用命令

veritas的log預設目錄為/var/vrtsvcs/log;

安裝vcs的license(root使用者下執行),兩種方法:

halic

vxlicinst –k

使用/etc/rc.d/vcs 命令可以啟動、停止、重啟vcs及檢視vcs狀態;

也可使用hastart [-stale|-force]來啟動vcs;

也可使用下列命令來檢視集群狀態:

hastatus

hastat -sum

強制vcs讀取system上$vcs_conf/conf/config目錄下的配置檔案進行啟動集群工作:

hasys –force systemname

啟動單節點集群:

hastart –onenode

以時間共享方式啟動vcs:

hastart –ts

關閉整個集群服務:

hastop -all [-force]

關閉集群中一台主機上的集群服務:

hastop -local

hastop -sys system [-force | -evacuate]

使配置檔案可讀寫:

haconf –makerw

使配置檔案唯讀:

haconf -dump –makero

增加使用者,使用者預設有觀察員身份:

hauser -add user

給使用者新增操作許可權:

將使用者提公升為集群管理員:

haclus -modify administrators -add user

將使用者提公升為集群操作員:

haclus -modify operators -add user;

將使用者提公升為服務組管理員:

hagrp -modify service_group adminstrators -add user

將使用者提公升為服務組操作員:

hagrp -modify service_group operators -add user

刪除使用者:

hauser -delete user

顯示所有使用者:

hauser -display

查詢service_group狀態:

hagrp -state [service_group] -sys [system];

查詢節點之間依賴關係:

hagrp -dep [service_group]

查詢資源表:

hagrp -resources [service_group] ;

hagrp -display [service_group] [-attribute attribute] [-sys system]

hares -display [resource]

hares -display -attribute [attribute]

hares -display -group [service_group]

hares -display -type [resource_type]

hares -display -sys [system]

查詢資源**列表:

hatype -list

hatype -resources resource_type

hatype -display [resource_type]

haagent -display [agent]

查詢主機列表:

hasys -list

hasys -display [system]

haclus -value attribute

haclus –display

查詢集群日誌:

hamsg -list

hamsg -info [-path path_name] ldf

基本管理操作:

啟動服務組及使服務聯機:

hagrp –online service_group –sys system

關閉服務組及使服務離線:

hagrp –offline service_group –sys system

將服務組切換到另乙個系統上:(只對failover組有效,且當服務組中服務部分或全部聯機時):

hagrp -switch service_group -to system

凍結服務組(disable onlining, offlining, and failover),option -persistent 是使cluster重啟時freeze:

hagrp -freeze service_group [-persistent]

解凍被凍結的服務組 (reenable onlining, offlining, and failover)

hagrp -unfreeze service_group [-persistent]

啟用服務組:(服務組啟用後才能進行聯機操作)

hagrp -enable service_group [-sys system]

禁用服務組:(服務組禁用後不能進行聯機或切換操作)

hagrp -disable service_group [-sys system]

啟用服務組中資源:

hagrp -enableresources service_group

禁用服務組中資源:(如資源為disable時agents不監控資源組)

hagrp -disableresources service_group

清除故障狀態

hagrp -clear [service_group] -sys [system]

管理資源操作:

使資源聯機:

hares -online resource -sys system

使資源離線:

hares -offline resource -sys system

使資源離線並將命令傳播給子節點:

hares -offprop resource -sys system

提示資源**(agent)監控指定系統上的資源:(命令可能立即返回,但監控的程序可能還沒結束)

hares -probe resource -sys system

清洗資源,使狀態從resource_faulted 轉為oresource_offline:

hares -clear resource [-sys system]

管理主機:

在admin_wait狀態下強制主機載入集群,此命令會覆蓋正在使用的集群配置,使用前請確認準備使用的主機的集群配置檔案是否有效:

hacf –verify /etc/vrtsvcs/conf/concig

hasys -force system

修改主機的屬性,一些屬性是vcs的內部屬性,不能修改:

hasys -modify modify_options

查詢主機id,主機id定義在檔案/etc/llttab中:

hasys –nodeid node_id

凍結主機 (防止主機進行聯機或切換操作)

hasys -freeze [-persistent] [-evacuate] system

解凍被凍結的主機 (使主機可以進行聯機或切換操作)

hasys -unfreeze [-persistent] system

管理集群:

haclus [-help [-modify]]

VCS常用命令

在學習vcs verilog compile simulator 過程中遇到不知道的編譯命令可以使用 vcs full64 help 來檢視幫助!vcs學習過程中可能需要檢視對應的 user guide,一般情況下在vcs的安裝目錄下的doc資料夾裡面會有pdf檔案,或者檢視這裡。vcs就是編譯使用...

VCS 常用命令 01

opt vrts vcs的管理命令在該目錄下的 bin目錄中 vcs管理命令的對應 menual 檔案在該目錄下的 man目錄中 opt vrtsvcs vcs的 agent 目錄,opt vrtsvcs bin 目錄下有對應各個 agent 的目錄資訊 etc vrtsvcs 配置檔案所在目錄 m...

docker常用命令 Docker 常用命令筆錄

格式docker run 選項 映象 命令 引數.示例docker run it rm ubuntu 16.04 bash 示例解釋 it 這是兩個引數,乙個是 i,表示互動式操作,乙個是 t表示終端 rm 這個引數是說容器退出後隨之將其刪除 ubuntu 16.04 這是指用ubuntu 16.0...