/build/static/layout/Breadcrumb_cap_w.png

Creating a large Post Installation Task on a Dell KACE appliance

Because Dell KACE appliances use a PHP web interface they are unfortunately limited to 2 GB (or 1.5 GB depending on the browser) file uploads. See http://www.kace.com/en-gb/support/resources/kb/article/how-to-get-around-the-1-5gb-upload-image-deployment-kbox2000

Although this limitation is not directly Dell’s fault, in my opinion they should have a supported method of upload to the appliance. I am sure I am not the only customer that has this requirement.

The supported work around is to create a separate file server to house the payload. In my opinion, this is unacceptable because it creates another fail point.

Fortunately there is a work around but I have found the documentation scarce. Probably because it can be a long process. I hope this guide can save you enough time so that it will be worthwhile. In my case, I spend too many hours troubleshooting and talking to Dell that the benefit of housing the payload on the appliance did not out way the administrative cost.

This guide will walk you through creating a large ‘Post Installation Task’ on a K2000 series KACE appliance. It is very similar to doing the same on a K1000 series. On the K1000 you would create a ‘Managed Install’ instead.

Here is the basic run down of what will be performed:

  1. Create a dummy/fake payload smaller than 2GB and ZIP it
  2. Create a dummy/fake post installation task with the fake payload
  3. Export the new task and copy it to your computer
  4. Modify the package, inserting the real payload
  5. Copy it back to the appliance and import it

To complete this tutorial you will need a Windows computer and 7-zip. 7-zip can be downloaded from here: http://www.7-zip.org. This tutorial assumes it is already installed.

1.    Create a fake payload

In this step you need to create a fake payload. In the example I created a folder called ‘Fake’.

Inside there I created a text file called ‘installdummy.txt’. You can call it whatever you want. Just make sure it’s small than 1.5GB.

ZIP it then rename it. It is important that you rename the ZIP file to whatever you will call the real payload later in the tutorial.

2.    Create a fake Post Installation Task

Log into the KACE appliance and create a new Post Installation Task. Upload the dummy payload ZIP file you created in the previous step. Note that the file size in the example is as small as 130 bytes.

IMPORTANT: The dummy payload ZIP that you upload in this step must have the same file name as you want the real payload to be.

3.    Export task

Go to ‘Settings & Maintenance’, then ‘Package Management’ then ‘Export K2000 Packages’. Locate your newly created task, using the search function if needed. Tick the selection box on the ‘Post Installation Task’ and choose ‘Export Selected’ from the ‘Choose Action’ drop down list.

This will create a package in the SMB share on the K2000. Large tasks can take a while to generate but because I payload is small it should almost be instant.

Open Windows Explorer and navigate to \\<IP address or DNS name of K2000>\restore

For example: \\ikbox\restore

Copy the PKG file to your local hard drive.

4.    Modify the package file

ZIP the real payload. Using Windows to create the archive will work fine.

Rename the ZIP file to the same as the fake payload ZIP created earlier. For example: ‘adobecs6.zip’

Right-click the PKG that your copied from the K2000 and select ‘7-ZIP’ à ‘Open archive’.

Open randomly generated folder (for example: PS101_1367819330_1348) then ‘.’ (dot) then ‘PAYLOAD’. You will then see the dummy ZIP file.

Delete it. Then copy the new LARGE payload ZIP to the ‘PAYLOAD’ directory in the PKG file in 7-Zip. I find the best way is to ‘drag-and-drop’.

You will be prompted to confirm the copy. Accept ‘Yes’.

Once it has copied it appears as though the job is complete but you have to close 7-Zip and say ‘OK’ to save the changes.

Saving the changes takes a long time depending on the size of the payload.

5.    Import the PKG into the appliance

Copy the PKG file back into the SMB share on the K2000, overwriting the original. For example \\ikbox\restore

Before importing the new PKG file you will need to delete the original dummy Post Installation Task from within the web interface. If you do not, you will end up with two tasks: the dummy one and real one.

On the K2000 web interface navigate to ‘Settings & Maintenance’ à ‘Package Management’ à ‘Import K2000 Packages’.

Notice the payload is very large in the import screen. Tick the selection box on the left and ‘Import Selected’ from the ‘Choose Action’ drop down box.

The KACE applicance will take a while to import the package. In the top-right hand of the screen it will say what is it up to. When it is finished it while say ‘Currently: Idle’.

All done. You can now deploy your application to your clients. You should also delete the PKG file from the SMB share to free up space.

Note: If you look at the task from the web interface, you may notice KACE reports the original small file size. KACE is lying to you. It really is large.


Comments

  • (Newbie) Thanks This has helped. Thanks again.. Do you have a any command line for this Postinstall? - Redzonewood 10 years ago
  • Sorry mate. I've moved on from this client so I don't have access to the script. From memory, I used the Adobe Application Manager Enterprise Edition (AAMEE) which gave instruction. I'm guessing you already figured it out anyway because your post is so old (sorry about that). - Dunc the Punk 10 years ago
  • I followed this instruction and was able to upload a Autocad deployment package of 2.09 GB.
    When I deploy my image with the post task I am getting K2000 post-install task error "The system cannot find the file specified." for autocad.
    I went to autocad task ID folder (C:\KACE\Application\Autocad Task ID folder) on loca machine and it only contain the dummy text file. Ay suggestion will be greatly appreciated. Here is the command line I am using for the autocad package which works flawless through command line.
    "Img\Setup.exe" /qb /I Img\Autocad 2015.ini /language en-us - ravikumar908 9 years ago
    • Sorry mate. It's been a long time since I've used KACE. It sounds like you've missed something in step 4. I'd help you out more but I don't have an appliance to test anymore. - Dunc the Punk 9 years ago
    • I think something changed with KACE. I found that if you copy the entire contents of the UNCOMPRESSED software into the contents folder it will work. In other words the contents folder should not be empty.

      In summary you still need the .zip in the payload folder along with all the uncompressed files in the payload --> contents folder. - carminus 8 years ago
      • By doing this the package size is doubled, meaning my 4GB .ZIP turns into an 8GB package. Is that correct? - sdemuth 8 years ago
  • This is a helpful article so thanks first off.

    Regarding changes in the newer versions of KACE I found that you can just put the real contents of the large file in the "Contents" folder and leave the zip file as the small fake zip file. This way you aren't doubling the size of the task. It works this way for me. - dan.jacobson@tapad.com 7 years ago
    • Nice. Thanks for figuring that out. - chucksteel 7 years ago
  • This doesn't seem to be working on 3.7.... unless I'm doing something wrong?

    The import packages shows the much larger package size (2.8gb), but the imported post-install task is 128B. :( - wafflesmcduff 7 years ago
    • Did you replace the files in the contents folder with the actual files? - chucksteel 7 years ago
      • Yes. I've added more detail to my original comment. - wafflesmcduff 7 years ago
      • The GUI doesn't show the updated package size, but if you mount the peinst share on your appliance and browse to applications and then the ID of the post install task you can check the contents folder to verify if the files are there.

        The peinst share is hidden so you need to mount it directly \\kace2000\peinst, using your K2's hostname. - chucksteel 7 years ago
      • Sorry, I misunderstood your question, it seems.
        I'm trying leaving the 1KB .zip file alone and putting the contents of the real zip file into the contents folder. Let's see how that goes. - wafflesmcduff 7 years ago
      • Is it possible to just update the contents of the CONTENTS folder on the peinst share instead of all this messing about with 7zip? - wafflesmcduff 7 years ago
      • Unfortunately there isn't any way to make changes to the peinst share, the admin account only has read access. You could try placing the files on the petemp share which does have write access. I believe it gets mounted as t: in the KBE. You would have to modify your command line to execute the installer from there. - chucksteel 7 years ago
  • So I've done everything you said here and I thought it was working but then something strange happened during deployment. I've done the whole replacing the zip file in the package, importing it back all of that. During deployment of Office 2013 with updates (over 2gb), I got failed installation task where it couldn't find the file I was referencing in the command line task which was setup.exe /adminfile fullinstall.MSP. I was like that is strange. So I edit the task and use notepad to go to the location that the package was deployed on the local machine which is (for me) c:\KACE\APPLICATIONS\97\*. I go to this folder and it has the contents of the fake zip that I replaced. So then i go back to the post installation task itself...and I had zipped it has Office2013.zip. I click on the zip file listed and it opens the 2GB zip file. The new zip is not getting deployed to the workstation but it shows up in Kace under post installation tasks just fine. You might be thinking that I am looking at the wrong post installation task but that is not the case. The task I am looking at is indeed 97 (http://k2000/post_install_task_detail?post_install_task_id=97). I am puzzled about this. Is there a way to reindex the zip file that was placed using this method? I will be happy to give further explanation if needed. - jason.williams 7 years ago
    • Here are the updated instructions that I generally use:
      Creating a large post-install task

      Most browser will not allow uploads of greater than 2GB. This limitation makes creating post-install tasks on the K2000 difficult if the zip file exceeds that limit. There is a way to get around this limitation, however. You will need 7-Zip installed on your computer to complete these tasks.

      In this example I will be creating a large post-install task using Adobe Illustrator version 20.0.0 as my example. The same technique can be used for other applications but may require you to determine which files to exclude from the initial upload to the K2000.
      1. Create a folder on your computer that contains all of the application files needed for the post-install task, e.g. c:\temp\Illustrator20.0.0.zip
      2. Move large files from the folder to another location. In the case of Adobe CC apps the HD folder contains the bulk of the program files, so I generally move that folder to c:\temp\hd
      3. Select the remaining files in the folder and compress them into a zip file by right clicking then selecting Send To, Compressed (zipped) folder.
      4. Name the zip file appropriately, e.g. Illustrator20.0.0.zip
      5. On the K2000 create a new post-install task as you normally would and upload the zip file you just created.
      6. On the K2000 click Settings, Package Management, Export Packages
      7. Locate the post-install task that you just created in the list and check the box to select it
      8. Click Choose Action, Export Selected
      9. The page should refresh and the status of the K2000 in the upper right should show that the package is being exported

      10. Once the status returns to Idle open window to \\kace2k\restore
      11. There should be two files exported, a pkg and an xml. The names should begin with PO# where the # is the ID of the post-install task.
      12. Copy the pkg file to your computer.
      13. Right click on the pkg file and open it in 7-Zip
      14. You can browse the contents of the package file in the 7-Zip interface. The top level folder should be the name of the file, then a dot, then payload and finally contents.
      15. Open a file explorer window and locate the folder you removed previously, e.g. c:\temp\hd
      16. Drag the folder into the 7-Zip window
      17. 7-Zip will confirm that you want to copy the files into the archive.

      Click Yes
      18. The contents folder should now include the folder you copied, e.g. HD
      19. Close 7-Zip.
      You should be prompted to update the contents of the archive.
      20. Copy the package file back to the \\kace2k\restore share replacing the original file
      21. On the K2000 delete the post-install task you created in step 5.
      22. Click Settings, Package Management, Import K2000 Packages
      23. Check the box next to the package that you updated and copied to the server
      24. Click Choose Action, Import Selected
      25. The page should refresh and the status of the K2000 in the upper right should show that the package is being exported

      26. Once the status returns to Idle your package has been imported.
      27. Click Library, Post-Installation Tasks and verify that it is there.
      NOTE: The file size listed for the task will not be updated and will reflect the size of the original file that was uploaded in step 5. - chucksteel 7 years ago
      • Do you prefer to do it this way vs a batch file that points to a network share? I currently do large PO's by having them point at my K1/clientdrop. Had never considered this trickery. How are you handling super large installs 8-10GIG, that are split files? - five. 6 years ago
    • No, we don't use the method anymore. Instead I upload the large file to the K1000 clientdrop folder, create a managed install with that file, export the MI, copy the exported pkg to the K2000 restore folder and import.

      I have never had an install that large (8 to 10 GB) with multiple files and I'm not sure what I would do in that case. Probably install from a network share would be the best route. - chucksteel 6 years ago
      • Unless if your like us and use replication servers which does not support this method. BTW, we use autodesk autocad breaks the record. The full suite package size is 37.2GB. - carminus 6 years ago
This post is locked

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