Agent Version 5.4
Amp.conf/log file locations:
- For XP: c:\documents and settings\all users\dell\kace
- For Windows 7: c:\programdata\dell\kace\
- For Mac OS X: /Library/Application\ Support/Dell/KACE/data
- For Ubuntu/SLES/RHEL: /var/dell/kace
Windows
Same as version 5.3
Mac OSX
Method 1: If the agent is not connecting to the kbox
- In Terminal, navigate to /Library/Application\ Support/Dell/KACE/data.
- Edit the amp.conf file:
-
sudo nano /Library/Application\ Support/Dell/KACE/data/amp.conf Add debug=true at the bottom of the file.
- Press ctrl+X.
- Press Y to save changes.
- Enter to save file as amp.conf.
- Restart the service with:
-
sudo /Library/Application\ Support/Dell/KACE/bin/AMPCtl stop
-
sudo /Library/Application\ Support/Dell/KACE/bin/AMPCtl start
The log files at /Library/Application\ Support/Dell/KACE/data will now have debug info.
OR
- In Terminal, navigate to /Library/Application\ Support/Dell/KACE/bin
- Execute the AMPTools program:
- sudo ./AMPTools debug=true
The log files at /Library/Application\ Support/Dell/KACE/data will now have debug info.
Method 2: If the agent connecting to the kbox
- Click Scripting > Run Now, search for script called K1000 Agent Debug Log Enable (Mac).
- Select the specific machines as a target.
- Click Run Now.
Agent Version 5.3
Windows
In 5.3 agents (and up) enabling debugging is much easier. Here are the steps:
Amp.conf/log file locations:
- For XP: c:\documents and settings\all users\dell\kace
- For Windows 7: c:\programdata\dell\kace\
- For Mac OS X: /Library/Application\ Support/Dell/KACE/data
Method 1: If the agent is not connecting to the kbox
- Open an administrative command prompt to c:\program files\dell\kace (note:32bit program files).
- Run amptools.exe debug=true.
OR
- Stop the Dell Kace Agent service.
- Edit the amp.conf and add a line for debug=true.
- Start the service again.
Method 2: If the agent connecting to the kbox
- Click Scripting > Run Now, search for script called K1000 Agent Debug Log Enable (Mac).
- Select the specific machines as a target.
- Click Run Now.
Gather the following files and add to a zip (example: computer1_2012-08-13.zip):
- amp.conf
- amp.log
- amp1.log
- ampinstaller.log
- KBOT_LOG.txt
- kcopy.log
- kinventory.log
- kUserALert.log
- pluginWeb.log
- pluginDesktopAlerts.log
- pluginRunProcess.log
- pluginPatching.log
- runkbot.log
- inventory.xml
Mac OSX
- In Terminal, navigate to /Library/Application\ Support/Dell/KACE/data.
- Edit the amp.conf file:
-
sudo nano /Library/Application\ Support/Dell/KACE/data/amp.conf Add debug=true at the bottom of the file.
- Press ctrl+X.
- Press Y to save changes.
- Enter to save file as amp.conf.
- Restart the service with:
-
sudo /Library/Application\ Support/Dell/KACE/bin/AMPCtl stop
-
sudo /Library/Application\ Support/Dell/KACE/bin/AMPCtl start
The log files at /Library/Application\ Support/Dell/KACE/data will now have debug info
Agent Version 5.1
Amp.conf/log file locations
- For XP and Win7: c:\Program Files\Kace\Kbox
- For Mac OSX: /var/kace/SMMP
The following applies to 5.1.31311 agents (and up).
Windows
Method 1: If the agent is not connecting to the kbox via amp
- Open a command prompt to c:\program files\dell\kace (note:32bit program files) and run:
-
ampreset.exe debug=true
OR
- Stop the Dell Kace Agent service.
- Edit the amp.conf located in c:\programdata\dell\kace and add a line for debug=true.
- Start the service again.
Method 2: If the agent connecting to the kbox
- Under Scripting > Run Now, search for script called K1000 Agent Debug Log Enable (Windows).
- Select the specific machines as a target.
- Click Run Now.
Mac OSX
Method 1: If the agent is not connecting to the kbox via amp
- Edit the amp.conf file:
-
sudo nano /var/kace/SMMP/SMMP.conf.
-
Add debug=true at the bottom of the file.
- Press ctrl+X.
- Press Y to save changes.
- Enter to save file as SMMP.conf.
- Restart the service
- sudo /Library/KBOXAgent/Home/bin/SMMPctl stop
- sudo /Library/KBOXAgent/Home/bin/SMMPctl start
- Force and inventory:
- sudo ./runkbot 2 0
OR
- sudo /Library/KBOXAgent/Home/bin/runkbot 2 0
Method 2: If the agent connecting to the kbox
- Under Scripting > Run Now, search for script called K1000 Agent Debug Log Enable (Mac).
- Select the specific machines as a target.
- Click Run Now.
|