kill any running chef-server process and make sure no chef-server
process running anymore (ps -aef |grep chef)
sudo rpm -iv chef-server-11.0.8-1.el6.x86_64.rpm
sudo chef-server-ctl reconfigure
Everything looks fine and I can talk to localhost via ports 80, 443, and
8000. I can even load up the webui. But when I try to login to the webui as
"admin" using default password I got an error. Further investigation shows
that the three key files (admin.pem, chef-validator.pem, chef-webui.pem)
were not created in /etc/chef-server/. I guess that’s because I didn’t
completely remove chef-server from the system before I install it again.
kill any running chef-server process and make sure no chef-server
process running anymore (ps -aef |grep chef)
sudo rpm -iv chef-server-11.0.8-1.el6.x86_64.rpm
sudo chef-server-ctl reconfigure
Everything looks fine and I can talk to localhost via ports 80, 443, and
8000. I can even load up the webui. But when I try to login to the webuias "admin" using default password I got an error. Further investigation
shows that the three key files (admin.pem, chef-validator.pem, chef-webui.
pem) were not created in /etc/chef-server/. I guess that's because I
didn't completely remove chef-server from the system before I install it
again.
could also stick the following command somewhere along your journey
root@lvsyschef01:~# chef-server-ctl --help
I don't know that command.
/opt/chef-server/embedded/bin/omnibus-ctl: command (subcommand)
cleanse
Delete all private chef data, and start from scratch.
kill any running chef-server process and make sure no chef-server
process running anymore (ps -aef |grep chef)
sudo rpm -iv chef-server-11.0.8-1.el6.x86_64.rpm
sudo chef-server-ctl reconfigure
Everything looks fine and I can talk to localhost via ports 80, 443, and
8000. I can even load up the webui. But when I try to login to the webuias "admin" using default password I got an error. Further investigation
shows that the three key files (admin.pem, chef-validator.pem, chef-webui
.pem) were not created in /etc/chef-server/. I guess that's because I
didn't completely remove chef-server from the system before I install it
again.