If the switch has a lot more ports than the other switches, it could be a PHP and Apache limit causing it to fail.
To increase the memory and timeout values that PHP / Apache uses, follow this procedure.
Edit the /etc/php.ini file and change the following from
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
add this to the bottom of that file
Save the file
Then edit this file
add this to the bottom of that file
Save the file and restart Apache for the changes to take affect.
service httpd restart
Then run the Wizard and see if it completes. If not, run the following as root in a shell
tail -f /var/log/httpd/*_log
Then run the Wizard and post the output of the tail command.
One question, is there any special characters on the community string if using SNMP2 or in the username / password if using SNMP3?