Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

ImageInvoker - A Menu-based Imaging Add-on for Deployment Server

Updated: 07 Jul 2010 | 26 comments
ianatkin's picture
+9 9 Votes
Login to vote

 

 Please note that this version of ImageInvoker has now been superceeded.  Please take a look at version 0.3 to download the latest version 

If you are a LinuxPE automation user, today's article will help revolutionise how you image your computer estate with Deployment Server. Today I will show you can image both new and existing computers without ever having to touch the Deployment Console. By introducing a menu system into automation we kiss goodbye forever to the need to stage computers for initial deployment, and even remove that pesky need to set computer names up. By implementing the steps in today's article you'll extended Deployment Server's imaging capability, allowing you to initiate your day-to-day tasks directly from an automation-based client menu system. As such you'll be able to initiate Windows XP scripted installs, Hardware Independent Imaging deployments, or even a DoD Disk wipes within moments interrupting the automation boot process.

For those favouring the DOS and WinPE automation environments -watch this space. Once the LinuxPE version is ratified, work will begin to support the other automation environments too.

The version of ImageInvoker in today's article is one step in advance of what I have in production, so please consider this a beta product.

Client Initiated Imaging Introduction

Altiris Deployment Server is a great product, and in my opinion the flagship of the Altiris suite. It stands head and shoulders above any other single solution in the Altiris product line. One of its failings though is the inability to totally impress desktop administrators coming from a Microsoft RIS background. Altiris is streets ahead of RIS, so what's the problem? Well, it all comes down to the process required to invoke Altiris' day-to-day imaging functionality. You see, Microsoft administrators are used to simply PXE booting their computers into the Client Installation Wizard, selecting a task from a menu and then going for a coffee while their computer is deployed.

II-ClientInstallationWiz.JPG

Figure 1: Screenshot of a Microsoft RIS Client Installation Wizard Screen

Deployment Server isn't great however at imaging computers soley from a PXE menu. "Ah ah!" you say -that's what Initial Deployment is for! We just stage some template computers in the console, drop on some jobs to them and then boot your new computer and select the destination computer from the menu.

OK -now read that last sentence again. We want to image a new computer, so what do we do? We find another computer to login to the console, ensure template machines are setup and jobs staged. Then we go back to the original computer, boot it into automation and then select the desired computer from the menu. This is incredibly cumbersome to those coming from a Microsoft RIS background -and they are not impressed. And although initial deployment scenarios can be managed more elegantly, re-imaging existing computers cannot. We must always log into the Altiris Console.

In an ideal world, a desktop monkey should be able to visit any unhappy desktop, boot it into automation and image the computer directly from a menu. He shouldn't have to log into the console, locate the computer, locate the rebuild job and then create the schedule. The Client Initiated imaging capability within RIS has other advantages too. First and foremost is that you don't need to train all your desktop staff in using the Deployment console. They need never know it exists for your day-to-day imaging tasks. With a menu system, you could train anyone to rebuild computers within 5 minutes. And as this is all client initiated, you've also just wiped out that nagging risk of re-imaging someone else's computer by mistake -and we've all been there right??!

Client Initiated Imaging Requirements

A couple of weeks ago, I came to the sad conclusion training our already overworked helpdesk staff in Deployment Server was going to be practically impossible. Having worked hard to get all the various images into our hardware independent imaging pool, I had to now find a way to give our Helpdesk staff the power to use Altiris Deployment Server without the overhead.

So I started thinking seriously about how to invoke imaging from a client's automation environment. My thinking was that this should be possible after all -the SQL eXpress database at the backend is tidy and transparent (pretty much everything Deployment Server is and does is there). On top of that, Deployment Server comes with utilities like AexSched which are just begging for 3rd party apps to leverage for deployments. So I started to build together some ideas and test some pieces. I chose Linux automation for prototyping purely because this is the basis of our HII process. -this seemed best automation OS for me to start creating the new client-side imaging system.

