Tchater maintenant avec le support
Tchattez avec un ingénieur du support

KACE Systems Management Appliance 13.0 Common Documents - Administrator Guide

About the KACE Systems Management Appliance Getting started
Configuring the appliance
Requirements and specifications Power-on the appliance and log in to the Administrator Console Access the Command Line Console Tracking configuration changes Configuring System-level and Admin-level General Settings Configure appliance date and time settings Managing user notifications Enable Two-Factor Authentication for all users Verifying port settings, NTP service, and website access Configuring network and security settings Configuring Agent settings Configuring session timeout and auto-refresh settings Configuring locale settings Configuring the default theme Configure data sharing preferences About DIACAP compliance requirements Configuring Mobile Device Access Enable fast switching for organizations and linked appliances Linking Quest KACE appliances Configuring history settings
Setting up and using labels to manage groups of items Configuring user accounts, LDAP authentication, and SSO Deploying the KACE Agent to managed devices Using Replication Shares Managing credentials Configuring assets
About the Asset Management component Using the Asset Management Dashboard About managing assets Adding and customizing Asset Types and maintaining asset information Managing Software assets Managing physical and logical assets Maintaining and using manual asset information Managing locations Managing contracts Managing licenses Managing purchase records
Setting up License Compliance Managing License Compliance Setting up Service Desk Configure the Cache Lifetime for Service Desk widgets Creating and managing organizations Importing and exporting appliance resources
Managing inventory
Using the Inventory Dashboard Using Device Discovery Managing device inventory
About managing devices Features available for each device management method About inventory information Tracking changes to inventory settings Managing inventory information Finding and managing devices Registering KACE Agent with the appliance Provisioning the KACE Agent Manually deploying the KACE Agent Using Agentless management Adding devices manually in the Administrator Console or by using the API Forcing inventory updates Managing MIA devices Obtaining Dell warranty information
Managing applications on the Software page Managing Software Catalog inventory
About the Software Catalog Viewing Software Catalog information Adding applications to the Software Catalog Managing License assets for Software Catalog applications Associate Managed Installations with Cataloged Software Using software metering Using Application Control Update or reinstall the Software Catalog
Managing process, startup program, and service inventory Writing custom inventory rules
Deploying packages to managed devices
Distributing software and using Wake-on-LAN Broadcasting alerts to managed devices Running scripts on managed devices Managing Mac profiles Using Task Chains
Patching devices and maintaining security
Using the Security Dashboard About patch management Subscribing to and downloading patches Creating and managing patch schedules Managing patch inventory Managing Windows Feature Updates Managing Dell devices and updates Managing Linux package upgrades Maintaining device and appliance security Manage quarantined file attachments
Using reports and scheduling notifications Monitoring servers
Getting started with server monitoring Working with monitoring profiles Managing monitoring for devices Working with alerts
Using the Service Desk
Configuring Service Desk Using the Service Desk Dashboard Managing Service Desk tickets, processes, and reports
Overview of Service Desk ticket lifecycle Creating tickets from the Administrator Console and User Console Creating and managing tickets by email Viewing tickets and managing comments, work, and attachments Merging tickets Using the ticket escalation process Using Service Desk processes Using Ticket Rules Run Service Desk reports Archiving, restoring, and deleting tickets Managing ticket deletion
Managing Service Desk ticket queues About User Downloads and Knowledge Base articles Customizing Service Desk ticket settings Configuring SMTP email servers
Maintenance and troubleshooting
Maintaining the appliance Troubleshooting the appliance
Appendixes Glossary About us Legal notices

Manually deploy the KACE Agent on Windows devices using the Command line

Manually deploying the KACE Agent on Windows devices

You can manually deploy the KACE Agent on Windows devices using the installation wizard or from the command line on devices.

When you install the Agent manually, the Agent executable files must be installed in the following locations:

Windows 32-bit devices: C:\Program Files\Quest\KACE\
Window 64-bit devices: C:\Program Files (x86)\Quest\KACE\

The Agent configuration files, logs, and other data are stored in:

Windows 32-bit devices: C:\Documents and Settings\All Users\Quest\KACE
Window 64-bit devices: C:\ProgramData\Quest\KACE
Manually deploy the KACE Agent on Windows devices using the installation wizard

You can manually deploy the KACE Agent on Windows devices by running the installation wizard on devices.

\\appliance_hostname\client\agent_provisioning\windows_platform
2.
Copy the ampagent-x.x.xxxxx-x86.msi file to the device.
Use the following parameters when starting the installer: HOST=<appliance_hostname> TOKEN=<agent_token>, or:
Manually change the installation file name using the following syntax: AMPAgent-xx.xx.xx-x86_<appliance_hostname>+<agent_token>.msi

