Kbase 19413: VMS Progress Server Command-Line Parameters
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
GOAL:
What are the VMS equivalent of the various Progress server command line parameters?
FIX:
Under VMS, commands and their modifiers can be abbreviated to the least recognizable substring.
For example:
PROGRESS/CREATE can be abbreviated to PROG/CRE provided there are no other commands that start with "PROG".
Unlike UNIX, VMS is not case-sensitive.
The VMS equivalent commands are:
UNIX VMS
--------------- ---------------
-B n /BUFFERS=n
-F /ACCESS=FORCED
-H host-name /HOST=host-name
-L n /LOCK_TABLE=n
-Ma n /MAXCLIENTS=n
-Mf n /TRANSACTION_DELAY=N
-Mi n /MINCLIENTS=n
-Mm n /MESSAGE_BUFFER_SIZE=n
-Mn n /MAXSERVERS=n
-Mp n /MAXPROTOCOL=n
-Mxs n /EXCESS_SHARED_MEMORY=n
-N network-type /NETWORK=network-type
-S service-name /SERVICE=service-name
-a ai-file /AFTER_IMAGE=ai-file
-aibufs n /AIBUFFERS=n
-aistall /AISTALL
-bibufs n /BIBUFFERS=n
-brl -brl (parameter file only)
-charset charset -charset charset (parameter file only)
-checkdbe -checkdbe (parameter file only)
-convmap filename -convmap filename (parameter file only)
-cp com-parms -cp com-parms (parameter file only)
-cpcase casetablename -cpcase casetablename (parameter file only)
-cpcoll collation-table -cpcoll collation-table (parameter file only)
-cpdb codepage -cpdb codepage (parameter file only)
-cpinternal codepage -cpinternal codepage (parameter file only)
-cpprint codepage -cpprint codepage (parameter file only)
-cprcodein codepage -cprcodein codepage (parameter file only)
-cprcodeout codepage -cprcodeout codepage (parameter file only)
-cpstream codepage -cpstream codepage (parameter file only)
-cpterm codepage -cpterm codepage (parameter file only)
-directio No VMS equivalent
-g bi-file /BEFORE_IMAGE=bi-file
-hash n /HASH=n
-i /NORECOVER
-m1 /SERVER_TYPE=AUTO
-m2 /SERVER_TYPE=MANUAL
-m3 /SERVER_TYPE=LOGIN_BROKER
-n n /NUMBER_OF_USERS=n
-spin n /SPIN=n
-usrcount n /USRCOUNT=n
-xc collation-table /COLLATE=collation-table