So, what were the problems that needed solving? Here was my shortlist,

  1. As DS 6.9SP3 brings in a new Linux automation environment, I needed a menu system which would work within any Linux automation environment. This means statically building any required binaries, to avoid library dependancies.
  2. I need the menu system to be driven and created by a server-side process. It's important for the menu items to be built without requiring an obvious use a third-party tool if the process is to be seemless.
  3. For reliability, I need to be able to invoke jobs through the menu system which will clear any preceding jobs (allowing the instant scheduling of the selected imaging task)
  4. I need to be able to image computers unknown to Deployment Server
  5. I need to be able to see that the computer is (or will be) called in the console. I also need to be able to change the computer name directly from the menu system if required.
  6. The client side process needs to be aware whether the jobs have been scheduled successfully, and whether any problems were encountered.
  7. I need a lot of SQL. My thinking was that the menu system should be able to delivery folder hierarchies of jobs, as well as single jobs directly. I'll probably be bleeding from the ears before this job is done...
  8. This probably won't work properly first time... So I need some versioning of the client-side and server-side code pieces to keep them in step. I need to learn to use Wise to neatly package the whole thing up, so that I can upgrade seemlessly.

So, using my many hours of commute time and my trusty laptop which with its new battery refit (it had a battery life of less than 15 minutes just before I started hacking away at a prototype) I started to code.

The download attached to this article is the culmination of that work. Grab a test server, and lets go through the installation process together.

Installing ImageInvoker

The install for ImageInvoker has been authored in Wise, and so is a pucker MSI. I've had to use custom actions for a few things for inserting SQL functions and locating the eXpress share, but otherwise its all nice and standard stuff. The process for installing is,

  1. Execute the MSI on your Altiris Deployment Server. It takes about 10 seconds for the following screen to appear because of some custom actions and prerequisites firing off in the background. Be patient.

    II-Install1.JPG

    Even though this is a very light-weight MSI, and the affect in installing on your server really is minimal, I do advise (as will all install and upgrades) to do a full backup of your Altiris installation before commencing. If you are using VMWare, then now would be a prudent time to take a snapshot!

    And yep -its BETA. Its essentially a prototype which i've moved into production as i'm so pleased with the functionality it provides. I haven't seen ImageInvoker ramp up the CPU or memory ( I spent two days revising the code to make it more memory/CPU efficient after the initial prototype), but its possible it might do something odd.

    Click Next to proceed

  2. On the next screen you should be presented with the destination folder as being the express share. If the custom actions have got this all wrong, click browse to select the correct location.

    II-Install2.JPG

    Click Next to proceed.

  3. Now we have to enter the password you use for the Altiris Services. As this is a text box i'm running on, I've taken some shortcuts and am running Altiris under my local administrator account. After a thorough telling off for such bad practice I enter the password and click Next.

    II-Install3.JPG

    And this is where I must grab your attention. If you implement DS Console security, the service account you use for Altiris must be entered in as an account in the console with administrator rights. If you do not, it is highly likely that the service won't have the necessary rights in the console to automate your imaging tasks.

  4. Now, to the point of no return. If you're happy -click Next to proceed

    II-Install4.JPG

  5. And that should be it -ImageInvoker is now installed. Click Finish to exit.

    II-Install5.JPG

Configuring Linux Automation to Load the ImageInvoker Client Menu

Now that the ImageInvoker service is ready on your server, its time to make a little amendment to Linux Automation so that we can initiate client imaging. The change we will implement below will simply force automation to load the client imaging menu should it exist. To make this change to the Linux option in our PXE server the process is as follows,

  1. Open the PXE Configuration Utility
  2. Select the Linux option you'd like to insert ImageInvover's client imaging menu option, and click Edit

    II-Configure1.JPG

  3. Once your in the Edit Shared Menu Option window, Click Edit Boot Image button,

    II-Configure2.JPG

  4. Once Altiris Bootdisk Creator opens, you'll be taken directly to step 8 where you can edit the configuration. Right-click the startup folder and create a new text file called menu.sh

    II-Configure3.JPG

  5. In the text pane, copy and paste the following simple shell script,
    		#!/bin/bash
    
    if [ -f "/mnt/ds/ImageInvoker/Linux/imaging_menu" ]; then
     /mnt/ds/ImageInvoker/Linux/imaging_menu
    fi
    
  6. Click Next. When prompted to save your changes to menu.sh, click Yes.

    II-Configure4.JPG

  7. You'll now be brought to the Create Boot Disk window. Click Next and wait for the new PXE image to build.
  8. Click Finish on the completion screen
  9. Back in the Edit Shared Menu Option window, click OK to close it.
  10. You'll now once again see the PXE Configuration Utility. Click Save to commit your new PXE image to your PXE servers.

