Solaris 9 and Imaging
Updated: 12 Dec 2007
I ran into some issues while working on an imaging project that involved Solaris and adlagent. Here are the steps I took to work things out. Hopefully this will help the next IT guy in line.
The Problem
- Adlagent sends shutdown -r now down when rebooting a Solaris box to begin imaging.
- Adlagent doesn't install with correct parameters
- Errors when running /opt/altiris/../../bin/configure
Our Workaround
- Adlagent sends shutdown -r now down when rebooting a Solaris box to begin imaging.
Resolution: in an imaging job you will have to put a run script task and put that as the first task. In the run task put "reboot" (without quotes). You might have to put "reboot -net" (without quotes) to force it to do a network boot. - Adlagent doesn't install with correct parameters and
- errors when running /opt/altiris/../../bin/configure
Resolution: Adlagent for Solaris will install but it wont configure. What you have to do is manually edit the adlagent.conf. Here is a sample adlagent.conf I have successfully used to configure adlagent. (Solaris and Adlagent doesn't support multicasting you have to disable all multicasting in the adlagent.conf. Once you do this you have to do a/etc/init.d/adlagent stop /etc/init.d/adlagent start
this will give the correct settings that adlagent needs to work with Solaris 9.
blog entry Filed Under:
The Endpoint Management Community Blog is the perfect place to share short, timely insights including product tips, news and other information relevant to the Endpoint Management community. Any authenticated Connect member can contribute to this blog.