Node Navigation
Featured Content
Featured Content
Our company like many others have parted ways with VMWare. We decided not to renew this last April and are currently running unsupported/perpetual as we look for a replacement hypervisor. Costs on a ...
14 days ago195Views
6likes
5Comments
WAIT WAIT WAIT - don't leave yet because of my free beer tomfoolery....hear me out.
Listen, we get it. Storage OS updates are historically the LAST thing you ever want to consider for your already ...
5 days ago17Views
3likes
1Comment
One of the most powerful updates in the Pure Storage ecosystem is the ability to federate arrays into a unified fleet with Fusion. Whether you're scaling out infrastructure or simplifying operati...
2 months ago78Views
5likes
1Comment
Welcome!
You've taken the first step and created an account here. What to do next you ask? Here's five simple steps to take after registering to ensure you're getting the most out of this community...
3 months ago273Views
12likes
7Comments
Recent Content
I'm having a weird error with one of my vvols after
I'm having a weird error with one of my vvols after repairing a vsphere-ha corruption problem. the vvol shows connected to one cluster, but not connected under "connectivity with hosts" > configure with the other cluster under the same DC.Solvedmjacobson4 years agoNovice I911Views0likes102CommentsHi All. Do you have PoSH documentation about how to
Hi All. Do you have PoSH documentation about how to copy volumes from protection group snapshots and attach the copies to different VMs in a vVol environment? I found your docs about how to do it with regular volume snapshots, but not PG snapshots.adam_sennott2 years agoNovice I338Views0likes44Comments<!here> I am facing a very weird issue. While using
!here I am facing a very weird issue. While using 2.x get volumes api with FlashArray I am getting a common volume called `pure-protocol-endpoint` even though I am not able to see the volume inside the array under volume listpratik_narode3 years agoNovice I304Views0likes36CommentsHello All. What is the best practice in terms of presenting RDM disks to VMWare?
Any limitations? I see from the Pure documentation a RDM can be presented to a Host Group, so more than 1 ESXi host is supported. How about presenting that same RDM to hosts that is in the same host group on the Pure but is part of a different cluster within VMWare? I have seen some RDM devices presented to all hosts part of the entire DC in VMWare. Thanks.ignes_ingram2 years agoNovice I300Views0likes17CommentsGetting Started: 5 Steps to Get the Most Out of the Pure Customer Community
2 MIN READ Welcome! You've taken the first step and created an account here. What to do next you ask? Here's five simple steps to take after registering to ensure you're getting the most out of this community. Fill out your Profile: Let the community know who you are! Click on your avatar in the top right corner of this window and select 'My Settings' from that dropdown. Fill in your name, location, and bio information. Plus select from one of several default avatars or upload your own image. Write an Introduction post: Head over to the Social Space and write your intro post. Tell us about yourself, your role at your company, and your goals for participating in this community. What have you been thinking about a lot lately at work? (And we won't shy away from pictures of your pets either!) Follow a couple of Forum areas: Find the products you use most and solution areas you're most focused on in our Forums and be sure to click the bell icon in the upper right of those forums to be sure you get notifications on the latest activity in those areas. If you work in Finance, Healthcare, Public Sector, or Telco there's groups dedicated to the unique needs of your industry areas too. And if you're an open source or automation fan, Cloud Native and Kubernetes devotee, or a Pure Partner, there's dedicated group you can join for each of those areas too. Join your local Pure User Group: Click on Groups in the top nav and select Pure User Groups. (fka FlashCrew) Select your region & find the group for your local area. Click on that group and then click 'Join Group'. This will ensure you hear about any Pure events happening in your local area, including when & where the next meetup is. Pick 3-5 tags to follow: This community makes heavy use of tags. As you browse a forum, you'll notice each thread has tags. That is because we require them for every post. Find the tags most relevant to your interest areas and click the bell icon on those pages so you can keep up to date with the latest posts in those categories, regardless of what forum or group the discussion happens in. Finally, feel free to ask questions! Your friendly admins (bmcdougall and Ludes) are here to answer any questions you have and take suggestions. And we have deputized experts across Pure Storage to be on hand to answer deep technical questions. So don't be shy, there's always someone around to help you out.bmcdougall3 months agoCommunity Manager273Views12likes7CommentsI'm attempting to use New-Pfa2Certificate to import
I'm attempting to use New-Pfa2Certificate to import an updated CA signed certificate: ```New-Pfa2Certificate -Certificate $cert1 -IntermediateCertificate $cert2 -Key $key -Passphrase $pp New-Pfa2Certificate: Missing or invalid parameter. (), https://ttpur002.gsm1900.org/api/2.17/certificates (POST)``` If I run it Verbose: ```VERBOSE: PureStorage.Rest Verbose: 13 : 2024-01-04T0322.8514223Z Error: Exception "PureRestException: HttpStatusCode = 'BadRequest', RestErrorCode = 'InvalidArgument', Details = '[{"context":,"message":"Missing or invalid parameter."},{"context":"POST","message":"https://arrayname/api/2.17/certificates"}]', InnerException = ''", StackTrace= at PureStorage.FlashArray.Rest.Api.CertificatesApi.Api224CertificatesPostWithHttpInfo(CertificatePost certificate, String authorization, String xRequestID, List`1 names, String apiVersion) at PureStorage.FlashArray.Rest.Rest2Api.c__DisplayClass133_0.Post_Certificatesb__0() at PureStorage.Rest.PureClient.DoRetries[T](String method, String path, String apiVersion, Func`1 retriable) VERBOSE: PureStorage.Rest Error: 12 : 2024-01-04T0322.8516374Z '"PureRestException: HttpStatusCode = 'BadRequest', RestErrorCode = 'InvalidArgument', Details = '[{"context":,"message":"Missing or invalid parameter."},{"context":"POST","message":"https://arrayname/api/2.17/certificates"}]', InnerException = ''"'``` I've also tried under SDK1 with Import-PfaCertificate (api 1.11) and Import-PfaNamedCertificate (api 1.12), but it chokes on importing the key: ```Import-PfaCertificate : [{"context": , "msg": "Failed to load the private key.\n", "ctx": "management"}] At line:1 char:1 + Import-PfaCertificate -Array $array -Certificate $cert1 -Intermediate ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Import-PfaCertificate], PureRestException + FullyQualifiedErrorId : PurePowerShell.ImportCertificateCmdlet``` I'm guessing I've flattened the key.pem incorrectly (adding line breaks and flattening it to single line same as the cert and intermediate cert). Any advice? Any other way to construct the key file for importing?clint_simmons542 years agoWanderer I206Views0likes16CommentsMigrating my VMware Microsoft SQL VM clusters to use vVols
Good day everyone. Since migrating my VMware Microsoft SQL VM clusters to use vVols, I am finding it extremely difficult to map a Windows drive to the VM hard disk number, and then to the Pure vVol. I have Powershell scripts that perform that function with RDMs but they don't work with vVols apparently. I have been searching Github and other areas with no luck. VMware 8 hosting Windows Server 2022 failover cluster VMs with attached vVols. Any assistance would be greatly appreciated.Solvedbmorris11 months agoNovice I204Views0likes13Comments
Featured Places
Introductions
Welcome! Please introduce yourself to the Pure Storage Community.Pure User Groups
Build and grow your professional network. Explore groups and meetups near you. Don't see a PUG for your area? Reach out to the admins to request a meetup and group.Industry Groups
Join other community members in your industry to learn and share about how Pure is making an impact for your organization./CODE
The Pure /Code community is where collaboration thrives and everyone, from beginners taking their first steps to experts honing their craft, comes together to learn, share, and grow. In this inclusive space, you'll find support, inspiration, and opportunities to elevate your automation, scripting, and coding skills, no matter your starting point or career position. The goal is to break barriers, solve challenges, and most of all, learn from each other.Cloud Native
A group for app developers, platform engineering, and Portworx users around containers and Kubernetes.