That's it. What we've done is tell Linux automation to load the client imaging program should it exist. At this stage the Client menu will silently drop out as we haven't configured a menu. Let's do this now.

Configuring Your Client Menu Items

Rather than write a separate utility to configure a menu, I decided to use a mechanism which was transparent to the Deployment Console. This was so that anyone modifying jobs in the console would be instantly aware if this jobs are public facing through the menu system. So, I decided on a simple rule -any job or folder of jobs including the string (MI) in the name will be pushed to the client menu (MI standing for Menu Item).

The figure below shows a before and after picture of this process.

II-Configure5.JPG

Here I have, for illustration, targeted three objects for the Image Menu,

  • The job DoD Disk Wipe
  • The folder Deploy Public Access Computer
  • The folder Deploy Staff Computer

To commit these jobs to the menu do the following,

  1. In the Deployment Console, from the menu-bar select Tools -> Altiris Tools
  2. Click "ImageInvoker: Create Automation Client Menu"
  3. After a few seconds you should get a popup box, declaring the jobs added to the menu.

    II-Configure6.JPG

  4. Click OK

Here I should point out that when you tag folders as menu items, not only all jobs within the folder are processed, but the subfolders are processed too. This means you don't need to change the way you organise your jobs in order to use the menu. Also, the tag (MI) can be anywhere in the folder or job name.

As the Menu Creator tool writes a refreshed menu file for your clients, remember to run this each time you want your job and folder name changes with the (MI) tag to sync down to your clients.

Using the ImageInvoker's Client Imaging Menu

Now, let's boot a computer into Linux Automation, and see what happens.

  1. Five Second Countdown

    As you can see from the screen grab below, we have two changes to the normal boot sequence. First, we receive some friendly text letting us know that the Express share has been mapped. This is really to comfort the Helpdesk staff who'd like to see something human readable at this point rather than looking for "Child Returned 0" messages which indicate a successful mapping. The next change is a 5 second countdown. If we press 'i' within these 5 seconds, we will interrupt the normal automation loading sequence and load up the imaging menu.

    II-Use1.JPG

    Press 'i' before the countdown has finished to invoke the client menu system

  2. Client Menu Interface

    Now you'll find yourself presented with the Client menu Interface. All the menu items have been named as the folder and job names, but excluding the (MI) tags we used to mark them as menu items. I fancy making this computer a public access machine, so let me select that option and see what happens,

    II-Use2.JPG

  3. Computer Name Verification

    This stage of the interface provides the opportunity to change the computer's name. In my case it currently has the rather random name of 'llkk' in the console. I'm going to change this now to something more suitable -lets say 'staff-xp-001'

    II-Use3.JPG

  4. When you hit enter here, the jobs will now be scheduled. While the job scheduling is in progress you'll see the screen below,

    II-Use4.JPG

  5. After a few moments, if the job scheduling has been successful you'll be presented with the following screen,

    II-Use5.JPG

  6. If you take a look in the console you'll now find the jobs scheduled just as if you had dragged'n'dropped them on yourself,

    II-Use6.JPG

Initial Deployment

New computers are handled quite simply with ImageInvoker. If you boot up a computer into the client menu which is unknown to DS, after selecting your menu choice you'll be presented with the slightly different Computer Name Override screen,

II-Initial1.JPG

So, here the Deployment Console can't find the computer in the database, so ImageInvoker knows it must create a computer object for it. By default the serial number is used, but you can of course override this.

This is fabulous for deploying new machines.

Overriding Menu Item Names for Jobs

