02-18-2014 06:54 AM
There is an expired evaluation license for the "PI-CM" feature in LMS. How do I stop the SystemComplianceCmdCollection job from running since it never runs properly without the license?
Solved! Go to Solution.
02-18-2014 07:01 AM
Hi ,
Can you try the below steps: 1) Open a command prompt and go to C:\Progra~1\CSCOpx\bin 2) Issue the command: cwjava -cw C:\Progra~1\CSCOpx com.cisco.nm.cmf.jrm.jobcli 3) It will take you to the Job CLI mode. Now give the command: deleteand type the number of the job you want to delete.
for you it is :: delete 6690
It should look something like this: cwjava -cw C:\Progra~1\CSCOpx com.cisco.nm.cmf.jrm.jobcli Established connection with JRM Enter "exit" to quit the CLI delete 1112 Job 1112 deleted. exit
Thanks-
Afroz
[Do rate the useful post]
****Ratings Encourages Contributors ****
02-18-2014 07:01 AM
Hi ,
Can you try the below steps: 1) Open a command prompt and go to C:\Progra~1\CSCOpx\bin 2) Issue the command: cwjava -cw C:\Progra~1\CSCOpx com.cisco.nm.cmf.jrm.jobcli 3) It will take you to the Job CLI mode. Now give the command: deleteand type the number of the job you want to delete.
for you it is :: delete 6690
It should look something like this: cwjava -cw C:\Progra~1\CSCOpx com.cisco.nm.cmf.jrm.jobcli Established connection with JRM Enter "exit" to quit the CLI delete 1112 Job 1112 deleted. exit
Thanks-
Afroz
[Do rate the useful post]
****Ratings Encourages Contributors ****
02-18-2014 07:28 AM
Hi,
Thank you! Yes, that works. I adjusted it for the Soft Appliance Linux commands like this:
[system1/root-ade ~]# cd /opt/CSCOpx/bin
[system1/root-ade bin]# cwjava -cw /opt/CSCOpx com.cisco.nm.cmf.jrm.jobcli
Established connection with JRM
Enter "exit" to quit the CLI
delete 6690
Job 6690 deleted.
exit
[system1/root-ade bin]#
Regards,
Dave Faught
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide