cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
521
Views
0
Helpful
2
Replies

View LMS job

paul.parquet
Level 1
Level 1

Hello,

On LMS 3.1 Windows version.

I just want to list all my jobs (failed, scheduled, running...) like in GUI under CS job.

How to list all the CS job in dos box ?

Is there a perl script that can do this ?

Thanks

Paul

1 Accepted Solution

Accepted Solutions

jasmina27s
Level 1
Level 1

Hi,

I know that the job cli can be used to delete the unwanted jobs:

On Windows (NMSROOT should be replaced by the CiscoWorks install directory i.e. c:\progra~1\cscopx):

open a DOS shell

cd NMSROOT\bin

cwjava -cw NMSROOT com.cisco.nm.cmf.jrm.jobcli

delete unwanted_job_id

net stop crmdmgtd

net start crmdmgtd

I have never tried, but maybe jobcli can be used for additional operations besides deletion...

Regards,

Jasmina

View solution in original post

2 Replies 2

jasmina27s
Level 1
Level 1

Hi,

I know that the job cli can be used to delete the unwanted jobs:

On Windows (NMSROOT should be replaced by the CiscoWorks install directory i.e. c:\progra~1\cscopx):

open a DOS shell

cd NMSROOT\bin

cwjava -cw NMSROOT com.cisco.nm.cmf.jrm.jobcli

delete unwanted_job_id

net stop crmdmgtd

net start crmdmgtd

I have never tried, but maybe jobcli can be used for additional operations besides deletion...

Regards,

Jasmina

jasmina27s
Level 1
Level 1

Hi,

I know that the job cli can be used to delete the unwanted jobs:

On Windows (NMSROOT should be replaced by the CiscoWorks install directory i.e. c:\progra~1\cscopx):

open a DOS shell

cd NMSROOT\bin

cwjava -cw NMSROOT com.cisco.nm.cmf.jrm.jobcli

delete unwanted_job_id

net stop crmdmgtd

net start crmdmgtd

I have never tried, but maybe jobcli can be used for additional operations besides deletion...

Regards,

Jasmina