Datenschutz

 6.0.x  6.5.x  7.x  8.x  8.5 

DAOSEST unter Linux betreiben

Michael Siegrist  2 Februar 2009 11:53:13
 
DAOSEST (DAOS Estimator) hilft bei der Aktivierung von DAOS. Hierzu must das Programm separat von der IBM Website ( http://www-01.ibm.com/support/docview.wss?rs=463&uid=swg24021920 ) heruntergeladen werden.

Unter linux muss daosest unter  /opt/ibm/lotus/notes/xxxx/linux/ abgelegt werden. Das Programm muss mit chown root.root daosest  root zugeordnet und mit  chmod  ausführbar gemacht werden. Ob alle Abhänigkeiten erfüllt sind, kann mit ldd daosest  geprüft werden. Hier ein Beispiel, welches alle Abhängigkeiten erfüllt:  

[root@demo]# ldd /local/opt/lotus/notes/latest/linux/daosest
    linux-gate.so.1 =>  (0x0062c000)

    libnotes.so => /local/opt/lotus/notes/latest/linux/libnotes.so (0x0062d000)

    libpthread.so.0 => /lib/libpthread.so.0 (0x0048a000)

    libresolv.so.2 => /lib/libresolv.so.2 (0x00110000)

    libdl.so.2 => /lib/libdl.so.2 (0x0045b000)

    libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00123000)

    libm.so.6 => /lib/libm.so.6 (0x00461000)

    libc.so.6 => /lib/libc.so.6 (0x0020e000)

    libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00351000)

    libndgts.so => /local/opt/lotus/notes/latest/linux/libndgts.so (0x0035d000)

    librt.so.1 => /lib/librt.so.1 (0x0035f000)

    libxmlproc.so => /local/opt/lotus/notes/latest/linux/libxmlproc.so (0x04bda000)

    /lib/ld-linux.so.2 (0x0043d000)


Falls Abhängigkeiten fehlen, können diese mit z.B. ln -s /local/opt/lotus/notes/latest/linux/libxmlproc.so /lib/libxmlproc.so erzeugt werde.

Danach kann man an der Domino Konsole daosest verwenden.

Der Syntax lautet:

daosest [OPTIONS]

-h                        display this message

-o        output to file

-v                        Verbose, display's file information.


Note: Default input path is data directory.


Ein Beispiel dazu : lo daosest mail -v daosest.txt
Mit dieser Befehlszeile wird das komplette Mailverzeichniss unter /local/notesdata analysiert und das Ergebniss unter /local/notesdata/daosest.txt gespeichert.