ADVERTISEMENT

purearray commands

The purearray command displays attributes and monitors I/O performance in Pure Flash Storage Array

Below list contains some of the most useful purearray commands.

  • purearray connect --management-address 10.0.0.1 --type async-replication --connection-key

    Connects the local array to remote array 10.0.0.1 for asynchronous replication using the connection key. The Connection key will be prompted to enter.
    Copied
  • purearray connect --management-address 10.0.0.1 --type sync-replication --connection-key

    Connects the local array to remote array 10.0.0.1 for synchronous replication using the connection key. The Connection key will be prompted to enter.
    Copied
  • purearray connect --management-address 10.0.0.1 --type sync-replication --replication-transport ip -- connection-key

    Connects the local array to remote array 10.0.0.1 for synchronous replication via Ethernet transport using the connection key. The Connection key will be prompted to enter.
    Copied
  • purearray disable phonehome

    Disable phonehome or dialhome feature of array.
    Copied
  • purearray disconnect 10.0.0.1

    Disconnects array 10.0.0.1 from the local array connected for remote replication.
    Copied
  • purearray enable phonehome

    Enable phonehome or dialhome feature of array.
    Copied
  • purearray list

    Display the array name,serial number and firmware version
    Copied
  • purearray list --connect

    Display remotely connected arrays for replication
    Copied
  • purearray list --connect --path

    Display arrays connected for remote replication along with connection paths
    Copied
  • purearray list --connect --throttle

    Display the replication throttle limit
    Copied
  • purearray list --connection-key

    Display the connection key that can be used to connect to the array
    Copied
  • purearray list --controller

    List all the controllers connected to the Array. This will also display the model and status of each controller
    Copied
  • purearray list --ntpserver

    List the NTP servers configured
    Copied
  • purearray list --phonehome

    Display the dial home configuration status of the Array
    Copied
  • purearray list --space

    Display the capacity and usage statistics information of the Array.
    Copied
  • purearray list --space --historical 30d

    Display the capacity and usage statistics information of the Array since last 30 days
    Copied
  • purearray list --syslogserver

    List the syslog server names configured to push the logs in pure array
    Copied
  • purearray monitor --interval 4 --repeat 5

    Display the array-wide IO performance of a Flash Array in every 4 seconds for 5 times.
    Copied
  • purearray remoteassist --status

    check the Remote Assist is active or inactive
    Copied
  • purearray rename MYARRAY001

    Set the name of the array to MYARRAY001
    Copied
  • purearray setattr --ntpserver ''

    Remove all the NTP servers configured for pure array
    Copied
  • purearray setattr --ntpserver time.google.com

    Set the NTP server
    Copied
  • purearray setattr --syslogserver ''

    Remove all the syslog server servers configured for pure array
    Copied
  • purearray setattr --syslogserver log.server.com

    set the syslog server for pure array
    Copied

[ view all commands ]