Patch deployment via Zen works

what is the best way to do this for a few houndred workstaions?
a step by step way
thanks

great -
thanks for that great info -
"Craig Wilson" <[email protected]> wrote in message
news:[email protected]..
> There is not really a "simple" "step by step" answer.
>
> Unless you have a patch management tool, some definite work on your end
> will be required.
> I have an in-house tool that I wrote for doing this, but it was written
> at work for my employer with much time and effort so there is no chance
> I could send this out.
>
> http://www.zenworks.com has some tips that can get you started and tools
> that can help.
> Expect a fair amount of effort on your part.
> It should still beat doing things manually.
>
> If there are a few patches you want out, you could just try a "good
> enough" approach such as creating a monthly run batch file that calls
> all of the patches you are concerned worried about with a few silent
> switches. ( Note: the required switches for a silent install seemed to
> have changed over time.)
>
> Antz wrote:
>
> > what is the best way to do this for a few houndred workstaions?
> > a step by step way
> >
> > thanks
>

Similar Messages

  • Patch Management with Zen Works

    hello all -
    What I want is some help with using Zen works 3 with deploying patches
    I know ZW3 is not for that - later version do.
    in the meantime until we upgrade.
    I'd like any help you guys and spare.
    Thanks so much!!!

    Checkout http://www.zenworks.com for a few tips and helpful hints.
    Antz wrote:
    > hello all -
    > What I want is some help with using Zen works 3 with deploying patches
    > I know ZW3 is not for that - later version do.
    > in the meantime until we upgrade.
    > I'd like any help you guys and spare.
    > Thanks so much!!!

  • Deployment via JDev works, OEM - File Upload not!?

    Hello!
    A weird thing for you. I try to deploy a, 10.1.2 to 10.1.3 migrated, Struts-App.
    Deploying via JDev to Standalone OC4J 10.1.3 works fine!
    Deploying via OEM - File Upload to same OC4J ends in error:
    In XYZ.war missing Standard-Deployment in WEB-INF/web.xml
    Deploying via JDev to OAS 10.1.3, I get the same web.xml error.
    Deploying via OEM - File Upload in OAS 10.1.3, I get the same web.xml error.
    Any Ideas why XYZ.ear with same web.xml will be accepted via JDev - Deploy on Standalone OC4J, but not via File Upload and not on OAS?
    Thanks, appreciate your help.
    Phil

    Herko_ter_Horst wrote:
    And you think using HTTP magically allows you to upload a file to the server without a username and password?My friend I believe you need a good reading skills apart from devicing ur own sarcastic replies :)
    Well here is an idea for you.
    Try Mounting /Map the remote storage location / drive to the Application Server Machine and try saving files using mapped location.What i adviced OP is to choose / decide his own remote storage location / medium and have asked him to map it as network drive or mount the respective storage location and asked him to program his application such that for every valid multipart request the application saves respective file in the respective mapped drive or mounted location.
    Now this was done just to address his motive for maintaining a remote repository for file storage which was
    The next stage is to move it from the webapps server to another server.And i hope someone need not become a magician to solve this :)
    NOTE: This would involve very little bit change in application source.To me all it calls for is change in repository location.
    REGARDS,
    RaHuL

  • Help with Patch install via Zen Wk 3

    I have this patch I want to have installed on my users machine without the
    user not having to do a thing.
    Want it to install automatically - It is MS Patch MS05-011
    As I've stated before we are running Zenworks 3
    Our own Admin was a whiz at Zenworks - yet he never shared what he knew with
    us.
    I just want the patch to install - the machine will reboot and end of story.
    And when they sign on again - it will not do it all over again
    That's what I'm running into.
    Is there a way I can create a batch file for this?
    My knowledge of this Zen and a batch file is limited
    Thanks in advance.

    Tomi,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • WLST deploy fails but works fine via admin console

    RHEL 5.6
    Jrockit 1.6.0_20-R28.1.0-4.0.1
    Weblogic 10.3
    Alfresco 3.3.4 (295)
    Oracle 10.2.0.4
    I'm experiencing problems when attempting to deploy a WAR using WLST using the below python script. If I deploy this WAR using the Weblogic Admin Console, all works well. When I attempt the same deployment using WLST, the deployment 'appears' to work and the script shows no sign of error BUT the application does NOT show up at all in the admin console. I'm using the same authentication information in both scenarios.
    connect(username,password,'t3://' + adminServer + ':8001')
    try:
    edit()
    startEdit(waitTimeInMillis=30000)
    except:
    traceback.print_exc(file=sys.stdout)
    print "Failed to aquire edit lock"
    # cannot undo when we do not has the lock
    #undo(defaultAnswer='y')
    #stopEdit()
    sys.exit(1)
    try:
    for app in cmo.getAppDeployments():
    if app.getName() == appname:
    print ('Application \'' + appname + '\' is already deployed, removing previous deployment...')
    undeploy(appname)
    break
    except:
    traceback.print_exc(file=sys.stdout)
    print "Undeploy failed"
    undo(defaultAnswer='y')
    stopEdit(defaultAnswer='y')
    sys.exit(1)
    try:
    deploy(appname, source, target, upload='true', block='true')
    except:
    traceback.print_exc(file=sys.stdout)
    print "Deploy failed"
    undo(defaultAnswer='y')
    stopEdit(defaultAnswer='y')
    sys.exit(1)
    try:
    save()
    activate()
    except:
    traceback.print_exc(file=sys.stdout)
    print "Activate failed"
    undo(defaultAnswer='y')
    stopEdit(defaultAnswer='y')
    sys.exit(1)
    disconnect()
    Is it possible to deploy the application unzipped?
    - CDM

    Hi Sebastian,
    You need to be connected to master database when executing GRANT VIEW SERVER. Try the following it will work:
    USE [master]
    GO
    GRANT VIEW SERVER STATE TO [Domain\User]
    Regards,
    Basit A. Farooq (MSC Computing, MCITP SQL Server 2005 & 2008, MCDBA SQL Server 2000)
    http://basitaalishan.com
    Please remember to click "Mark as Answer" on the post that helps you, and to click
    "Unmark as Answer" if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Web as 640 sp9 hangs by step "deploy via SDM/J2EE"

    Hi,
    I tried to install the sp9 for many times - very frustrating - can anyone help please ?
    Follwing products have been installed:
    1. webas 640, sp3
    2. webas 640, sp8
    3. ep6 sp3
    4. ep6 sp6
    5. But now it struggles - I have problems with applying the <b>patch 9 to webas</b> , the steps until to "deploy online" were sucessfull, but the step <b>"deploy via SDM/J2EE" has an error</b>. In the SAP MMC the process SDM was yellow, and stopped. The file callSdmViaSapinst.log shows:
    <i>Nov 24, 2004 8:48:18 AM  Info: SDM operation mode successfully set to: Integrated
    Nov 24, 2004 8:48:18 AM  Info: Initializing Network Manager (50017)
    Nov 24, 2004 8:48:19 AM  Info: Checking if another SDM is running on port 50018
    Nov 24, 2004 8:48:19 AM  Error: Could not start SDM - another Server may be running already.
    Nov 24, 2004 8:48:19 AM  Error: Another SDM is running already for this SDM_HOME directory. Exiting. Throwable: com.sap.sdm.client_server.launch.SDMRunningException Throwable message: Another SDM instance is running on this host</i>
    So I stopped the SDM with <i>stopserver</i>, started it again with start <i>sdm jstartup "mode=standalone"</i>
    and restarted sapinst - now it worked until the component com.sap.rprof.remoteProfile , now I have the message:
    <i>ERROR: NOT updated. The Deploy Service returned the following error: For detailed information see the log file of the Deploy Service. Exception is:
    com.sap.engine.services.rmi_p4.P4ConnectionException: Possible problem: no available running server node. Check your running servers.</i>
    What now ? I stopped the server, restarted the sapinst from the beginning - the same result. Whats wrong ?
    Thanx a lot,
    Martin

    I had this same SDM issue during an install. I simply stopped and started the instance. and then restarted the install.
    However I would review the consiole logs and see why the server would not be running. If the server starts up and then dies it is probably something related to the java paramters. If you changed the paramters via configtool and you properly apply them, I would restart the instance and then kick of install again...
    This process worked for me.
    Hope this helps,
    John

  • Lync 2013 x64 silent client deployment via SCCM 2012 SP1

    Greetings everyone!
    I ran into a problem with Lync 2013 x64 silent deployment.
    I need to provide every workstation with Lync 2013 client, so i decided to use deployment via SCCM 2012 sp1.
    I created 2 msp files with OCT, one based on x86 Office 2013 Proplus, and other based on x64 Office 2013 Proplus.
    Added them as applications to sccm software library.
    Deployment of Lync 2013 x86 application was a success with over than 80% compliance. 
    But all Lync 2013 x64 automatic installations finish with different errors.
    I created special device collection for workstations with office 2010 x64 and 2013 x64, because i can't install other architecture products once it has x64 product installed.
    My membership query-rules for this collection:
    Office 2013 x64
    select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_INSTALLED_SOFTWARE on SMS_G_System_INSTALLED_SOFTWARE.ResourceId
    = SMS_R_System.ResourceId where UPPER(SMS_G_System_INSTALLED_SOFTWARE.SoftwareCode) = "{90150000-0011-0000-1000-0000000FF1CE}"
    Office 2010 x64
    select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_INSTALLED_SOFTWARE on SMS_G_System_INSTALLED_SOFTWARE.ResourceId
    = SMS_R_System.ResourceId where UPPER(SMS_G_System_INSTALLED_SOFTWARE.SoftwareCode) = "{90140000-0011-0000-1000-0000000FF1CE}"
    My application deployment type points to setup.exe in office 2013 x64 installation folder, where i created msp file in updates folder via OCT and edited config.xml file in proplus.ww folder.
    So my installation program looks like this setup.exe /adminfile updates\1lync.msp /config proplus.ww\config.xml
    The same configuration works with Lync 2013 x86 deployment, except other setup folders.
    When i try running installation program setup.exe with /adminfile and /config parameters locally, it installs successfully without errors or warnings.
    I'm trying to find out problem source, does anyone have ideas what I am doing wrong?
    Also i'm trying to reduce office 2013 installation folder size, what subfolders are necessary for Office 2013 proplus installation (still installing only lync with common files and tools)? Because now 3.5 GB package is quite hard to distribute to sccm secondary
    sites with deployment point.
    Thanks in advance.

    Hi,
    Here are some tips and tricks for your reference.
    Tips and Tricks: Deploying Lync 2013 client using SCCM 2012 | Lync 2013 Client Customization for SCCM 2012 Deployment Package
    http://zahirshahblog.com/2014/01/08/tips-and-tricks-deploying-lync-2013-client-using-sccm-2012-lync-2013-client-customization-for-sccm-2012-deployment-package/
    Note: Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • MDT Media deployent via USB Question (issue)

    Ok I have performed Media deployment via USB thumbdrive many times over the years, so I must be overlooking something this time. Here is the what is happening:
    Performing a refresh via USB executing Litetouch.vbs from the deploy\scripts folder on the USB thumbdrive. Scanstate runs and saves the data using hardlinking.
    (works perfect)
    Then the client reboots into WINPE and then when the deployment should pick backup I see the message
    "Please reinsert the
    media (CD, DVD, or USB) needed to complete the
    deployment." While the USB drive is still plugged in I hit ok on the missing media message screen and it does nothing.
    If I hit F8 and check to see if the USB drive is present I find out it is not.
    But If I simply reboot the client it succesfuly picks back up and completes the deployment. My Brootstrap.ini contains the following as required for USB media deployment:
    [Settings]
    Priority=Default
    [Default]
    SkipBDDWelcome=YES
    So the question is why do I get the "Please reinsert the
    media (CD, DVD, or USB) needed to complete the
    deployment

    I bought a new SP3 and wanted to upgrade the OS to Windows 10
    The install was almost finished, the device restarted and a pop up box appeared saying:
    "Media not found: Please reinsert the media (CD, DVD or USB) needed to complete the deployment"
    Nothing I do can get around this:
    Tried disabling secure boot from BIOS
    Tried deleting boot files from BIOS
    Tried PXE booting from an image - including safe/recovery mode (this boots into the setup environment but results in the pop up box) using a Surface network dongle
    Tried USB booting (both a Windows and WinPE image) - the USB drive is ignored entirely and will not boot
    Searching the web it appears that there's a rogue directory that can cause this. Deleting it fixes the issue but I cannot get to a command prompt because the pop up window stops the OS from loading.
    Any other ideas - please?!

  • Every time I update LR to a new version I seem to need a patch to make it work..... once again here I am SOS! I've just update LR to the 5.7 version and It wont let me start it: The application was unable to start correctly (0xc000007b).

    Every time I update LR to a new version I seem to need a patch to make it work..... once again here I am SOS! I've just update LR to the 5.7 version and It wont let me start it: The application was unable to start correctly (0xc000007b).

    Your system is missing a couple DLLs that LR needs, but the fix at Adobe is to copy them to the LR folder which gets replaced for each install, so you have to redo it after each LR install.  It would be worth documenting the process and saving the DLLs so you don’t have to ask about it each time:
    http://helpx.adobe.com/lightroom/kb/error-unable-start-correctly-0xc00007b.html
    You might also use the AIO210 program to add them as detailed in this YouTube video—maybe this is a more permanent fix, but since the files are from media-fire be very careful about what you do so as not to install a virus on your computer. 
    I’d scan the downloaded ZIP you download with whatever virus and internet security software you have and don’t be fooled by extraneous popups you might see during the download process.  I was able to download the aio210.zip after authorizing one Captcha window and closed at least one bogus popup trying to get me to install other software.  I also scanned the downloaded zip with two virus scanners and both said it was clean.  Here is the YouTube video, where the link to the ZIP to download is in the description once you expand it:
    https://www.youtube.com/watch?v=vlT0N2CX50g

  • I want to copy email from my mac to my pc. Forwarding one at a time via email works well, but when I try to forward several of them at a time I receive one large email. I want to receive the emails individually on my pc. Any suggestions?

    I want to copy email from my mac to my pc. Forwarding one at a time via email works well, but when I try to forward several of them at a time I receive one large email. I want to receive the emails individually on my pc. Any suggestions?

    Don't know any 'automatic' way - but, i have "Fetch Headers only" set on each of my 'secondary accounts'.
    With varying internet service, manual "Get Messages" is probably the "Best Practice" because you will know how good your service is before you even try.
    maybe set "Check for new messages every 'n' minutes" to different times
    (3 minutes, 6 minutes, etc.) on each 'secondary' account.

  • Auto-Deployment is not working in Eclipse - Weblogic

    I have created weblogic server instance in Eclipse.Then, I have added one project into weblogic server by using "Add/Remove Projects" menu.After I start the server , I logged into admin console and checked the deployments link. I am not finding the project listed in the list.I have selected option "Run stand alone web module directly from work space" in web logic server configuration window in eclipse.
    I am using Eclipse 3.3 and weblogic 10.0.
    I have no idea, why auto-deployment is not working.
    I would appreciate your help on this regard.I have contacted Eclipse Support, they have asked me to contact BEA team.
    Thanks,
    Prakash.A

    Hi Prakash,
    The "Run standalone web module from workspace" doesn't publish the application to the server (instead the app is deployed to a temp location).
    This is mainly to help test the app during the development stages. If your app is complete and would like to publish to the server then you might want to try the following option
    - In Server View, double click on the configuration to launch Overview
    - Select "Copy stand-alone web module into separate deployment folder"
    - Save the configuration
    - Start the server
    The application would be deployed to the server as a WAR file.

  • Custom Windows 8.1 .WIM doesn't work via WDS, works OK manually

    Hello,
    I have a very peculiar situation; I've created a custom Windows 8.1 Enterprise x64 image, but when I deploy it using Windows Deployment Services on Windows Server 2012 R2, using the Windows 8.1 Enterprise x86 boot.wim as the Windows Deployment
    Services boot image, it deploys successfully, but malfunctions;
    it doesn't activate [against our KMS server]
    when a new user logs on, the process stalls; if you logoff then logon, Microsoft Office gives you a 1603 error.
    File Explorer [I think] doesn't work (apologies for vagueness; I absolutely
    wasn't expecting this and was somewhat floored by the symptoms)
    HOWEVER, if I manually deploy the SAME .WIM image, copy in the
    SAME unattend.xml, and manually replace %MACHINEDOMAIN% and %MACHINENAME% with the right values, it works fine.
    HOWEVER, I've already verified that Windows Deployment Services is working perfectly well because I've added the Windows 8.1 Enterprise x64 install.wim as an install image, and used the unattend.xml to automate it.  In other words, with the
    install.wim from the .ISO, everything is working fine, but with a custom image, it malfunctions.
    I don't know why it's malfunctioning; nothing looking like a root cause appears in any event logs. I have injected some drivers into my custom image, but these are for relatively obscure devices such as scanners and smart card readers, which
    aren't even on the computer I'm testing this on.  The test computer would benefit from
    chipset, video and network drivers, but the inbox ones work OK.  In any event, they work fine when I manually deploy.
    Have more-or-less replicated this on test machines that are virtual, desktop and laptop, so I have no reason to believe the target device is a factor.
    For now, Windows Deployment Services doesn't have a client unattend file.
    This is a very peculiar problem. My existing, production environment has
    Windows 7 Enterprise in a custom image
    Windows Server 2008 R2
    Windows Deployment Services
    working perfectly, and was looking to maintain the same approach, but simply update it.
    Would welcome your ideas.
    Kind regards,
    Anwar

    Hi,
    For this issue,I think it is related to the custom image.
    I suggest we don't add any drivers to the custom image to test it.
    Meanwhile,I  suggest you upload following logs here for further research. SkyDrive or similar network sharing would be better to use to share your files.
    C:\WINDOWS\PANTHER\setupact.log
    C:\WINDOWS\PANTHER\setuperr.log
    Regards,
    Kelvin hsu
    TechNet Community Support

  • Pointer slow when deployed via Citrix XenApp

    I have Acrobat Standard XI installed on Windows Server 2008 R2 boxes and deployed to users via Citrix.
    Users have reported an issue whereby the mouse pointer is jittery as though the refresh rate on it is low whenever the select tool changes to the pointer below:
    This only happens when the application is deployed via Citrix
    When I remotely connect to the server and run the application I do not experience the same issue.
    It only happens with this particular pointer, all others are fine
    This only affects Acrobat Standard XI, Reader XI is fine.
    We have raised the issue separately with Citrix themselves, but I would like to know if anyone else has experienced this issue and what, if anything the resolution was?

    Adobe Reader was installed and running on all Citrix servers since their inception over a year ago.
    Recently, we installed Adobe Standard on each server and during installation Adobe Standard asked whether Reader or Standard should be used as the default program.  Adobe reader was selected and 80-85% of the time, the Citrix servers observe this rule.
    On other occasions, when users with access to Reader open a PDF, Citrix will present Adobe Standard instead of the default program.  At first, I thought it might be caused by a user with Standard already open but further testing proved Adobe Standard can be presented to a user of Reader even if there is no open session of Standard.

  • App gets runtime error 429 when deploying via SCCM

    I have an application I'm trying to deploy and it works fine when manually running the app (silently) on my test machine. When deploying it from SCCM and then trying to run the program you get a message saying "Run time error 429 - activex component
    can't create object".
    I can silently run the exe for the app from a command prompt. I can also do the same if I use the programs MSI file instead.
    If I use the exe, msi or batch from SCCM it fails. I've tried deploying when a user is logged in or logged off.
    One of the frustrating issues is I have been able to make it work on some systems, but not all. It fails more often than not. I'm wondering if it has something to do with a windows update (maybe .net framework) that isn't the same on each system.
    I have already checked logs and haven't been able to find anything.
    Any ideas?

    What the command-line does is up to the command-line and really has nothing to with ConfigMgr. You'll have to check with the vendor about what's going on. Error code 429 is not a standard Windows error code. You could add logging to your command-line to
    maybe get more details about what it cannot successfully do (how to do that is specific to your command-line and also has nothing to do with ConfigMgr).
    The only idiosyncrasy with running something in ConfigMgr is that it uses the local System account. This can have implications if the installer is expecting to add things to a normal user profile (which is generally  bad thing for installers to do but
    they sometimes do it anyway). You can simulate this by using psexec with the -I and -is parameters. Given that this is an ActiveX control, which I think may be user specific, this could the source of the issue.
    Another thing possibly at play is that IE is open. Since the installer is running as local System, it doesn't know this and tries to install the ActiveX control but can't because there are instances of IE open.
    There's really no way to know what's failing here with additional information about what the command-line is actually doing and failing to do.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • Patch deployment with status "Enforcement state unknown"

    Hi All
    I am pretty new to the patch deployment.
    I generated a report and see there is Last State column with "Enforcement state unknown", not sure if it means failed for those hostnames or will be retried for the installation.
    Kindly clarify.
    Regards
    Ramesh
    Regards Ram

    They will only start to install updates automatically when there is an active update deployment with a scheduled deadline that has past. See for a lot more information:
    http://technet.microsoft.com/en-us/library/gg682168.aspx#BKMK_SUMCompliance
    Also, when Days since last communication is more than 0, that's usually an indication that the client is not communicating any more. That can be caused by a lot of things including something simple as that the device is turned of, or not
    connected with the network.
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

