Changes between Version 11 and Version 12 of opsi


Ignore:
Timestamp:
Jun 15, 2012, 2:35:41 PM (12 years ago)
Author:
joergs
Comment:

remarks wsusoffline

Legend:

Unmodified
Added
Removed
Modified
  • opsi

    v11 v12  
    3737    * {{{opsi-package-manager --install --properties ask PACKAGE.opsi}}}
    3838
     39
     40== bitlocker ==
     41
    3942== wsusoffline ==
     43
     44source:opsi/products/wsusoffline
    4045
    4146Using "WSUS Offline Update", you can update any computer running Microsoft Windows and Office safely, quickly and without an Internet connection, see http://www.wsusoffline.net/
    4247
    43 This tools will download all (most) available Windows and Microsoft Office Updates and collect them in the
     48This tools will download all (most) available
     49  * Microsoft Windows Updates
     50  * Microsoft Office Updates
     51and additional Microsoft components like
     52    * .Net Framework
     53    * Powershell
     54    * MS Defender
    4455
    45 Linux version is available here: http://software.opensuse.org/download/package?project=home:dassit:opsi:opsi4&package=wsusoffline
     56All these components are stored in the {{{client/}}} subdirectory. This directory can be distributed to other client systems. On these systems it can be installed by a wsusoffline script without further user interaction.
    4657
    47   * download and extract wsusoffline
     58To distribute and install these components, it can be packed into a OPSI package.
     59
     60=== create a wsusoffline OPSI package ===
     61
     62==== using the wsusoffline RPM ====
     63
     64  * install the wsusoffline from http://software.opensuse.org/download/package?project=home:dassit:opsi:opsi4&package=wsusoffline
     65  * make sure, that the download user is member of the group {{{wsusoffline}}}, e.g.
     66    * {{{sudo /usr/sbin/groupmod wsusoffline -A $USER}}}
     67  * execute
     68    * {{{wsus-download-updates.sh}}}
     69      * select required products and start the download
     70        * the updates will be stored in the directory: {{{/var/lib/wsusoffline/client/}}}
     71  * copy the wsusoffline client directory into the OPSI package at {{{opsi_workbench/wsusoffline/CLIENT_DATA/client/}}}
     72    * {{{rsync -av --progress /var/lib/wsusoffline/client/. $YOUR_OPSI_PATH/opsi_workbench/wsusoffline/CLIENT_DATA/client/.}}}
     73
     74
     75
     76==== using the wsusoffline ZIP-archive ====
     77
     78  * download and install wsusoffline from the ZIP archive at http://www.wsusoffline.net/
    4879  * start {{{wsusoffline/sh/DownloadUpdates.sh}}}
    4980      * select required products and start the download
     
    5182  * copy the wsusoffline subdirectory {{{client/}}} into the OPSI package at {{{opsi_workbench/wsusoffline/CLIENT_DATA/client/}}}
    5283
    53 source:opsi/products/wsusoffline
    5484
    5585=== Known limitations ===
    5686
     87  * wsusoffline 7.3.2
     88    * bug in the Linux download code (dos2unix). Not all products are properly selected/deselected
    5789  * wsusoffline 7.3
    5890    * winxp, dotnet-Framework 3.5 Language Pack is known not to work. I suggest installating dotnet-Framework 3.5 as a separate package
     
    6294== xenserver-tools ==
    6395
    64 Winodws tools when running on a Citrix XenServer:
     96Windows tools when running on a Citrix XenServer:
    6597
    6698source:opsi/products/xenserver-tools