How do you run compact ODS on linux shell?

How do you run Compact, updall etc and other OS level tasks when the server is shutdown on linux?

I don’t see any ncompact files…

thanks!

Subject: SOLVED: Linux terminal OSD compact

To run compact, updall and other tasks in the linux terminal.

  1. Go to the application directory

Usually /opt/ibm/lotus/notes/latest/linux

  1. then run compact

./compact -c /path/notesdata/filename.nsf

the problem I had was solved by Wolfgang Fey’s blog post.

http://ebf.de/wfey/ebfblog.nsf/dx/tsm-tivoli-data-protection-for-domino-on-domino-7-on-linux.htm

“Error while loading shared libraries: libnotes.so: cannot open shared object file: No such file or directory.”

After some research I found, this was not the case on a partitioned server - only on a non-partitioned server. So I started to look for the files and how they are organized. After some research I found out that there were some links missing.

After applying these links, the problem was solved.

/usr/lib:

ln -s /opt/ibm/lotus/notes/latest/linux/libnotes.so /usr/lib/libnotes.so

ln -s /opt/ibm/lotus/notes/latest/linux/libndgts.so /usr/lib/libndgts.so

ln -s /opt/ibm/lotus/notes/latest/linux/libxmlproc.so /usr/lib/libxmlproc.so

Tags: Domino :: IBM :: Lotus :: Tivoli :: TDP :: TSM :: Compact :: Updall :: Linux :: ODS

Location: Muenster, Germany

Hope this helps someone.

brent

Subject: The “n” in ncompact stands for NT, try compact

Subject: doesn’'t work

Hi Bruce,

thanks for you reply…

While in the “latest” directory, I tried

./compact /path/notesdata/names.nsf

and

./compact -c /path/notesdata/names.nsf from the

but it didn’t work.