Correlation id and object id field missing

Anshu_Anand_
Kilo Sage
Kilo Sage

Dear All,

 

The window server which are hosted on aws are populated into windows server table correctly 

but the correlation id and object id is missing for these servers.

Any idea how to get these values.

 

Regards,

Anshu

 

Regards,
Anshu
5 REPLIES 5

Ashutosh Munot1
Kilo Patron
Kilo Patron

Hi,

That is right. Discovery will not populate that fields. It will identify the device based on identifier rules and as far as i know based on serial number, Ip address, mac address,etc.

SCCM integration makes use of this correlation id and populates it.


Thanks,
Ashutosh

thankyou for clarifying this

what about object id?

some of the servers i saw object id populated

Regards,
Anshu

HI,

That is true. Object ID is populated for Windows and ESX server when you do vCenter discovery as well as Windows OS Discovery.


Thanks,
Ashutosh

Thanks for the clarification.

for now i can see there is restriction for powershell to execute command from servicenow

for pattern windows- os servers

"powershell -command \"& { Try { (Invoke-WebRequest -Uri 'http://169.254.169.254/latest/dynamic/instance-identity/document' -TimeoutSec 5).Content } Catch {} }\""
 
 
on the target mid server when i run it using curl command it works
but from servicenow debug pattern it says "authentication issues"

 

 

Regards,
Anshu