Deployment Solution

 View Only
  • 1.  Change default drive mapping for Automation Partition

    Posted Dec 13, 2011 11:20 AM

    On our Altiris Deployment Solution server (version 6.9) when you right click on a Computer>Advanced>Install Automation Partition to install the automation partition the default drive mapping that it uses is F: for mapping to the Deployment Server.  This is a problem for many of our computers when the WinPE version of the Automation partition loads because many of our computers have internal drives that already map to the F: drive when WinPE loads which causes the mapping to the Deployment Server to fail.

    How do I change the settings in the deployment server so that when it builds the package to install the automation partition that it uses W: for the drive mapping to the Deployment Server??  I've been able to change the settings in Boot Disk Creator to creat a stand alone installer, but I would like to change the default for the automated process.



  • 2.  RE: Change default drive mapping for Automation Partition

    Posted Dec 14, 2011 05:30 AM

    The setting for default map drive is available in default.cfg file..

    The default drive mapping is specified by the string whose name begins with "mappath". The default value is mappath0, where 0 is for drive F:. Change this to mappath7 to map M: instead. This must be done before the winpe PXE boot images are created. 

    To change map drive from F: to W: ---

    Go to c:\program file(X86)\express\deployment share\default.cfg

    Edit default.cfg and search for mappath0........ here 0 means F: drive

    Change mappath0 to mappath17..........here 17 means W: drive

    Save the file

    Now when you create automation partition then it will use W: drive as default map drive for mapping to the Deployment Server .

     

     

    If you find  my comments useful then "Please mark it as solution"

    .

     



  • 3.  RE: Change default drive mapping for Automation Partition

    Posted Dec 14, 2011 05:46 PM

    the above post works.  there is another way to do this  :)

    when creating the Boot Disk Creator configuration there a step that shows that F: (default) will be used.  you can change that copy the contents of F: and paste under a different drive letter. delete the contents for F: and continue with the configuration,

    Nelo



  • 4.  RE: Change default drive mapping for Automation Partition

    Posted Dec 15, 2011 12:10 AM

    Hi Nelo ,

    The steps you have mentioned works if you are creating configuration manually.If you are installing automation partition on client machine using  right click on Computer-> Advanced-> Install automation partition then DS will create configuration automatically using default map drive mentioned in Default.cfg file.

    As the automated process does not allow to change drive letter we need to change it in default.cfg file . 

    Thanks

    Symdon



  • 5.  RE: Change default drive mapping for Automation Partition

    Posted Dec 15, 2011 02:28 PM

    Great, that worked!!  But now I have another question.

    If you go to either:

    - In the Deployment Console you click on Tools>Options>Agent Settings>Change Default Settings for Automation Agent>Drive Mappings

    OR

    - In the Computers Section if you Right Click on either the Container or specific computer>Change Agent Settings>Automation Agent>Drive Mappings

     

    There is a place to specify a drive mapping for the Automation agent.  What the heck are these for?!?  No matter what I put there, it doesn't seem to do SQUAT!

    Thanks for the help!!



  • 6.  RE: Change default drive mapping for Automation Partition

    Posted Dec 21, 2011 07:08 AM

    Inewton ,

    Tools->option->agent settings is force agent setting. (Force agent setting can be applied to only the clients, which are not present already in the database).

    If you make any changes

    -----> In the Deployment Console you click on Tools>Options>Agent Settings>Change Default Settings for Automation Agent>Drive Mappings (suppose you changed drive letter to say M ) then this change will be reflected to individual clients connected to DS.

    Here it is clearly mentioned in automation agent settings tab that " When new agent connects, they will receive this default setting fron DS server " ( i.e If the enry is already there in the database then these settings will not be forced on the agent as it is treated as old agent . Once the agent connects to DS server and confirms that it is new entry or client the DS force these settings for dagent. )

     

    The chnages made in Tools -> options -> agents settings reflects to each client connected to DS server

    You can verify by

    - In the Computers Section if you Right Click on either the Container or specific computer>Change Agent Settings>Automation Agent>Drive Mappings (Here you will find the same drive mappings which are set in tools->option->agent setting ->default setting for Atuomation agent ).  (

    But i am not sure whether this feature properly works or not ? (i.e  if the new client boots into automation and connects to DS then mapped drive should be the same which is set in tools ->option->agent settings).

     

    Thanks

    Symdon

    If you find  my comments useful then "Please mark it as solution"