We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Articles

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
  • 707 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