Jump to content


Tuomas järvinen

Established Members
  • Posts

    21
  • Joined

  • Last visited

Posts posted by Tuomas järvinen

  1. Yes. Content validation is enabled on all distribution points for every saturday.

    Most dp servers has packages in the PENDING state, even validation runs smoothly without problems. Some DP i have to redistribute packages, like software updates almost every time.... :(

     

    I have scheduled a new validation on all packages now after patch tuesday and network outtages. On

  2. Managed to solve the problem with an expert.

    It seems that there was a kind of "blockage". Couple packages was flagged with "progress" status on Distribution point configuration status -> DP -> details tab. After package redistribution, the image was transferred and applied fine.

     

    I have validated all content on every DP at last weekend and redistributed some packages showing error. However summary tab still shows warning

    and there is only one message (more than one month old) stating: """" Failed to retrieve the package list on the distribution point ["display=\xxDP1.fqdn.lan"]MSWNET:["SMS_SITE=zzz"]\\xxDP.fqdn.lan\ or the package list in content library doesn't match the one in WMI. Review smsdpmon.log for more information about this failure."""

     

    Had to say that I did not remember this kind of situation before R2 (or CU1/CU2).

     

    ~T

  3. Nothing I could mention. Disabled (Microsoft) QOS Packet scheduler on adapters properties if it interfers somehow.

     

    Asked our network team to inspect switch in differnet offices Theyt said, some single packet drops ( of 10 billion packets), but happens also there, where image trasnfer is Ok.

  4. Yes I have - as I told in ms forum side.

     

    Before friday, smsdpmon.log shows "Failed to find algorighm ID from registry. Use default algorithm" error. However, after re-installing DP role it disappeared. I updating or validating package does not show any additional message. I can use hashdir (or other equivalent) tool to verify that .WIM file is same in package source and DP, but after it is transferred to client in WinPE, (and copied to .another pc since x64 winpe can not execute 32bit executables), checsu is not equal. File size still equals...

     

    I can of course use package share options, but then process might stop when downloading drivers...

     

    ~T

  5. Hi there!

     

    Having huge problem with OS deploy

    after downloading WIM file, ts manager stops for incorrect hash 0x80091007 error.

     

    I have tested lot of things, but still hope, that I don't need to reinstall production environment.

    Image is valid, removed, updated, verified, scanned, hash remains same (using hashdir.exe, md5 or sha checksuming tools) in source and DP, but after TS manager copies it by http, hash is no more same.

     

    This happens, even I have created brand-new image....

     

     

    For reference, http://social.technet.microsoft.com/Forums/en-US/8599b710-65e6-46a8-a462-a505e735cc52/issues-with-osd-0x80091007-incorrect-hash?forum=configmanagerosd

     

    unless someone has something .....

     

    ~T

  6. Hi, I'm attempting to construct a report, which counts computers by Active directory Ou in sccm 2012sp1.

     

    So far I have found only http://www.systemcentercentral.com/sccm-reportingadding-the-system-ou-as-a-column/ as a reference, but for some reason the following query

     

    SELECT TOP (100) PERCENT COUNT(sys.Netbios_Name0) AS Computers,
    (SELECT TOP (1) System_OU_Name0
    FROM dbo.v_RA_System_SystemOUName AS ou2
    WHERE (ou.ResourceID = ResourceID) AND (LEN(System_OU_Name0) = MAX(LEN(ou.System_OU_Name0)))) AS [Org.unit]
    FROM dbo.v_R_System_Valid AS sys INNER JOIN
    dbo.v_RA_System_SystemOUName AS ou ON sys.ResourceID = ou.ResourceID
    GROUP BY ou.ResourceID
    HAVING ((SELECT TOP (1) System_OU_Name0
    FROM dbo.v_RA_System_SystemOUName AS ou2
    WHERE (ou.ResourceID = ResourceID) AND (LEN(System_OU_Name0) = MAX(LEN(ou.System_OU_Name0))))
    = N'domain.local/computers/staff/office-x/room-y')
    ORDER BY Computers

     

    calculates only 6, when such OU ( domain.local/comptuers/staff/office-x/room-y) has 14 computer objects.

     

    While

    SELECT distinct
    count ( v_R_System.Name0 ) as count_of_computers
    ,v_RA_System_SystemOUName.System_OU_Name0 as Ouname
    FROM
    v_R_System
    INNER JOIN v_RA_System_SystemOUName
    ON v_R_System.ResourceID = v_RA_System_SystemOUName.ResourceID
    Group by v_RA_system_systemouname.System_ou_name0, v_r_system.name0
    HAVING
    v_RA_System_SystemOUName.System_OU_Name0 LIKE N'domain.local/computers/staff/office-x/room-y'

    shows even less number of computers in Ou, but if I omit distinct, the number of rows matches the computers... :/

     

    I know, there IS easier way to accomplish the results, but this seems to be hard... I'm also aware, that changes made in AD are not immediately efective in SCCM database reports. This is not a problem.

    In our scenario, structure for computers is computers/type-of-comptuer/office/room/spec and I'd like to know How many computers I do have in room ou.

     

    Thanks for advices.

    ~T

  7. Hi, I'm trying to implement a kind of menu for SCCM managed WDS pxe using pxelinux.

    I found this thread, and wondering, if you got it to work.

     

    The problem I have on the lab environment is that every time only SCCM boot.wim is booted, no pxelinux menu is given, and the boot goes to sccm boot wim image. I have changed the dhcp option value 067 (bootfile name) to boot\x86\pxelinux.com (or smsboot\x86\pxelinux.com) and copied/renamed files to right SMSboot folder.

     

    also tied to execute

     

    wdsutil /set-server //bootporgraM:boot\x86\pxelinux.com /arcitehture:ARCH

    wdsutil /set-server /N12bootprogram:boot\x86\pxelinux.com /arcitehture:ARCH

     

    and

    wdsutil /set-server //bootporgraM:SMSboot\x86\pxelinux.com /arcitehture:ARCH

    wdsutil /set-server /N12bootprogram:SMSboot\x86\pxelinux.com /arcitehture:ARCH

     

    where ARCH is substituded with x86 and x64).

    But allways SCCM boot.wim is used... :(

     

    Thanks.

  8. Hi Folks!

     

    Yesterday I encountered a problem, where laptop refuses to register to configmanager 2012 site.

     

    On the host ClientIDManagerStartup.log is filled with "[RegTask] - Server rejected registration request: 3" errors and on the management point MP_RegistrationManager.log says: "A client is trying to re-register with an administrator revoked certificate:"

     

    On the console I found MP_control_manager screaming "MP has rejected policy request from Client(SMSID = GUID:x) because this SMSID is marked as blocked." However, on the devices, the block/unblock/approve is greyed.

     

    have tried to uninstall client, deleted SMSCFG.INI, SMS related certificates from local computer store (or used old ccmdelcert.exe) ... and also the resource itself, but issue still remains.

     

    How do I delete the blocked SMS GUID from database or generate REALLY NEW SMS GUID?

     

     


    While attempting to resolve this issue, I noticed on the Management point certificates are all expired (see the image). We are not using PKI yet. I don't know if this is the real issue, since most of the site roles and clients works fine.

    post-8445-0-69763300-1363078423_thumb.jpg

  9. Hi Folks!

    Thanks for CM2012, we can now manage software depencenies. However, how to determine for spesific Microsoft update?

     

    Example:

    App-V 5 client requires (http://technet.micro...y/jj713458.aspx)

    - .Net framework 4. this is a standalone installer, no problem.

    - Powershell 3 installed. The Powershell is part of "Windows Management Framework 3.0", wich can be deployed using software updates. http://www.microsoft...s.aspx?id=34595

    - KB2533623.

     

    So How to detect installation of spesific update?

    I don't wish to reinvent the wheel, so if someone have allready made thislike depndencies, I would like to hear it.

     

    With regards,

    Tuomas.

     

    Edit: / offtopic:

    article: http://myitforum.com/myitforumwp/2012/12/18/microsoft-releases-a-kb-article-with-a-registry-band-aid-for-the-wmf-3-0-issues-with-configmgr-2012/ - WMF 3 and CM2012 may cause the issues, so no need to hurry.

  10. Hi!

    I have tired to install the System Center Configuration manager 2012 for couple of days. There is some prerequisite checks that II can not understand or resolve. Our plan is to use our failower clustered database on "DBCFGMGR" and some virtual servers ("CMSRV1", "CMSRV2") for site system roles.

     

    Most annoying problem is that if I run following:

    \SMSSETUP\BIN\X64>prereqchk.exe /PRI /SQL dbcfgmgr.corp.local /SDK cmsrv1.corp.local /MP cmsrv1.corp.local /DP cmsrv2.corp.local
    

     

    Gives different kind of results compared to setup.exe.

     

    prereqchk = with prereqchk.exe

    setup = with setup.exe

     

     

    prereqchk: SQL service running account:

    status failed,system CMSRV1

     

    prereqchk, Required SQL server Collation

    status failed, system: CMSRV1

     

    prereqchk, setup SQL server sysadmin rights,

    status failed, system: CMSRV1

     

    setup: SQL Process memory allocation

    status: warning, System DBCFGMGR

     

    and some times

    prereq: site system to SQL server comunication:

    status warning, system CMSRV1

     

     

    On CMSRV1 there is no or I can not find any SQL server (enterprise, express, datacenter nor starndard) installtion: Verified with looking

    - control panel -> programs and features, none

    - computer management -> services, none

    - attempted to find any sql.exe from local computer. None

     

     

    So, what can I do?

    CMSRV1 and CMSRV2 are hosted on hyper-V, DB cluster is running dedicated hardware and it's working fine (running 3 other databases allready).

     

    With Thanks,

    Tuomas.

  11. <![LOG[This client might be within the boundaries of more than one site - AD SiteCode search matched 2 entries]LOG]!><time="18:37:12.113-600" date="05-30-2012" component="ccmsetup" context="" type="2" thread="3584" file="lsad.cpp:1770">

    ....

    <![LOG[Failed to get DP locations as the expected version from MP 'http://HO-SCCM1.servcorp.prd'. Error 0x0]LOG]!><time="18:37:16.197-600" date="05-30-2012" component="ccmsetup" context="" type="2" thread="3584" file="ccmsetup.cpp:9542">

     

    Please verify your boundaries and boundary groups in CM2012 console. At least you should have one boundary and boundary group, both correctly configured:

     

    For the boundaries, no owerlapping subnets should configured. I.e. two different IP ranges should be clear ( 192.168.0.2 - 192.168.0.254 / 192.168.1.2 - 192.168.1.254).

     

    For the boundary group settings you should see options for sites and content location, make sure you have configured it.

     

    I assume you have read http://technet.microsoft.com/en-us/library/gg682042 for more information.

     

    ~Tuomas

  12. That message just means that there are at least two deployments to that machine (or the combination of the machine and user) of the application.

     

    not sure, since there is no such Client upgrade program to deploy, only Client package, set up by CM2012 installation process.

     

    However after I triple checked configuration and found a glue to set up the required boundary group. After this Firefox deployment worked as expected.

     

    ~Tuomas.

  13. Hello,

    I have set up a new lab enviroment for SCCM 2012 RTM/Eval. Initial set up process went fine, set up boundaries and basic roles such as Management point, reporting services point, distribution point and so on. No errors nor warnings on console site status so far.

     

    While deploying (using group policy, ccmsetup.msi) clients for few (Windows XPsp3 and 7 Sp1) virtual workstations, Client seems to be installed ( I can see Software Center and Configuration Management applet at the control panel). Also I have set up a new application "Firefox 12" and deployed it using "required"/"as soon as possible" for a new collection where both workstations are set with static rule.

    However Firefox 12 Won't install.

     

    While reading logs I found some entries stating "duplicate execution request for Client upgrade program".

     

    How to resolve this one?

     

    With thanks,

    Tuomas.

  14. Hello!

    New here. Still new for SCCM –but I try to survive. Had to knock the wooden table, all still works.

     

    My question is near for thread 'managing monthly updates in SCCM', however, I would like to hear some advices about how to manage the first deployment of updates after setting up SUP role?

     

    Some background information:

    • One domain. Several HW and virtual servers.
    • One site, (SCCM2007 sp2/r3). Site server and database have 2 dedicated servers.
    • WSUS (and SUP role) with own mssql installed in dedicated server. First/initial sync done and resynced after verified products and languages (mainly Finnish and English).
    • 3 Distribution points at this moment
    • About 2500 workstations and laptops to SW update: Windows XP, Windows 7, Office 2007 and 2010. We are slowly moving to Win7sp1, and Office 2010.

    • Remote wake-up does not work. (Maintenance window for nightly deployment). Not sure about why, 3rd party tool works from site server.
    • Couple of remote, stand alone wsus installations in remote offices, managed by local admins. We have discussed to not use these wsus services, mainly for old and slow hw. Unless enlightment and reasons came.

    During my tests I realized, that neither wsus or sup role component did not automatically download any updates. While downloading, it takes several hours to download about 50 updates from internet, even our office and server center have good dedicated internet connection. Time is not problem, however, to download several hundred patches, any idea, how much I need to have disk space for required updates?.

     

    One important question: How to handle computers wich must have older Internet Explorer 8 (win 7) installed? There is few programs which, by their respective support team, are not fully compatible with new IE.

     

    And last, but not least, How to roganize such work to get big job done?

    All adwices are appreciated.

    With Thanks,

     

    Tuomas

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.