Seite 1 von 1

Getting Started

Verfasst: 21 Apr 2011, 03:06
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?

Re: Getting Started

Verfasst: 21 Apr 2011, 10:36
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

Re: Getting Started

Verfasst: 22 Apr 2011, 18:42
von Jason
That worked. Thank you.

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