Sponsored Content
Full Discussion: Deploying XP patches
Special Forums Windows & DOS: Issues & Discussions Deploying XP patches Post 57216 by zazzybob on Thursday 21st of October 2004 03:57:27 AM
Old 10-21-2004
When we had to patch and SP a ton of Win2K machines, we used LANGuard (http://www.gfi.com/languard/) which comes (or did come) with a patch deployment agent. It installed the patches (which required a reboot), and we let it reboot at the end of the day. Nice.

You can use Group Policy to make software available, but the client still has to install them manually. I know that MS SMS will allow you to deploy patches, etc, but for all of that you need a Windows 2000 or 2003 server. At least with LANGuard you can just run it from an "administrative" workstation.

Cheers
ZB
 

5 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

Deploying IE 5.5 or 6

Can anyone help? We are trying to deploy IE 5.5/6 across the network using Zenworks 3.2 with dynamic local users on NT4 workstations with service pack 6a, using IEAK. The install with elevated privileges does not seem to work, only users with admin rights can install locally. Can anyone advise?... (3 Replies)
Discussion started by: jnash
3 Replies

2. Solaris

deploying .ear file Websphere

hi This may not be right question to ask on this forum, but I think people here can answer the question. Please give me details of steps/commands used in UNIX ( only command mode) for deploying an ear file on websphere. Thanks in advance, Ashish (2 Replies)
Discussion started by: ashish_uiit
2 Replies

3. Shell Programming and Scripting

Deploying Cronjob to multiple servers

I figure that this is a shell scripting issue so I'll post here. I'm attempting to deploy a cronjob to a variety of servers, some 200-odd, of all walks of life. Mostly AIX, but some Solaris, some HP-UX, some Linux (of varying distributions), etc. I initially thought about utilizing a mass... (2 Replies)
Discussion started by: Magus Zeal
2 Replies

4. Linux

Deploying Qt on CentOS - libc.so.6 update problem

I am developing a simple client-server (TCP) application using QT. The server side is to run on CentOS. I am developing both the server and client programs using Ubuntu. I am now attempting to deploy an experimental version of the server application on the CentOS server, but I am not yet... (2 Replies)
Discussion started by: David Brown
2 Replies

5. AIX

List of Installed patches for AIX from given set of patches

I need to find out list of installed patches from given list of patches. I have tried using instfix -f <File containing list of patches> -i -c But I was not able to understand the output of this command. It was like below. bos.perf.tools: :0.0.0.0:?: bos.rte.libc: :0.0.0.0:?: ... (4 Replies)
Discussion started by: Saurabh Agrawal
4 Replies
GIT-QUILTIMPORT(1)						    Git Manual							GIT-QUILTIMPORT(1)

NAME
git-quiltimport - Applies a quilt patchset onto the current branch SYNOPSIS
git quiltimport [--dry-run | -n] [--author <author>] [--patches <dir>] DESCRIPTION
Applies a quilt patchset onto the current Git branch, preserving the patch boundaries, patch order, and patch descriptions present in the quilt patchset. For each patch the code attempts to extract the author from the patch description. If that fails it falls back to the author specified with --author. If the --author flag was not given the patch description is displayed and the user is asked to interactively enter the author of the patch. If a subject is not found in the patch description the patch name is preserved as the 1 line subject in the Git description. OPTIONS
-n, --dry-run Walk through the patches in the series and warn if we cannot find all of the necessary information to commit a patch. At the time of this writing only missing author information is warned about. --author Author Name <Author Email> The author name and email address to use when no author information can be found in the patch description. --patches <dir> The directory to find the quilt patches and the quilt series file. The default for the patch directory is patches or the value of the $QUILT_PATCHES environment variable. GIT
Part of the git(1) suite Git 1.8.3.1 06/10/2014 GIT-QUILTIMPORT(1)
All times are GMT -4. The time now is 03:52 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy