ADVERTISEMENT
Full list of Articles and Utilities
- BCV Creationemc
- Dynamic Vs Static SRDFemc
- EMC Quick Linksemc
- Simple Clone Operationsemc
- Solution Enabler Symcli Commandsemc
- Solution Enabler Symcli Question Bankemc
- SRDF Operationsemc
- Symdev Command to BIND and UNBINDemc
- Virtual Provisioning in VMaxemc
- VMax Allocation Stepsemc
- VMax3 and PowerMax Allocation Stepsemc
- VMax3 and PowerMax Deallocation Stepsemc
- CONVERT - Cylinders «-» GBemc
- CONVERT - Hex «-» Decimalemc
- DECODE - EMC FA WWPNemc
- DECODE - SYMM Device NAAemc
- ENCODE - EMC FA WWPNemc
- ENCODE - SYMM Device NAAemc
- GENERATE - Device Rangesemc
- GENERATE - Hex Numbersemc
- REMOVE - Duplicate Devicesemc
- SEPARATE - Devices By Commasemc
- SORT - Hex Numbersemc
- WWN - Remove or Add Colonsemc
- CREATE - Bindingemc
- CREATE - Initiator Groupemc
- CREATE - Mappingemc
- CREATE - Masking Viewemc
- CREATE - Meta Deviceemc
- CREATE - Port Goupemc
- CREATE - Storage Groupemc
- CREATE - Thin Deviceemc
- CREATE - Thin Device RDFemc
- DELETE - All Groupsemc
- DELETE - Bindingemc
- DELETE - Deviceemc
- DELETE - Mappingemc
- DELETE - Masking Viewemc
- DELETE - Thin Deviceemc
- DISOLVE - Meta Headsemc
- UPDATE - Device Attributeemc
- UPDATE - Device Groupemc
- UPDATE - Device Statusemc
- UPDATE - Storage Groupemc
- VMAX-3 Allocationemc
- Pure Flash Storage Provisioningpure
- Pure FlashArray Modelspure
- Pure Storage CLI Commandspure
- Pure Storage CLI Question Bankpure
- CREATE - Hostpure
- CREATE - Volumepure
- CREATE - Volume Connectionpure
- DELETE - Volumepure
- DELETE - Volume Connectionpure
- CISCO MDS CLI Question Bankcisco
- CISCO MDS Show Commandscisco
- Cisco MDS Zoning Quick Reference Guidecisco
- CREATE - Zoningcisco
purehost commands
The purehost command displays and manage Host objects in Pure Flash Storage Array
Below list contains some of the most useful purehost commands.
-
purehost connect MY-SERVER-001 --vol MY_VOL_001Connect volume MY_VOL_001 to host MY-SERVER-001. This will Provide the R/W access to the volume.Next available lun address will used by default.Copied
-
purehost connect MY-SERVER-001 --vol MY_VOL_001 --lun 10Connect volume MY_VOL_001 to host MY-SERVER-001 and assign LUN id 10. This will Provide the R/W access to the volume.Copied
-
purehost connect MY-SERVER-001 MY-SERVER-002 --vol MY_VOL_001Connect volume MY_VOL_001 to hosts MY-SERVER-001 and MY-SERVER-002Copied
-
purehost create MY-SERVER-001Create a host object called MY-SERVER-001. HBA wwns can be added later using purehost setattr command.Copied
-
purehost create MY-SERVER-001 --wwnlist 1000000000000001,10:00:00:00:00:00:00:01Create a host object called MY-SERVER-001 and add HBA wwns to itCopied
-
purehost create MY-SERVER-001 MY-SERVER-002Create hosts MY-SERVER-001 and MY-HOST-002Copied
-
purehost delete MY-SERVER-001Delete host MY-SERVER-001Copied
-
purehost delete MY-SERVER-001 MY-SERVER-002Delete hosts MY-SERVER-001 MY-SERVER-002Copied
-
purehost disconnect MY-SERVER-001 --vol MY_VOL_001Disconnect volume MY_VOL_001 from host MY-SERVER-001. This will remove the visibility of the volume to the host.Copied
-
purehost disconnect MY-SERVER-001 MY-SERVER-002 --vol MY_VOL_001Disconnect volume MY_VOL_001 from hosts MY-SERVER-001 and MY-SERVER-002Copied
-
purehost listList all the hosts in a Flash Array with its member WWNs or IQNs or NQNs. This will also show the Host Groups if it part of any.Copied
-
purehost list --allList all the hosts in a Flash Array along with its member initiators connected to volumes through target portsCopied
-
purehost list --connectList all the hosts in a Flash Array which have connected volumesCopied
-
purehost list --connect --privateList all the hosts with non shared volumes. Volumes are not assigned through hostgroup.Copied
-
purehost list --connect --sharedList all the hosts with shared volumes assigned through hostgroupCopied
-
purehost list --filter "wwn='1000000000000003'"Display the host with WWN 1000000000000003 as a memberCopied
-
purehost list --personalityDisplay the list hosts along with the personality set against each. The personality is define using the purehost setattr command.Copied
-
purehost list MY-SERVER*Display the details of all the Hosts those name start with MY-SERVERCopied
-
purehost list MY-SERVER-001Display the details of Host MY-SERVER-001Copied
-
purehost list MY-SERVER-001 --connectList all the volumes connected to Host MY-SERVER-001Copied
-
purehost list MY-SERVER-001 --personalityDisplay the personality of host MY-SERVER-001Copied
-
purehost rename MY-SERVER-001 YOUR-SERVER-001Rename host MY-SERVER-001 to YOUR-SERVER-001Copied
-
purehost setattr MY-SERVER-001 --addwwnlist 1000000000000003Add new HBA wwn 1000000000000003 to host MY-HOST-001. 1000000000000003 should not be part of any other host.Copied
-
purehost setattr MY-SERVER-001 --personality esxiSet the personality of host MY-SERVER-001 to esxi. Some other values are aix, solaris etc..Copied
-
purehost setattr MY-SERVER-001 --remwwnlist 1000000000000003Remove HBA wwn 1000000000000003 from host MY-SERVER-001Copied
-
purehost setattr MY-SERVER-001 --wwnlist ""Remove all wwns from MY-HOST-001Copied
-
purehost setattr MY-SERVER-001 --wwnlist 1000000000000003Update the contents of an existing host with new wwn 1000000000000003Copied
-
purehost connect MY-SERVER-001 --vol MY_VOL_001Connect volume MY_VOL_001 to host MY-SERVER-001. This will Provide the R/W access to the volume.Next available lun address will used by default.Copied
-
purehost connect MY-SERVER-001 --vol MY_VOL_001 --lun 10Connect volume MY_VOL_001 to host MY-SERVER-001 and assign LUN id 10. This will Provide the R/W access to the volume.Copied
-
purehost connect MY-SERVER-001 MY-SERVER-002 --vol MY_VOL_001Connect volume MY_VOL_001 to hosts MY-SERVER-001 and MY-SERVER-002Copied
-
purehost create MY-SERVER-001Create a host object called MY-SERVER-001. HBA wwns can be added later using purehost setattr command.Copied
-
purehost create MY-SERVER-001 --wwnlist 1000000000000001,10:00:00:00:00:00:00:01Create a host object called MY-SERVER-001 and add HBA wwns to itCopied
-
purehost create MY-SERVER-001 MY-SERVER-002Create hosts MY-SERVER-001 and MY-HOST-002Copied
-
purehost delete MY-SERVER-001Delete host MY-SERVER-001Copied
-
purehost delete MY-SERVER-001 MY-SERVER-002Delete hosts MY-SERVER-001 MY-SERVER-002Copied
-
purehost disconnect MY-SERVER-001 --vol MY_VOL_001Disconnect volume MY_VOL_001 from host MY-SERVER-001. This will remove the visibility of the volume to the host.Copied
-
purehost disconnect MY-SERVER-001 MY-SERVER-002 --vol MY_VOL_001Disconnect volume MY_VOL_001 from hosts MY-SERVER-001 and MY-SERVER-002Copied
-
purehost listList all the hosts in a Flash Array with its member WWNs or IQNs or NQNs. This will also show the Host Groups if it part of any.Copied
-
purehost list --allList all the hosts in a Flash Array along with its member initiators connected to volumes through target portsCopied
-
purehost list --connectList all the hosts in a Flash Array which have connected volumesCopied
-
purehost list --connect --privateList all the hosts with non shared volumes. Volumes are not assigned through hostgroup.Copied
-
purehost list --connect --sharedList all the hosts with shared volumes assigned through hostgroupCopied
-
purehost list --filter "wwn='1000000000000003'"Display the host with WWN 1000000000000003 as a memberCopied
-
purehost list --personalityDisplay the list hosts along with the personality set against each. The personality is define using the purehost setattr command.Copied
-
purehost list MY-SERVER*Display the details of all the Hosts those name start with MY-SERVERCopied
-
purehost list MY-SERVER-001Display the details of Host MY-SERVER-001Copied
-
purehost list MY-SERVER-001 --connectList all the volumes connected to Host MY-SERVER-001Copied
-
purehost list MY-SERVER-001 --personalityDisplay the personality of host MY-SERVER-001Copied
-
purehost rename MY-SERVER-001 YOUR-SERVER-001Rename host MY-SERVER-001 to YOUR-SERVER-001Copied
-
purehost setattr MY-SERVER-001 --addwwnlist 1000000000000003Add new HBA wwn 1000000000000003 to host MY-HOST-001. 1000000000000003 should not be part of any other host.Copied
-
purehost setattr MY-SERVER-001 --personality esxiSet the personality of host MY-SERVER-001 to esxi. Some other values are aix, solaris etc..Copied
-
purehost setattr MY-SERVER-001 --remwwnlist 1000000000000003Remove HBA wwn 1000000000000003 from host MY-SERVER-001Copied
-
purehost setattr MY-SERVER-001 --wwnlist ""Remove all wwns from MY-HOST-001Copied
-
purehost setattr MY-SERVER-001 --wwnlist 1000000000000003Update the contents of an existing host with new wwn 1000000000000003Copied
Most viewed articles
- Pure Storage CLI Question BankHow To guide for Pure Storage CLI comman ...
- Pure Storage ProvisioningStorage Allocation procedure for a Pure ...
- Pure FlashArray ModelsA quick reference to all the Flash Array ...