Sometimes, you don't want to present the exact job name as the menu item text in the client interface. Perhaps you have a very technical naming convention which you don't want to needlessly expose to your helpdesk staff. ImageInvoker has an menu text override system to cater for this.

If you don't want to use the job name as the menu text for a job, the override is to set a description for the job. Once you've set a description, run the ImageInvoker Menu Creator from the Altiris Tools menu to refresh the client menu file.

II-Job2.JPG

Figure showing how menu item names can be overridden using the job description field

Overriding Menu Item Names for Job Folders

As there is no description field which can be added to folders, the mechanism I've gone with for override job folder names is to create a dummy job.

  • Create a job with the name (MI) and place it in the root of the menu item folder
  • Put in the description field your menu item text
  • Add to the currently empty job a single run script task
  • In the Run This Script box, enter in the text REM MenuItem and ensure the job is configured to run in Windows
  • In the Script Run Location inset, configure the script to run on the Deployment Server, and uncheck the box to Run when the Agent is Connected

This job therefore does absolutely nothing, and will not impact on your deployments. Its sole purpose is to provide this mechanism to give you a menu item name. Re-run the ImageInvoker Menu Creator from the Altiris Tools menu to refresh the client menu file.

II-Job3.JPG

Resource Overhead

I've tried to make the footprint of ImageInvoker very small. In my environment, the service rarely uses more the 10MB of RAM, and the CPU utilisation is negligible (it mostly sits at 0%, and occasionally will move to 1% when processing files). If you notice anything different, then something is probably wrong, and I'd appreciate a PM, or a post back to this article.

In the current version, ImageInvoker is single-threaded. It has not been tested under mass-deployment scenarios.

Limitations of the ImageInvoker

Currently ImageInvoker ONLY supports Linux automation. DOS and WinPE support will follow, but only once I'm sure the service is stable and any bugs found are ironed out. So, if you think this would be useful for you, but you use DOS and/or WinPE as your mainstream automation environment, please try out this Linux version. Yes, it might not be of much use to use in your production environment, but the more feedback I get, the faster I'll be able move on the DOS and WinPE menu programs.

At the moment, ImageInvoker has only been tested on Deployment Server 6.9 SP2. I hope to officially add support for other versions as time progresses, but it would be useful to know of any horror/success stories on other Deployment Server versions.

Things to be aware of....

In order for the imaging program to begin imaging client computers instantly, i've built into the server-side service a routine which clears out any currently scheduled tasks on this computer. This is important -you don't want to have your computer 'stuck' because there is a pending job to be executed within Windows which it might not ever get the chance to boot into (in cases for example where the computer OS is badly broken). So, when you see pending jobs being deleted -this is why.

This also means that if you schedule an incorrect job from the menu, that after a quick reboot with automation you can select the correct job. Any jobs previously scheduled from the previous menu choice will be automatically deleted before the new ones are scheduled.

I should add that the Linux code in this Beta expires in Feb 2010. This is purely to reduce the overhead on my time with people mailing in the future about bugs in an old version (which would have hopefully long since been resolved). The answer will always be to upgrade. Once the whole thing is stable,  I'll remove the  code expiration.

ImageInvoker Logs

ImageInvoker can be found in the eXpress share, in the ImageInvoker folder. There is a logs subfolder which can be useful if you hit any problems. There is also an imageinvoker.log in the root of the C: Drive which is written to for critical problems. if you hit have any problems, screenshots and these logs will be helpful.

Uninstalling ImageInvoker

ImageInvoker should uninstall from Add/Remove programs cleanly. uninstalling should remove the service, the files and ImageInvoker menu creation item from the Altiris Tools menu. The only items left on your system will be the logs, and two custom SQL functions in the eXpress database. I could amend the wise scripting to remove these functions and logs... a thought for a later release perhaps!

Summary

