Client Management Suite

 View Only
  • 1.  Software Channel - What is it?

    Posted May 23, 2012 01:38 PM

    Does anybody know what a "software channel" is in ITMS 7.1 SP2?  When editing a software resource you have the option to choose "Software Channel Targets Software Release".  What does this do exactly?  On a side note, what I'm looking to do is make one resource install if it's "parent" item is installed.  Any tips?  Thanks.



  • 2.  RE: Software Channel - What is it?

    Posted May 23, 2012 02:58 PM

    Software channels are used by Patch Management.  For example, Adobe is a software channel.  Microsoft, Google, Apple, Red Hat, etc are also software channels.

    If you want to install a software resource (e.g. "Labelmaker Documentation Pack") if a different parent resource is installed ("Labelmaker 4.5"), there are at least two methods.  One method is that your target for Labelmaker Documentation Pack Managed Software Delivery includes a filter such as "Computers Running Labelmaker 4.5", which does some sort of SQL query (SELECT arp._ResourceGuid FROM Inv_AddRemoveProgram arp WHERE arp.DisplayName='Labelmaker 4.5').

    A second method is that when you create Labelmaker Documentation  Pack, you can create an Applicability Rule for Labelmaker 4.5.  Labelmaker Documentation Pack is now only applicable to computers with Labelmaker 4.5, and you can apply the Managed Software Delivery for Labelmaker Documentation Pack to all computers.

    I suppose you could also state that Labelmaker Documentation Pack is an update to Labelmaker 4.5, and associate it as such.  When you create a Managed Software Delivery for Labelmaker 4.5, it would automatically run the detection checks for Labelmaker Documentation Pack after installing Labelmaker 4.5, since it would view the documentation pack as a required update or service pack.

    I typically prefer the first method, since it will take care of any computer, no matter how they originally received Labelmaker 4.5.

    Does this help? 



  • 3.  RE: Software Channel - What is it?

    Posted May 30, 2012 01:07 PM

    It helps a bit but what is happening is that I have an install that occurs using an MSI file.  I then have a batch file that I want to use as a "required update".  When I put the batch file in as a software resource and tell it that this is a software update to the original install it never shows up on the MSD page.



  • 4.  RE: Software Channel - What is it?

    Posted Jun 01, 2012 03:54 PM

    More specifically, Software Channel is terminology from Patch Management for Linux.  For Red Hat, a channel would be Red Hat Enterprise Linux 4 ES x86.  Red Hat Enterprise Linux 4 ES x86-64, Red Hat Enterprise Linux 4 AS x86, Red Hat Enterprise Linux 5 x86-64, would be separate channels, for example.



  • 5.  RE: Software Channel - What is it?

    Posted Jun 05, 2012 07:23 PM

    Create the batch file as a separate software resource, then simply add it as a second software resource to the Managed Software Delivery.  Required update hasn't worked properly for me.  Not sure if that is by design or not.