Re: [ovirt-users] cocpit is not running on hosts

2018-03-13 Thread Martin Sivak
> systemctl enable cockpit.socket
> systemctl start cockpit.socket

There is slight difference on when the service gets activated (on
startup vs. on first access), but I guess either way is fine.

The documentation indeed mentions the socket way:

http://cockpit-project.org/guide/133/startup.html

Best regards

Martin Sivak

On Tue, Mar 13, 2018 at 4:45 PM, Gianluca Cecchi
 wrote:
> On Tue, Mar 13, 2018 at 4:14 PM, Martin Sivak  wrote:
>>
>> Hi,
>>
>> make sure the service is actually started and the firewall is
>> configured properly:
>>
>> systemctl status cockpit
>> firewall-cmd --list-all
>>
>> You can make sure all is fine by doing the following:
>>
>> systemctl enable cockpit
>> systemctl start cockpit
>> firewall-cmd --add-service=cockpit --permanent
>> firewall-cmd --reload
>>
>> Best regards
>>
>> Martin Sivak
>>
>
> Actually from what I understood, the "cockpit service" has to remain
> configured as "static", while the "cockpit socket" has to be enabled.
> And in cockpit.service unit file in [Unit] section:
>
> Requires=cockpit.socket
>
>
> So in my case on a plain CentOS server acting as a node I executed:
>
> systemctl enable cockpit.socket
> systemctl start cockpit.socket
>
> And I verified I could connect to the hypervisor on port 9090 and then also
> the status of cockpit.service was "active".
>
> In messages:
>
> Mar 13 16:30:29 ov42 systemd: Starting Cockpit Web Service Socket.
> Mar 13 16:30:29 ov42 systemd: Listening on Cockpit Web Service Socket.
>
> And when I connect with browser to port 9090 some seconds later:
>
> Mar 13 16:30:47 ov42 systemd: Starting Cockpit Web Service...
> Mar 13 16:30:47 ov42 systemd: Started Cockpit Web Service.
> Mar 13 16:30:47 ov42 cockpit-ws: Using certificate:
> /etc/cockpit/ws-certs.d/0-self-signed.cert
> Mar 13 16:30:47 ov42 cockpit-ws: couldn't read from connection: Error
> reading data from TLS socket: A TLS fatal alert has been received.
> Mar 13 16:30:57 ov42 cockpit-session: pam_ssh_add: Failed adding some keys
> Mar 13 16:30:57 ov42 systemd-logind: New session 3407 of user root.
> Mar 13 16:30:57 ov42 systemd: Started Session 3407 of user root.
> Mar 13 16:30:57 ov42 systemd: Starting Session 3407 of user root.
> Mar 13 16:30:58 ov42 cockpit-ws: logged in user session
> Mar 13 16:30:58 ov42 cockpit-ws: New connection to session from 10.4.4.12
> ...
>
> For further stop/start of cockpit.socket, I see that the start of the
> cockpit.service is instead immediate when cockpit.socket starts
>
> eg:
>
> Mar 13 16:37:37 ov42 systemd: Starting Cockpit Web Service Socket.
> Mar 13 16:37:37 ov42 systemd: Listening on Cockpit Web Service Socket.
> Mar 13 16:37:37 ov42 systemd: Starting Cockpit Web Service...
> Mar 13 16:37:37 ov42 systemd: Started Cockpit Web Service.
> Mar 13 16:37:37 ov42 cockpit-ws: Using certificate:
> /etc/cockpit/ws-certs.d/0-self-signed.cert
>
> Gianluca
>
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] cocpit is not running on hosts

2018-03-13 Thread Gianluca Cecchi
On Tue, Mar 13, 2018 at 4:14 PM, Martin Sivak  wrote:

> Hi,
>
> make sure the service is actually started and the firewall is
> configured properly:
>
> systemctl status cockpit
> firewall-cmd --list-all
>
> You can make sure all is fine by doing the following:
>
> systemctl enable cockpit
> systemctl start cockpit
> firewall-cmd --add-service=cockpit --permanent
> firewall-cmd --reload
>
> Best regards
>
> Martin Sivak
>
>
Actually from what I understood, the "cockpit service" has to remain
configured as "static", while the "cockpit socket" has to be enabled.
And in cockpit.service unit file in [Unit] section:

Requires=cockpit.socket


So in my case on a plain CentOS server acting as a node I executed:

systemctl enable cockpit.socket
systemctl start cockpit.socket

And I verified I could connect to the hypervisor on port 9090 and then also
the status of cockpit.service was "active".

In messages:

Mar 13 16:30:29 ov42 systemd: Starting Cockpit Web Service Socket.
Mar 13 16:30:29 ov42 systemd: Listening on Cockpit Web Service Socket.

And when I connect with browser to port 9090 some seconds later:

Mar 13 16:30:47 ov42 systemd: Starting Cockpit Web Service...
Mar 13 16:30:47 ov42 systemd: Started Cockpit Web Service.
Mar 13 16:30:47 ov42 cockpit-ws: Using certificate:
/etc/cockpit/ws-certs.d/0-self-signed.cert
Mar 13 16:30:47 ov42 cockpit-ws: couldn't read from connection: Error
reading data from TLS socket: A TLS fatal alert has been received.
Mar 13 16:30:57 ov42 cockpit-session: pam_ssh_add: Failed adding some keys
Mar 13 16:30:57 ov42 systemd-logind: New session 3407 of user root.
Mar 13 16:30:57 ov42 systemd: Started Session 3407 of user root.
Mar 13 16:30:57 ov42 systemd: Starting Session 3407 of user root.
Mar 13 16:30:58 ov42 cockpit-ws: logged in user session
Mar 13 16:30:58 ov42 cockpit-ws: New connection to session from 10.4.4.12
...

For further stop/start of cockpit.socket, I see that the start of the
cockpit.service is instead immediate when cockpit.socket starts

eg:

Mar 13 16:37:37 ov42 systemd: Starting Cockpit Web Service Socket.
Mar 13 16:37:37 ov42 systemd: Listening on Cockpit Web Service Socket.
Mar 13 16:37:37 ov42 systemd: Starting Cockpit Web Service...
Mar 13 16:37:37 ov42 systemd: Started Cockpit Web Service.
Mar 13 16:37:37 ov42 cockpit-ws: Using certificate:
/etc/cockpit/ws-certs.d/0-self-signed.cert

Gianluca
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] cocpit is not running on hosts

2018-03-13 Thread Peter Hudec
Hi Martin,

thanks. It works. I just wantd to known if any special 'ovirt' commands
are needed, seems not.

regards
Peter

