HPE 3PAR StoreServ Storage
1826706 Members
2710 Online
109697 Solutions
New Discussion

Re: How to change PersonaProfile from File Persona to Block-only in 3PAR

 
AbhiMR
HPE Pro

How to change PersonaProfile from File Persona to Block-only in 3PAR

Chech the persona by running the command "shownode -PersonaProfile"
sP165 cli% shownode -PersonaProfile
Node Config          Current
   0 block-preferred block-preferred
   1 block-preferred block-preferred

Here is the command to change it to block-only " setsys PersonaProfile block-only"
sP165 cli% shownode -PersonaProfile
Node Config     Current
   0 block-only block-only
   1 block-only block-only



I'm an HPE employee.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
1 REPLY 1
Sunitha_Mod
Honored Contributor

Re: How to change PersonaProfile from File Persona to Block-only in 3PAR

@AbhiMR 

Thank you for sharing the info.