Previous Topic: dmsweep scanNext Topic: dmsweep stage


dmsweep sspack

Use this command to display the list of packages found on one or more Scalability Servers.

The command usage is as follows:

dmsweep sspack [/manager <manager_machine>]
[/musername <manager_username> /mpassword <manager_password>]
[/mfilename <manager_filename>]
{/ip <address_wild> [/toip <stop_address>] |
/ipfilename <ip_filename> |
/domain <domain_name> |             (WinNT only)
/uri <uniform resource identifier> |
/targetcred <tc_filename> |
/query <query_name> }

Where /manager, /musername, /mpassword and /mfilename are the same as described for 'dmsweep packages'.

Where /ip, /toip, /ipfilename, /targetcred, /domain, /uri and /query are the same as described for 'dmsweep scan'.

/manager

Specifies the name of the manager from which to retrieve the package list. If you omit /manager, the current machine is assumed.

/musername

Specifies the username for the manager computer.

The user will be prompted for the username if /musername is entered without <manager_username>.

/mpassword

Specifies the password for the manager computer.

If <manager_password> is not supplied, dmsweep will prompt the value.

Note: Neither /musername nor /mpassword can be specified without /manager.

/ip

Start address or addresses from which to scan.

You can specify an address as a machine name, if it can be successfully resolved (for example, by DNS), or as an IP address (for example 10.0.0.1). The <address_wild> argument enables you to use asterisks (for example, 10.0.0.* covers the range 10.0.0.1 to 10.0.0.254 and 10.0.*.* covers the range 10.0.0.1 to 10.0.255.254.

You can specify a single address for <address_wild> or a comma-separated list of addresses.

Note: This parameter is the start address only when the /toip option is also used.

/toip

End address for the range to scan.

This option can only be used in conjunction with /ip. When used the scan starts with the address specified by <address_wild> and stops after scanning <stop_address>.

/ipfilename

If you specify /ipfilename, the command reads the list of target machines is from the file <ip_filename>. Each line of the file contains a single target address or multiple addresses separated by commas, for example:

machine1

machine2, machine3, 10.0.0.1

machine5

/domain

If a deployment manager is on a Windows-based computer, you can use /domain to scan the computers in the specified domain.

/uri

If you specify /uri you can use a uniform resource identifier to specify target computers to read from an external directory.

/targetcred

If you specify /targetcred, the command reads the list of target machines and connection credentials from the file <target_credentials_file>.

/query

If /query is specified, the list of targets will be generated when the unmanaged asset query identified by <query_name> is run.

Example:

dmsweep sspack /ip ScalServ
Contacting the deployment manager on XXXXX06-CCSTEST. 
New job id is 6432350. 
Scanning for scalability server packages. 
100.100.00.0 ScalServ Found 2 packages (1 of 1) 
Scan complete. 
SCAN SUMMARY 
=========================================================================
100.100.00.0 ScalServ Found 2 packages 
CA Unicenter DSM Agent + Basic Inventory Plugin 11.1.8160.410 Windows_x86 ENU 
CA Unicenter DSM Agent + Software Delivery Plugin 11.1.8160.410 Windows_x86 ENU 
========================================================================= 

More Information:

dmsweep scan

dmsweep packages