On 13/03/2018 16:14, Martin Sivak wrote:
> Hi,
> 
> make sure the service is actually started and the firewall is
> configured properly:
> 
> systemctl status cockpit
> firewall-cmd --list-all
> 
> You can make sure all is fine by doing the following:
> 
> systemctl enable cockpit
> systemctl start cockpit
> firewall-cmd --add-service=cockpit --permanent
> firewall-cmd --reload
> 
> Best regards
> 
> Martin Sivak
> 
> On Tue, Mar 13, 2018 at 3:33 PM, Peter Hudec  wrote:
>> Hi,
>>
>> after upgrade to 4.2. there was running the cockpit on each host.
>> Right now, there is no service on port 9090. Is there any special setup
>> how to put it back?
>>
>> [PROD] r...@dipovirt03.cnc.sk: /home/phudec # rpm -qa | grep ovirt
>> ovirt-imageio-common-1.2.1-0.el7.centos.noarch
>> ovirt-vmconsole-1.0.4-1.el7.centos.noarch
>> ovirt-provider-ovn-driver-1.2.5-1.el7.centos.noarch
>> ovirt-setup-lib-1.1.4-1.el7.centos.noarch
>> ovirt-host-4.2.1-1.el7.centos.x86_64
>> ovirt-host-deploy-1.7.2-1.el7.centos.noarch
>> ovirt-engine-sdk-python-3.6.9.1-1.el7.centos.noarch
>> ovirt-host-dependencies-4.2.1-1.el7.centos.x86_64
>> ovirt-hosted-engine-setup-2.2.9-1.el7.centos.noarch
>> ovirt-vmconsole-host-1.0.4-1.el7.centos.noarch
>> python-ovirt-engine-sdk4-4.2.4-2.el7.centos.x86_64
>> ovirt-imageio-daemon-1.2.1-0.el7.centos.noarch
>> cockpit-ovirt-dashboard-0.11.11-0.1.el7.centos.noarch
>> ovirt-hosted-engine-ha-2.2.4-1.el7.centos.noarch
>> ovirt-engine-appliance-4.2-20180214.1.el7.centos.noarch
>> ovirt-release42-4.2.1.1-1.el7.centos.noarch
>>
>> [PROD] r...@dipovirt03.cnc.sk: /home/phudec # rpm -qa | grep cockpit
>> cockpit-system-160-1.el7.centos.noarch
>> cockpit-networkmanager-160-1.el7.centos.noarch
>> cockpit-160-1.el7.centos.x86_64
>> cockpit-bridge-160-1.el7.centos.x86_64
>> cockpit-dashboard-160-1.el7.centos.x86_64
>> cockpit-storaged-160-1.el7.centos.noarch
>> cockpit-ovirt-dashboard-0.11.11-0.1.el7.centos.noarch
>> cockpit-ws-160-1.el7.centos.x86_64
>>
>> regards
>> Peter
>>
>> --
>> *Peter Hudec*
>> Infraštruktúrny architekt
>> phu...@cnc.sk 
>>
>> *CNC, a.s.*
>> Borská 6, 841 04 Bratislava
>> Recepcia: +421 2  35 000 100
>>
>> Mobil:+421 905 997 203
>> *www.cnc.sk* 
>>
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users


-- 
*Peter Hudec*
Infraštruktúrny architekt
phu...@cnc.sk 

*CNC, a.s.*
Borská 6, 841 04 Bratislava
Recepcia: +421 2  35 000 100

Mobil:+421 905 997 203
*www.cnc.sk* 

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] cocpit is not running on hosts

2018-03-13 Thread Martin Sivak
Hi,

make sure the service is actually started and the firewall is
configured properly:

systemctl status cockpit
firewall-cmd --list-all

You can make sure all is fine by doing the following:

systemctl enable cockpit
systemctl start cockpit
firewall-cmd --add-service=cockpit --permanent
firewall-cmd --reload

Best regards

Martin Sivak

