Discussion:
Having issue monitoring AS400
(too old to reply)
crashergs
2008-05-20 22:16:12 UTC
Permalink
Hey guys,

I am having an issue trying to make a .cfg file for our as/400 system.
The server is already configured and set up for SNMP and has the
community set as public however, when I attempt to compile a .cfg
file, it states that it cannot find it. Example is below, any insight
would be appreciated.

C:\mrtg\bin>perl cfgmaker ***@168.1.1.250 --global "WorkDir: C:
\Raisin\Nut\Br
an\Inetpub\wwwroot\MRTG\AS400" --output as400.cfg
SNMP Error:
receiving response PDU: Unknown error
SNMPv1_Session (remote host: "168.1.1.250" [168.1.1.250].161)
community: "public"
request ID: -1548590867
PDU bufsize: 8000 bytes
timeout: 2s
retries: 5
backoff: 1)
at C:/mrtg/bin\..\lib\mrtg2/SNMP_util.pm line 629
SNMPWALK Problem for 1.3.6.1.2.1.1 on ***@168.1.1.250::::::v4only
at cfgmaker line 950
WARNING: Skipping ***@168.1.1.250: as no info could be retrieved
crashergs
2008-05-20 22:19:47 UTC
Permalink
Post by crashergs
Hey guys,
I am having an issue trying to make a .cfg file for our as/400 system.
The server is already configured and set up for SNMP and has the
community set as public however, when I attempt to compile a .cfg
file, it states that it cannot find it. Example is below, any insight
would be appreciated.
\Raisin\Nut\Br
an\Inetpub\wwwroot\MRTG\AS400" --output as400.cfg
receiving response PDU: Unknown error
SNMPv1_Session (remote host: "168.1.1.250" [168.1.1.250].161)
community: "public"
request ID: -1548590867
PDU bufsize: 8000 bytes
timeout: 2s
retries: 5
backoff: 1)
at C:/mrtg/bin\..\lib\mrtg2/SNMP_util.pm line 629
at cfgmaker line 950
C:\mrtg\bin>perl cfgmaker ***@168.1.1.250 --global "WorkDir: C:\Ra
an\Inetpub\wwwroot\MRTG\AS400" --output as400.cfg
SNMP Error:
receiving response PDU: Unknown error
SNMPv1_Session (remote host: "168.1.1.250" [168.1.1.250].161)
community: "public"
request ID: -1548590867
PDU bufsize: 8000 bytes
timeout: 2s
retries: 5
backoff: 1)
at C:/mrtg/bin\..\lib\mrtg2/SNMP_util.pm line 629
SNMPWALK Problem for 1.3.6.1.2.1.1 on ***@168.1.1.250::::::v4only
at cfgmaker line 950
WARNING: Skipping ***@168.1.1.250: as no info could be retrieved
Jason Stahls
2008-05-21 00:16:00 UTC
Permalink
Post by crashergs
Hey guys,
I am having an issue trying to make a .cfg file for our as/400 system.
The server is already configured and set up for SNMP and has the
community set as public however, when I attempt to compile a .cfg
file, it states that it cannot find it. Example is below, any insight
would be appreciated.
\Raisin\Nut\Br
an\Inetpub\wwwroot\MRTG\AS400" --output as400.cfg
receiving response PDU: Unknown error
SNMPv1_Session (remote host: "168.1.1.250" [168.1.1.250].161)
community: "public"
request ID: -1548590867
PDU bufsize: 8000 bytes
timeout: 2s
retries: 5
backoff: 1)
at C:/mrtg/bin\..\lib\mrtg2/SNMP_util.pm line 629
at cfgmaker line 950
Is it setup to respond to SNMP v1 requests? Try walking it with

snmpwalk -c public -v1 168.1.1.250

or v2c

snmpwalk -c public -v2c 168.1.1.250

