Jump to content
XPEnology Community

DSM 5.x/6.x/7.x CPU name & cores infomation Change tool


FOXBI

Recommended Posts

On 4/8/2021 at 11:12 PM, mbarac said:

hi

 

I use bare metal ML110 Gen9  loader 1.04b DS918+.

 

Info center reports see photo !

 

1101300808_Screenshot2021-04-08at22_58_45.thumb.png.7b328b5ce7c62333ab82aee82c39b75b.png

 

BUT !!!   My problem is that DSM use only one core from 14 (28 threads)

 

1772851092_Screenshot2021-04-08at23_10_53.png.fb52af4aa181fde0dc97f70f0208a202.png

 

Please advice dear friends !

 

Thank you,

 

SOLVED !!

  • Thanks 1
Link to comment
Share on other sites

  • 2 weeks later...

Hi!
I used this tool on my Microserver gen8 (intel xeon 1230v2). I bought a second one (intel celeron g1610) to backup my important data there, and i copied my partitions (system, cache), so I didn't need to set up the new one.

My only problem is the second (new) one don't show the cpu information correctly. I've tried redo, and multiple combinations, but no success (only difference is, that there is no link after cpu name.

I know I'm not so pro, so what am I doing wrong, what combinations should I choose?

Link to comment
Share on other sites

  • 1 month later...
  • 2 weeks later...
On 6/17/2021 at 6:58 AM, Arithon said:

Hi everyone

I have this issue as well.

 

on DSM 6.2.2 I got this:

sed: -e expression #1, char 40: unterminated `s' command
sed: -e expression #1, char 94: unterminated `s' command

 

running DSM 3617xs 6.2.3-3

with Ryzen 2600x cpu

 

It seems to be a problem when getting AMD information. Try again with the new version (v2.3.2-r01)

  • Thanks 1
Link to comment
Share on other sites

On 9/5/2020 at 10:29 PM, vrm42 said:

on DSM 6.2.2 I got this:

sed: -e expression #1, char 40: unterminated `s' command
sed: -e expression #1, char 94: unterminated `s' command

 

It seems to be a problem when getting AMD information. Try again with the new version (v2.3.2-r01)

Edited by FOXBI
Link to comment
Share on other sites

2 hours ago, FOXBI said:

 

It seems to be a problem when getting AMD information. Try again with the new version (v2.3.2-r01)

 

Thank you Foxbi,

 

I just did a clean install and now I get the following error code.

 

sed: -e expression #1, char 101: unterminated `s' command
sed: -e expression #1, char 148: unterminated `s' command

 

 

Link to comment
Share on other sites

3 hours ago, Arithon said:

Thank you Foxbi,

 

I just did a clean install and now I get the following error code.

 

sed: -e expression #1, char 101: unterminated `s' command
sed: -e expression #1, char 148: unterminated `s' command

 

Would you show me resualt "sh -x ch_cpuinfo.sh"

 

And, show me "cat /proc/cpuinfo" too.

 

 

Link to comment
Share on other sites

6 hours ago, Arithon said:

output from both commands are attached Foxbi.

 

Although I'm not sure if I did the sh -x command correctly (was done in powershell)

 

Thanks for the your dsm information.

 

Unlike Intel, AMD reconfirmed and corrected errors in the process of gathering and sorting information.

 

Please re-check the new version v2.4.1-r01.

Edited by FOXBI
Link to comment
Share on other sites

On 8/17/2018 at 11:41 PM, FOXBI said:

ch_cpuinfo ver 2.4.1-r01 - new version update

->  ch_cpuinfo.tar 50 kB · 0 downloads

 

 

I updated new version ch_cpuinfo !!!

 

Unlike Intel, AMD reconfirmed and corrected errors in the process of gathering and sorting information.

 

I don't know the exact result because I don't use AMD, so I think the error was caused by making the source.

 

I'm so sorry for any inconvenience caused to AMD users. :)

 

I hope this version goes well

Edited by FOXBI
Link to comment
Share on other sites

9 hours ago, FOXBI said:

 

I updated new version ch_cpuinfo !!!

 

Unlike Intel, AMD reconfirmed and corrected errors in the process of gathering and sorting information.

 

I don't know the exact result because I don't use AMD, so I think the error was caused by making the source.

 

I'm so sorry for any inconvenience caused to AMD users. :)

 

I hope this version goes well

 

Thank you for all your efforts, unfortunately it still doesn't work. 

 

It may be that we just have to live with the wrong processor name.

 

new error message

 

sed: -e expression #1, char 87: unterminated `s' command
sed: -e expression #1, char 134: unterminated `s' command

Edited by Arithon
Link to comment
Share on other sites

21 minutes ago, Arithon said:

 

Thank you for all your efforts, unfortunately it still doesn't work. 

 

It may be that we just have to live with the wrong processor name.

 

new error message

 

sed: -e expression #1, char 87: unterminated `s' command
sed: -e expression #1, char 134: unterminated `s' command

 

OMG!!!

 

It seems to be solved by looking at the status when an error occurs.

 

Would you show me again run to sourcefile "sh -x ch_cpuinfo.sh" full logging.

 

 

ch_cpuinfo.sh

Link to comment
Share on other sites

1 hour ago, FOXBI said:

 

OMG!!!

 

It seems to be solved by looking at the status when an error occurs.

 

Would you show me again run to sourcefile "sh -x ch_cpuinfo.sh" full logging.

 

 

ch_cpuinfo.sh 26.47 kB · 0 downloads

ok, I did a fresh install and only ran the new .sh file

 

 

20-06-2021 - fresh install and only running sh file.txt

Screenshot 2021-06-20 120345.jpg

Edited by Arithon
Link to comment
Share on other sites

5 hours ago, Arithon said:

ok, I did a fresh install and only ran the new .sh file

 

At first I thought it was happening when using AMD.

 

I found the cause by looking at the execution log you gave me.

 

In a variable called cpu_familry

 

It is designed to contain only one line of CPU name.

 

I don't know why, but the result is entered as two lines.

 

In the past, some people did this manually for this reason.

 

"sort -u" may not be working properly.

 

As-Is
+ cpu_family='Ryzen 5 2600X Six-Core
Ryzen 5 2600X Six-Core '

 

To-Be
+ cpu_family='Ryzen 5 2600X Six-Core'

 

There is a need for work to make this happen.

 

I modified the source a bit.

 

Please execute it once again with ch_cpuinfo.sh attached below.

 

The version is v2.4.1-r02.

ch_cpuinfo.sh

Link to comment
Share on other sites

1 hour ago, FOXBI said:

 

At first I thought it was happening when using AMD.

 

I found the cause by looking at the execution log you gave me.

 

In a variable called cpu_familry

 

It is designed to contain only one line of CPU name.

 

I don't know why, but the result is entered as two lines.

 

In the past, some people did this manually for this reason.

 

"sort -u" may not be working properly.

 

As-Is
+ cpu_family='Ryzen 5 2600X Six-Core
Ryzen 5 2600X Six-Core '

 

To-Be
+ cpu_family='Ryzen 5 2600X Six-Core'

 

There is a need for work to make this happen.

 

I modified the source a bit.

 

Please execute it once again with ch_cpuinfo.sh attached below.

 

The version is v2.4.1-r02.

ch_cpuinfo.sh 26.48 kB · 0 downloads

SUCCESS!

 

Although, if we are being picky, the actually info is 1 CPU/6 Cores with 12 Threads, but the output is showing  12 Cores (1 CPU/12 Cores | 12 Threads)

 

I have attached the output file in case you want to continue troubleshooting.

 

Thanks again for all your help Foxbi.

 

 

 

Screenshot 2021-06-20 184352.jpg

success.txt

  • Like 1
Link to comment
Share on other sites

7 hours ago, Arithon said:

SUCCESS!

 

Although, if we are being picky, the actually info is 1 CPU/6 Cores with 12 Threads, but the output is showing  12 Cores (1 CPU/12 Cores | 12 Threads)

 

I have attached the output file in case you want to continue troubleshooting.

 

Thanks again for all your help Foxbi.

 

good job!!

 

 

I will update right away

  • Like 1
Link to comment
Share on other sites

  • FOXBI changed the title to DSM 5.x/6.x/7.x CPU name & cores infomation Change tool

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...