Management Information Deletion command
Use the following command to delete a record from management information.
Syntax for the Management Information Deletion command
utlirm -i {snd|rcv|job|hst|tgrp|fmt|mfmt|trg} -id ID
Explanation of the parameters
- -i {snd|rcv|job|hst|tgrp|fmt|mfmt|trg}
-
Selection of the type of the management information record to be deleted (Mandatory)
- snd:
-
Send Management Information
- rcv:
-
Receive Management Information
- job:
-
Job Information
- hst:
-
Host Information
- tgrp:
-
Transfer Group Information
- fmt:
-
Format Information
- mfmt:
-
Multi Format Information
- trg:
-
File Trigger Information
NoteYou can use the File Trigger Information database only if HULFT8 Enterprise grade is installed.
- -id ID
-
ID of management information record to be deleted (Mandatory)
For an ID other than a Host Information ID, specify an alphanumeric string within 50 bytes.
For the Host Information, specify the host name as an alphanumeric string within 68 bytes.
The IDs of Send Management Information and Receive Management Information database records are not case sensitive.
Remarks
You can delete multiple management information records by repeating '-i {snd|rcv|job|hst|tgrp|fmt|mfmt|trg} -id ID.'
<Example>
utlirm -i snd -id f0000001 -i rcv -id F0000002 -i fmt -id fmt03
In the above description, HULFT deletes f0000001 registered in the Send Management Information, F0000002 registered in the Receive Management Information, and fmt03 registered in the Format Information.