在Fault Management System中 ,
FMRI 稱為 Fault Managed Resource Identifier ,
顧名思義 , 它是一個identifier , 是一種標準名稱 (canonical name) ,
代表著某一個特定的resource.
(這裡的resource可以把它想成某一種solaris所提供的service , 像snapshot)
Each FMRI includes a scheme that identifies the type of resource,
and one or more values that are specific to the scheme.
ref : http://docs.oracle.com/cd/E19253-01/816-4854/gemgu/index.html
在FMRI中 , 包含了一些相關於service的資訊 , 像:
svc: -- 代表service type
name -- service name
logfile -- 儲存該service所有動作的log record
在Solaris中 , 我們可以藉由svcs -l 來列出detail information:
svc -l : Show detailed information
(ref : http://www.datadisk.co.uk/html_docs/sun/solaris_smf.htm )
Attention :
Fault management is the set of functions that detect, isolate, and correct malfunctions in a telecommunications network...