• Loading...
This documentation refers to a previously released version of BMC Atrium Discovery (other versions).

Changes to Discovery Commands

Skip to end of metadata
Go to start of metadata
Space Search

Searching ADDM 8.1

Table of Contents

The following sections show the discovery command changes between BMC Atrium Discovery versions.

The following changes are not shown:

  • Changes to comments only
  • Commands which have been removed and not replaced
  • Changes to echo only statements

Changes that are limited to comments have been excluded.

Discovery Command Changes from 8.1.1 to 8.1.1.1

There have been no discovery command changes in this release.

Discovery Command Changes from 8.1 to 8.1.1

There have been no discovery command changes in this release.

Discovery Command Changes from 7.3.1 to 8.1

Click this link to show the Discovery Command Changes from 7.3.1 to 8.1

Windows

The only discovery command changes come from the addition of the getServices commands to Windows discovery.

The commands added are:

Run locally
SC \\<ip-addr> QUERYEX state= all
Run remotely via psexec, remcom or rcmd
SC QUERYEX state= all
WMI query
SELECT * FROM Win32_Service

Discovery Command Changes from 7.3 to 7.3.1

Click this link to show the Discovery Command Changes from 7.3 to 7.3.1

Tru64

The getPackageList command is changed. This fixes bug 12481. The following code:

# getPackageList
echo --- START setld
PRIV_SETLD setld -l 2>/dev/null
echo --- END setld

is replaced with:

# getPackageList
echo --- START setld
PRIV_SETLD setld -i 2>/dev/null
echo --- END setld
Labels:
None
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.