Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Pricing
  • Help

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Accounting
  • Inventory
  • PoS
  • Project
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
Help

Hardware requirements - NAS vs 'real' Server

Subscribe

Get notified when there's activity on this post

This question has been flagged
nassynologyhardware
5 Replies
32045 Views
Avatar
gunnar

hi everybody,

we are planning of setting up an OpenERP for our company. Actually at the same time we will be upgrading our fileserver. So both, filehosting (normal office documents, some photos) and OpenERP should be running from this machine. I am wondering about the Hardware requirements to do so successfully.

For ease of use we are tempted to purchase an NAS System. Synology seems to be the way to go as their OS officially supports OpenERP. We where considering something like Synolgy DS1512+ or RS812+ (sorry can't paste a link because my 'Karma points] (?) do not allow that yet)

I am considering this issue since a while and have noted a gap between what NAS machines normally offer in terms of RAM (the ones from above 1-3 GB) and what people who are more experiences than I advise me (that such kind of RAM would be way not enough).

What I don't get is ... almost all NAS Systems (not only Synology) in the range of small and medium businesses (which we are with 3-15 potential users) have such 'low' amounts of RAM. It seems that NAS producers and my advisers (who would be professionals in IT administration & hardware setup) have a totally different understanding of how much hardware power you need for running such services.

