June 2007 - Posts

MVP

I received an email that I've been nominated as an MVP!  It certainly an honor to be among such excellent company!

Posted by skissinger | 7 comment(s)

Using a Mini Monster File for Hardware Inventory with SMS 2003

One of the many features of SMS is to extend SMS Hardware Inventory by adding customized classes to "sms_def.mof", which on your sms server is found in inboxes\clifiles.src\hinv.  In general, SMS Admins would simply append custom classes, and then Advanced Clients (usually via an SMS Advertisement) mofcomp the customized sms_def.mof.   Those additional classes would be compiled on the client, and the hardware policy would run as designed to gather that additional information.

Periodically, it is discovered that some of the default classes in sms_def.mof shouldn't be re-compiled on the client.  This can cause hiccup's in the Hardware Inventory process working as expected; like the Windows Update Agent version:  http://www.myitforum.com/articles/8/view.asp?id=9482, or recently Rick Jones discovered an anomoly with mofcomp'ing a customized sms_def.mof on a Vista 32 client.

For those reasons, and others, some SMS Admins have adopted using a "mini monster" MOF file.  How one uses a mini monster is (briefly):

  • All of your customized classes do not go into sms_def.mof.  It is an entirely separate file.  For the purposes of this article, let's call it mini.mof
  • At your SMS Servers, place mini.mof in inboxes\clifiles.src\hinv (the same folder where sms_def.mof lives)
  • Edit sms_def.mof, and assuming it is the default sms_def.mof (you do not have any additional customizations at the end of it), the only line you add is right at the bottom of the file.  Which line you add depends upon your server's Operating System Version.
    • If the server is a Windows 2000 operating system, add this line:
      #include ("mini.mof")
    • If the server is a Windows 2003 operating system, add this line:
      #pragma include ("mini.mof")
  • As soon as you save sms_def.mof; monitoring dataldr.log; you'll see the mof be compiled successfully (I hope successfully!)
  • On your clients, instead of mofcomp'ing sms_def.mof; you only need to mofcomp mini.mof.  This avoids the potential reported problems with mofcomp'ing the default, full, sms_def.mof + your changes

PS: note the above mini-monster information, # include statements, etc; are specifically for SMS 2003.  System Center Configuration Manager (SCCM, or the next version of SMS) uses a "configuration.mof" file for additional data classes.  Customizing the SCCM Hardware Inventory process is a completely different subject...

Posted by skissinger | with no comments
Filed under: ,

Pocket PC Journey - 2 weeks later

It's been a few weeks now; so let's see what is left on the PPC.  Basically, thank goodness for StyleTap; the application that'll run Palm Apps on your PPC.  Maybe it's just because I've had the Palm for so long, and are just used to these apps; but I was somehow not satisfied with any of the PPC counterparts.  I even like Handyshopper better than ListPro; although that may be simply because I've got my lists already in HS, and to recreate them in ListPro would be time consuming.

TCPMP (freeware-needed it for voicemail .wav files)
SuperDoku (freeware--gotta have soduko)
David Andr Birthdays (freeware)
Sleuth255's PTTFix (free, to map that PTT button to something else)
Resco File Explorer (still in demo, unsure if I need it)
Resco Registry (still in demo, it's installed because it's part of the bundle; haven't needed it yet)
Resco Keyboard (still in demo, it's installed because it's part of the bundle; if I buy the bundle I'll keep it)
Spb Diary (still in demo; but I know I'll buy it)
Auto 3 in 1 (still in demo; but I'm about 80% sure I'll buy it)
Pocket Quicken 2.5 (still in demo; but I know I'll buy it)
eWallet (still in the demo; but I know I'll buy it)
Sprite Backup (purchased)
StyleTap (purchased)
Diet & Exercise Assistant (via StyleTap)
HandyShopper (via StyleTap)
iSilo (via StyleTap)
FemDays (via StyleTap)

Posted by skissinger | with no comments
Filed under: