Forum Discussion

saravananp's avatar
saravananp
Novice I
22 hours ago

Pure FlashArray CLI Quick References (daily feeds)

1. How to display serial number of a specific hardware component of a Pure Flash Array?

purehw list CT0 --spec

Explanation: Display model, part number, and serial number of Controller 0


2. How to check the Remote Assist is active or inactive in a Pure Flash Array?

purearray remoteassist --status

Explanation: check the Remote Assist is active or inactive

3. How to change the password for a user in Flash Array?

pureadmin setattr testuser --password

Explanation: Change the password for the user testuser

4. How to display the name serial number and firmware version of Pure Flash Array?

purearray list

Explanation: Display the array name,serial number and firmware version

5. How to generate API token for a user in Flash Array?

pureadmin create testuser --api-token


Explanation:  Generate an API token for the user testuser

No RepliesBe the first to reply