RU/2: Форум. Общение пользователей и разработчиков OS/2 (eCS). : re. надо SNМP


Список сообщений | Написать новое | Ответить на сообщение | Домой Поиск:
Предыдущее сообщение | Следующее сообщение
From : Roman Popov
To : Swing
Subj : re. надо SNМP

> > > есть прит серверы, свичи. сетевые карточки поддерживающие SNTP.
> > >
> > > я слышал что это полезная вэсчь, если кто пользует подскажите с какого стороны подойти.
> > >
> > > еще какието MIB файлы там очень причем.
> >
> В общем и целом. Надо серверное приложение, работающее с базой данных MIB. Подойдет Netfinity, HP OpenView, Compaq Insight Manager и др. Из перечисленных под ось есть только первое. На клиентской стороне нужен snmp агент (или железка это должна уметь) - для lan или scsi адаптеров это может быть отдельная прога работающая с драйвером, т.е. драйвер должен уметь set/get от агента по snmp.
> MIB - база данных о железе, обычно поставщик железа должен давать MIF - management information file, содержащее данные о том, как и какие параметры можно читать/писать, из которых серверное приложение и делает себе MIB.
> P.S. поправьте, если в чем-то не прав, или что-то упустил.

Есть еще SNMP служба под ось . Проскакивал на тесткейсе, я упер. Ее ридми
______________
Readme file for installing the SNMP code. MPTS is required to be installed
on the system. TCP/IP is not a requirement, but can be installed.
If TCP/IP is not installed please create the directories as stated below.
Backup the original files prior to installing the updated versions.

1. Unzip the SNMPAGENT.ZIP file and install the below executables in the following
directories,

~/TCPIP/BIN/SNMP.EXE
~/TCPIP/BIN/SNMPD.EXE
~/TCPIP/BIN/SNMPPRF.EXE
~/TCPIP/BIN/SNMPIPW.EXE
~/TCPIP/BIN/SNMPGRP.EXE

~/TCPIP/DLL/SNMPCOMM.DLL
~/TCPIP/DLL/DPI20DLL.DLL
~/TCPIP/DLL/SNMPDLL.DLL

2. Please add the following line in the config.sys as follows,

SET SNMPDIR=~\MPTN\ETC
Note: ~ refers to the drive where the above mentioned path exists.
Also note that SET SNMPDIR=~\MPTN\ETC should not end with the semicolon.

3. Reboot the machine.

4. Run the snmpagt.cmd file. (provided along with the zip file)

The snmpagt.cmd file will create the snmp.ini file and start the SNMPD.EXE.

In the snmpagt.cmd the customer needs to do the following modifications.

i. snmpipw -d set snmpd name1 ram read udp 0.0.0.0 0.0.0.0

In the above option ram is the community name and that can be changed
by the customer as per the customer desire.
In the above option name can be changed as per the company name of the customer.

ii. snmpipw -d set snmpd name2 ram trapdest udp ipaddress

Please replace the above ipaddress with the machine ip address where SNMP manager
is running.
In the above option name2 can be changed as per the company name of the customer.

5. SNMP.EXE which is a part of the provided zip file has to be applied in any
different machine at the following path, ~/TCPIP/BIN.
This is the partial manager which we are providing but if customer has any
other Manager already installed he can ignore the SNMP.EXE. This manager is
required to query the agent and verify the results.

The following is the description of the executables provided above.

SNMPD.EXE is the snmp agent which queries the MIB's structure and sends the
output to the Manager.

SNMPPRF.EXE is used to set the values in the SNMP.INI files if at all we
need to modify the INI files.

SNMPIPW.EXE is used to create the SNMP.INI file with the required community
name, access permission and keys.

SNMPGRP.EXE is used to query the Management Information Base(MIB) structure.

SNMP.EXE is the partial manager which can just query the SNMP agent.
___________________

Кому надо - дам.

Mon 18 Nov 2002 10:22 Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:1.1) Gecko/2002082




Programmed by Dmitri Maximovich, Dmitry I. Platonoff, Eugen Kuleshov.
25.09.99 (c) 1999, RU/2. All rights reserved.
Rewritten by Dmitry Ban. All rights ignored.