|
Description
|
Newly installed u40m2 with snv_83.
Saw two occurrences of these messages::
Feb 21 08:35:14 blinder fmd: [ID 441519 daemon.error] SUNW-MSG-ID: SUNOS-8000-1L, TYPE: Defect, VER: 1, SEVERITY: Minor
Feb 21 08:35:14 blinder EVENT-TIME: Thu Feb 21 08:35:14 EST 2008
Feb 21 08:35:14 blinder PLATFORM: Sun Ultra 40 M2 Workstation, CSN: 0802FMY00N, HOSTNAME: blinder
Feb 21 08:35:14 blinder SOURCE: eft, REV: 1.16
Feb 21 08:35:14 blinder EVENT-ID: 8862971a-4f95-c40a-f384-c31cbb40a1e2
Feb 21 08:35:14 blinder DESC: The EFT Diagnosis Engine encountered telemetry for which it is unable to produce a diagnosis. Refer to http:
//sun.com/msg/SUNOS-8000-1L for more information.
Feb 21 08:35:14 blinder AUTO-RESPONSE: Error reports from the component will be logged for examination by Sun.
Feb 21 08:35:14 blinder IMPACT: Automated diagnosis and response for these events will not occur.
Feb 21 08:35:14 blinder REC-ACTION: Run pkgchk -n SUNWfmd to ensure that fault management software is installed properly. Contact Sun for s
upport.
...
Feb 21 19:49:55 blinder fmd: [ID 441519 daemon.error] SUNW-MSG-ID: SUNOS-8000-1L, TYPE: Defect, VER: 1, SEVERITY: Minor
Feb 21 19:49:55 blinder EVENT-TIME: Thu Feb 21 19:49:55 EST 2008
Feb 21 19:49:55 blinder PLATFORM: Sun Ultra 40 M2 Workstation, CSN: 0802FMY00N, HOSTNAME: blinder
Feb 21 19:49:55 blinder SOURCE: eft, REV: 1.16
Feb 21 19:49:55 blinder EVENT-ID: 6aa8faed-aa89-6c7e-9b80-fe223c600829
Feb 21 19:49:55 blinder DESC: The EFT Diagnosis Engine encountered telemetry for which it is unable to produce a diagnosis. Refer to http:
//sun.com/msg/SUNOS-8000-1L for more information.
Feb 21 19:49:55 blinder AUTO-RESPONSE: Error reports from the component will be logged for examination by Sun.
Feb 21 19:49:55 blinder IMPACT: Automated diagnosis and response for these events will not occur.
Feb 21 19:49:55 blinder REC-ACTION: Run pkgchk -n SUNWfmd to ensure that fault management software is installed properly. Contact Sun for s
upport.
# fmdump
TIME UUID SUNW-MSG-ID
Feb 21 08:35:14.8078 8862971a-4f95-c40a-f384-c31cbb40a1e2 SUNOS-8000-1L
Feb 21 19:49:55.9692 6aa8faed-aa89-6c7e-9b80-fe223c600829 SUNOS-8000-1L
bash-3.2# fmadm faulty
bash-3.2# echo $?
0
bash-3.2# fmdump -V -u 8862971a-4f95-c40a-f384-c31cbb40a1e2
TIME UUID SUNW-MSG-ID
Feb 21 08:35:14.8078 8862971a-4f95-c40a-f384-c31cbb40a1e2 SUNOS-8000-1L
TIME CLASS ENA
Feb 21 08:35:09.7667 ereport.io.pci.sec-ma 0x47415b319fc00801
Feb 21 08:35:09.7667 ereport.io.pciex.dl.rto 0x47415b319fc00801
nvlist version: 0
version = 0x0
class = list.suspect
uuid = 8862971a-4f95-c40a-f384-c31cbb40a1e2
code = SUNOS-8000-1L
diag-time = 1203546914 786698
de = (embedded nvlist)
nvlist version: 0
version = 0x0
scheme = fmd
authority = (embedded nvlist)
nvlist version: 0
version = 0x0
product-id = Sun Ultra 40 M2 Workstation
chassis-id = 0802FMY00N
server-id = blinder
(end authority)
mod-name = eft
mod-version = 1.16
(end de)
fault-list-sz = 0x1
fault-list = (array of embedded nvlists)
(start fault-list[0])
nvlist version: 0
version = 0x0
class = defect.sunos.eft.undiagnosable_problem
certainty = 0x64
reason = all hypotheses disproved
(end fault-list[0])
fault-status = 0x0
__ttl = 0x1
__tod = 0x47bcab22 0x30266e68
bash-3.2# fmdump -V -u 6aa8faed-aa89-6c7e-9b80-fe223c600829
TIME UUID SUNW-MSG-ID
Feb 21 19:49:55.9692 6aa8faed-aa89-6c7e-9b80-fe223c600829 SUNOS-8000-1L
TIME CLASS ENA
Feb 21 19:49:50.9410 ereport.io.pci.sec-ma 0x945ceeca58400801
Feb 21 19:49:50.9410 ereport.io.pciex.dl.rto 0x945ceeca58400801
nvlist version: 0
version = 0x0
class = list.suspect
uuid = 6aa8faed-aa89-6c7e-9b80-fe223c600829
code = SUNOS-8000-1L
diag-time = 1203587395 950263
de = (embedded nvlist)
nvlist version: 0
version = 0x0
scheme = fmd
authority = (embedded nvlist)
nvlist version: 0
version = 0x0
product-id = Sun Ultra 40 M2 Workstation
chassis-id = 0802FMY00N
server-id = blinder
(end authority)
mod-name = eft
mod-version = 1.16
(end de)
fault-list-sz = 0x1
fault-list = (array of embedded nvlists)
(start fault-list[0])
nvlist version: 0
version = 0x0
class = defect.sunos.eft.undiagnosable_problem
certainty = 0x64
reason = all hypotheses disproved
(end fault-list[0])
fault-status = 0x0
__ttl = 0x1
__tod = 0x47bd4943 0x39c53710
It's somewhat worrisome that there's been a fault but FMA can't tell me much about it.
|