ImageInvoker is hopefully a very simple to install add-on for Deployment Server which gives you the capability to image your computer estate from an automation menu. What jobs (or job folders) your clients see as menu choices are dictated by introducing a special string tag of (MI) into your job (or folder).  By following a simple set of steps in the resulting automation  Client Menu Wizard, you'll be able to give your IT Staff the power to image computers locally without them needing to login to the Deployment Console. The Initial Deployment feature is especially useful for new computer deployment as you are free to choose your computer name live at deployment time.

The limitation of supporting only Linux automation I hope to rectify in time, once I'm sure the service foundation is stable.

Currently, I have only tested ImageInvoker on Deployment Solution 6.9SP2. It should work well with other Deployment Solution versions in the 6.9 branch where the Linux automation startup folder in the root of the Linux filesystem exists and it's contents honoured. This presence of the startup folder means we can call imageinvoker before the Deployment Agent is loaded, allowing us to schedule all the necessary jobs before the agent is called to initiate them.

Versions below DS6.9 sadly won't work because of the reduced functionality of axsched in these legacy versions. If there is demand, I might ammend the service to get this working with these older DS versions.

I hope some of you out there find this as useful as we have. I love it!

Kind Regards,
Ian./

License: Altiris EULA
By downloading this software, you agree to the terms and conditions in the Altiris End User License Agreement
Support: User-contributed tools on the Connect are not supported by Altiris Technical Support. If you have questions about a tool, please communicate directly with the author by visiting their profile page and clicking the 'contact' tab.

Comments

Gompie1403's picture
13
Oct
2009
1 Vote +1
Login to vote

Well done !

 Ian,

Well done, I like it a lot and I think I will use it in our environment.

I did a little bit of testing. Normally our PXE-boot images are keyboard locked so the users cannot gain access to the shares. With this menu in place I noticed that the menu still worked even when the keyboard lock was on. The lock is enforced later. Excellent...

Some suggestion for enhancement. I would like to see the menu password protected so only IT-staff can use it. Perhaps the password can be stored in the deployment database user_token table. If the key does not exist or the value is empty then no password is required; something like that.

Also it would be nice to have some naming convention enforced on the computernames, Say starting with a prefix followed by a number between <lowerrange> - <upperrange>. No idea where to store that info though; maybe also in the user_tokens?

But as said, I think it's a big improvement.

 

ianatkin's picture
13
Oct
2009
1 Vote +1
Login to vote

Whew! It worked!

I did play with some password access -my ideal would be some NT/AD authentication. I got a bit bogged down though, so pushed on with the Wise packaging and decided to dwell on the best way forward in slow-time. Unfortunately Tokens for authentication would not work -the menu wizard comes into play before the agent load (by design). This is why you have full keyboard access and why you don't get rebooted whilst in the wizard scheduling jobs.

New computer naming following some predefined convention is  possible -enhancement requests noted!

Kind Regards,
Ian./

Ian Atkin, Senior Developer for the ICT Support Team, Oxford University, UK

Connect Etiquette: "Mark as Solution" those posts which resolve your problem, and give a thumbs up to useful comments, articles and downloads&

Gompie1403's picture
13
Oct
2009
0 Votes 0
Login to vote

ImageMenu_Creator.exe

 Ian,

In the menu_options.ini created by ImageMenu_creator.exe I see the menu-options that will be displayed followed by the parent folder-name. Does this all work with folder-names or does it work with folder-id's internally. I ask this because folder-names do not have to be unique. The whole path to the folder and to the job has to be unique. 

Next a possible enhancement. It would be good, in our environment, to pass a parameter to ImageMenu_creator.exe that specifies the root to the job-folder where it should start searching for jobs with '(MI)' in it to build the menu.

regards

ianatkin's picture
13
Oct
2009
1 Vote +1
Login to vote

 Hi, Job ids are used

 Hi,

Job ids are used internally. The combination of job name and folder name of course must be unique, but the menu tagging with the (MI) string pretty much takes care of this anyway.

Your enhancement of a starting point for the search I did actually consider -I was worried for large DS implementations the string search would hit SQL server hard. But, I've tried it on servers with over a thousand jobs and everything was fine. And as I said above, job uniqueness is pretty much taken care of my the menu tagging, so a filter to avoid duplicates shouldn't be required. Unless something has broken... ;-)

Kind Regards,
Ian./


Ian Atkin, Senior Developer for the ICT Support Team, Oxford University, UK

Connect Etiquette: "Mark as Solution" those posts which resolve your problem, and give a thumbs up to useful comments, articles and downloads&

Gompie1403's picture
13
Oct
2009
0 Votes 0
Login to vote

Yes please, a starting point

 I would still welcome a starting point for the search; Not so much for performance. In our job-structure we have releases side by side. One release would easily contain the same jobs and job-folder; only the top job-folder would have a release-number in it. With ImageInvoker there could be more folders with (MI) in it; but only the highest release is of relevance for building the menu-items. So when a new release is issued, we are not allowed to delete the old release; but we need to rebuild the PXE menu.

ianatkin's picture
14
Oct
2009
1 Vote +1
Login to vote

Enhancement Request Summary for ImageInvoker

I understand now ;-)

Enhancement Requests are then,

1) Password Protection of client menu wizard
2) Specification of root folder for menu searches
3) Introduce a naming convention for computers unknown to Altiris

Kind Regards,
Ian./

Ian Atkin, Senior Developer for the ICT Support Team, Oxford University, UK

Connect Etiquette: "Mark as Solution" those posts which resolve your problem, and give a thumbs up to useful comments, articles and downloads&

kubasa's picture
16
Oct
2009
0 Votes 0
Login to vote

Wow - we are definitely going

Wow - we are definitely going to have to try this out.  Thank you for your work and willingness to share this!

JamesHunter's picture
21
Oct
2009
0 Votes 0
Login to vote

Fantastic! Works in DS 6.9 SP3 as well as SP2

Ian,

Thank you so much for sharing this!  It has worked very well so far in my environment.  It's so much easier to go to the Help Desk and have them boot a computer into PXE and then choose an option that have to teach them all about the DS console!  

I am currently using this in Deployment Solution 6.9 SP3 and it works great!  

naboo's picture
02
Nov
2009
0 Votes 0
Login to vote

You saved my life ^^

Thx a lot for your work !

I've tried to get that result with 'initial deployment', but... without the flexibility i looked for. (maybe i can't use correctly initial deployment features...).

I'm using french version (Since i'm... french ^^) of Altiris Deployment solution (6.9 SP3 with new LinuxPE) and there is no "ImageInvoker: Create Automation Client Menu" in "tools" => Altiris Tools. I guess it's a localisation issue (I created the menu with ImageMenu_Creator.exe in .\imageinvoker folder, i hope the result is the same)

Anyway, it works for me by now ;)

dpeluso's picture
17
Nov
2009
0 Votes 0
Login to vote

This sounds great but I am

This sounds great but I am guessing password protection is the show stopper. Any idea's or possibilities to integrate some password protection.
Thanks.

ianatkin's picture
17
Nov
2009
1 Vote +1
Login to vote

 I am working on a new build

 I am working on a new build with password protection built into the menu. I expect to release this in a couple of weeks.

It needn't be a show stopper however. On subnets where you don't want this available through PXE, you can always throw automation onto a USB stick with the menu.sh file written to it. This would mean that only systems booted from such USB sticks would see the automation menu.

Our implementation here is both directly from PXE (on subnets where it is convenient), and from USB stick automation boots elsewhere. And if you use PXE, it has the advantage that you don't actually need your imaging jobs to be scheduled in Linux Automation. Just use Linux to schedule, and the next PXE boot will automatically take you into WinPE/DOS for your imaging.

Kind Regards,
Ian./

Ian Atkin, Senior Developer for the ICT Support Team, Oxford University, UK

Connect Etiquette: "Mark as Solution" those posts which resolve your problem, and give a thumbs up to useful comments, articles and downloads&

billyccfs's picture
18
Nov
2009
0 Votes 0
Login to vote

Good stuff here

Worked nicely on SP3.

Steen Bogø's picture
18
Dec
2009
0 Votes 0
Login to vote

Works Fine

Looking forward to the WinPE version

/Steen

hparker's picture
04
Jan
2010
0 Votes 0
Login to vote

No joy

I was (and I still am) very optimistic about what it can do, but I was unsuccesful at getting it installed to try it.  Our environment is 6.9 SP3 (it has been upgraded from SP2, but it has only had 6.9) on Server 2003.

The first was that setup was unable to identify my installation directory.  The "Destination Folder" dialog simply said "not assigned", and the setup wouldn't go any further (I forget the exact message it gave).
I was able to resolve that by taking a look at the MSI property table, and I inferred that I needed to directly set the "DSPATH" property on an msiexec commandline.  That got the destination folder dialog box populated with the proper path, and setup was able to continue.  Of a side note, the install is at the default location (C:\Program Files\Altiris\eXpress\Deployment Server).

The second was that it failed when it attempted to start the service.  The specific error was "Error 1920.  Service 'Altiris Deployment Server ImageInvoker add-on' (ImageInvoker) failed to start.  Verify that you have sufficient privileges to start system services." in a Retry/Cancel dialog with a title of "Installer Information".  Opening the services MMC console, I saw that it was setup, I checked the password assigned to the credentials for the service, but when I attempted to start it manually I got the message "The Altiris Deployment Server ImageInvoker add-on service on Local Computer started and then stopped.  Some services stop automatically if they have no work to do, for example, the Performance Logs and Alerts service."

Please let me know if I can provide any further assistance...

hparker's picture
05
Jan
2010
0 Votes 0
Login to vote

Success!

Well the installation issues I had were no fault of Ian (the dev).  There were missing registry entries that affected both the installer and the service (after it was installed).

I have to give him a pat on the back, he was very helpful.

Can't speak to it's functioning yet, literally just got it installed.

Also I am looking forward to the password protection!

chranmat's picture
06
Jan
2010
0 Votes 0
Login to vote

%COMPNAME% vs. %NAME%

Dear ianatkin,

I can't thank you enough for this add-on. This is exactly what I've been looking for.
I have successfully installed it in our environment and have tested a number of times.

I assume you are known with the variables COMPNAME AND NAME. NAME is the Console Name, and COMPNAME is the actual Computer Name.
COMPNAME is the one that are set when you run the Modify Configuration-task after a Image Job.

Some times during my testing I got the scenario that NAME is set, but not COMPNAME. When the Computer boots Windows COMPNAME is set by Modify Configuration and the old computer name is set.

Since I have Syncronization from COMPNAME to NAME, this one is also set back.

How do you handle set COMPNAME?
It seems like it could be an issue some times. Is this known to you?

Hope to hear from you.

Regards
Christian

ianatkin's picture
06
Jan
2010
0 Votes 0
Login to vote

Hi Christian, Glad you like

Hi Christian,

Glad you like it!

Yep -I am indeed aware of this problem. As a result when the computer name is set with the computer rename functionality in imageinvoker it now overwrites both the COMPNAME and NAME fields in the database.

The good news the next version of ImageInvoker is mostly done. I have nearly finished the server side of the upgrade (which is the bulk) and just have the client side elements to update now.

For those waiting for WinPE support, my apologies. That isn't on the cards just yet!

Kind Regards,
Ian./


Ian Atkin, Senior Developer for the ICT Support Team, Oxford University, UK

Connect Etiquette: "Mark as Solution" those posts which resolve your problem, and give a thumbs up to useful comments, articles and downloads&

chranmat's picture
07
Jan
2010
0 Votes 0
Login to vote

Looking forward...

Hi Ian,

Sounds great. Looking forward to test the new version.

Regards
Christian

hparker's picture
07
Jan
2010
0 Votes 0
Login to vote

ImageMenu_Creator, multiple servers, and remote consoles

I have run into a problem that is little more than an annoyance, but it's a gotcha that remote console users should be aware of.

In our environment, we have 4 deployment servers.  As such, some of the technicians (including myself) have installed the console remotely on our workstations, and configured them to connect to multiple deployment servers.  As it turns out, when you have used this remotely installed console to access a second server, calling the "Image Invoker: Create Automation Client Menu" from the Altiris Tools menu will update the menu options (menu_options.ini) on the server that the remote console was originally installed from (not necessarily the one you are connected to).  A workaround is to remote desktop into the 3 other servers to update the ImageInvoker Automation menu.

