Products | Versions |
---|---|
TIBCO ActiveSpaces | - |
Not Applicable | - |
Description:
Documentation question on the 'as-admin' tool command line parameters. For example, with the
following invocation "as-admin -i <file-path>", can the '-i'
argument be specified more than once to execute multiple files or will
the "-i " argument take a list of files? What are the other parameters that can be passed to as-admin. Regarding "-i
<file-path>", what are the commands that can be included in the
file? What is the syntax of that file and does it allow comments? Are
the commands which can be included in that file only those commands found by running "help" inside as-admin? In particular, is there a better way to reference other files (kind of like an "include").
?Invalid usage?create space name "testspace"(field name "id" type "int",fie?l?d name "id2" type "string)key(fields("id"))replication_count 1Correct usagecreate space name "testspace" (field name "id" type "int", fie?l?d name "id2" type "string) key(fields("id")) replication_count 1
# this is comment for connect?
connect name "ms" discovery "tibpgm"
?!?ls -la
?Perform the following inside the as-admin to capture top information. Use top shortcuts 'q' to quit and go back to as-admin. ?
?as-admin> !top?