Re: Memory: By Slot
- From: "Kim Oppalfens" <Kim dot Oppalfens@google mail.com>
- Date: Wed, 19 Oct 2005 09:23:02 +0200
Yups,
Clients will load new file at their next computer policy download &
evaluation cycle.
(Actually they don't load the file, the management point translates it into
a wmi policy for them).
At the hardware inventory after they received the policy the inventory
should start flowing in.
--
Kim Oppalfens
Telindus Belgium
MVP Windows Server System - SMS
"Jase" <jtwolfe@xxxxxxxxxxx> wrote in message
news:Xns96F3CD2F0E48CJTWolfelittlercom@xxxxxxxxxxxxxxxx
> Thanks for the info. This will be my first SMS_def.MOF update, so if you
> wouldn't mind checking my steps and making sure I didn't miss anything,
> I'd appreciate it:
>
> *) Add code block to x:\SMS\inboxes\clifiles.src\hinv\sms_def.mof (I
> added it under the '#pragma namespace ("\\\\.\\root\\cimv2\\SMS")'
> section)
> *) Verify the file with mofcomp -check ..\sms_def.mof
>
> Shortly there after the file was backed up to x:\SMS\data\hinvarchive\ as
> sms_def.mof.bak
>
> I don't see any further instructions in the operations guide (chapter 2)
> - and as I understand it, the clients will load the new file and run a
> new hardware inventory here pretty quick.
>
> All this sound right? Thanks again
>
>
> "Jeff Gilbert" <jeff.gilbert@xxxxxxxxxxx> wrote in
> news:#SKcM6E1FHA.1564@xxxxxxxxxxxxxxxxxxxx:
>
>> Add the below to your mof, run a hardware inventory and you will pick
>> up the physical memory installed on a system and which slot it resides
>> in:
>>
>> [ SMS_Report (TRUE),SMS_Group_Name ("Physical Memory"),SMS_Class_ID
>> ("SMSExpert|Physical_Memory|1.0") ]
>> class Win32_PhysicalMemory : SMS_Class_Template
>> {
>> [SMS_Report (TRUE)] string BankLabel;
>> [SMS_Report (TRUE), SMS_Units("Megabytes")] uint64 Capacity;
>> [SMS_Report (TRUE)] string Caption;
>> [SMS_Report (TRUE)] string DeviceLocator[];
>> [SMS_Report (TRUE)] uint16 FormFactor;
>> [SMS_Report (TRUE)] string Manufacturer;
>> [SMS_Report (TRUE)] uint16 MemoryType;
>> [SMS_Report (TRUE)] uint32 PositionInRow;
>> [SMS_Report (TRUE)] uint32 Speed;
>> [SMS_Report (TRUE),Key] string Tag;
>> [SMS_Report (TRUE),Key] string CreationClassName;
>> };
>
>
.
- Follow-Ups:
- Re: Memory: By Slot
- From: Jeff Gilbert
- Re: Memory: By Slot
- References:
- Memory: By Slot
- From: Jase
- Re: Memory: By Slot
- From: Jeff Gilbert
- Re: Memory: By Slot
- From: Jase
- Memory: By Slot
- Prev by Date: Re: Memory: By Slot
- Next by Date: Re: not getting any hardware inventory from clients
- Previous by thread: Re: Memory: By Slot
- Next by thread: Re: Memory: By Slot
- Index(es):
Relevant Pages
|