Sponsored Content
Operating Systems Solaris Solaris (FMA) Fault Management Architecture Post 302547322 by DukeNuke2 on Monday 15th of August 2011 07:28:44 AM
Old 08-15-2011
FMA is part of the system and doesn't need to be installed or configured. meanwhile SNMP needs to be configured to send traps to your SNMP server. check the solaris documentation about configuring SNMP:
Overview of SNMP and Network Management - Solaris System Management Agent Administration Guide
 

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
Info::Layer3::Netscreen(3pm)				User Contributed Perl Documentation			      Info::Layer3::Netscreen(3pm)

NAME
SNMP::Info::Layer3::Netscreen - SNMP Interface to Juniper Netscreen Devices AUTHOR
Kent Hamilton SYNOPSIS
#Let SNMP::Info determine the correct subclass for you. my $netscreen = new SNMP::Info( AutoSpecify => 1, Debug => 1, DestHost => 'myswitch', Community => 'public', Version => 2 ) or die "Can't connect to DestHost. "; my $class = $netscreen->class(); print "SNMP::Info determined this device to fall under subclass : $class "; DESCRIPTION
Provides abstraction to the configuration information obtainable from a Netscreen device through SNMP. See inherited classes' documentation for inherited methods. my $netscreen = new SNMP::Info::Layer3::Netscreen(...); Inherited Classes SNMP::Info::Layer3 Required MIBs NETSCREEN-SMI NETSCREEN-PRODUCTS-MIB NETSCREEN-INTERFACE-MIB NETSCREEN-SET-GEN-MIB Inherited Classes See "Required MIBs" in SNMP::Info::Layer3 and its inherited classes. GLOBALS
These are methods that return scalar value from SNMP $netscreen->vendor() Returns 'netscreen' $netscreen->os() Returns 'screenos' $netscreen->os_ver() Extracts the OS version from the description string. $netscreen->serial() Returns serial number.. Overrides $netscreen->layers() Returns 01001100. Device doesn't report layers properly, modified to reflect Layer3 functionality. Globals imported from SNMP::Info::Layer3 See "GLOBALS" in SNMP::Info::Layer3 for details. TABLE METHODS
These are methods that return tables of information in the form of a reference to a hash. Table Methods imported from SNMP::Info::Layer3 See "TABLE METHODS" in SNMP::Info::Layer3 for details. perl v5.12.4 2011-09-28 Info::Layer3::Netscreen(3pm)
All times are GMT -4. The time now is 06:28 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy