ITOM articles
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Articles

Ping probe

If you wish to ping a server from ServiceNow UI, you can create a probe to help yourself. Below screenshot is what you would need to do. 1. Create a probe like below. 2. Modify <your-hostname-fqdn> in ECC queue name. Eg - ping XXXXXX@somewhere.com 3...

find_real_file.png find_real_file.png find_real_file.png

Renaming a Cloud Account

Hey everyone. I created a cloud account the other day, got everything connected and discovered no problem and then realized that I needed to rename the cloud account. After toying with the field for hours, I realized that all I needed to do is simply...

Discovering Eugene's “Special” Application

Hello Everyone,Here’s a quick story about using ServiceNow’s Pattern Designer and Process Classifier to show how we can customize Discovery to detect a custom application and add it to the CMDB.Disclaimer: This is a fictional story with fake characte...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png

Running scripts on VM provision in CMPv2

Step - 1: Cloud Script Template *In App Nav, navigate to Cloud Config Management > Cloud Script Templates *Click New and enter a name. For example, ApacheTemplate *In content section, enter the script. For example, #!/bin/sh sudo apt-get -y update su...

Saketh by ServiceNow Employee
  • 512 Views
  • 1 comments
  • 1 helpfuls

Logging and ssh

There are a lot of improvements in sncssh as opposed to j2ssh, but logging is one of the biggest. In j2ssh, you set mid.ssh.debug = true, restart the mid server (maybe a few times), and eventually you get an extremely verbose giant of a log in your a...

Find Discovery Orphans

Here's a tool I wrote to help me figure out why my discoveries canceled. It takes the number of a discovery as an argument and searches through all the ecc_queue records looking for output records that have no corresponding inputs. You can then get a...

tim_broberg by ServiceNow Employee
  • 498 Views
  • 1 comments
  • 1 helpfuls

WMI, PowerShell and Windows Firewalls

WMI and Powershell access remote Windows machines on port 135 (RPC).For remote Windows machines where Windows Firewall is enabled, it is not enough just opening port 135 to have Discovery successfully discover the machine.When the MID server knocks a...

Discovery of Solaris Zones

Solaris zonesSolaris can run zones since Solaris 10 (SunOS 5.10). A zone acts as a virtual server.In a Solaris Server machine running zones, there will always be one global zone and 0 or more child zones (also called just zones).The global zone is th...

Discovery of DB2

Posted on behalf of Juan Carlos--------------------------------------------------------Discovery uses the command ps - with its different variants depending on the flavour of Unix (ps -auxww for Linux, ps -aef for AIX, ...) - in order to retrieve run...

Labels
Top Contributors