On Tue, Mar 13, 2018 at 3:33 PM, Peter Hudec  wrote:
> Hi,
>
> after upgrade to 4.2. there was running the cockpit on each host.
> Right now, there is no service on port 9090. Is there any special setup
> how to put it back?
>
> [PROD] r...@dipovirt03.cnc.sk: /home/phudec # rpm -qa | grep ovirt
> ovirt-imageio-common-1.2.1-0.el7.centos.noarch
> ovirt-vmconsole-1.0.4-1.el7.centos.noarch
> ovirt-provider-ovn-driver-1.2.5-1.el7.centos.noarch
> ovirt-setup-lib-1.1.4-1.el7.centos.noarch
> ovirt-host-4.2.1-1.el7.centos.x86_64
> ovirt-host-deploy-1.7.2-1.el7.centos.noarch
> ovirt-engine-sdk-python-3.6.9.1-1.el7.centos.noarch
> ovirt-host-dependencies-4.2.1-1.el7.centos.x86_64
> ovirt-hosted-engine-setup-2.2.9-1.el7.centos.noarch
> ovirt-vmconsole-host-1.0.4-1.el7.centos.noarch
> python-ovirt-engine-sdk4-4.2.4-2.el7.centos.x86_64
> ovirt-imageio-daemon-1.2.1-0.el7.centos.noarch
> cockpit-ovirt-dashboard-0.11.11-0.1.el7.centos.noarch
> ovirt-hosted-engine-ha-2.2.4-1.el7.centos.noarch
> ovirt-engine-appliance-4.2-20180214.1.el7.centos.noarch
> ovirt-release42-4.2.1.1-1.el7.centos.noarch
>
> [PROD] r...@dipovirt03.cnc.sk: /home/phudec # rpm -qa | grep cockpit
> cockpit-system-160-1.el7.centos.noarch
> cockpit-networkmanager-160-1.el7.centos.noarch
> cockpit-160-1.el7.centos.x86_64
> cockpit-bridge-160-1.el7.centos.x86_64
> cockpit-dashboard-160-1.el7.centos.x86_64
> cockpit-storaged-160-1.el7.centos.noarch
> cockpit-ovirt-dashboard-0.11.11-0.1.el7.centos.noarch
> cockpit-ws-160-1.el7.centos.x86_64
>
> regards
> Peter
>
> --
> *Peter Hudec*
> Infraštruktúrny architekt
> phu...@cnc.sk 
>
> *CNC, a.s.*
> Borská 6, 841 04 Bratislava
> Recepcia: +421 2  35 000 100
>
> Mobil:+421 905 997 203
> *www.cnc.sk* 
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] cocpit is not running on hosts

2018-03-13 Thread Peter Hudec
Hi,

after upgrade to 4.2. there was running the cockpit on each host.
Right now, there is no service on port 9090. Is there any special setup
how to put it back?

[PROD] r...@dipovirt03.cnc.sk: /home/phudec # rpm -qa | grep ovirt
ovirt-imageio-common-1.2.1-0.el7.centos.noarch
ovirt-vmconsole-1.0.4-1.el7.centos.noarch
ovirt-provider-ovn-driver-1.2.5-1.el7.centos.noarch
ovirt-setup-lib-1.1.4-1.el7.centos.noarch
ovirt-host-4.2.1-1.el7.centos.x86_64
ovirt-host-deploy-1.7.2-1.el7.centos.noarch
ovirt-engine-sdk-python-3.6.9.1-1.el7.centos.noarch
ovirt-host-dependencies-4.2.1-1.el7.centos.x86_64
ovirt-hosted-engine-setup-2.2.9-1.el7.centos.noarch
ovirt-vmconsole-host-1.0.4-1.el7.centos.noarch
python-ovirt-engine-sdk4-4.2.4-2.el7.centos.x86_64
ovirt-imageio-daemon-1.2.1-0.el7.centos.noarch
cockpit-ovirt-dashboard-0.11.11-0.1.el7.centos.noarch
ovirt-hosted-engine-ha-2.2.4-1.el7.centos.noarch
ovirt-engine-appliance-4.2-20180214.1.el7.centos.noarch
ovirt-release42-4.2.1.1-1.el7.centos.noarch

[PROD] r...@dipovirt03.cnc.sk: /home/phudec # rpm -qa | grep cockpit
cockpit-system-160-1.el7.centos.noarch
cockpit-networkmanager-160-1.el7.centos.noarch
cockpit-160-1.el7.centos.x86_64
cockpit-bridge-160-1.el7.centos.x86_64
cockpit-dashboard-160-1.el7.centos.x86_64
cockpit-storaged-160-1.el7.centos.noarch
cockpit-ovirt-dashboard-0.11.11-0.1.el7.centos.noarch
cockpit-ws-160-1.el7.centos.x86_64

regards
Peter

-- 
*Peter Hudec*
Infraštruktúrny architekt
phu...@cnc.sk 

*CNC, a.s.*
Borská 6, 841 04 Bratislava
Recepcia: +421 2  35 000 100

Mobil:+421 905 997 203
*www.cnc.sk* 

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users