Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Cannot add new array into Pure1 unplugged #42

Open
suphamit01 opened this issue Mar 22, 2021 · 3 comments
Open

Cannot add new array into Pure1 unplugged #42

suphamit01 opened this issue Mar 22, 2021 · 3 comments

Comments

@suphamit01
Copy link

suphamit01 commented Mar 22, 2021

I cannot add a new array into Pure1unplugged. It shows an error as below.

"Unable to connect. Error: Get https://192.168.122.14/api/api_version: dial tcp 192.168.122.14:443: getsockopt: connection timed out"

According to https://support.purestorage.com/Pure1/Pure1_Unplugged/001%3A_Pure1_Unplugged_Installation
I wonder why my flash array with purity version 5.1.1 with have api version {"version": ["1.0", "1.1", "1.2", "1.3", "1.4", "1.5", "1.6", "1.7", "1.8", "1.9", "1.10", "1.11", "1.12", "1.13", "1.14"]} does not support with Purity//FA 4.8.0 with REST API 1.7 and above.

I'm thinking about upgrading to purity version 5.3.x to get the rest API version 2.x, Is this going to fix the issue?

Pure1unplugged_error

@Pure-AdamuKaapan
Copy link
Collaborator

Pure-AdamuKaapan commented Mar 22, 2021

@suphamit01 that upgrade probably won't fix the issue, there's no reason that model/version of array shouldn't work with Unplugged right now.

My guess as to the issue is that you probably left the pod CIDR as 192.168.0.0/16, which is the same IP range that your array is in, resulting in an IP routing conflict. Go ahead and change the pod CIDR to some IP range unused by all arrays you will be adding to Unplugged, and do puctl infra reset && puctl infra init && puctl pure1-unplugged install to reconfigure the networking, and give that a try.

@suphamit01
Copy link
Author

@Pure-AdamuKaapan Thank you for your answers. It's work !!

Another question, How to add new users to pure1unplugged and manage role?

@Pure-AdamuKaapan
Copy link
Collaborator

Pure-AdamuKaapan commented Mar 23, 2021

For adding new authentication methods/users, check out the "Authentication Methods" section of https://support.purestorage.com/Pure1/Pure1_Unplugged/001%3A_Pure1_Unplugged_Installation

Please note that at the moment all users currently have the same permissions, we don't have granular user access control implemented yet.

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

No branches or pull requests

2 participants