Mass Deployment Tool User's Guide

20
(m)listactivefunc
“mlistactivefunc”
command must
use “profile”.
Either “Device identifier”
or “profile” is required.
1
Device identifier
profile
Required:
result
Optional:
profilepassword
csvdelim
Available in both, if needed:
networksettingpath
log
communitynameset
communitynameget
Displays all solutions enabled for the specified device.
Example:
settingcmd.exe listactivefunc --ip IP_address
--result your_filename.csv
settingcmd.exe mlistactivefunc --profile
your_profile_name.csv --result
your_filename.csv --networksettingpath
(network communications settings file name)
Confirm the result for each device in the results file (CSV).
The results file contains all items in your deployment profile
along with the following items:
- Result
- Detail
- Start time
- Finish time
exportprofile Required:
output
Optional:
file
profilepassword
networksettingpath
log
csvdelim
Search for target devices and generate the discovery results
as a deployment profile. The search criteria can be specified
with an export profile settings file (TXT).
The settings for each section in the export profile settings file
are as follows:
[ip]: IP Address or IP Address Range
[nodename]: Node Name
[mac]: MAC Address
[serial_number]: Serial Number
If either [ip] or [nodename] is specified, devices are searched
for in IP unicast. If [ip] or [nodename] is not specified, the
devices are searched for in IP broadcast.
If either [mac] or [serial_number] is specified, devices that do
not match them are removed from the search results.
Output:
Screen display (Standard output)
If the devices specified by [nodename], [mac],
[serial_number] are not found, the number of devices
that match the search criteria and notfound_list file
(TXT) path are displayed.
Deployment profile (CSV file)
Output file name specified after the “--output” option.
If the “--password” option is specified, zip the file with
the specified password.
notfound_list.txt
Output to the same folder as the file specified after the
“--output” option.
Generate only those factors that do not match the
search results among all factors in the specified section.
Example:
settingcmd.exe exportprofile --file
export_profile_settings.txt --output
result_profile.csv
Command Option Description