unlock
You can use the unlock command to unlock a scheduling or security item that are locked.
Overview
You can unlock an item which is locked by you. You must have the unlock access to the scheduling or security items.
Syntax and command line options
ocli model unlock|un Scheduling or Security item [;forced]
For the list of scheduling or security items that you can use and the required
format, see the following tables. Scheduling items | Description |
---|---|
calendars | calendar | cal
[folder/]calname |
You can specify the name of the calendar and optionally, the folder in which the calendar is defined. If you do not specify the calname, all the calendar definitions in the database are unlocked. |
folder | fol
foldername |
You must specify the name of the folder that you want to unlock. Wildcard characters are permitted. |
jobs | jobdefinition | jd
[[folder/]workstationame#][folder/]jobname
|
If you provide a specific jobname only that particular job definition is locked and if not, all the job definitions are unlocked. You can provide [folder/]workstationame#] and the folder in which the job is defined to make the selection more specific. Wildcard characters are permitted. |
sched | jobstream | js
[[folder/]workstationame#][folder/]jstreamname[valid
from date|valid to date |valid in date date][;full]]
|
If you provide a specific jstreamname
only that particular job stream definition is unlocked and if
not, all the job stream definitions are unlocked. You can
provide [folder/]workstationame#] and the
folder in which the job stream is defined to make the selection
more specific. Wildcard characters are permitted. You can also
add the options below to provide more details of the job
stream. Valid from date: You can specify a date which will restrict the selection of job streams, that have a valid from date equal to the value specified. The format is mm/dd/yyyy. Valid to date: You can specify a date which will restrict the selection of job streams, that have a valid to date equal to the value specified. The format is mm/dd/yyyy. valid in
date date: Specify the time frame at which the
job is run. You can specify one of the dates as
full: If you add the option, all the job definitions in the job stream are displayed for editing. |
parms | parm | variable | vb
[[folder/]tablename.]variablename |
If you specify the variablename only, all the variable definitions in that table are unlocked. If you do not provide the [[folder/]tablename.]variablename, all the global variable definitions in the default variable table are unlocked. Wildcard characters are permitted on both [folder/]tablename and variablename. |
users | user
[[folder/]workstationame#]username
[;password] |
If you do not provide any specific username, all the usernames in the database are unlocked. You can provide [folder/]workstationame#] and the folder in which the user is defined, to make the selection more specific. Wildcard characters are permitted. |
vartable | vt
[folder/]tablename |
You can specify the name of the variable table and optionally, you can provide the folder in which the variable table is defined. If you do not specify the tablename, all the variable table definitions are unlocked. Wildcard characters are permitted. |
workstation | ws | cpu
[folder/]workstationame] |
You can specify the name of the workstation that you want to unlock. Optionally, you can provide the folder in which the items are located. Wildcard characters are permitted. |
Security items | Description |
---|---|
accesscontrollist | acl
foldername|F+foldername|A+ADMIN |
If you specify the
foldername|F+foldername|A+ADMIN, the
access control list definition for that particular folder is
unlocked and if not, the access control list definitions for all
the folders are unlocked. Wildcard characters are permitted. foldername|F+foldername: You can specify the option if you want to filter out the lists that are associated with a folder. The security roles are valid, only for the items available in the folder. A+ADMIN: You can specify this option, if you want to filter out the lists that allows specific permissions on API keys (that are not defined in folders) and on agent registration action. |
securityrole | srol
securityrolename |
If you specify the securityrolename, the security role definition for that particular security role is unlocked and if not, the security role definitions for all the security roles are unlocked. Wildcard characters are permitted. |
You can use this option to unlock item definitions that are locked by your user id, regardless of the session.
Examples
- Run the following command to unlock the job definition
way2
:ocli model unlock jd=@#way2
- Run the following command to unlock the folder
delhi
:ocli model unlock folder /delhi