The spdsclean utility
uses the following option settings to modify specific behaviors:
-all
equivalent to specifying
the following options:
-tmp -acl -lib11
.
-tmp
enables deletion of
residual temporary files in the LIBNAME domain path list. Deletion
is enabled by default.
+tmp
disables the deletion
of residual temporary files in the LIBNAME domain path list.
-acl
enables the deletion
of ACL files in the LIBNAME domain path list. Enabling the -acl setting
deletes .spres11* and .sppro11* files from the LIBNAME domains that
are specified by the -libnamefile option. The -acl option applies
to all of the LIBNAME domains that you specify on the -libnamefile
option. Deleting the ACL files does not grant broader access to a
given resource. Deleting the ACL files restricts the access to the
resource owner.
+acl
disables the deletion
of ACL files in the LIBNAME domain path list.
-lib11
enables the deletion
of the domain state file, .spdslib11. The default setting is +lib11.
+lib11
disables the deletion
of the domain state file. This setting is the default setting for
the lib111 variable.
-verbose
enables logging of
the resource cleanup process from WORKPATH, system workspace directories,
and LIBNAME domain directories. Specifying -verbose is equivalent
to specifying -vwork and -vdomain.
+verbose
disables logging of
the resource cleanup process from WORKPATH, system workspace directories,
and LIBNAME domain directories. Specifying +verbose is equivalent
to specifying +vwork and +vdomain.
-vwork
enables logging of
the resource cleanup process from WORKPATH and system workspace directories.
+vwork
disables logging of
the resource cleanup process for WORKPATH and system workspace directories.
This setting is the default setting.
-vdomain
enables logging of
the resource cleanup process from LIBNAME domain directories.
+vdomain
disables logging of
the resource cleanup process from LIBNAME domain directories. This
setting is the default setting.
-domains dompat1, [dompat2,]
specifies a list of
domains. The list is a comma-separated list of domain names and wildcard
matching patterns. The list builds the LIBNAME domains from the LIBNAME
file when it is processed. Standard pattern matching rules and wildcards
apply.
-logage ageDays
sets the age threshold,
in days, for keeping .spdslog files in the SPD Server log directory
when the -logdir option is specified. If the -logdir option is specified
and the .spdslog files in the SPD Server log directory are older than
the threshold value, the files are deleted. The default value for
ageDays is 7.