Sponsored Content
Full Discussion: AIX - snmpd version
Special Forums UNIX and Linux Applications Infrastructure Monitoring AIX - snmpd version Post 302420226 by zaxxon on Tuesday 11th of May 2010 04:40:17 AM
Old 05-11-2010
You can grep the output of
Code:
$> lslpp -l| grep -i snmp

Also you could check where it is, if it is installed with
Code:
$> which snmpd
/usr/sbin/snmpd

and then which package it is
Code:
$> lslpp -w /usr/sbin/snmpd

No offence, but if you have further basic AIX questions, you might want to have a look here (in case you come from another OS):
Rosetta Stone for Unix
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

command to get the AIX version.

and by the is there any command to get the OS currently running regardless of the constructor (HP, IBM...)? thanks! (3 Replies)
Discussion started by: jericho
3 Replies

2. AIX

AIX Version 4 Bacup - HELP!

I am TOTALy new to Unix. One of the internal tapes will be replaced by an external one today. I don't even know where to start....how is the install done and how do I redirect the backup to the new external tape drive? Please help - anyone? (3 Replies)
Discussion started by: aneta0803
3 Replies

3. AIX

AIX Trial Version

Hello, I'm now trying to learn AIX and I found lot of used AIX machines in ebay. I want to clear some doubts before I go for one. 1)Do I need a license to run an AIX machine? 2)Is there any Trial versions available? 3)Some Old Models of AS400 machines( model 150) don't need a license... (1 Reply)
Discussion started by: secofr
1 Replies

4. AIX

AIX version

Hi all Can any1 tell me how to check the AIX version on my server. I have used uname -a but it does not give a specific version number. (4 Replies)
Discussion started by: masquerer
4 Replies

5. AIX

Help me explain mean of AIX Version ?

Anyone can help me explain the mean of AIX 5L 5.3 ML3 I don't know "what re - 5L mean and ML3 mean " Tks all. (2 Replies)
Discussion started by: quan0509
2 Replies

6. AIX

aix version 5

I have been given multiple years of login files to determine workload. How do I determine the year in regards to the login. This is what is looks like now. witkoaxdm/_0Sep 13 07:45 still logged in. thank you (1 Reply)
Discussion started by: wildchild
1 Replies

7. AIX

Does anyone know the version of make on AIX 5.1 & 5.3?

Could you tell me the version of default make on AIX 5.1 & 5.3? (2 Replies)
Discussion started by: redraiment
2 Replies

8. UNIX for Advanced & Expert Users

HACMP version for AIX 6.1

Hello. We are using AIX 5.3 with HACMP 5.4.1. At this moment AIX and clustering are using 2 servers. A third server is added. It does not seem to work with HACMP. Are there any controle checks? Thank you if you could help. Regards, Ynze van Aken Netherlands (0 Replies)
Discussion started by: yvanaken
0 Replies

9. UNIX for Dummies Questions & Answers

Linux version of aix 'uname'

Hello all, Does linux have a command which performs a similar function to aix uname -a Thanks (3 Replies)
Discussion started by: Grueben
3 Replies

10. UNIX for Beginners Questions & Answers

AIX version selection

Hi, I would like to upgrade my AIX box 6.1 to 7.1/7.2. Current info of my AIX 6.1 box / > oslevel -s 6100-09-11-1810 System Model: IBM,9117-MMD Machine Serial Number: xxx Processor Type: PowerPC_POWER7 Processor Implementation Mode: POWER 7 Processor Version: PV_7_Compat Number Of... (10 Replies)
Discussion started by: Phat
10 Replies
SNMPD.INTERNAL(5snmp)						     Net-SNMP						     SNMPD.INTERNAL(5snmp)

NAME
snmpd.internal - internal configuration of the Net-SNMP agent DESCRIPTION
The snmpd.conf(5) man page defines the syntax and behaviour of the main configuration directives that can be used to control the operation of the Net-SNMP agent, and the management information it provides. However there are several other configuration directives (many of which, though not all, start with a leading underscore) that are recog- nised by the agent. These are typically used to retain configuration across agent restarts, and are not intended for direct user access. This man page list these directives, giving a brief indication of where they are used. For full details - see the relevant source files. If you can't follow that source, you probably shouldn't be fiddling with these directives! AGENT BEHAVIOUR
quit ACCESS CONTROL
VACM Configuration vacmView / vacmGroup / vacmAccess These directives are used to retain dynamically configured access control settings. SYSTEM INFORMATION
System Group setSerialNo This directive is used to implement the advisory lock object snmpSetSerialNo. psyslocation / psyscontact / psysname These directives are used to retain dynamically configured system settings. They will be overridden by the corresponding sysLoca- tion, sysContact and sysName directives. ACTIVE MONITORING
Notification Handling pauthtrapenable This directive is used to retain the dynamically configured setting of whether the agent should generate authenticationFailure traps. It will be overridden by the corresponding authtrapenable directive. snmpNotify*Table targetAddr / targetParams These directives are used to retain dynamically configured notification destination settings. DisMan Event MIB _mteE*Table, _mteOTable, _mteT*Table These directives are used to retain dynamically configured event, object and monitor trigger settings. mteObjectsTable / mteTriggerTable These directives are for compatibility with the previous disman/event-mib implementation. DisMan Schedule MIB _schedTable This directive is used to retain dynamically configured scheduled events. EXTENDING AGENT FUNCTIONALITY
Arbitrary Extension Commands extend-sh exec2 / sh2 / execFix2 These directives were defined by analogy with equivalent directives in the previous ucd-snmp/extensible implementation. They are deprecated, and should not be used. FILES
/etc/snmp/snmpd.conf SEE ALSO
snmpconf(1), snmpd.conf(5), snmp.conf(5), snmp_config(5), snmpd(8), EXAMPLE.conf, read_config(3). 4th Berkeley Distribution 08 Feb 2002 SNMPD.INTERNAL(5snmp)
All times are GMT -4. The time now is 08:58 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy