Re: Memory: By Slot
- From: Jase <jtwolfe@xxxxxxxxxxx>
- Date: Tue, 18 Oct 2005 20:10:13 -0700
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: Kim Oppalfens
- Re: Memory: By Slot
- References:
- Memory: By Slot
- From: Jase
- Re: Memory: By Slot
- From: Jeff Gilbert
- Memory: By Slot
- Prev by Date: Re: Memory: By Slot
- Next by Date: Re: Memory: By Slot
- Previous by thread: Re: Memory: By Slot
- Next by thread: Re: Memory: By Slot
- Index(es):
Relevant Pages
|