Deployment Solution

 View Only
  • 1.  Altiris taking images of ALL partitions, anyway to change this?

    Posted Jun 11, 2009 06:03 PM
    I am trying to take images of our servers at work. Currently our File servers and Exchange servers have JBOD's attached that are configured as RAID 5 and show up as E drives on both systems. When I do an altiris quick disk image of these servers, they backup all the drives, including the JBOD's... We have another backup solution in place for the data on the JBOD's and mainly want to use Altiris for OS restoration... is there anyway to tell altiris to stop backing up the JBODs?


    Thanks!



  • 2.  RE: Altiris taking images of ALL partitions, anyway to change this?

    Posted Jun 15, 2009 04:01 AM
    Change the RDeploy command line to include the following.

    rdeploy -md -f[filename] -kp2

    Where -kp is the switch and 2 is what partition number you DON'T want overwritten. This works for download only, so when creating an image file it will always create the image with all partitions.

    I am unaware of an option on how to do this in DS console.

    Josh Bauer


  • 3.  RE: Altiris taking images of ALL partitions, anyway to change this?

    Posted Jun 16, 2009 05:44 AM
    Hello all,

    Take a look at the product documentation, all switches are fully explained.
    In upload mode, you can specify what partitions to include in the image by adding -pn where n is the partition number (-p1, -p2...).

    Good luck
    Santi



  • 4.  RE: Altiris taking images of ALL partitions, anyway to change this?

    Posted Jun 16, 2009 07:43 PM
    Ah well there you go, must of missed that good spoting Santi.

    Josh