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

Can't create goal #162

Open
HM999 opened this issue Feb 10, 2021 · 1 comment
Open

Can't create goal #162

HM999 opened this issue Feb 10, 2021 · 1 comment

Comments

@HM999
Copy link

HM999 commented Feb 10, 2021

Broken?

# sudo ipmctl show -dimm
 DimmID | Capacity    | LockState | HealthState | FWVersion    
===============================================================
 0x0001 | 126.422 GiB | Disabled  | Healthy     | 01.02.00.5435
 0x0011 | 126.422 GiB | Disabled  | Healthy     | 01.02.00.5435
 0x0101 | 126.422 GiB | Disabled  | Healthy     | 01.02.00.5435
 0x0111 | 126.422 GiB | Disabled  | Healthy     | 01.02.00.5435
 0x1001 | 126.422 GiB | Disabled  | Healthy     | 01.02.00.5435
 0x1011 | 126.422 GiB | Disabled  | Healthy     | 01.02.00.5435
 0x1101 | 126.422 GiB | Disabled  | Healthy     | 01.02.00.5435
 0x1111 | 126.422 GiB | Disabled  | Healthy     | 01.02.00.5435
$:~# ipmctl create -dimm 0x0001 0x0011 0x0101 0x0111 -goal MemoryMode=100               
Syntax Error: Invalid or unexpected token 0x0011.
Did you mean:
     create [-dimm [DimmIDs]] -goal  [-socket [SocketIDs]] 

-socket also does not work.

@StevenPontsler
Copy link
Contributor

It takes commas to separate the dimm ids

That command would be
ipmctl create -dimm 0x0001,0x0011,0x0101,0x0111 -goal MemoryMode=100

Steven

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

2 participants