On remotely installed Deployment Consoles, the "InstallDir" registry entry located at
  HKLM\SOFTWARE\Altiris\eXpress
will contain a UNC path (\\server\eXpress).

I would like to request that the ImageMenu Creator check this registry entry for a UNC path and give a warning (perhaps with a cancel button) that it may be about to update the server X's menu_options.ini file.  I am unaware of any way to check the current site/odbc connection being used, but if there was a way, then it would be feasable to request that the menu creator simply update whichever server the console is connected to.

Also I must say that ImageInvoker works great, we are very pleased with it!

ianatkin's picture
08
Jan
2010
0 Votes 0
Login to vote

Hi Heath, To be honest, I

Hi Heath,

To be honest, I hadn't even started thinking about the complication of using remote consoles. I'll add this to my todo list for the next version. For now, I'll see what I can do to pop-up a warning to ensure admins are logged onto the server directly.

Kind Regards,
Ian./

Ian Atkin, Senior Developer for the ICT Support Team, Oxford University, UK

Connect Etiquette: "Mark as Solution" those posts which resolve your problem, and give a thumbs up to useful comments, articles and downloads&

ianatkin's picture
14
Jan
2010
0 Votes 0
Login to vote

Next version now

Next version now available,

http://www.symantec.com/connect/downloads/imageinvoker-version-02-client-initiated-imaging 

Kind Regards,
Ian./

Ian Atkin, Senior Developer for the ICT Support Team, Oxford University, UK

Connect Etiquette: "Mark as Solution" those posts which resolve your problem, and give a thumbs up to useful comments, articles and downloads&

DaveJ's picture
27
Jan
2010
0 Votes 0
Login to vote

Making "rename machine" optional

First off let me say that I've been using Altiris since it was LabExpert, and your ImageInvoker util is perhaps the coolest thing I've ever seen for Altiris!  We're in the midst of expanding our Altiris infrastructure to cover faculty/staff machines in addition to labs, and this saves me tons of work and makes my job a whole lot easier.

Having said that, is there a way to make the rename functionality before the job optional?  We are planning to pre-stage machines in Altiris and AD for deployment on Win7, and we don't like the idea of our techs being able to randomly rename machines as they would get added to the Computers OU by default, which would not have our default Win7 policies applied.

Cheers,
Dave

ianatkin's picture
28
Jan
2010
0 Votes 0
Login to vote

Hi Dave, Nice positive

Hi Dave,
Nice positive feedback! That goes a long way to bumping your enhancement up the queue... ;-) 
 
>make the rename functionality before the job optional
This is pretty sensible and added to the feature request list. If you are still using this version though, I recommend an pronto upgrade to v0.2

http://www.symantec.com/connect/downloads/imageinv...

Come february, the  0.1 branch will expire!!

Kind Regards,
Ian./
 

 

Ian Atkin, Senior Developer for the ICT Support Team, Oxford University, UK

Connect Etiquette: "Mark as Solution" those posts which resolve your problem, and give a thumbs up to useful comments, articles and downloads&

billyccfs's picture
06
May
2010
0 Votes 0
Login to vote

WinPE

Hi Ian,

Any ETA on the next rev and will it support WinPE?

I love this app!

Thanks,

Billy Wilson

ianatkin's picture
06
May
2010
0 Votes 0
Login to vote

Its a work in progress

Its a work in progress Billy...  the .NET migration has come with its own issues and I am now pushing ahead with WinPE support instead.

Will post  out when the next version is ready -but I anticipate a July release at the moment.

Kind Regards,
Ian./ 

Ian Atkin, Senior Developer for the ICT Support Team, Oxford University, UK

Connect Etiquette: "Mark as Solution" those posts which resolve your problem, and give a thumbs up to useful comments, articles and downloads&

billyccfs's picture
06
May
2010
0 Votes 0
Login to vote

Sweet!

I look forward to it!