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

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

Forum Posts

Probe Parameters

I have a CIM Probe that runs on a non-standard port 6989 vs 5989 or 5988.  I can get it to work if I add the following probe parameter schema = HTTPS.  This works fine as long as the other CIM Probes use 5989.  However it breaks any probes that run o...

garylfry by Tera Contributor
  • 1419 Views
  • 1 replies
  • 0 helpfuls

Access RESTApi from inside ServiceNow Script

Hello, I am trying to access CMDB using ServiceNow given RESTApi from Script include.Password i can read of current user using below code +++++++++++++++++++++++++++var usr = new GlideRecord('sys_user');var tmp = usr.get(gs.getUserID());gs.info("Pass...

Ankit Bansal by Kilo Contributor
  • 2401 Views
  • 6 replies
  • 1 helpfuls

Resolved! What is a CIM Server and what are CIM credentials?

Hi,  Being from BMC background I have no idea about storage discovery using CIM Server. I have read the documentation but could not make out what is meant by CIM Server and its credentials? The storage discovery could be done using SMI-S provider or ...

Migration from J2SSH to SNCSSH

Eureka adds a new SSH library, SNCSSH or "ServiceNow SSH,"   which is gradually replacing the older J2SSH library or "Legacy SSH."J2SSH limitations:no longer being supported by the open source communitythe set of negotiable algorithms is steadily agi...

tim_broberg by ServiceNow Employee
  • 6162 Views
  • 18 replies
  • 1 helpfuls

Resolved! Discovered CIs created with empty name value

Hi, just been running discovery in our test environment and I've noted a few hundred CI have been created where the CI name is empty for the following classes;   Exit Interface Routing Rule Next Hop Routing Rule   I suspect this might be down to the ...

thomas81 by Giga Contributor
  • 2696 Views
  • 3 replies
  • 5 helpfuls

Question on removing seconds in the time display field

We have date and time fields on several forms in ServiceNow and in a majority of cases, the seconds field is not valuable information for us.   For example, when someone is scheduling a change, we're not tracking the change down to the second but fro...

tjschmitt by Tera Guru
  • 5806 Views
  • 5 replies
  • 1 helpfuls

History option in the context Menu

Hi All, I would like to navigate to the UI action/ context menu for 'history'. I am unable to find in the UI context menu list as well as UI actions.   Thanks & Regards, Raji.

Can I use SNMP for Linux discovery

SNMP credentials have been configured for Linux servers. When I choose "test credential" it works and says successful. When I run discovery it fails and says "no valid SSH credentials". How can I force discovery to use SNMP credentials for some Linux...

Ann B_ by Tera Contributor
  • 2834 Views
  • 9 replies
  • 6 helpfuls

Run PowerShell custom activity with alternate credentials

I need to run a PowerShell script with specific credentials and haven't had much success yet. Here's what I've done so far.Created an account in AD and assigned it appropriate permissions. Assigned the account log on permissions on two MID servers.Cr...

jimdawson by Giga Contributor
  • 2710 Views
  • 2 replies
  • 1 helpfuls

Clear event to close the alert.

We have a scenario where if the monitoring system sends critical incident it should be assigned to Group A, if warning event is received it should be assigned to Group B. This can be achieved by event rules , the tricky part is how to close the alert...

Resolved! London NetApp pattern

I'm testing the NetApp clustered and ontap 7mode patterns in one of NPE we've upgraded to london.  I'm getting this error when I run discovery.  It does classify the device correctly, but fails:   Identification Engine: Discovery status is FAILURE, C...

cyked by Mega Guru
  • 3753 Views
  • 8 replies
  • 0 helpfuls

How to discover MySQL Databases?

Hello All, Can any one help me with this, if you have already done. I'm trying to discover 'MySQL Server' --> MySQL Instance --> MySQL Database Names. Based on the MySQL IP's, i'm able to discover - 'MySQL Server' --> MySQL Instance but we are not ge...