The device information appears in the appliance Inventory within a few minutes. See Managing applications on the Software page.

Manually deploy the KACE Agent on Windows devices using the Command line

There are several ways to deploy the Agent from the command line on Windows devices.

For example:

In a batch file as part of a logon script that runs the installer (msiexec) and sets various parameters, such as the value of the host.

The following table shows command line parameters used to deploy the Agent.

Table 21. Command line parameters for the Agent

Description

Parameter

Windows Installer Tool

msiexec or msiexec.exe

Install flag

/i

Example:

msiexec /i ampagent-6.x.xxxxx-x86

Uninstall flag

/x

Example:

msiexec /x ampagent-6.x.xxxxx-x86

Silent install

/qn

Example:

msiexec /qn /i ampagent-6.x.xxxxx-x86

Log verbose output

/L*v log.txt

Example:

msiexec /qn /L*v C:\temp\log.txt /i ampagent-6.x.xxxxx-x86

Auto set hostname: Rename the installation file to the name of the server name, which automatically sets the hostname

rename agent_installer.msi_hostname.msi

Example:

msiexec /qn /i ampagent-6.x.xxxxx-x86_kace_sma.example.com.msi

Set properties

PROPERTY=value (Must use ALL CAPS)

Example:

msiexec /qn /i ampagent-6.x.xxxxx-x86.msi HOST=kace_sma.example.com

Set server name

set KACE_SERVER=kace_sma_name

Must be followed by an msiexec call to install

Example:

set KACE_SERVER=kboxmsiexec /i ampagent-6.x.xxxxx-x86

Prevent the installation of logon or bootup hooks, and preserve existing userinit.exe files

NOHOOKS=1

Example:

msiexec /qn /i ampagent-6.x.xxxxx-x86.msi HOST=kace_sma.example.com NOHOOKS=1

Install the Agent but do not start the service. This enables the Agent to be imaged and cloned to other devices

CLONEPREP=yes/no

Example:

msiexec /qn /i ampagent-6.x.xxxxx-x86.msi HOST=kace_sma.example.com CLONEPREP=yes

Set the debug level for the Agent when it generates logs

DEBUG=true/all

Example:

msiexec /qn /i ampagent-6.x.xxxxx-x86.msi HOST=kace_sma.example.com DEBUG=true

Force the Agent to communicate through HTTPS only. It cannot fall back to HTTP if HTTPS is unavailable

SSLREQUIRED=true

Example:

msiexec /qn /i ampagent-6.x.xxxxx-x86.msi HOST=kace_sma.example.com SSLREQUIRED=true

The system looks for the value of host in these locations in the order shown:

2.
The HOST property value
3.
KACE_SERVER (environment variable)
4.
The amp.conf file

If you want to register the agent with the appliance:

Use the following parameters when starting the installer: HOST=<appliance_hostname> TOKEN=<agent_token>, or:
Manually change the installation file name using the following syntax: AMPAgent-xx.xx.xx-x86_<appliance_hostname>+<agent_token>.msi

You can obtain the agent token string from the Agent Token Detail page. For more details, see Registering KACE Agent with the appliance

Manage the KACE Agent on Windows devices using the Windows system tray

You can view the status of the KACE Agent, force inventory, and display agent information using the Windows system tray.

To access the KACE Agent status using the system tray, you must enable the Agent Status On Device option in the Agent and Communication Settings section. For more information, see Configure Agent communication and log settings.

: The agent is connected to the appliance.
: The agent is snoozed.
: The agent has pending actions.
: The agent is disconnected from the appliance.
3.
4.
To restart the agent, click Restart Agent in the menu.
5.
To temporarily suspend the agent's activity during a specific time period, click Snooze Agent, and select a time period in the menu. You can snooze the agent for 15 minutes, 30 minutes, one hour, or two hours.
NOTE: You can only snooze the agent if the Agent Snooze on Device option is enabled in the Agent and Communication Settings section on the appliance, and if the maximum number of snoozes is not reached. For more information, see Configure Agent communication and log settings.
7.
To access any agent-related links, click Shortcuts in the menu, and then click a link, as applicable. Any standard Uniform Resource Identifier (URI) links are supported, such as https, ssh, and ftp URLs.

Manage the KACE Agent on Windows devices using the Windows system tray

Manually deploying the KACE Agent on Windows devices

You can manually deploy the KACE Agent on Windows devices using the installation wizard or from the command line on devices.

When you install the Agent manually, the Agent executable files must be installed in the following locations:

Windows 32-bit devices: C:\Program Files\Quest\KACE\
Window 64-bit devices: C:\Program Files (x86)\Quest\KACE\

The Agent configuration files, logs, and other data are stored in:

Windows 32-bit devices: C:\Documents and Settings\All Users\Quest\KACE
Window 64-bit devices: C:\ProgramData\Quest\KACE
Manually deploy the KACE Agent on Windows devices using the installation wizard

You can manually deploy the KACE Agent on Windows devices by running the installation wizard on devices.

\\appliance_hostname\client\agent_provisioning\windows_platform
2.
Copy the ampagent-x.x.xxxxx-x86.msi file to the device.
Use the following parameters when starting the installer: HOST=<appliance_hostname> TOKEN=<agent_token>, or:
Manually change the installation file name using the following syntax: AMPAgent-xx.xx.xx-x86_<appliance_hostname>+<agent_token>.msi

The device information appears in the appliance Inventory within a few minutes. See Managing applications on the Software page.

Manually deploy the KACE Agent on Windows devices using the Command line

There are several ways to deploy the Agent from the command line on Windows devices.

For example:

In a batch file as part of a logon script that runs the installer (msiexec) and sets various parameters, such as the value of the host.

The following table shows command line parameters used to deploy the Agent.

Table 21. Command line parameters for the Agent

Description

Parameter

Windows Installer Tool

msiexec or msiexec.exe

Install flag

/i

Example:

msiexec /i ampagent-6.x.xxxxx-x86

Uninstall flag

/x

Example:

msiexec /x ampagent-6.x.xxxxx-x86

Silent install

/qn

Example:

msiexec /qn /i ampagent-6.x.xxxxx-x86

Log verbose output

/L*v log.txt

Example:

msiexec /qn /L*v C:\temp\log.txt /i ampagent-6.x.xxxxx-x86

Auto set hostname: Rename the installation file to the name of the server name, which automatically sets the hostname

rename agent_installer.msi_hostname.msi

Example:

msiexec /qn /i ampagent-6.x.xxxxx-x86_kace_sma.example.com.msi

Set properties

PROPERTY=value (Must use ALL CAPS)

Example:

msiexec /qn /i ampagent-6.x.xxxxx-x86.msi HOST=kace_sma.example.com

Set server name

set KACE_SERVER=kace_sma_name

Must be followed by an msiexec call to install

Example:

set KACE_SERVER=kboxmsiexec /i ampagent-6.x.xxxxx-x86

Prevent the installation of logon or bootup hooks, and preserve existing userinit.exe files

NOHOOKS=1

Example:

msiexec /qn /i ampagent-6.x.xxxxx-x86.msi HOST=kace_sma.example.com NOHOOKS=1

Install the Agent but do not start the service. This enables the Agent to be imaged and cloned to other devices

CLONEPREP=yes/no

Example:

msiexec /qn /i ampagent-6.x.xxxxx-x86.msi HOST=kace_sma.example.com CLONEPREP=yes

Set the debug level for the Agent when it generates logs

DEBUG=true/all

Example:

msiexec /qn /i ampagent-6.x.xxxxx-x86.msi HOST=kace_sma.example.com DEBUG=true

Force the Agent to communicate through HTTPS only. It cannot fall back to HTTP if HTTPS is unavailable

SSLREQUIRED=true

Example:

msiexec /qn /i ampagent-6.x.xxxxx-x86.msi HOST=kace_sma.example.com SSLREQUIRED=true

The system looks for the value of host in these locations in the order shown:

2.
The HOST property value
3.
KACE_SERVER (environment variable)
4.
The amp.conf file

If you want to register the agent with the appliance:

Use the following parameters when starting the installer: HOST=<appliance_hostname> TOKEN=<agent_token>, or:
Manually change the installation file name using the following syntax: AMPAgent-xx.xx.xx-x86_<appliance_hostname>+<agent_token>.msi

You can obtain the agent token string from the Agent Token Detail page. For more details, see Registering KACE Agent with the appliance

Manage the KACE Agent on Windows devices using the Windows system tray

You can view the status of the KACE Agent, force inventory, and display agent information using the Windows system tray.

To access the KACE Agent status using the system tray, you must enable the Agent Status On Device option in the Agent and Communication Settings section. For more information, see Configure Agent communication and log settings.

: The agent is connected to the appliance.
: The agent is snoozed.
: The agent has pending actions.
: The agent is disconnected from the appliance.
3.
4.
To restart the agent, click Restart Agent in the menu.
5.
To temporarily suspend the agent's activity during a specific time period, click Snooze Agent, and select a time period in the menu. You can snooze the agent for 15 minutes, 30 minutes, one hour, or two hours.
NOTE: You can only snooze the agent if the Agent Snooze on Device option is enabled in the Agent and Communication Settings section on the appliance, and if the maximum number of snoozes is not reached. For more information, see Configure Agent communication and log settings.
7.
To access any agent-related links, click Shortcuts in the menu, and then click a link, as applicable. Any standard Uniform Resource Identifier (URI) links are supported, such as https, ssh, and ftp URLs.

Manually deploying and upgrading the KACE Agent on Linux devices

Manually deploying and upgrading the KACE Agent on Linux devices

You can manually deploy or upgrade the KACE Agent on Linux devices as needed.

Manually deploy the KACE Agent on Linux devices

You can manually deploy the KACE Agent on Linux devices by copying the Agent installation files to the devices and running installation commands.

Use the KACE_HOST and KACE_TOKEN environment variables to specify the appliance host name and agent token before you run the installation file, or:
Manually change the installation file name using the following syntax: <agent_installation_filename>_<appliance_hostname>+<agent_token>.<extension>
3.
Open a terminal window from Applications > System Tools.
/opt/quest/kace/bin/ where the Agent executable files are installed.
/var/quest/kace/ where the Agent configuration, logs, and other data is stored.

The device information appears in the appliance Inventory within a few minutes. See Managing applications on the Software page.

Deploy the KACE Agent on Linux devices at startup or login

You can schedule the Agent to be deployed when users start or log in to Linux devices.

The export call must precede the call to the installer. For example: export KACE_SERVER=kace_sma_name rpm -Uvh kace_sma_agent-12345.i386.rpm

The system looks for the value of host in these locations in the order shown:

2.
KACE_SERVER (environment variable)
3.
The amp.conf file

If you want to register the agent with the appliance:

Use the KACE_HOST and KACE_TOKEN environment variables to specify the appliance host name and agent token before you run the installation file, or:
Manually change the installation file name using the following syntax: <agent_installation_filename>_<appliance_hostname>+<agent_token>.<extension>

You can obtain the agent token string from the Agent Token Detail page. For more details, see Registering KACE Agent with the appliance

Upgrade the KACE Agent on Linux devices

You can manually upgrade the KACE Agent on Linux devices by running commands on the devices.

Use the KACE_HOST and KACE_TOKEN environment variables to specify the appliance host name and agent token before you run the installation file, or:
Manually change the installation file name using the following syntax: <agent_installation_filename>_<appliance_hostname>+<agent_token>.<extension>
3.
Open a terminal window from Applications > System Tools.

Manually deploy the KACE Agent on Linux devices

Manually deploying and upgrading the KACE Agent on Linux devices

You can manually deploy or upgrade the KACE Agent on Linux devices as needed.

Manually deploy the KACE Agent on Linux devices

You can manually deploy the KACE Agent on Linux devices by copying the Agent installation files to the devices and running installation commands.

Use the KACE_HOST and KACE_TOKEN environment variables to specify the appliance host name and agent token before you run the installation file, or:
Manually change the installation file name using the following syntax: <agent_installation_filename>_<appliance_hostname>+<agent_token>.<extension>
3.
Open a terminal window from Applications > System Tools.
/opt/quest/kace/bin/ where the Agent executable files are installed.
/var/quest/kace/ where the Agent configuration, logs, and other data is stored.

The device information appears in the appliance Inventory within a few minutes. See Managing applications on the Software page.

Deploy the KACE Agent on Linux devices at startup or login

You can schedule the Agent to be deployed when users start or log in to Linux devices.

The export call must precede the call to the installer. For example: export KACE_SERVER=kace_sma_name rpm -Uvh kace_sma_agent-12345.i386.rpm

The system looks for the value of host in these locations in the order shown:

2.
KACE_SERVER (environment variable)
3.
The amp.conf file

If you want to register the agent with the appliance:

Use the KACE_HOST and KACE_TOKEN environment variables to specify the appliance host name and agent token before you run the installation file, or:
Manually change the installation file name using the following syntax: <agent_installation_filename>_<appliance_hostname>+<agent_token>.<extension>

You can obtain the agent token string from the Agent Token Detail page. For more details, see Registering KACE Agent with the appliance

Upgrade the KACE Agent on Linux devices

You can manually upgrade the KACE Agent on Linux devices by running commands on the devices.

Use the KACE_HOST and KACE_TOKEN environment variables to specify the appliance host name and agent token before you run the installation file, or:
Manually change the installation file name using the following syntax: <agent_installation_filename>_<appliance_hostname>+<agent_token>.<extension>
3.
Open a terminal window from Applications > System Tools.
Documents connexes

The document was helpful.

Sélectionner une évaluation

I easily found the information I needed.

Sélectionner une évaluation