Maybe you are looking for

  • Pivot Mismatch data

    Hi I am using 11g and 10g.When i matching 10g and 11g both not matching. But both same prod db only.I have one pivot table report.In that report have the 4 dim and 2 measurs. Dim1:"MAP - ACTIVITY LIST"."ORDERING ID" Dim2:"MAP - ACTIVITY LIST"."ACTIVI

  • How do I stop my MacBook Pro getting so hot when running VMWare?

    I've a late 2011 MacBook Pro, i7, 8Gb. It seems it doesn't take much to start the fans whirring - which has been the same since day one. However, what really does send it into meltdown, is VMWare. I sometimes run Windows 7 on VMWare & am very concern

  • 10g RAC with linux 3 AS+ocfs

    Hi: Is anyone install 10g RAC on linux 3AS with ocfs successfully? I am having problem with CRS installation where installer ask to run root.sh. My first node finished root.sh without any problem but not second node it give me "Failure at final check

  • How to read a table and transfer the data into an internal table?

    Hello, I try to read all the data from a table (all attribute values from a node) and to write these data into an internal table. Any idea how to do this? Thanks for any help.

  • Why isn't the arpeggiator working when I connect it to the sequencer input?

    I've been trying for a few days to understand environment and I've been stuck for quite some time. I followed step by step on how to connect the arpeggiator to the sequencer input and it actually working for a little while but stopped. Whenever I con