Start a Conversation

Unsolved

Closed

F

5 Posts

261

June 22nd, 2023 12:00

dellemc.powermax module - create volume

Looking for some insight on the below error

"Unisphere version V10.0.1.3 does not meet the minimum requirement of v9.1.0.x. Please upgrade your version of Unisphere to use this SDK"

Our environment is as follows

Solutions Enabler 10.0.1.0

Unisphere for PowerMax 10.0.1.0

The array we are trying to create LUNS on is a PoweMax,  the message does not make sense as we are above what its stating is a minimum requirement.

1 Rookie

 • 

79 Posts

June 23rd, 2023 05:00

Hi @fortij1 

Could you please verify the version of PyU4V sdk installed. It should be the compatible 10.0 version. More details can be found in https://github.com/dell/PyU4V/blob/master/README.rst

pip3 list - should list the installed sdk and version details

Thanks,

Jennifer

5 Posts

June 23rd, 2023 06:00

Hi Jennifer, 

Thanks for the reply - both as root and as awx user we are at 10.0.0.19 

[root@####### ~]# pip3 list | grep PyU
PyU4V 10.0.0.19

[awx@####### ~]# pip3 list | grep PyU
PyU4V 10.0.0.19

 

Any other thoughts?

 

Jeff

1 Rookie

 • 

79 Posts

June 23rd, 2023 10:00

Hi @fortij1 

From the error output, module seems to refer to PYU4V 9.1.x SDK. Could you check the ansible python interpreter version, by executing

ansible --version command and execute pip list based on that python version(eg: if python version is 3.9, pip3.9 --list)

Alternatively, to verify could you also run the playbook, by specifying the ansible python interpreter version

ansible-playbook test.yml -e "ansible_python_interpreter=

Thanks,

Jennifer

No Events found!

Top