RXS Uninstall Procedure
From Wiki
|
| User Guide |
RPG-XML Suite licenses may be transferred to a different IBM i, or a different partition. Part of this process will involve uninstalling the product from the original location, and installing it at a new location.
Uninstall Procedure
- End the Apache server instance
ENDTCPSVR SERVER(*HTTP) HTTPSVR(MYRXS)
- Delete the base RPG-XML Suite install library
DLTLIB RXS
- Delete the "instance" RPG-XML Suite library (this is the library used during runtime).
DLTLIB MYRXS
- Run QShell command to recursively remove the MYRXS directory and everything in it.
QSH CMD('rm -Rf /www/MYRXS')
- Remove the Apache server instance from OS/400
RMVM FILE(QUSRSYS/QATMHINSTC) MBR(MYRXS)
- Delete the data area holding the registration key
DLTDTAARA DTAARA(QGPL/RXSBASE)
