chapp - Change application attributes

Purpose

Change specific attributes of APPLICATION objects in the TSLM database.

Syntax

chapp [application_name [...] | -rm | -norm | -disable | -enable | 
-desc description] 

Parameters

application_name [...]
Specifies the application name for which attributes should be changed. Multiple names must be separated with a blank character between each name.
-disable
Disables the application. Mount requests block for blocking mounts and fail for immediate mounts.
-enable
Enables the application. If there are suspended mounts for the application these can be rescheduled using the reschedule command.
-rm
Specifies that the application(s) are allowed to execute mounts for other hosts.
-norm
Disallow application(s) to execute mounts for other hosts.
-desc description
Change the description for the application.

Results

Beyond the general error code, the following command-specific error codes are returned:

  • EMM1401E – in case the application(s) specified by name or match option could not be found

Examples

chapp -norm ERMMSystem

Related commands