wiki:FAQ

Version 5 (modified by anonymous, 16 years ago) (diff)

--

IWS Webserver

The IWS webserver enables you to read the same information that the omreport command supplies in a nice web interface. You can start IWS from the /etc/init.d directory, currently we don't support automatic startup.

Manually start the webserver:

/etc/init.d/dsm_om_connsvc start

To automatically start the webser on boot:

/usr/sbin/update-rc.d dsm_om_connsvc start 20 2 3 4 5 . stop 19 0 1 6 . >/dev/null

You can login to the webserver using a local account on port 1311, for example:

https://your-machine.net:1311

Note for amd64

This is from the email list. You must install lib32 pam modules:

Hi,

If you have the debian package from ftp://ftp.sara.nl/pub/sara-omsa[1]
and wants to have the webserver works on amd64 servers, you probably
wants this to make it works change :

/lib/security path to /lib32 in /etc/pam.d/omauth

and copy from a etch 32 bits install theses files :

/lib/libsepol.so.1
/lib/libselinux.so.1
/lib/security/pam_unix.so
/lib/security/pam_nologin.so

to /lib32 of your amd64 servers.

after a ldconfig you should be able to pam login.

Chmouel Boudjnah cboudjnah at squiz.net