Page 1 of 2

Network Switch Port Bandwidth monitoring

Posted: Thu Feb 16, 2017 5:00 pm
by sampath.krb
Hello There, I am trying to configure monitoring on a Network Switch via Configuration Wizard --> Network Switch / Router. The config wizard detected about 400+ ports, but when I proceed further configuring, I see only 123 services getting created even though there are 400+ ports on the switch. Can any one please help me identify what is that am doing wrong here.

Thank You.

Re: Network Switch Port Bandwidth monitoring

Posted: Thu Feb 16, 2017 5:09 pm
by rkennedy
I believe this is due to the PHP limits. Can you post your /etc/php.ini, and a copy of these files for us to review?

Code: Select all

/var/log/httpd/error_log
/var/log/httpd/ssl_error_log
/var/log/httpd/access_log
/var/log/httpd/ssl_access_log

Re: Network Switch Port Bandwidth monitoring

Posted: Thu Feb 16, 2017 5:48 pm
by sampath.krb
Hi rkennedy, Thank you for the quick reply. I am not sure if I can upload the files you asked for, but am attaching the php.ini file. Please check and let me know if that helps.

Thank You,
Sampath.

Re: Network Switch Port Bandwidth monitoring

Posted: Fri Feb 17, 2017 11:27 am
by rkennedy
Could you run the following and attempt to run through the wizard, and then send over the output produced?

Code: Select all

tail -f /var/log/httpd/*_log
Since you can't attach the full files, running this will hopefully lead us to the error message you're receiving.

Re: Network Switch Port Bandwidth monitoring

Posted: Fri Feb 17, 2017 12:29 pm
by sampath.krb
I just tried running the tail command without attempting to run the config wizard, but still the files are constantly being updated. Please let me know if that is alright, so I can run the config wizard and share you the output.
rkennedy wrote:Could you run the following and attempt to run through the wizard, and then send over the output produced?

Code: Select all

tail -f /var/log/httpd/*_log
Since you can't attach the full files, running this will hopefully lead us to the error message you're receiving.

Re: Network Switch Port Bandwidth monitoring

Posted: Fri Feb 17, 2017 3:29 pm
by mcapra
We will need to see some sort of content from those files to determine if it is a PHP/Apache error causing this. Without that information, we can't really confirm/deny certain problem sources.

You might try adjusting the post_max_size directive in your php.ini to be larger:

Code: Select all

post_max_size = 32M
Then restarting the httpd service. See if that increases the number of services created.

Re: Network Switch Port Bandwidth monitoring

Posted: Fri Feb 17, 2017 3:59 pm
by sampath.krb
I will give it a shot and update you how it goes.

If it does not yield expected results, I will share you the log file output while I run the config wizard.

Thank You.

Re: Network Switch Port Bandwidth monitoring

Posted: Mon Feb 20, 2017 12:18 pm
by mcapra
Let us know if you have any additional updates/questions regarding this issue!

Re: Network Switch Port Bandwidth monitoring

Posted: Tue Feb 21, 2017 1:07 pm
by sampath.krb
Adjusting post_max_size did not resolve the issue. I will share the error logs today.

Thank You.

Re: Network Switch Port Bandwidth monitoring

Posted: Tue Feb 21, 2017 2:19 pm
by dwhitfield
We probably don't need the entire logs, just something like the following:

Code: Select all

tail -100 /var/log/httpd/error_log
tail -100 /var/log/httpd/ssl_error_log
tail -100 /var/log/httpd/access_log
tail -100 /var/log/httpd/ssl_access_log
UPDATE: logs received and shared with techs.