Deployment Solution Adlagent Running on Ubuntu
Nelo
October 2nd, 2008
Ubuntu by default creates a symbolic link for "sh" that points to "dash". Modifying the "sh" to point to "bash" will allow the adlagent to install and be configured.
The following are the steps to point "sh" to bash:
- Open a Linux shell in an Ubuntu machine.
- CD to the /bin folder.
- Type "sudo rm sh" without the quotes and press enter.
- Type "sudo ln -s bash sh".
- Finally, execute "sudo ./ altiris-adlagent-x.x-xxx (this is the version of the adlagent).
If everything worked ok you should see the following:
Linux i386 Adding system startup for /etc/init.d/adlagent ... /etc/rc0.d/K20adlagent -> ../init.d/adlagent /etc/rc1.d/K20adlagent -> ../init.d/adlagent /etc/rc6.d/K20adlagent -> ../init.d/adlagent /etc/rc2.d/S88adlagent -> ../init.d/adlagent /etc/rc3.d/S88adlagent -> ../init.d/adlagent /etc/rc4.d/S88adlagent -> ../init.d/adlagent /etc/rc5.d/S88adlagent -> ../init.d/adlagent Please set the networking parameters for ADLAgent by running /opt/altiris/deployment/adlagent/bin/configure. Install Succeeded
Configure adlagent to use multicast or an IP address and the Deployment Solution Console should have the client listed.
0 votes
- Nelo's blog
- Login or register to post comments
- Comments RSS Feed
About Endpoint Management and Virtualization Community Blog
The Endpoint Management & Virtualization Community Blog is the perfect place to share short, timely insights including product tips, news and other information relevant to the Endpoint Management & Virtualization community. Any authenticated Connect member can contribute to this blog.
Filter by:
Recent Blog Posts
- riva11 - March 12, 2010
- erikw - March 12, 2010
- Terry Cutler - March 10, 2010
- mark76 - March 10, 2010
- erikw - March 10, 2010
Blog Tags
7.1 Agents Altiris Client Management Suite Altiris Deployment Solution Altiris IT Asset Management Altiris Notification Server Altiris Recovery Solution Altiris Server Management Suite Asset Management Suite Backup Exec Backup Exec System Recovery Basics Best Practice Beta CIO Digest Case Study Compatibility Configuring Customer Preview Customer Reference Database Dell Dell Management Products Documentation Downloads Drivers Emerging Threats Endpoint Management and Virtualization Endpoint Protection (AntiVirus) Enterprise Vault Error messages Evaluating Features General Symantec Ghost Solution Suite HP Management Products Helpdesk Solution How to ITMS Industry Event Inside Symantec Installing Licensing Linux Local DS GURU Email group Mac OS ManageFusion Mobile & Wireless NetBackup New Release News News Performance Platforms & Hardware Problem Management Recovering Reporting Restore SP2 SecurityExpressions Service Pack 2 ServiceDesk Storage Foundation Symantec Connect Symantec Event TMS TechTips Tip/How to Training Troubleshooting Upgrade User Group VDI VMware Virtualization Virtualization Vision Vulnerabilities & Exploits Windows Windows Wise Application Packaging Wise Installation Development Wise Virtual Composer Workflow Solution Workspace Corporate Workspace Profiles Workspace Remote Workspace Streaming Workspace Virtualization XPF baltimore deployment hugo known_issue pcAnywhere solution webcast

remember not supported by Symantec
The only supported versions of Linux are SUSE and Red Hat Linux
Jonathan Jesse
Director of Training
ITS Partners
Jonathan Jesse
Practice Principal
ITS Partners
Correct syntax
The correct command should be "sudo ./altiris-adlagent-x.x-xxx" and not "sudo ./ altiris-adlagent-x.x-xxx" (without the quotes).
Once you have gone to the "/opt/altiris/deployment/adlagent/bin/" directory, you need to run "sudo ./configure" (without the quotes).
Changing the symbolic link for sh is definately the way to go with this, so thanks for the good article.
The folowing worked for me
The following worked for me using DS version 6.9sp1 and ubuntu 8.04
configure by "sudo /opt/altiris/deployment/adlagent/configure" and then set to auto start by adding "/opt/altiris/deployment/adlagent/bin/debian.init start" (no quotes) to /etc/rc.local or in a custom script in /etc/network/if-up.d
www.computerant.com
Would you like to reply?
Login or Register to post your comment.