Start a Conversation

Unsolved

This post is more than 5 years old

2272

August 28th, 2017 08:00

ECS node model

Hello Guys,

Do we have any option to find out ECS 3.0 node model, either from command or GUI format ?

Also, how do we find the every individual node configuration details like interface ..etc ?

Thanks
Saran

5 Practitioner

 • 

274.2K Posts

August 31st, 2017 02:00

Hi Saran,

you can use the below command:

$ sudo dmidecode --type 3 | grep -i version; echo;echo "105-000-410-0x  -  The rack hardware is ECS Gen1 U-Series";echo "105-000-439-0x  -  The rack hadware is ECS Gen2 U-Series"

Regards

Chris

1 Rookie

 • 

108 Posts

September 4th, 2017 21:00

Thanks Chris. This one we can use it for U series , is it possible to compare the model name with version details ?

1 Rookie

 • 

108 Posts

September 5th, 2017 09:00

Also, I would like to know the procedure to use the ECSCLI python module install on each node ?

No Events found!

Top