Thanks to google and zenoss forum. At last i found the solution of my problem. What problem i fetched to install zenoss!!!!!!!
FIRSTLY Zenoss installer try to create database using with/without password. As there is no option to provide password in rpm installer, you have to set the password blank. Use this command to set blank mysql password- # /etc/init.d/mysqld restart # /usr/bin/mysqladmin -u root password '' # /usr/bin/mysqladmin -u root -h YOUR_SERVER_NAME -p password '' Provided you have install mysql version>5.0.22 SECONDLY:(Actually this was mine) I think at the end of the installation zenoss try to connect localhost using port 8080. As the there is no DNS mapping corresponding to the address 127.0.0.1 then it try continuously and hanged Check, does it ping properly or not using command ping localhost If not then add the following line in /etc/hosts 127.0.0.1 localhost then save the file and start zenoss again(In rpm installer) using command # /etc/init.d/zenoss start If u r using stack installer then reinstall it again. I think this solve that type of problem. Regards pradip -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=28173#28173 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
