Need A Help for an agent

I want to create a Schedule agent on server…for Transaction LoggingActually we are storing our TXN file in the “domlog” directory as an archive based Transaction.

I want to archive my TXN files automatically with the help of agent (“Domdsmc archivelog” ---- this is the command which i want to use in this agent )

Directory path ==>> /notes/HUB007/domlog

But also i want to put a condition here it should be run when our directory crossed the size limit and that size limit should be 50 %

Can anybody help me regarding this …?

Shrikant Verma

Subject: Not sure I know what your question is

Are you asking how to tell when the contents of a directory reach a certain size? Or what, exactly?

Subject: RE: Not sure I know what your question is

No, Just i want to create an agent for my domlog directory which is have the txn files and i want to archive the txn files automatically ( “Domdsmc archivel” this is the command which we use to archive txn files manually)

But this agent/command should be run when the my directory size crosed the limit of size (50%)

As per my understanding you may create a script

for “Domlog” directory. like once the directory reach the 50 % size this command will run automatically(domdsmc archivel) to the AIX platform

And for find out the size of the directory we use the following command

1.) Sh Diskspace domlog – this command we use on Domino console for checking the space for domlog directory

2.) Df -k|grep “server name” — on AIX platform

3.) Domdsmc archivel — this is the command we use for archive the txn file manually on the AIX platform