Deployment directories options
The deployment directories options add, edit, and remove directories from the list of deployment directories, add systems to the list of systems, and configure directory and file properties. These options correspond to the options that you configure on the Deployment Directories tab of the graphical Launcher Administration interface.
{launcheradmin.bat | launcheradmin.sh}
[–addir | –rddir deployment_directory]
[–eddir deployment_directory -asf system_file
[-pd {[ini:ini_file];[rm:{local | global}];[mrc:resource_config_file]}]
[-pf {[name:name];[desc:description];[ini:ini_file];[rm:{local | global}];
[mrc:mrcfile];[as:{yes | no}]}]
[–eddir deployment_directory -dsf system_file[;system_file;…]]
[–eddir deployment_directory -sys system_file { –af | -df } file1[;file2;…]
On UNIX and z/OS® systems, use quotation marks (" ") to enclose multiple parameters that are delineated by semicolons (;).
- -addir deployment_directory
- Adds the specified directory to the list of deployment directories.
- -rddir deployment_directory
- Removes the specified directory from the list of deployment directories.
- -eddir deployment_directory
- Edits the specified deployment directory.
- -asf system_file
- Adds the specified system file to the list of system files that
should be launched in a separate launcher process. The system file
is part of the directory specified by the -eddir keyword.
- -pd
- Configures the properties of the directory that is specified by
the -eddir keyword. Separate each keyword:value pair
with a semicolon (;).
- ini:ini_file
- Specifies the path to the initialization file. By default, it
is the initialization file that is specified in the General options
by the
-ini ini_file_path
option. - rm:{local | global}
- Specifies whether the resource manager is local or global. By default, the resource manager is local.
- mrc:resource_config_file
- Specifies the path to the resource configuration file. By default, the resource configuration file path is blank.
- -pf
- Configures the properties of the specified system file. Separate
each keyword:value pair with
a semicolon (;).
- name:name
- Specifies the name of the system file.
- desc:description
- A brief description of the system file.
- ini:ini_file
- Specifies the path to the initialization file. By default, it
is the initialization file that is specified in the General options
by the
-ini ini_file_path
option. - rm:{local | global}
- Specifies whether the resource manager is local or global. The default value is local.
- mrc:mrcfile
- Specifies the path to the resource configuration file. By default, it is blank.
- as:{yes | no}
- Specifies whether (yes) or not (no) the system is to start automatically. The default value is no.
- -dsf system_file[;system_file;…]
- Specifies one or more system files to be deleted. Separate multiple system file names with a semicolon (;).
- -sys system_file
- Specifies the system file to which files are added or from which
files are deleted. A system file can launch multiple .msl files.
- –af file1[;file2;…]
- Specifies the full path to one or more .msl files that are to be added to system file and launched as part of the launcher process.
- –df file1[;file2;…]
- Specifies the full path to one or more .msl files that are to be deleted from the system file.