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.
Network Switch Port Bandwidth monitoring
-
sampath.krb
- Posts: 23
- Joined: Fri Dec 09, 2016 3:07 pm
Re: Network Switch Port Bandwidth monitoring
Can you edit the /etc/php.ini file and change the following options from
to
Save the file and restart Apache by running
Try that and see if it helps.
Code: Select all
max_execution_time = 30
max_input_time = 60
memory_limit = 128MCode: Select all
max_execution_time = 60
max_input_time = 120
memory_limit = 512MCode: Select all
service httpd restartBe sure to check out our Knowledgebase for helpful articles and solutions!
-
sampath.krb
- Posts: 23
- Joined: Fri Dec 09, 2016 3:07 pm
Re: Network Switch Port Bandwidth monitoring
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.
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
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.
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.
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
sampath.krb
- Posts: 23
- Joined: Fri Dec 09, 2016 3:07 pm
Re: Network Switch Port Bandwidth monitoring
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.
Sure thing, I will email to open a support ticket. Thank You.
Re: Network Switch Port Bandwidth monitoring
I received the ticket and will continue support there.
Be sure to check out our Knowledgebase for helpful articles and solutions!