Main Menu

Search

Oracle VM Manager 3.2.X: How to list OVM Manager Job Logs from CLI prompt?

Below are steps for listing OVM Manager 3.2.X Job logs.

1. Login to Host running OVM Manager.

2. Run below command to connect to OVM prompt.
ssh -l admin localhost -p 10000 
3. Enter below command in OVM prompt. With this command we are listing the last 100 jobs from OVMM side. 
getLatestNumberOfJobs amount=100 

Below is snippet of above command.

OVM> getLatestNumberOfJobs amount=100 
Command: getLatestNumberOfJobs amount=100 
Status: Success 
Time: 2019-06-06 10:10:59,389 EDT 
Data: 

  id:1559661171873      time:Jun 04, 2019 11:12:51 am   status:COMPLETE description:OpsCenter: Send message com.oracle.linux.network.ipaddr.4 to VM 0004fb00000600006402bdebdfXXXXXX

  id:1559661172485      time:Jun 04, 2019 11:12:52 am   status:COMPLETE description:OpsCenter: Send message com.oracle.linux.network.netmask.3 to VM 0004fb00000600006402bdebdfXXXXXX

  id:1559661173000      time:Jun 04, 2019 11:12:53 am   status:COMPLETE description:OpsCenter: Send message com.oracle.linux.network.ipaddr.3 to VM 0004fb00000600006402bdebdfXXXXXX 

  id:1559661173659      time:Jun 04, 2019 11:12:53 am   status:COMPLETE description:OpsCenter: Send message com.oracle.linux.network.ipaddr.2 to VM 0004fb00000600006402bdebdXXXXXX 

Products to which Article Applies
Oracle VM Manager 3.2.X

Article Author: Tarun Boyella

No comments:

Post a Comment