apart from the RAM the machines mentioned above seems quite powerful to me (2x Gigabit Ethernet for example doesn't look like toying around to me but as if you are serious)

So, who is in the right?

It almost seems as if IT professionals might be generally anti NAS in a way. Would they fear if everybody used NAS instead of a 'real' Server (that is a term I have heard more then once) the need of administrators would become more and more redundant? ... So NAS might be a natural enemy of any admin?

any comments on this are highly welcomed

0
Avatar
Discard
Avatar
Mohammad Alhashash
Best Answer

Stay away of NAS devices including this one.

  • Slow processor. This one is using Atom processor. CPU performance is a significant factor in OpenERP performance. It is not about processor clock or core count. a 1.7GHz Core i7 processor would be much faster in python than 2.1Ghz Atom.

  • Very limited memory upgrade option. As any DBA would tell you, memory size is usually the most important factor in database performance followed by disk IO performance.

  • No ECC memory support. You should always use ECC memory for critical server applications.

  • You will never need/use that storage capacity. I would not even run a 100GB database on a server with 3GB ram! Especially for an ERP system.

  • No redundant power supply.

A NAS is just server made for shared storage. If you want simplicity in management, you can install any NAS oriented Linux or FreeBSD distribution on a real server with ECC and expandable memory.

4
Avatar
Discard
gunnar
Author

thanks, I begin to understand the 'real server' fuss

gunnar
Author

The idea of deploying the mentioned "NAS oriented distro" as OS on a 'real server' hardware sounds interesting. But I wonder whether you could install and run OpenERP on that .... could you?

AJ Schrafel Paper Corp

You would be better off buying a refurished PC for less than $500, installing Ubuntu, and following one of the installation guides for openERP. It is spelled out step by step on a number of websites like theopensourcerer dot com - That would get your feet wet.

Mohammad Alhashash

Sure you can install OpenERP on any of those NAS distributions, but not through the web interface. You need to install OpenERP dependencies and download OpenERP source.

ton123

@Mohammad Ali. You are mistaken. Synology has a package center and developed an install package for OpenERP, it is available since October 2011. http://www.synology.com/support/news.php?lang=enu&news_id=311 . You can install via the web interface. You don't need to install OpenERP dependancies and you don't need to download OpenERP source.

Mohammad Alhashash

@ton123, I was talking about Linux/FreeBSD NAS distributions.

Avatar
SISalp
Best Answer

hi,

Openerp is available as a package on Synology. You don't size any requirement, so no idea whether the NAS will be enough or not. For a small company with few users, it will probably be enough.

I don't see any advantage to use a NAS for Openerp instead of a regular PC, but in specific markets because it is easy to sell. Personnaly, I don't use NAs because they don't fit my requirements :

  • I need virtualisation instruction set
  • I want to choose my operating system and its version
  • I want to build a replacement as soon as possible in case of failure
  • I want free slots to extend performance
  • I want it cheap

Maybe sys_admins are just reluctant to use a specific operating system for no benefit. By the way, where will you send your backups if you put Openerp on the NAS ?

regards

1
Avatar
Discard
Avatar
ton123
Best Answer

I have running v6.1.1 on 3 different synology NAS. See my post on this. The DS412+ is powered by a 2.13GHz Intel Atom D2700 "Cedarview" (32nm) processor. It is a dual-core chip, it supports four threads thanks to HyperThreading. Standard memory is 1.024GB. It can be expanded through 2.048GB.

I use them for production, development, test and backup. I can work on these servers via internet. For cross platform testing I have also a Linux Ubuntu 12.03 v6.1.1 installation on a small Samsung Notebook.

As far as I know OpenERP has worked together with Synology on these packages.

At this moment v7 is not available as a synology package. I assume it will be available when it is more stable.

Update July 2013 7.0 is available on Synology

It is very easy to start with v6.1.1. on a synology server. Install Python via the package manager. After that Install OpenERP via the package manager. It's all very easy.

Standard pasword for managing databases is admin. At first install there is one database OpenERP. You can access it in your local network via http://iPadressofthesynology:8169. User=admin, Pasword=admin.

For demo use it is fast. For a one user company it is fast. You can always migrate from the NAS to a "real" Linux server. You need to install the same OpenERP version and modules on this Linux server. And you can restore the backup data which you have made from the Synology to the Linux server. In my situation this is the above mentioned Samsung notebook. And I can migrate back also. It is total cross platform.

The version of synology is at this moment based on Linux 2.6.3212. Systems management tools via Putty SSH Telnet and AdminTool from Itari.

The OpenERP 6.1.1 version is in februari 2013 updated with the latest modules.

Keep in mind there are still a lot of things to do to implement OpenERP for a company. Technical and Functional and Organisational. This is the difficult part. Of course backups and restores can be made. Databackup via the OpenERP management screen. Automatic backup and backup of the OpenERP installation need more work.

Update July Also 7.0 is very easy to install. Install Python Install the OpenERP 7.0 package You can login with admin / admin on port 6069

1
Avatar
Discard
Avatar
gunnar
Author Best Answer

thanks for the feedback. My point actually being ... We don't have a sysad and as long as we don't really need one we would be just happy with that. A NAS just works out of the box (at least for file sharing that should be true). That is a huge plus for a company in a situation like ours.

I am pretty sure whether you are more advanced and have an IT infrastructure (incl. staff (up and running you wouldn't consider NAS just because what you two have stated but until that day we are hoping for something that spares us the need of really administering things on a command line base (and that is what the promise of a NAS actually is).

What I am hoping for would be some first hand experience of people who might be able to say "I did it and it worked great/failed/... because ..." Anybody out there?

I am pretty sure. If I have to setup a 'real server' I will need somebody to take care of administration. We are trying to figure out whether that can be avoided with a NAS yet. For filesharing I am pretty sure it can, regarding OpenERP I am trying to figure that out with this post somehow.

By the way, where will you send your backups if you put Openerp on the NAS ?

not decided yet. maybe just a USB drive for starters

0
Avatar
Discard
SISalp

Of course you will make your own experience, but updating Openerp on Synology is something I hope I'll be never asked to do. If you don't want to administratrate your central business server, consider hosting by people who will do it for you. But this is another topic.

AJ Schrafel Paper Corp

A NAS doing the job of a server is not going to obviate the need for a sysadmin. That is like buying a 2 door sedan to tow your boat and expecting to never need a mechanic. Eventually things need maintenance

Ahmet Altinisik

A linux operating system can be installed on a PC in less than 30 minutes by using GUI installers and you can install openerp packages very easily. If your hardware is good you would not need any sys admin for such an install and it will work for years without any intervention. Everybody is against NAS here because they think it is overpriced for that performance. So you can just buy a PC and install linux os and forget the machine. You can remove keyboard mouse and screen if you like. You can install Zentyal as it gives a web interface for file sharing settings and can act as a domain server.

Avatar
AJ Schrafel Paper Corp
Best Answer

I would demo their system and see how you like it.

NAS is network attached storage, it is a network attached hard drive. A NAS is a 'real' server minus just about everything but hard drives. The ram on the NAS is for caching frequently accessed information, not running applications.

Normally you cannot run any applications on the NAS. A server would store data on a NAS and reference that data when an application running on the server calls for it.

It looks like Synology created specialty software to allow their products to do what a normal NAS cannot do.

0
Avatar
Discard
gunnar
Author

not sure whether this is still true. If you check on features listed for many NAS systems it looks as if you can do quite a lot with it. Well it's their advertizing still, butt if you just take half of it for actually workable seems there is more then just HardDrives. ...

AJ Schrafel Paper Corp

NAS is network attached storage, when you have it start doing other tasks it stops being a NAS.

Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Sign up
Related Posts Replies Views Activity
Installing Odoo 8.0 to Synology NAS
nas synology odoo8
Avatar
Avatar
Avatar
Avatar
3
Dec 15
18955
SyntaxError: JSON.parse: unexpected end of data at line 2 column 1 of the JSON data
nas synology json
Avatar
0
Oct 15
8613
openerp 7.0 on synology nas 713+
nas synology ds713+
Avatar
Avatar
Avatar
Avatar
6
Mar 15
15875
Leave Management app question Solved
nas synology leavemanagement odoo8.0
Avatar
Avatar
2
Mar 18
6339
OPENERP on Synology NAS device Solved
nas synology openerp files
Avatar
Avatar
Avatar
2
Jan 24
15496
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now