IBM i OS agnet uninstall

  1. Stop LPAR2RRD agent under lPAR2RRD user
    GO MENU
      --> option: 13.
    
  2. Log in under the profile who can run DLTOBJ, DLTLIB, DLTUSRPR
    (Can be QSECOFR *ALL object Authority )

  3. Delete *savf LPAR2RRD from QGPL
    DLTOBJ OBJ(QGPL/LPAR2RRD) OBJTYPE(*FILE)
    
  4. Delete *lib LPAR2RRD
    DLTLIB LIB(LPAR2RRD) 
    
  5. Delete User profile LPAR2RRD
    DLTUSRPRF USRPRF(LPAR2RRD) OWNOBJOPT(*DLT)