Deployment Solution

 View Only
  • 1.  Deployment Solution 7.5

    Posted Jul 17, 2014 09:26 AM

    Hi,

    I have a GHOST image stored in one of the location. I have copied that to my system on D Drive. Now, I want to deploy that image on one of the client machines. So where should I copy the image in Altiris folder, so that I can access that Image and push it to the client machine.

    Can I insert a image on a particular GUID?

    How can I see that image on console?



  • 2.  RE: Deployment Solution 7.5

    Posted Jul 17, 2014 12:47 PM

    Hi there!

    Here are a couple articles that should be useful for you in managing images:

    How to change the location where the DS 7.x images are stored
    http://www.symantec.com/docs/HOWTO32586

    Deployment Solution 7.x: Image Storage, Replication, & Removal
    http://www.symantec.com/docs/HOWTO21731

    Those should answer the question. If not, let me know!



  • 3.  RE: Deployment Solution 7.5

    Posted Jul 24, 2014 08:51 AM

    Hi Randall,

    I wanted to ask that I have a .GHO image in my D drive, I want to deploy that image without capturing any new image from the Altiris console.

    So, I'm unable to find that .GHO image in my console which is in my D drive that I want to deploy.

    How do I find that image in my Altiris console and deploy that image on specified machine.

    Thanks.



  • 4.  RE: Deployment Solution 7.5

    Posted Jul 29, 2014 04:37 PM

    You want the resource import tool. C:\program files\altiris\deployment\tools\resourceimporttool.exe

    Run it as administrator and you can import your image.



  • 5.  RE: Deployment Solution 7.5

    Posted Jul 29, 2014 04:44 PM

    Here are instructions for using the Resource Import tool:

    Importing images using Resource Import tool
    http://www.symantec.com/docs/HOWTO99971 

    I hope that helps!

    Randy



  • 6.  RE: Deployment Solution 7.5

    Posted Jul 31, 2014 02:49 AM

    Alternatively, you can swap that image into another one you've captured to replace it.

    The short answer to your question is that you eitther have to 1) capture an image in the console or 2) import an image via the resource import tool or you will NOT be able to use it via the console directly.  In DS 6.9, you simply browsed to a folder, but in DS 7.5, because it is a part of the SMP, a "resource" must be created for a task to use it. Hense the resource import tool mentioned above.  NOTE:  If your image doesn't have the SMP agent in it, then any tasks AFTER you leave automation (generally post imaging) will fail because for those tasks to run, the agent must be installed and running after the image is rebooted.  That's the only good way to import an image.

    Unless you cheat.

    Cheating is accomplished in several ways.

    1) you can script the task fully instead of using the deploy image tasks.  I don't generally recommend this for new users of the product or of imaging, but for those who are advanced, it can offer several advantages of control.  A script task can be made to do just about anything, especially if you're adept at VBS.  BUT, you have to own that process, adding more work up-front for you.

    2) you can replace the image file of an image you DID capture in the console with the one you have sitting out on D.  If you do this, in the right way (it's a bit weird, so if you don't know how, I'd say don't), then it "becomes" the image you had before.  Works nice in very limited scenarios, but generally is NOT recommended.

    Only the 1st method of cheating is generally recommended, and only for those who know what they're doing OR have a required custom method involving other things like manual driver replacement and/or manual injection of software including the altiris agent post imaging.

     

    Sooooo, with that, for MOST people, using the resource import tool works.

    NOTE:  It will create a COPY of your image in a new location on the server, NOT use the image.  It's important that you realize that when you use it.  It creates a resource, and copies it to all the correct locations on the server and site servers.  It does NOT utilizie the file you have on D.  That becomes... well, sort of your personal backup.  :D

     

    GL!