How to send console commands from prompt

This is what I need1. Shutdown replicator task

  1. Fix a database

  2. Run a process (C program)

  3. Load replicator

All this by using a shell program on zLinux prompt, today I can fix the database using

/opt/lotus/bin/fixup mydatabase.nsf

But I cannot find a way to shutdown and load replicator

Any ideas ?

Subject: Pipe the script into the console?

Subject: Pipe the script into the console? (oops hit enter)

Hit enter too soon. :slight_smile:

You can create a text file with the commands. Then at the domino console just pipe that text file in.

Subject: I can’t…

I can’t do that because the shell runs automatically on zLinux…

Subject: Found…

from zLinux prompt

server -c “DOMINO CONSOLE COMMAND”

Thanks !!!

Subject: Pipe the script into the console?