cancel
Showing results for 
Search instead for 
Did you mean: 

How to find HostGUID for master server

jhansen713
Level 2

The GUID of a master server used to be easy to locate in OpsCenter prior to 8.0. Can one still find this in the OpsCenter GUI somewhere? We have reports that use the field "HostGUID" and I can't locate the GUID of a new master server in OpsCenter.

1 ACCEPTED SOLUTION

Accepted Solutions

jhansen713
Level 2

Thought I should update this thread since it might help others in the future. A coworker figured this out:

Go to Reports -> Create New Report and select "Run SQL Query". Click Next.

In "Enter SQL Query" box, use the following: select * from domain_masterserver;

Click Next. You get a list of all master servers that includes the GUID column. You can get fancy with this to select only the master server you need and limit the number of columns, but that is left as an excercise for another day.

View solution in original post

1 REPLY 1

jhansen713
Level 2

Thought I should update this thread since it might help others in the future. A coworker figured this out:

Go to Reports -> Create New Report and select "Run SQL Query". Click Next.

In "Enter SQL Query" box, use the following: select * from domain_masterserver;

Click Next. You get a list of all master servers that includes the GUID column. You can get fancy with this to select only the master server you need and limit the number of columns, but that is left as an excercise for another day.