處理序 Pwgr 服務健全狀況

Microsoft.HPUX.11iv3.Process.Pwgr.Monitor (UnitMonitor)

HPUX 11iv3 處理序 Pwgr 監視

Knowledge Base article:

摘要

密碼和群組雜湊服務精靈並未執行。請查看診斷與復原結果,確定是否需要進行其他動作。

密碼和群組雜湊服務精靈可加速密碼和群組資訊的查詢。

原因

狀況不良狀態表示密碼和群組雜湊服務精靈並未執行。

解決方式

執行 'ps -ef | grep pwgr' 或檢視 Operations Manager 主控台中的診斷資料,以檢查系統上的服務。如果服務已關閉,您可使用 '/sbin/init.d/pwgr start' 命令或按一下 Operations Manager 主控台中的復原連結來啟動處理序。

若要分析根本原因,請先檢查系統記錄檔 (/var/adm/syslog/syslog.log),並檢視發生失敗時的任何相關項目。您也可以檢查系統是否有任何處理序核心檔案。

Element properties:

TargetMicrosoft.HPUX.11iv3.OperatingSystem
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Unix.WSMan.Process.Status.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Pwgr 服務精靈並未執行
伺服器 {0} 上的密碼及群組之雜湊與快取服務精靈並未執行。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.HPUX.11iv3.Process.Pwgr.Monitor" Accessibility="Public" Target="Microsoft.HPUX.11iv3.OperatingSystem" TypeID="Unix!Microsoft.Unix.WSMan.Process.Status.MonitorType" Enabled="true" ParentMonitorID="SystemHealth!System.Health.AvailabilityState">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.HPUX.11iv3.Process.Pwgr.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Unix!Microsoft.Unix.Computer"]/PrincipalName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState HealthState="Success" MonitorTypeStateID="Running" ID="Running"/>
<OperationalState HealthState="Error" MonitorTypeStateID="NotRunning" ID="NotRunning"/>
</OperationalStates>
<Configuration>
<TargetSystem>$Target/Host/Property[Type="Unix!Microsoft.Unix.Computer"]/NetworkName$</TargetSystem>
<ProcessName>pwgrd</ProcessName>
<Interval>300</Interval>
</Configuration>
</UnitMonitor>