Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
pradeep92
Partner - Creator II
Partner - Creator II

SERVER name for QMC and ACCESS point

hi,

i have a link for accessing QMC and Access point. How do I find from which server they are hosted from?

Thanks in advance!

1 Solution

Accepted Solutions
Miguel_Angel_Baeyens

No, there is no other way, the URL you got could be the actual servername, a DNS alias or a completely internal name handled in the hosts file in your computer. It totally depends on how IT set that up.

By the way it's command line, not UNIX. You can run them in your own computer click on

Windows > Run > cmd

View solution in original post

4 Replies
Miguel_Angel_Baeyens

You can always try the command line netstat or ping to see open connections while you have an app open, but to know which server is hosting which service you will need to ask your IT.

pradeep92
Partner - Creator II
Partner - Creator II
Author

Is there any other way to get the server name rather than going to IT by using any unix commands ?

Miguel_Angel_Baeyens

No, there is no other way, the URL you got could be the actual servername, a DNS alias or a completely internal name handled in the hosts file in your computer. It totally depends on how IT set that up.

By the way it's command line, not UNIX. You can run them in your own computer click on

Windows > Run > cmd

pradeep92
Partner - Creator II
Partner - Creator II
Author

Hi,

Much thanks for the response.