Sponsored Content
Operating Systems Solaris Solaris (FMA) Fault Management Architecture Post 302547354 by soupbone38 on Monday 15th of August 2011 10:06:46 AM
Old 08-15-2011
The problem i'm having is that FMA isn't creating any traps.

Before
Code:
 NAME        STATE     READ WRITE CKSUM
        ronpool     ONLINE       0     0     0
          mirror-0  ONLINE       0     0     0
            disk1   ONLINE       0     0     0  22.5K resilvered
            disk2   ONLINE       0     0     0
        spares
          disk3     AVAIL


Then I took disk1 offline to test.

Code:
NAME        STATE     READ WRITE CKSUM
        ronpool     DEGRADED     0     0     0
          mirror-0  DEGRADED     0     0     0
            disk1   OFFLINE      0     0     0  22.5K resilvered
            disk2   ONLINE       0     0     0

Nothing be written to the dump file

Code:
rpool/boot/grub$ fmdump -v
TIME                 UUID                                 SUNW-MSG-ID
fmdump: /var/fm/fmd/fltlog is empty

How do I get this to create a fma trap?


Last edited by DukeNuke2; 08-15-2011 at 12:27 PM..
 

7 More Discussions You Might Find Interesting

1. Solaris

User accounts management in solaris

I want to know about how to start and kill the process of other unix user. Do I need to change the owner or modify user account itself. ??? (1 Reply)
Discussion started by: vikasdeshmukh
1 Replies

2. Solaris

solaris remote management

Hello people, How do we manage solaris from a remote PC. Do I have to download specific softwares from sun website? How does this work? Please share some knowledge on this topic.:) (2 Replies)
Discussion started by: rcmrulzz
2 Replies

3. Solaris

Help needed regarding Solaris 10 patch Management

Hello Friends.. I have not tried anything related to Solaris patch and wish to learn more about it. I just wanted to try the patchadd and patchrm commands and how they work, just for educational purpose. I tried to download Solaris 10 patches, it asked me to register at sunsolve.com and i... (5 Replies)
Discussion started by: saagar
5 Replies

4. UNIX for Advanced & Expert Users

Solaris: Fault Management Service toggles online, offline

I have two Solaris 10 T2000 systems. Platform sun8 has newer firmware than sun7. sun8/user$ prtdiag -v | grep OBP OBP 4.30.4.b 2010/07/09 13:48 sun7/user$ prtdiag -v | grep OBP OBP 4.30.4.a 2010/01/06 14:56 The platform (sun8) with the newer firmware (OBP 4.30.4.b) has a Fault... (2 Replies)
Discussion started by: DavidHalko
2 Replies

5. Solaris

Solaris FMA on a Zone

Can Solaris 10 FMA (Fault Management Architecture) be configured to work on a Solaris 10 x86 platform? (2 Replies)
Discussion started by: soupbone38
2 Replies

6. Solaris

FMA error

Hi All, What is FMA error in Solaris 10 and how to detect and rectify it. (2 Replies)
Discussion started by: chetansingh23
2 Replies

7. Solaris

Solaris 10 virtual disk (ramdisk) create for sun4v (T-2000 simulator) architecture

have been trying to create a 2 GB ramdisk (virtual) to run on my T-2000 simulator (Legion) which has sun4v architecture. I have a SPARC workstation which runs on sun4u architecture with Solaris 10. I have created a ramdisk image using dd command, newfs, then used ufsrestore to restore the... (3 Replies)
Discussion started by: Zam_1234
3 Replies
set_color(1)							       fish							      set_color(1)

NAME
set_color - set_color - set the terminal color set_color - set the terminal color Synopsis set_color [-v --version] [-h --help] [-b --background COLOR] [COLOR] Description Change the foreground and/or background color of the terminal. COLOR is one of black, red, green, brown, yellow, blue, magenta, purple, cyan, white and normal. o -b, --background Set the background color o -c, --print-colors Prints a list of all valid color names o -h, --help Display help message and exit o -o, --bold Set bold or extra bright mode o -u, --underline Set underlined mode o -v, --version Display version and exit Calling set_color normal will set the terminal color to whatever is the default color of the terminal. Some terminals use the --bold escape sequence to switch to a brighter color set. On such terminals, set_color white will result in a grey font color, while set_color --bold white will result in a white font color. Not all terminal emulators support all these features. This is not a bug in set_color but a missing feature in the terminal emulator. set_color uses the terminfo database to look up how to change terminal colors on whatever terminal is in use. Some systems have old and incomplete terminfo databases, and may lack color information for terminals that support it. Download and install the latest version of ncurses and recompile fish against it in order to fix this issue. Version 1.23.1 Sun Jan 8 2012 set_color(1)
All times are GMT -4. The time now is 08:06 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy