3.0.4 not able to access HTTP web gui

Added by Ryan W about 1 month ago

Ok I got my boot problem solved, unfortunately I cannot access any of the GUI.

I tried restarting nmv and nms to no avail. I re-ran setup appliance init and made sure the port was still 2000 as well.


Replies

RE: 3.0.4 not able to access HTTP web gui - Added by Pavel Strashkin about 1 month ago

It was mini-bug in pre-release and it will be fixed for official release. Please run from UNIX shell "svcadm enable -rs apache2" and try again.

RE: 3.0.4 not able to access HTTP web gui - Added by Ryan W about 1 month ago

So, I'll ask again in this thread.

Why is the 'testing' repository updating me to alpha software?

Setup appliance upgrade brought me up to 3.0.4, which according to the front page it's alpha stage.

RE: 3.0.4 not able to access HTTP web gui - Added by surly jake about 1 month ago

I have the same issue after upgrading today. running "svcadm enable -rs apache2" from the unix shell did not do anything immediately or after a restart.

RE: 3.0.4 not able to access HTTP web gui - Added by Ryan W about 1 month ago

that command fixed it for me, you have to be in a !bash shell, not the nmc shell they stick you into at first.

RE: 3.0.4 not able to access HTTP web gui - Added by s k about 1 month ago

this worked perfectly for me after i got into the !bash shell. for those of you that are unaware of how to get to the bash shell you just do this:

https://www.nexenta.com/corp/component/option,com_fireboard/Itemid,44/func,view/id,43/catid,8/

RE: 3.0.4 not able to access HTTP web gui - Added by Timothy Geist about 1 month ago

Just in case anyone is wondering (since I ran into this issue for a bit)

To get bash shell

Login as the admin user (instead of root) and then su

That'll give you bash shell.

RE: 3.0.4 not able to access HTTP web gui - Added by Konstantin Borovik about 1 month ago

[WARNINGS]
link-id not found -  jul 26 12:29:09 enabled. 

I have run command "svcadm enable -rs apache2" , however, apache2 posted the following error:

[ Jul 26 12:29:09 Leaving maintenance because clear requested. ] [ Jul 26 12:29:09 Enabled. ] [ Jul 26 12:29:09 Executing start method ("/lib/svc/method/apache2 start"). ] Starting web server: apache2apache2: Could not reliably determine the server's fully qualified domain name, using 192.168.1.3 for ServerName (125)Address already in use: make_sock: could not bind to address [::]:443 (125)Address already in use: make_sock: could not bind to address 0.0.0.0:443 no listening sockets available, shutting down Unable to open logs failed! [ Jul 26 12:29:09 Method "start" exited with status 95. ]

RE: 3.0.4 not able to access HTTP web gui - Added by Pavel Strashkin about 1 month ago

[WARNINGS]
link-id not found -  jul 26 12:29:09 enabled. 

Konstantin Borovik wrote:

I have run command "svcadm enable -rs apache2" , however, apache2 posted the following error:

[ Jul 26 12:29:09 Leaving maintenance because clear requested. ] [ Jul 26 12:29:09 Enabled. ] [ Jul 26 12:29:09 Executing start method ("/lib/svc/method/apache2 start"). ] Starting web server: apache2apache2: Could not reliably determine the server's fully qualified domain name, using 192.168.1.3 for ServerName (125)Address already in use: make_sock: could not bind to address [::]:443 (125)Address already in use: make_sock: could not bind to address 0.0.0.0:443 no listening sockets available, shutting down Unable to open logs failed! [ Jul 26 12:29:09 Method "start" exited with status 95. ]

Can you please post here the content of /etc/apache2/ports.conf file

RE: 3.0.4 not able to access HTTP web gui - Added by Konstantin Borovik about 1 month ago

Pavel,

I have reverted to 3.0.3 and cannot easily reboot backup into 3.0.4. Can I mount checkpoint and read file from there?

Nexenta 3.0.3 does not require apache2 to run HTTP Web GUI. Why in 3.0.4 I need to run apache2 to get HTTP web GUI working?

RE: 3.0.4 not able to access HTTP web gui - Added by Pavel Strashkin about 1 month ago

Konstantin Borovik wrote:

Pavel,

I have reverted to 3.0.3 and cannot easily reboot backup into 3.0.4. Can I mount checkpoint and read file from there?

Nexenta 3.0.3 does not require apache2 to run HTTP Web GUI. Why in 3.0.4 I need to run apache2 to get HTTP web GUI working?

You can post the file from 3.0.3 too. In such case the current version make no sence.

About Apache2. It works great in 3.0.4, increase perfomance and major improvement - 100% stable HTTPS. That why we are using it.

RE: 3.0.4 not able to access HTTP web gui - Added by Konstantin Borovik about 1 month ago

root@storage:/volumes# cat /etc/apache2/ports.conf

Listen 443 Listen 443 root@storage:/volumes#

RE: 3.0.4 not able to access HTTP web gui - Added by Pavel Strashkin about 1 month ago

Konstantin Borovik wrote:

root@storage:/volumes# cat /etc/apache2/ports.conf

Listen 443 Listen 443 root@storage:/volumes#

Run from NMC: "setup network service webdav-server configure" and disable secure HTTP. Then upgrade to 3.0.4, enable the Apache2 service from UNIX shell and go back to NMC to enable secure HTTP. After that you can use NMV.

RE: 3.0.4 not able to access HTTP web gui - Added by Bobb Voigt 21 days ago

I'm having a similar problem, except while debugging i did a2dissite nmd-something

apparently that site's not in available-sites so i can't re enable it =/