Hi All,
Due to certain circumstances, I need to delete existing license file on MX .
Support asked me to do below procedure
- Stop the server (impctl server stop)
- (recommended) Take a Full export of the MX without the Alerts and save it on a different machine. Use full_expimp.sh to do a export.
- Log in to the console with root user and perform the following commands:
- su - oracle
- sqlplus secure/<password>
- delete from CONF_CS_LICENSE_MODULES;
- delete from CONF_GW_LICENSE_MODULES;
- delete from CONF_LICENSE_FILES;
- delete from LIC_LICENSE_CONNECTIONS; (* relevant only from version 7.5 and up)
- commit;
- exit
- exit
- impctl server start
- Once the server is completely up and running, access the web interface. At this point you should the server will ask you to upload a new license.
when I tried execute sqlplus secure/password> , I got error Ora-12514 TNS:could not resolve the connect identifier specified.
tried do sqlplus / as sysdba and do delete from CONF_CS_LICENSE_MODULES; it wrote no table exist.
how should I fix this issue?
I use MX / GW version 14.19.1.40
Note: I open a ticket since 12 Feb and no resolution from support.
thank you
#DatabaseActivityMonitoring
------------------------------
Aloysius Erwin
Solutions Engineer
PT Exclusive Networks Indonesia
Jakarta
------------------------------