By: Venkat bandlamudi user 09 Nov 2018 at 6:12 a.m. CST

5 Responses
Venkat bandlamudi gravatar
Hi i got the vm instance with username "glu", when i am doing "sudo /sbin/gluu-serverd-3.1.4 login " it is going to "root". in glu user, opened ports 80 ,443 and restarted httpd service and ports are commincating with httpd but after succuessfull installation of setup.py when i checked under root with this command "netstat -tulnp" process ids are not showing for the httpd ports. please help me out. output when i checked with netstat -tulnp tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN - tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN - tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN - tcp 0 0 0.0.0.0:60022 0.0.0.0:* LISTEN 90/sshd tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN - tcp6 0 0 :::1689 :::* LISTEN 3283/java tcp6 0 0 ::1:25 :::* LISTEN - tcp6 0 0 127.0.0.1:4444 :::* LISTEN 3283/java tcp6 0 0 127.0.0.1:1636 :::* LISTEN 3283/java tcp6 0 0 :::36905 :::* LISTEN 3283/java tcp6 0 0 127.0.0.1:8081 :::* LISTEN 3422/java tcp6 0 0 127.0.0.1:8082 :::* LISTEN 3743/java tcp6 0 0 127.0.0.1:8086 :::* LISTEN 3597/java tcp6 0 0 :::60022 :::* LISTEN 90/sshd tcp6 0 0 :::22 :::* LISTEN -

By Mohib Zico staff 09 Nov 2018 at 6:52 a.m. CST

Mohib Zico gravatar
Venkat, - What type of platform you are using? Is it cloud or VMWare/Virtualbox thing? - To install Gluu Server, you need 'root' access for that VM; no alternative. - I am not sure what you mean by this: ``` in glu user, opened ports 80 ,443 ``` >> i checked under root with this command "netstat -tulnp" process ids are not showing for the httpd ports. You mean 'inside **GLUU** server container? I see 443 and 80 are listed in the list.....

By Venkat bandlamudi user 10 Nov 2018 at 3:02 a.m. CST

Venkat bandlamudi gravatar
i am using virtualbox. "glu is login username for the vm instance". when i am doing this action. it is going to root [glu@th2060 ~]$ sudo /sbin/gluu-serverd-3.1.4 login [sudo] password for glu: Last login: Fri Nov 9 15:41:15 2018 from ip6-localhost Welcome to the Gluu Server! [root@th2060 ~]# here i am installing gluu server. with setup.py after installation i checked with netstat -tulnp output coming as tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN - tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN - tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN - tcp 0 0 0.0.0.0:60022 0.0.0.0:* LISTEN 90/sshd tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN - tcp6 0 0 :::1689 :::* LISTEN 3283/java tcp6 0 0 ::1:25 :::* LISTEN - tcp6 0 0 127.0.0.1:4444 :::* LISTEN 3283/java tcp6 0 0 127.0.0.1:1636 :::* LISTEN 3283/java tcp6 0 0 :::36905 :::* LISTEN 3283/java tcp6 0 0 127.0.0.1:8081 :::* LISTEN 3422/java tcp6 0 0 127.0.0.1:8082 :::* LISTEN 3743/java tcp6 0 0 127.0.0.1:8086 :::* LISTEN 3597/java tcp6 0 0 :::60022 :::* LISTEN 90/sshd tcp6 0 0 :::22 :::* LISTEN - [root@th2060 ~]#exit logout checked the ports opened in glu [glu@th2060 ~]$ sudo netstat -tulnp [sudo] password for glu: Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 1093/master tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 4080/httpd tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 4080/httpd tcp 0 0 0.0.0.0:60022 0.0.0.0:* LISTEN 29639/sshd tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 868/sshd tcp6 0 0 :::1689 :::* LISTEN 535/java tcp6 0 0 ::1:25 :::* LISTEN 1093/master tcp6 0 0 :::8090 :::* LISTEN 1302/node tcp6 0 0 127.0.0.1:4444 :::* LISTEN 535/java tcp6 0 0 127.0.0.1:1636 :::* LISTEN 535/java tcp6 0 0 :::41836 :::* LISTEN 535/java tcp6 0 0 127.0.0.1:8081 :::* LISTEN 792/java tcp6 0 0 127.0.0.1:8082 :::* LISTEN 1105/java tcp6 0 0 127.0.0.1:8085 :::* LISTEN 701/java tcp6 0 0 127.0.0.1:8086 :::* LISTEN 956/java tcp6 0 0 :::60022 :::* LISTEN 29639/sshd tcp6 0 0 :::22 :::* LISTEN 868/sshd udp 0 0 0.0.0.0:5353 0.0.0.0:* 626/avahi- daemon: r udp 0 0 0.0.0.0:42616 0.0.0.0:* 626/avahi- daemon: r udp 0 0 0.0.0.0:68 0.0.0.0:* 683/dhclient udp6 0 0 :::58068 :::* 956/java i am struggling last 15 working days to install gluu server and to configure oauth,saml and ldap. please help me to get gluu ui.

By Mohib Zico staff 10 Nov 2018 at 3:56 a.m. CST

Mohib Zico gravatar
>> [glu@th2060 ~]$ sudo /sbin/gluu-serverd-3.1.4 What did you do before doing this? >> i am struggling last 15 working days to install gluu server and to configure oauth,saml and ldap. please help me to get gluu ui. I highly suspect your environment. There is no way this simple task should take more than 15 mins. If possible, share a complete screencast video ( no detail missing; everything ); we will know you are missing.

By Mohib Zico staff 10 Nov 2018 at 4:08 a.m. CST

Mohib Zico gravatar
Also... a suggestion.. use VMWare workstation; VirtualBox might require messing with various network points.

By Venkat bandlamudi user 10 Nov 2018 at 4:42 a.m. CST

Venkat bandlamudi gravatar
hi mohib, i got the solution by installing virtual hosts extension and added ip and hostname in virtual hosts and enabled it . now i got the ui . Thanks.