The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
35 views

Ubuntu server - Make sure server can always boot and a hard drive is mounted before sharing with Samba

I have two 2-TB hard drives (not the boot/system drives) with a single partition in each, that I share with Samba. Mountpoints are in /mnt/drive01 and /mnt/drive02 . These are also the path of two ...
0
votes
0answers
38 views

ubuntu GFS2 official document

Where can I find ubuntu GFS2 official document? I searched the ubuntu server guide, but I didn't find them. Did ubuntu release them? I only found 1 solution for cluster, ...
0
votes
0answers
16 views

What's the alternate solution of GFS2

I found the package is marked as not recommend to use in production environment. So what's the alternate solution? https://launchpad.net/ubuntu/precise/+package/gfs2-tools
9
votes
3answers
946 views

Using tar and rsync for high availability

Server Recovery Project: I have ubuntu cloud servers running which I don't have direct access to but with ssh. I'm using 'tar' to clone or to have high availability of this server. I followed the ...
8
votes
6answers
1k views

Clone system and auto replicate the changes

Is it possible to clone an Ubuntu system and if any changes are made to original system, those should be replicated to the one cloned? I need to have backup support if original one gets down. In my ...