-
- Veeam ProPartner
- Posts: 156
- Liked: 43 times
- Joined: Oct 28, 2012 6:06 pm
- Full Name: Davide Depaoli
- Location: Santhia' (VC) - Italy
- Contact:
Looking for simple free S3 compatible platform
Hello,
I'm not a developer or a guru system engineer, but I'm doing quite well on win/linux systems . I would like to put in my test/demo lab an object storage platform to be used as backup repository. Does anyone know any free S3 compatible platform to install on win/linux VM, but easy to configure and integrate into Veeam?
Thanks in advance.
Best regards,
Davide
I'm not a developer or a guru system engineer, but I'm doing quite well on win/linux systems . I would like to put in my test/demo lab an object storage platform to be used as backup repository. Does anyone know any free S3 compatible platform to install on win/linux VM, but easy to configure and integrate into Veeam?
Thanks in advance.
Best regards,
Davide
-
- Product Manager
- Posts: 2581
- Liked: 708 times
- Joined: Jun 14, 2013 9:30 am
- Full Name: Egor Yakovlev
- Location: Prague, Czech Republic
- Contact:
-
- Veeam Software
- Posts: 2010
- Liked: 670 times
- Joined: Sep 25, 2019 10:32 am
- Full Name: Oleg Feoktistov
- Contact:
Re: Looking for simple free S3 compatible platform
Agree with Egor, using Minio myself.
It's cross-platform and fairly easy to deploy/use with Veeam.
Best regards,
Oleg
It's cross-platform and fairly easy to deploy/use with Veeam.
Best regards,
Oleg
-
- Product Manager
- Posts: 5797
- Liked: 1215 times
- Joined: Jul 15, 2013 11:09 am
- Full Name: Niels Engelen
- Contact:
Re: Looking for simple free S3 compatible platform
Another option is using FreeNAS or TrueNAS, which is covered in this external blog post.
Personal blog: https://foonet.be
GitHub: https://github.com/nielsengelen
GitHub: https://github.com/nielsengelen
-
- Veeam ProPartner
- Posts: 156
- Liked: 43 times
- Joined: Oct 28, 2012 6:06 pm
- Full Name: Davide Depaoli
- Location: Santhia' (VC) - Italy
- Contact:
Re: Looking for simple free S3 compatible platform
Thanks to all.
I have already freeNAs on my lab. I'll first try with it.
Regards,
Davide
I have already freeNAs on my lab. I'll first try with it.
Regards,
Davide
-
- Veeam ProPartner
- Posts: 156
- Liked: 43 times
- Joined: Oct 28, 2012 6:06 pm
- Full Name: Davide Depaoli
- Location: Santhia' (VC) - Italy
- Contact:
Re: Looking for simple free S3 compatible platform
Hello,
have tried both FreeNAS and minIO, but I'm not able to setup SSL certificate because I have never worked with certificates and the Trial & error method is not working.
have tried both FreeNAS and minIO, but I'm not able to setup SSL certificate because I have never worked with certificates and the Trial & error method is not working.
-
- Veeam Software
- Posts: 2010
- Liked: 670 times
- Joined: Sep 25, 2019 10:32 am
- Full Name: Oleg Feoktistov
- Contact:
Re: Looking for simple free S3 compatible platform
Ciao Davide,
Certificates configuration for Minio is described here.
As a shortcut example:
- Copy contents of this web page and save them as generate_cert.go file.
- Download and install binary package for go from this site.
- Run in powershell/cmd/terminal:
You'll find cert.pem and key.pem files generated in the same directory where generate_cert.go is.
- Rename cert.pem to public.crt and key.pem to private.key.
- Put them both to C:\Users\<Username>\.minio\certs\
- When launching minio server, you should see the protocol of your endpoint link changed to https.
Then, you should be able to add https endpoint for S3 Compatible Repository.
That's just what I did to make it work.
Saluti,
Oleg
Certificates configuration for Minio is described here.
As a shortcut example:
- Copy contents of this web page and save them as generate_cert.go file.
- Download and install binary package for go from this site.
- Run in powershell/cmd/terminal:
Code: Select all
go run generate_cert.go -ca --host "ipaddress"
- Rename cert.pem to public.crt and key.pem to private.key.
- Put them both to C:\Users\<Username>\.minio\certs\
- When launching minio server, you should see the protocol of your endpoint link changed to https.
Then, you should be able to add https endpoint for S3 Compatible Repository.
That's just what I did to make it work.
Saluti,
Oleg
-
- Veeam ProPartner
- Posts: 156
- Liked: 43 times
- Joined: Oct 28, 2012 6:06 pm
- Full Name: Davide Depaoli
- Location: Santhia' (VC) - Italy
- Contact:
Re: Looking for simple free S3 compatible platform
Ciao Oleg,
I followed your instructions step by step and worked perfectly. However Veeam is unable to connect to the repository (failed to retrieve certificate from minio server on port 9000).
If you have time and want to continue helping me, please look my screenshots
minio server https://www.screencast.com/t/8mzkYy9OKilx
Veeam Repository configuration on v10 RTM/Win2019 https://www.screencast.com/t/O5XFWSUjyOHE
eeam Repository configuration on 9.5 u4/Win2016 https://www.screencast.com/t/cdZJ2hroUsJ
Grazie 1000
Ciao Davide
I followed your instructions step by step and worked perfectly. However Veeam is unable to connect to the repository (failed to retrieve certificate from minio server on port 9000).
If you have time and want to continue helping me, please look my screenshots
minio server https://www.screencast.com/t/8mzkYy9OKilx
Veeam Repository configuration on v10 RTM/Win2019 https://www.screencast.com/t/O5XFWSUjyOHE
eeam Repository configuration on 9.5 u4/Win2016 https://www.screencast.com/t/cdZJ2hroUsJ
Grazie 1000
Ciao Davide
-
- Veeam ProPartner
- Posts: 156
- Liked: 43 times
- Joined: Oct 28, 2012 6:06 pm
- Full Name: Davide Depaoli
- Location: Santhia' (VC) - Italy
- Contact:
Re: Looking for simple free S3 compatible platform
Solved !
Was a Windows firewall issue.
Thank you so much Oleg for your precious help. This shows that things are simple when one knows what and how to do them !
Was a Windows firewall issue.
Thank you so much Oleg for your precious help. This shows that things are simple when one knows what and how to do them !
-
- Veeam Software
- Posts: 2010
- Liked: 670 times
- Joined: Sep 25, 2019 10:32 am
- Full Name: Oleg Feoktistov
- Contact:
Re: Looking for simple free S3 compatible platform
Yeah, had the issue with firewall on initial setup too.
Anyway, glad to help
Anyway, glad to help
-
- Veeam Software
- Posts: 296
- Liked: 141 times
- Joined: Jul 24, 2018 8:38 pm
- Full Name: Stephen Firmes
- Contact:
Re: Looking for simple free S3 compatible platform
I've used GnuTLS and the instructions that are in the Minio documentation. But I switched to use the method/tools that Oleg noted and they are so much easier to use.
Thanks Oleg!!!
Thanks Oleg!!!
Steve Firmes | Senior Solutions Architect, Product Management - Alliances @ Veeam Software
Who is online
Users browsing this forum: No registered users and 18 guests