Paul Williams [MVP]
Guest
|
Posted:
Tue Aug 30, 2005 8:52 am Post subject:
Re: using DFS and FRS with SMS to deploy applications |
|
|
| Quote: | Method 1) Use the normal SMS provisioning process to send the applications
to designated directories on the web server (the same way software are
provisioned to servers/desktops). Then from those directories, my portal
will take care of making them available for downloads. An example. I
have three applications where I store in SMS. Do I need to write some
SMS scripts to tell it to push those applications into directory XYZ on my
web server?
|
You might get better answers in one of the SMS groups, but I'll take a stab
at this for you...
If your web portal isn't a DP then you will need to create a package in SMS
that is simply a .bat, script or app that does a file copy from a public
folder, for example stored on the SMS box, to the web server.
SMS cannot be used to copy or replicate data, unless that data is
SMS-specific files such as packages.
| Quote: | Method 2) Is there a SMS API that I can program against to link my portal
into SMS to pull those applications onto my web server? Of course,
providing there are some safeguard mechanisms within the API that will
prevent my program to corrupt or explore the SMS file store.
|
Yes, more than likely. Check out the SMS SDK for more info.:
-- http://support.microsoft.com/?id=235684
| Quote: | Method 3) Using DFS and FRS with SMS?
|
This shouldn't be an issue in some circumstances, but could be a
non-supported configuration in others. Can you be more specific?
You don't really need to use FRS to replicate SMS packages and the like as
SMS does this itself. SMS will replicate a package to all applicable DPs.
If you wanted to store your source packages on a DFS/ FRS file store this
would be fine. The only reason I can see for doing this though is to have a
backup of the source packages. In which case, you might want to ensure that
one link is the master, and always use this one (and only have the other
replicate from there).
--
Paul Williams
Microsoft MVP - Windows Server - Directory Services
http://www.msresource.net | http://forums.msresource.net |
|