Getting Started

Antworten
Jason
Beiträge: 4
Registriert: 21 Apr 2011, 02:26

Getting Started

Beitrag von Jason »

I followed the Getting Started document but ran into a problem at "2.6 Start of the opsi-configed". I am using the VMWare machine (opsidemo.vmk) that was in opsi4.0.1-servervm.zip. I followed the directions for 1stboot using mostly default answers and rebooted. When I click on the opsi-configed icon on the desktop it prompts for a username and password and I enter "root" and my root password (with opsi server set to default "localhost") and I get this error message:

No Connection
java.net.ConnectException: Connection refused

If I try to connect with the Firefox browser (https://localhost:4447/configed), I get "Unable to connect".

If I run "netstat -nltp", I see no process listening on port 4447.

What could be wrong?
Benutzeravatar
j.schneider
uib-Team
Beiträge: 1819
Registriert: 29 Mai 2008, 15:14

Re: Getting Started

Beitrag von j.schneider »

Please open a terminal on the server and run the following commands:

Code: Alles auswählen

opsi-setup --init-current-config
/etc/init.d/opsiconfd restart
/etc/init.d/opsipxeconfd restart
Jason
Beiträge: 4
Registriert: 21 Apr 2011, 02:26

Re: Getting Started

Beitrag von Jason »

That worked. Thank you.

I somehow missed section 2.2. The English document could use some improvements. :)
Antworten