Jason
crashergs
2008-05-21 14:33:53 UTC
Permalink
Post by Jason Stahls
Post by crashergs
Hey guys,
I am having an issue trying to make a .cfg file for our as/400 system.
The server is already configured and set up for SNMP and has the
community set as public however, when I attempt to compile a .cfg
file, it states that it cannot find it. Example is below, any insight
would be appreciated.
\Raisin\Nut\Br
an\Inetpub\wwwroot\MRTG\AS400" --output as400.cfg
receiving response PDU: Unknown error
SNMPv1_Session (remote host: "168.1.1.250" [168.1.1.250].161)
community: "public"
request ID: -1548590867
PDU bufsize: 8000 bytes
timeout: 2s
retries: 5
backoff: 1)
at C:/mrtg/bin\..\lib\mrtg2/SNMP_util.pm line 629
at cfgmaker line 950
Is it setup to respond to SNMP v1 requests? Try walking it with
snmpwalk -c public -v1 168.1.1.250
or v2c
snmpwalk -c public -v2c 168.1.1.250
Jason
Jason,

Thanks again for the feedback, where exactly would I integrate that
command?
crashergs
2008-05-21 14:49:41 UTC
Permalink
Post by crashergs
Post by Jason Stahls
Post by crashergs
Hey guys,
I am having an issue trying to make a .cfg file for our as/400 system.
The server is already configured and set up for SNMP and has the
community set as public however, when I attempt to compile a .cfg
file, it states that it cannot find it. Example is below, any insight
would be appreciated.
\Raisin\Nut\Br
an\Inetpub\wwwroot\MRTG\AS400" --output as400.cfg
receiving response PDU: Unknown error
SNMPv1_Session (remote host: "168.1.1.250" [168.1.1.250].161)
community: "public"
request ID: -1548590867
PDU bufsize: 8000 bytes
timeout: 2s
retries: 5
backoff: 1)
at C:/mrtg/bin\..\lib\mrtg2/SNMP_util.pm line 629
at cfgmaker line 950
Is it setup to respond to SNMP v1 requests? Try walking it with
snmpwalk -c public -v1 168.1.1.250
or v2c
snmpwalk -c public -v2c 168.1.1.250
Jason
Jason,
Thanks again for the feedback, where exactly would I integrate that
command?
Update: we got it to work out, had to reboot as400 :X thx again jason
crashergs
2008-05-21 15:06:46 UTC
Permalink
Post by crashergs
Post by crashergs
Post by Jason Stahls
Post by crashergs
Hey guys,
I am having an issue trying to make a .cfg file for our as/400 system.
The server is already configured and set up for SNMP and has the
community set as public however, when I attempt to compile a .cfg
file, it states that it cannot find it. Example is below, any insight
would be appreciated.
\Raisin\Nut\Br
an\Inetpub\wwwroot\MRTG\AS400" --output as400.cfg
receiving response PDU: Unknown error
SNMPv1_Session (remote host: "168.1.1.250" [168.1.1.250].161)
community: "public"
request ID: -1548590867
PDU bufsize: 8000 bytes
timeout: 2s
retries: 5
backoff: 1)
at C:/mrtg/bin\..\lib\mrtg2/SNMP_util.pm line 629
at cfgmaker line 950
Is it setup to respond to SNMP v1 requests? Try walking it with
snmpwalk -c public -v1 168.1.1.250
or v2c
snmpwalk -c public -v2c 168.1.1.250
Jason
Jason,
Thanks again for the feedback, where exactly would I integrate that
command?
Update: we got it to work out, had to reboot as400 :X thx again jason
Quick if you are familiar with as400, is there a way to monitor the
cpu utilization from the iSeries?
Jason Stahls
2008-05-21 20:39:34 UTC
Permalink
Post by crashergs
Post by crashergs
Post by crashergs
Post by Jason Stahls
Is it setup to respond to SNMP v1 requests? Try walking it with
snmpwalk -c public -v1 168.1.1.250
or v2c
snmpwalk -c public -v2c 168.1.1.250
Jason
Jason,
Thanks again for the feedback, where exactly would I integrate that
command?
Update: we got it to work out, had to reboot as400 :X thx again jason
Quick if you are familiar with as400, is there a way to monitor the
cpu utilization from the iSeries?
I've never had the priveledge of playing with a AS/400 of any kind,
sorry... snmpwalk is a command to run at the CLI like ls, cp, rm, ect.
Try running

snmpwalk -c public -v2c 168.1.1.250 ssCpuRawUser

and see if you get anything back from it. If you do you can use
ssCpuRawUser and ssCpuRawNice for CPU graphs.

Jason

Loading...