Page 2 of 2
Re: Network Switch Port Bandwidth monitoring
Posted: Wed Feb 22, 2017 10:10 am
by sampath.krb
Hello dwhitfield,
I have sent you the output of "tail -f /var/log/httpd/*_log" via private messaging. Please check and let me know if you need any additional details.
Thank You.
Re: Network Switch Port Bandwidth monitoring
Posted: Wed Feb 22, 2017 5:26 pm
by tgriep
Can you edit the /etc/php.ini file and change the following options from
Code: Select all
max_execution_time = 30
max_input_time = 60
memory_limit = 128M
to
Code: Select all
max_execution_time = 60
max_input_time = 120
memory_limit = 512M
Save the file and restart Apache by running
Try that and see if it helps.
Re: Network Switch Port Bandwidth monitoring
Posted: Thu Feb 23, 2017 11:07 am
by sampath.krb
Hello,
It is still the same even after making suggested changes.
cat php.ini | grep -i max_execution_time
max_execution_time = 60
cat php.ini | grep -i max_input_time
max_input_time = 120
cat php.ini | grep -i memory_limit
memory_limit = 512M
In fact I confirmed with our Network Team and below are the actual number of ports available on that particular switch.
4 Virtual Ethernet interfaces
384 Gigabit Ethernet interfaces
8 Ten Gigabit Ethernet interfaces
Only 123 services gets created each time I run the config wizard.
Re: Network Switch Port Bandwidth monitoring
Posted: Thu Feb 23, 2017 1:41 pm
by tgriep
I wish we had access to a switch that large so we can try and replicate the issue but we don't.
When you do run the wizard, how many seconds does it run before coming back and displaying the 123 interfaces?
Also, you may want to open a ticket up by emailing
[email protected] and referencing this post.
That way we can setup a remote and login to to your system and see what is happening firsthand.
Re: Network Switch Port Bandwidth monitoring
Posted: Thu Feb 23, 2017 1:49 pm
by sampath.krb
It takes about 8-10 sec to detect the port and about 15-20sec to apply the configuration.
Sure thing, I will email to open a support ticket. Thank You.
Re: Network Switch Port Bandwidth monitoring
Posted: Thu Feb 23, 2017 3:02 pm
by tgriep
I received the ticket and will continue support there.