Using Server Commands

You can use the following command line options at the server console:

Load sss [/a] [/d] [/t] [/m] [/c=# of Mins] [/o=DN] [/? | /h]
Option Description

/a

Enables NsureTM Audit

/d

Clears the ACS file and load sss.dlm without command line parameters

/t

Enables Last Accessed Time Stamp

/m

Disables Master Password

/c=Minutes

Caches Refresh Period in Minutes (Minimum 30)

/o=DN

The NSSO object DN to use. NSSO DN form: my_nsso_obj.my_orgunit.my_org

/h

Displays Help

/?

Displays Help

For the SecretStore 3.3.3 release, the need to enable the cache with a separate command line parameter has been eliminated. You don't need to use the /e option, because it has been deprecated.

The autoexec.ncf file in Novell NetWare® saves startup commands as a batch file. The commands are then executed when the SecretStore server starts up. If you want to use command line options with the SecretStore server, you must first load the server sss.nlm before nldap.nlm. Otherwise, nldap.nlm auto-loads the sss.nlm without the command line option. Both sss.nlm and nldap.nlm are called from the autoexec.ncf file.

To take advantage of the Novell Nsure Audit logging features, load the Nsure logging NLMs in the autoexec.ncf file before loading SecretStore. Because the SecretStore service can connect to an Nsure Audit logging server only at load time, you must reload SecretStore if the connection to the logging server is lost.

NOTE:  For a detailed description on installing and configuring Nsure Audit, refer to the Nsure Audit 1.0 Administration Guide.

Because eDirectory for Windows NT/2000 doesn't have an autoexec.ncf file, DHost provides Active Configuration Services (ACS) that work as follows:

1. In the Windows NT/2000 plus eDirectory environment, the command line options are saved into an ACS file.
2. After the DLM (server) is loaded with a set of options for the first time, DHost saves the command line options to the ACS file.
3. Subsequent loadings of the server (DLM) cause the DHost to automatically read the same options from the ACS file.

On subsequent startups, there is no need to pass command line options.

If you must change the command line options, use the following procedure to reset the ACS file. Save the new options in the file for future use.

  1. Take the server (DLM) down.

  2. Restart the server by using the /d switch.

    This is a Windows NT/2000-specific option. It deletes the Windows NT/2000 command line options from the ACS file.

  3. Restart the server again with the new command line options to be written to the ACS file.

  4. Take the server down again.

    After Step 4, loading the server does not require the command line options. The command line options will automatically be read from the ACS file.

    Whenever new command line options are supplied, the previous options saved into the ACS file are automatically reset. However, in the presence of ACS command line configuration, the /d switch can be used to clear the ACS file and load sss.dlm without command line parameters.

    Otherwise, the command line parameters are read from the ACS file on every load of the server, just like commands are read from the autoexec.ncf file for NetWare.