Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsupported Architecure! #22

Open
qhbqyj opened this issue Nov 17, 2021 · 4 comments
Open

Unsupported Architecure! #22

qhbqyj opened this issue Nov 17, 2021 · 4 comments

Comments

@qhbqyj
Copy link

qhbqyj commented Nov 17, 2021

Is this tool could be supported on Intel X86 Server?

@sourabhjains
Copy link
Contributor

Hello,

Yes one can easily enable this tool to work on x86. Most of the FFDC validation performed by this tool are generic in nature.

Thanks,
Sourabh Jain

@qhbqyj
Copy link
Author

qhbqyj commented Nov 27, 2021

I have tried on the latest intel Server Platform(IceLake Server),but it shows Unsupported Architecure!
[root@administrator67 ServiceReport]# uname -a
Linux administrator67 4.18.0-294.el8.x86_64 #1 SMP Mon Mar 15 22:38:42 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
[root@administrator67 ServiceReport]# servicereport

Unsupported Architecure!

@maheshsal
Copy link

You will need to add "x86_64" in SUPPORTED_ARCHS from file servicereportpkg/global_context.py in order to get this working..

diff --git a/servicereportpkg/global_context.py b/servicereportpkg/global_conte>
index 62eb492..15d3caf 100644
--- a/servicereportpkg/global_context.py
+++ b/servicereportpkg/global_context.py
@@ -8,4 +8,4 @@ import os
import sys

TOOL_NAME = os.path.basename(sys.argv[0])
-SUPPORTED_ARCHS = ["ppc64le"]
+SUPPORTED_ARCHS = ["ppc64le", "x86_64"]

@sourabhjains sourabhjains pinned this issue Nov 29, 2021
@sourabhjains sourabhjains unpinned this issue Nov 29, 2021
@sourabhjains
Copy link
Contributor

Just adding x86_64 in supported architectures will not help.

Can you run ServiceReport on x86 machine and provide some data about how it is working.

If all the default plugins are working fine with x86_64 then we can add x86_64 in supported architectures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants