- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2019 08:32 PM
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.
Solved! Go to Solution.
- Labels:
-
Discovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2019 07:38 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2019 03:43 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2019 07:38 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2019 09:33 PM
Bingo!! This is what it was. Thanks a lot Robert!!