Accessing Unix terminal from Servicenow

prashantdharne
Tera Contributor

Hi,

I know there is a way to access the Unix terminal from Servicenow instance using some URL but I cannot recollect or find any information regarding it. Could anyone please help me with that? 

 

When you enter the InstanceNAme/URL it opens the unix terminal where you can enter the commands. 

1 ACCEPTED SOLUTION

robertgeen
Tera Guru

What you are probably looking for is the SA CMD Manager. Here is the URL for it:

https://<instance>/SaCmdManager.do?ip=<ipaddress>

This requires you to have service mapping in place and credentials on the server but it's exactly what you are looking for, for testing purposes and being able to run commands and look at file contents. Please mark correct if this answers your question.

View solution in original post

3 REPLIES 3

Ct111
Giga Sage

ECC queue is the place where you can put your command and in response you will get results.

 

 

Mark my ANSWER as CORRECT and HELPFUL if it helped

robertgeen
Tera Guru

What you are probably looking for is the SA CMD Manager. Here is the URL for it:

https://<instance>/SaCmdManager.do?ip=<ipaddress>

This requires you to have service mapping in place and credentials on the server but it's exactly what you are looking for, for testing purposes and being able to run commands and look at file contents. Please mark correct if this answers your question.

Bingo!! This is what it was. Thanks a lot Robert!!