By: Freddie Johnson Jr user 06 Feb 2019 at 2:13 p.m. CST

4 Responses
Freddie Johnson Jr gravatar
I logged into my CentOS 7.6 instance to perform the upgrade to 3.1.5 per your the online documents. However, I can no longer log into the container at '/sbin/gluu-serverd-3.1.4 login' to download the .sh download for 3.1.5. When I initially stood up the server I was able to login to the container with no issue. Here's the service running like normal: https://photos.app.goo.gl/s1r1S8QyAXDL2RXv7 Here's me trying to login but it doesn't login: https://photos.app.goo.gl/rgy1jSkKWh5rxJm38 After I press enter, it just returns me back to the my console and doesn't drop me inside the container like in the past. I'm able to login to the Web UI and the server is functioning just fine. It's important to note that I tried installing the upgrade using the package manager and realized that your side doesn't support package manager upgrades such as yum so I uninstalled 3.1.5 per your docs directions. After the uninstall of 3.1.5, 3.1.4 seemed uneffected and works like normal. Any feedback is much appreciated. Freddie

By Davit Nikoghosyan staff 06 Feb 2019 at 2:52 p.m. CST

Davit Nikoghosyan gravatar
Hi Freddie, As I understood **/sbin/gluu-serverd-3.1.4 login** stopped to work after gluu-server-3.1.5 install/uninstall (with yum PM) process. Please confirm this so we can more forward. Thanks, Davit

By Freddie Johnson Jr user 06 Feb 2019 at 3:08 p.m. CST

Freddie Johnson Jr gravatar
Davit -- Correct. I actually installed it using RPM directly as follows rpm -Uvh XXX.rpm. Then uninstalled and tested successful access to web ui of 3.1.4. Then, I attempted to login to 3.1.4 Chroot Container and experienced the error. I not sure if they are related but I wanted to make sure you had all you need to be productive.

By Davit Nikoghosyan staff 07 Feb 2019 at 5:59 a.m. CST

Davit Nikoghosyan gravatar
Hi Freddie, Thank you for your response. Now you need to remove gluu-server-3.1.5 package from your system and restore login keys. Please run following commands in your system terminal as root. Remove gluu-server-3.1.5 ``` gluu-serverd-3.1.5 stop yum remove gluu-server-3.1.5 rm -rf /opt/gluu-server-3.1.5 rm -rf /lib/systemd/system/systemd-nspawn@gluu_server_3.1.5.service rm -rf /sbin/gluu-serverd-3.1.5 ``` Restore login keys ``` gluu-serverd-3.1.4 stop rm -rf /etc/gluu/keys mkdir -p /etc/gluu/keys cd /etc/gluu/keys ssh-keygen -b 2048 -t rsa -f /etc/gluu/keys/gluu-console -q -N "" cat /etc/gluu/keys/gluu-console.pub > /opt/gluu-server-3.1.4/root/.ssh/authorized_keys gluu-serverd-3.1.4 start gluu-serverd-3.1.4 login ``` Please let us know about result. Thanks

By Freddie Johnson Jr user 07 Feb 2019 at 2:28 p.m. CST

Freddie Johnson Jr gravatar
Worked liked a charm! You guys rock. Freddie