DIAWAY

DIAWAY is the leading big data storage and networking supplier to data-intensive, global organizations. DIAWAY Techonomics™ experts designed, deployed and optimized systems, software, and storage solutions that enable enterprises, cloud providers, software companies to generate more value from their data, on-premise and in the cloud. Business organizations leverage the power of DIAWAY Any Data Solutions™ […]

Read More…

File system accessible via NFS protocol.

There are many ways to access Distributed File System. For us the most favorite way is through native clients – does not matter whether it is Linux, Mac or Windows. But what when you cannot install third party software on your client? Or you need storage for systems that there is no client for? NFS […]

Read More…

Running multiple chunkservers on the same machine.

CHUNKSERVER AS A SERVICE 1. Prepare another mfschunkserver.cfg file for the new chunkserver in a different path, let’s call it /etc/chunkserver2.cfg 2. Prepare another mfshdd.cfg file for the new chunkserver in a different path, let’s call it /etc/hdd2.cfg 3. Set HDD_CONF_FILENAME in chunkserver2.cfg file to the path of newly prepared mfshdd.cfg file, in this example […]

Read More…

What operating systems can I use?

You can install LizardFS Storage on any Linux machine. Currently, you can download LizardFS on Debian, Ubuntu, and Fedora directly from your distribution’s official package repository. You can also use MacOS or Windows machines as clients to access files stored on the LizardFS cluster. […]

Read More…

Where do I download the Windows client?

If you want to have access to files stored on the LizardFS cluster from a Windows machine, you will need to install our Windows client. It is currently on the proprietary license, we do however offer an unlimited number of licenses with every level of our Technical Support. If you are interested in the Windows […]

Read More…

How do I completely reset a cluster?

The simplest way is to create a new metadata file. Go to your metadata directory on your current master server (look at the DATA_PATH in the mfsmaster.cfg file), then stop the master and create a new empty metadata file by executing: echo -n “MFSM NEW” > metadata.mfs Start the master and your cluster will be […]

Read More…

How do I create a full backup of all my metadata?

Copy your data directory somewhere safe (default path: /var/lib/mfs). Files you should be interested in keeping are primarily: • metadata.mfs – your metadata set in binary form. This file is updated hourly + on master server shutdown. You can also trigger a metadata dump with lizardfs-admin save-metadata HOST PORT, but an admin password needs to […]

Read More…

What do you mean by High Availability?

With the help of multiple chunkservers and good goals, files can be stored multiple times. Therefore, a certain level of high availability on a file-level can be achieved easily. In addition, it is important to know that per default, the master service only can be active in a master role on one node at the […]

Read More…

How can I achieve High Availability of the master?

There are multiple ways of keeping the master highly available. One would be to demote and promote manually if you need to. The better way would be to delegate that task to a mechanism that knows the current state of all (possible) master nodes and can perform the failover procedure automatically. Known methods, when only […]

Read More…