Getting started with Microsoft Windows Server Update Services 3.0, Part 6: Disconnected network (1)

In case that you have WSUS server separated from the Internet, you can’t get updates directly. Microsoft has provided a solution by setting up another WSUS server which can connect and update from the Internet. Next, download updates from the Internet to this server and then export updates and metadata to files and copy (may be via backup tape) to the WSUS server which is on the disconnected network.

To implement this solution, you need to perform 3 steps:

  1. Matching Advanced Options.
    Make sure that on the advanced synchronization options for the express installation files features and languages on the exported server match the settings on the imported server.
  2. Export files and metadata from the exported server.
    Export files will be done by using ntbackup command and metadata which is description and detail of updates will be export by using wsusutil.exe.
  3. Import files and metadata to the imported server.
    Import files and metadata will be use the same process as when export.

In the following example, I’ll configure to enable express installation files features so that both server required to enable this feature and the langauge is only English. Since this topic is quite long, it will separate into 2 posts. In this post, I’ll show only first 2 steps.

Note: You required local Administrative privilege on both WSUS server to perform this. The wsusutil.exe tool can only be run on a 32-bit platform.

Sections

  1. Matching Advanced Options
  2. Export files and metadata from the exported server

Step-by-step

Matching Advanced Options

  1. Open Update Services, select Options -> Update Files and Languages.
    Open Update Services
  2. On Update Files tab, ensure that “Download express installation files” is checked on both exported server and imported server.
    Check Download express installation files
  3. On Update Languages tab, ensure that only English language is checked on both exported server and imported server.
    Select language on Update Languages tab

Back to top

Export files and metadata from the exported server

  1. On the exported server, type ntbackup on command-line. The Backup or Restore Wizard appears. Click next.
    Run ntbackup
  2. On Backup or Restore, select Back up files and settings. Click next.
    Select Backup
  3. On What to Back Up, select “Let me choose what to back up”. Click next.
    Select 'Let me choose what to back up'
  4. On Item to Back Up, browse to WSUSContent folder and check the folder. All sub directories will be also checked. Click next.
    Note: WSUSContent is the folder in WSUS folder when installs WSUS.
    Select folder to backup
  5. On Backup Type, Destination and Name, select where you want to backup. I choose D:. Click next.
    Select a destination file
  6. On Completing the Backup or Restore Wizard, click Advanced.
    Select Advanced
  7. On Type of Backup, select Incremental. Click next.
    Select Incremental
  8. On How to Back Up, click next. You can also select “Verify data after backup” if you want to validate it after backup. Click next.
    Customize how to backup
  9. On When to Back Up, click next.
    Select backup now
  10. On Completing the Backup or Restore Wizard, click Finish.
    Finish the wizard
  11. The backup is processing.
    Backuping the data
  12. When the backup is finished, you’ll have a file .bkf at the place where you have backup. This is the file that will be copied to the imported server.
    Backup finish
  13. Next, I’m going to backup metadata. Open command-line to C:\Program Files\Update Services\Tools. type “wsusutil export export.cab export.log”.
    Note: This command will be exported metadata to a file called ‘export.cab’ and also create a log file called ‘export.log’ which for debugging.
    Run wsusutil to export metadata
  14. When export finishes, you’ll see the message as the figure below.
    Export metadata done
  15. Navigate to C:\Program Files\Update Services\Tools. You’ll see export.cab. This file is the metadata file which will be copied to the imported server.
    The metadata's backup file
  16. Next, copy both .bkf file and .cab files to the imported server. The import will be shown in the next post. See Getting started with Microsoft Windows Server Update Services, Part VI: Disconnected network(2).

Back to top

Series Navigation<< Getting started with Microsoft Windows Server Update Services 3.0, Part 5: Configure ClientGetting started with Microsoft Windows Server Update Services 3.0, Part 7: Disconnected network (2) >>

Leave a Reply