Hi, Ceriel --

On Jan 8, 2009, at 11:05 AM, Ceriel Jacobs wrote:

In search for information how to launch virtuoso-t as a daemon in mac
os x,
I was looking for information what all different virtuoso-t command
line startop options (-fcnCbDARwMKrBd) mean.

My tries:
1. $ ./virtuoso-t -?
Didn't give me a clue, as it lists only the plus (+) prefixed command
line options.
2. Manual section 6.1.10.1
It only says that -d = +debug and -f = +foreground.

Where can I find documentation what the other minus (-) prefixed
virtuoso-t command line startup options mean?
Any suggestions which command line arguments to use when running
virtuoso-t in daemon mode (on mac os x) are also welcome...



As with most command-line tools, the "-" options correspond directly
and in order with the "+" options, so from this usage output --

  virtuoso-iodbc-t [-fcnCbDARwMKrBd] [+foreground] [+configfile arg]
                   [+no-checkpoint] [+checkpoint-only] [+backup-dump]
                   [+crash-dump] [+crash-dump-data-ini arg]
[+restore-crash-dump] [+wait] [+mode arg] [+dumpkeys arg]
                   [+restore-backup arg] [+backup-dirs arg] [+debug]
                   [+pwdold arg] [+pwddba arg] [+pwddav arg]

-- you can deduce the following correspondence --

   -f   +foreground
   -c   +configfile
   -n   +no-checkpoint
   -C   +checkpoint-only
   -b   +backup-dump
   -D   +crash-dump
   -A   +crash-dump-data-ini
   -R   +restore-crash-dump
   -w   +wait
   -M   +mode
   -K   +dumpkeys
   -r   +restore-backup
   -B   +backup-dirs
   -d   +debug
        +pwdold
        +pwddba
        +pwddav

(Once the "-" options run out, any remaining "+" options are implicitly only
available as "+" options.)


Be seeing you,

Ted


--
A: Yes.                      http://www.guckes.net/faq/attribution.html
| Q: Are you sure?
| | A: Because it reverses the logical flow of conversation.
| | | Q: Why is top posting frowned upon?

Ted Thibodeau, Jr.           //               voice +1-781-273-0900 x32
Evangelism & Support         //        mailto:tthibod...@openlinksw.com
OpenLink Software, Inc.      //              http://www.openlinksw.com/
                                 http://www.openlinksw.com/weblogs/uda/
OpenLink Blogs              http://www.openlinksw.com/weblogs/virtuoso/
                               http://www.openlinksw.com/blog/~kidehen/
    Universal Data Access and Virtual Database Technology Providers




Reply via email to