Displaying 11 results from an estimated 11 matches for "computersystem".
2019 Apr 24
1
Renaming a domain computer
Well, this is interesting (to me, at least).
I joined a W10 machine to the domain (4.8/4.9.4 mix, I'm working on it),
then renamed it via "WMIC /node:<computer> computersystem where
name="<computer>" call rename name="<newname>".
Doing so changed the displayName, sAMAccountName, dNSHostName, and assorted
servicePrincipalNames, but did not change the dn, name, cn, or
distinguishedName on the computer object.
ADUC still shows the old name,...
2010 Mar 20
1
Add default quirk to pm-utils (CentOS 5.4)
...;merge key="power_management.quirk.vga_mode_3" type="bool">false</merge>
</device>
</deviceinfo>
But nothing seems to work. Running pm-suspend does not do anything,
running pm-suspend --quirk-vbe-post puts the Laptop to sleep.
Any ideas?
Martin
--
Rieke Computersysteme GmbH
Hellerholz 5
D-82061 Neuried
Email: martin at rhm.de
2018 Aug 21
2
Get Logical processor count correctly whether NUMA is enabled or disabled
...t; "22 \r"
[6] "\r"
sum(as.numeric(gsub("([0-9]+).*", "\\1", grep("[0-9]+[ \t]*", out, value=TRUE))))
# [1] 86
[Currently hyperthreading is disabled. So this output being identical to the previous output makes sense].
system("wmic computersystem get numberofprocessors")
NumberOfProcessors
4
In addition, I'd also bring to your attention this documentation: https://docs.microsoft.com/en-us/windows/desktop/ProcThread/processor-groups on processor groups which explain how one should go about running a process ro run on multiple gro...
2018 Aug 29
2
Get Logical processor count correctly whether NUMA is enabled or disabled
...gt; [6] "\r"
> sum(as.numeric(gsub("([0-9]+).*", "\\1", grep("[0-9]+[ \t]*", out,
> value=TRUE)))) # [1] 86
>
> [Currently hyperthreading is disabled. So this output being identical to the previous output makes sense].
>
> system("wmic computersystem get numberofprocessors")
> NumberOfProcessors
> 4
>
> In addition, I'd also bring to your attention this documentation: https://docs.microsoft.com/en-us/windows/desktop/ProcThread/processor-groups on processor groups which explain how one should go about running a process ro r...
2018 Aug 17
2
Get Logical processor count correctly whether NUMA is enabled or disabled
Dear R-devel list,
R's detectCores() function internally calls "ncpus" function to get the total number of logical processors. However, this doesnot seem to take NUMA into account on Windows machines.
On a machine having 48 processors (24 cores) in total and windows server 2012 installed, if NUMA is enabled and has 2 nodes (node 0 and node 1 each having 24 CPUs), then R's
2018 Aug 27
0
Get Logical processor count correctly whether NUMA is enabled or disabled
...> [6] "\r"
> sum(as.numeric(gsub("([0-9]+).*", "\\1", grep("[0-9]+[ \t]*", out, value=TRUE))))
> # [1] 86
>
> [Currently hyperthreading is disabled. So this output being identical to the previous output makes sense].
>
> system("wmic computersystem get numberofprocessors")
> NumberOfProcessors
> 4
>
> In addition, I'd also bring to your attention this documentation: https://docs.microsoft.com/en-us/windows/desktop/ProcThread/processor-groups on processor groups which explain how one should go about running a process ro ru...
2018 Sep 03
0
Get Logical processor count correctly whether NUMA is enabled or disabled
...>> sum(as.numeric(gsub("([0-9]+).*", "\\1", grep("[0-9]+[ \t]*", out,
>> value=TRUE)))) # [1] 86
>>
>> [Currently hyperthreading is disabled. So this output being identical to the previous output makes sense].
>>
>> system("wmic computersystem get numberofprocessors")
>> NumberOfProcessors
>> 4
>>
>> In addition, I'd also bring to your attention this documentation: https://docs.microsoft.com/en-us/windows/desktop/ProcThread/processor-groups on processor groups which explain how one should go about running...
2010 Apr 06
2
CentOS press kit
Hey
Looking at the Fedora ML there is some commotion about a Press Kit [1]
they are constructing. I am thinking about doing something like this
for CentOS. Now comes my question, what do people think should belong
in such a kit. Do you think this is needed?
Cheers for your help, Didi
[1] https://fedoraproject.org/wiki/F13_press_kit
--
Hoffmann Geerd-Dietger
http://contact.ribalba.de
2018 Aug 21
0
Get Logical processor count correctly whether NUMA is enabled or disabled
...res - what detectCores(FALSE) should return
out <- system("wmic cpu get numberofcores", intern=TRUE)
sum(as.numeric(gsub("([0-9]+).*", "\\1", grep("[0-9]+[ \t]*", out,
value=TRUE))))
# number of physical processors - as a sanity check
system("wmic computersystem get numberofprocessors")
Thanks,
Tomas
On 08/17/2018 05:11 PM, Srinivasan, Arunkumar wrote:
> Dear R-devel list,
>
> R's detectCores() function internally calls "ncpus" function to get the total number of logical processors. However, this doesnot seem to take NUMA into...
2010 Mar 09
2
NetworkManager trouble with CentOS 5.4 and KDE3
...ssue and switching to Gnome is not an
option either. Infact it's Novell's decision to ditch KDE3 and focus on
KDE4 instead that made us turn our backs on openSUSE in the first place.
So, is it possible to solve this teeny-tiny problem some other way?
Thanks in advance,
Martin
--
Rieke Computersysteme GmbH
Hellerholz 5
D-82061 Neuried
Email: martin at rhm.de
2010 Mar 10
2
Kernel Panic with wl.ko (Broadcom wireless driver) [CentOS 5.4]
...else I could do? Either getting wl.ko to work with 2.6.18
(does somebody have a version older than 5.10.79.10 that they could email
me?) or getting klaptop to realize that the laptop does indeed know how
th suspend and hibernate with a non-CentOS-kernel would be fine.
Thanks,
Martin
--
Rieke Computersysteme GmbH
Hellerholz 5
D-82061 Neuried
Email: martin at rhm.de