Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Remove Remote Program Temporary Fix (RMVRMTPTF) command allows a service provider to remotely remove PTFs from a service requester's system. When using the RMVRMTPTF command, you can request an IPL of the service requester's system. The remove PTF and IPL can be scheduled to occur at a later date and time.
Note:
A change request is automatically submitted that can be viewed to determine the status of this command. You can use the Work with Submitted Change Requests (WRKSCMCRQ) command to monitor the results.
Restrictions:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
PTFID | PTF description | Values (up to 300 repetitions): Element list | Required, Positional 1 |
Element 1: PTF identifier | Character value, *ALL | ||
Element 2: Product | Character value, *ONLY | ||
Element 3: Release level | Character value | ||
DESTSRVRQS | Destination service requester | Single values: *ALL, *SELECT, *NONE Other values (up to 50 repetitions): Element list |
Optional |
Element 1: Network identifier | Communications name, *NETATR | ||
Element 2: Control point | Communications name | ||
DLYRMV | Delayed PTF remove | *NO, *YES | Optional |
NODL | Node list name | Qualified object name | Optional |
Qualifier 1: Node list name | Name, *NONE | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB | ||
IPL | IPL remote system | *NO, *YES | Optional |
PWRDWNOPT | Power down option | *CNTRLD, *IMMED | Optional |
PWRDWNDLY | Power down delay | 1-65535, 3600 | Optional |
RMTRMVTIME | Remote remove time | Element list | Optional |
Element 1: Time zone | *LCLSYS, *MGDSYS | ||
Element 2: Start after | Element list | ||
Element 1: Time | Time, *CURRENT | ||
Element 2: Date | Date, *CURRENT, *NEXT | ||
RMTIPLTIME | Remote IPL time | Element list | Optional |
Element 1: Time zone | *LCLSYS, *MGDSYS | ||
Element 2: Start after | Element list | ||
Element 1: Time | Time, *CURRENT | ||
Element 2: Date | Date, *CURRENT, *NEXT |
Top |
Specifies the PTF that is to be removed. A maximum of 300 PTF identifiers can be specified.
The possible PTF identifier values are:
The product identifier values are:
The release level of product values are:
Top |
Specifies the service requester where this PTF function is to be performed. A single service requester or a list of service requesters can be specified.
The possible network identifier values are:
The possible control point value is:
This element is not valid when the network identifier is *ALL, *SELECT, or *NODE.
Top |
Specifies how PTFs are removed. Remove immediate PTFs at the time the activity runs on the specified system, or later during the next IPL.
The possible values are:
Top |
Specifies the node list object name that contains a list of service requesters where this PTF function is to be performed.
The possible values are:
The possible library values are the following:
The possible value for the node list name is:
Top |
Specifies if an IPL of the service requester's system should occur.
The possible values are:
Top |
Specifies how to manage the end of active jobs during the IPL processing at the service requester system. This parameter is valid only if IPL(*YES) is specified.
Top |
Specifies the amount of time in seconds that the system allows a controlled end to be performed. If the end of job routines are not finished in the specified power down delay, any remaining jobs are ended immediately. This parameter is only valid if IPL(*YES) and if PWRDWNOPT(*CNTRLD) are specified.
Top |
Specifies the date and time when this PTF function can occur on the service requester. The current date and time values and next date are determined, when this PTF function is processed on this system, based on this system's date and time.
The possible time zone values are:
The possible start after time values are:
The possible start after date values are:
Note:
The special values *CURRENT and *NEXT cannot be specified for the date and time if the time zone value *MGDSYS is specified.
Top |
Specifies the date and time when the IPL can occur on the service requester. The current date and time values and next date are determined, when this IPL request is processed on this system, based on this system's date and time.
The possible time zone values are:
The possible start after time values are:
The possible start after date values are:
Note: The special values *CURRENT and *NEXT cannot be specified for the date and time if the time zone value *MGDSYS is specified.
Top |
Example 1: Removing a PTF
RMVRMTPTF PTFID((123456 *ONLY V5R2M0)) DESTSRVRQS(*SELECT)
Remove a PTF from one or more selected service requesters.
Example 2: Removing a PTF on a Certain Date
RMVRMTPTF PTFID((*ALL PRODUCT V5R2M0)) DESTSRVRQS((*NETATR CHICAGO1) (*NETATR CHICAGO2)) RMTAPYTIME((*MGDSYS ('10:00:00' '10/31/02')) IPL(*YES) RMTIPLTIME((*MGDSYS ('01:00:00' '11/01/02'))
This command removes the PTFs on the service requesters starting at 10:00 a.m. on October 31, 2002. If all the PTFs were removed successfully, the service requester's system IPL starts at 1:00 a.m. on November 1, 2002.
Example 3: Doing an IPL After Removing a PTF
RMVRMTPTF PTFID((987654 *ONLY V5R2M0)) DESTSRVRQS(*SELECT)')) IPL(*YES) RMTIPLTIME(*LCLSYS (*CURRENT 12/24/2002)) PWRDWNOPT(*IMMED)
This command removes the PTF on the selected service requesters. If the PTF is removed sucessfully, the IPL on the remote system starts at the current time on December 24, 2002. The times specified are in the time zone of the local system.
Example 4: Removing a PTF with Two Corequisite PTFs and One Prerequisite PTF
RMVRMTPTF PTFID((SF00001 *ONLY V5R2M0)) DESTSRVRQS(*SELECT) RMTRMVTIME(*LCLSYS (*CURRENT *CURRENT)) IPL(*NO)
This command removes PTF number SF00001. This PTF has 2 corequisite PTFs and one prerequisite PTF. PTFs SF00002 and SF00003 are corequisite PTFs for PTF SF00001. PTF SF00004 is a prerequisite for PTF SF00001. The system will remove PTFs SF0001, SF00002, and SF00003. However, the prerequisite PTF will not be removed. The system will determine all corequisite PTFs if they were not specified. No IPL will be performed, and this action applies the PTFs on the service requesters. The times specified are in the time zone of the local system.
Top |
Top |