Ubuntu :: Design 1-tier Client-server Architecture Using Ubuntu Edition(s)?

Jan 17, 2011

I want to have 1-tier client/server architecture using ubuntu edition. I have no idea how to proceed. I have many doubts:1. Which Ubuntu edition will be used i.e. desktop or server? 2. Which manual/book(s)/paper will best describe to proceed further?

View 4 Replies


ADVERTISEMENT

Server :: 2 Tier File Synchronization (block Based, Possibly Cluster FS)

Oct 25, 2010

I'm looking for a write one, read many file synchronization, file system or similar technique. In fact I want a to imitate a zfs_send/zfs_receive similar behaviour on Linux. My requirements are pure local (or in terms of distributed file systems: rack-aware) file handling with remote synchronization. Some random features/requirements I want to achieve are (I use the terms file and "file system" here interchangeable, as I don't care wheter I have to synchronize file based or use full file system supporting that):
Access on files from a specific host is pure local, i.e. the node has a full copy of a file, no parts are distributed. Read and write access is local, the remote side gets synchronized with write changes only Write changes on the remote side are non-blocking and asynchronous No need for concurrent file access, concurrent, distributed locking and so on Every file is changed by a single node only, other nodes have read access The file "owner", thus the node allowed to write files must be changeable Similar techniques (some as technology concept, not usable for me) exist, among those DRBD, MySQL Replication or even pure rsync.

I don't care whether I'm referring to a pure local solution (i.e. between two block devices) or a client/server mode. DRBD won't fit because its a peer to peer solution, I need to synchronize a lot of clients with a central storage through that way where DRBD just mirrors from peer to peer among two nodes and doesn't allow another node to take over the role of the primary node (i.e. node A is master, storage B secondary, I want to change to a thrid node C which becomes master and receives hence a full update from storage B.

Just as a guess, I'd make a local LVM volume on every node where write access happens. In the same time there exists a iSCSI target with multipath to a remote hosts which is shared with every node, again providing a clustered LVM. So I'd need to synchronize a local LVM volume with a remote LVM image. The question is just by which technique I could achieve that (i.e. as RAID 0, where every read and write goes to one node only and doesn't wait the other node to succeed). I could achieve this with rsync by a cyclic push to the remote host, but the problem is, that rsync isn't block based thus I'd need to synchronize every time the whole file, not only changes.

View 2 Replies View Related

General :: Design An Email Client For Gmail And Yahoo?

May 22, 2010

I want to design an email client for gmail and yahoo. Somebody suggest me how to do this?

View 3 Replies View Related

General :: Bit Torrent Client Ubuntu Netbook Edition Urlopen Error - Errno 111

Jun 13, 2011

I'm new to ubuntu and trying to use bit torrent, while installing there was an error message, but the program was still shown as installed. When I tried to use it i got this error "urlopen error [Errno 111]".

View 6 Replies View Related

Ubuntu Networking :: Setting Up Web Design Test Server?

Dec 19, 2010

I do not know much at all when it comes to setting up hardware--servers, switches, etc.

I have a 1701HG 2Wire wireless router that I use for my home network. I have an old pentium 3 tower that is just laying around, and I want to be able to host my projects on it for testing. Basically, I just want to be able to do everything on my laptop and then upload it to the server for testing.

I have set up an Ubuntu LAMP server on the desktop and am able to do everything I want via SFTP; however, I want to be able to type in "projectx.local" in a browser on my laptop to go to one test site, "projectz.local" to go to another, etc.

Is this possible, since I do not have the server set up as my gateway? It is merely connected to the router like everything else.

View 2 Replies View Related

Server :: Design An Inexpensive Large Scale DNS Server But Fail To Find Any Metrics Or Methods To Base Scalabilty?

Nov 28, 2010

I'm trying to design an inexpensive large scale DNS server but fail to find any metrics or methods to base scalabilty.Can anyone offer information on building a stable dedicated DNS server? That might be able to scale well.

View 8 Replies View Related

Server :: LDAP Server Vs Client / Export Server's Home Directory To The Client?

Jun 11, 2011

I configured openLdap in RHEL5 on virtual achines,everything is working fine, I created a user called ldapuser,in LDAP server and i created a home directory for ldapuser in my LDAP client, now i can able to login to the both Server and client with ldapuser account....

Now here what am expecting is i want to export my server's home directory to the client, i dont want to create home directories manually in the client machine, i googled about that, and it can be done through autofs.....

what need to be done on the client and server side.

View 6 Replies View Related

Ubuntu Installation :: How To Install Plugin Architecture On 9.10 Server

Mar 12, 2010

I have an Ubuntu 9.10 Server (cacti is installed) and I do not know how to install Cacti Plugin Architecture on it.

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=9.10
DISTRIB_CODENAME=karmic

[code]....

View 4 Replies View Related

Programming :: Daemon Process Design Which Acts As A Tcp Proxy Server?

Mar 8, 2010

know abt daemon process and how it is used for acting as proxy server if nay tutorial is there for it .

View 3 Replies View Related

Ubuntu :: Removing Architecture Independent Files For Evolution Data Server?

Jan 7, 2010

Quote: evolution-data-server-common architecture independent files for Evolution Data Server. Why, when removing this package, does Synaptic want me to also remove:

Quote:
gnome-applet
gnome-panel
indicator-applet
ubuntu-netbook-remix

This seems pretty stupid. I just want to get rid of Evolution! Netbooks are cloud based machines, why was Evolution even included?! The same with OpenOffice.

View 9 Replies View Related

Ubuntu Installation :: 10.04 Netbook Edition Vs Desktop Edition?

May 13, 2010

can i install ubuntu 10.04 Netbook edition in my laptop? Is there any drawback in installing in laptop? which one is better-netbook edition or desktop edition?

View 4 Replies View Related

Server :: After Installation Of Ubuntu 10.4 Server Edition Screen Shuts Off

May 22, 2010

I finally got Ubuntu server edition 10.4 LTS installed. But After the installation my computer boots and after the BIOS screen there is a blinking cursor and then the monitor says that there is no input.I am running a Dell Optiplex SX270, no modifications.

View 8 Replies View Related

Server :: Working At The Command Line With Ubuntu Server Edition?

Jun 30, 2010

Whilst I have used GUI-based Linux distros for the last few years, I am now struggling somewhat when it comes to setting up a server from the command line. All the howto's I've read so far tell you how to set up certain things, but I don't know what I actually need to set up.Rather than asking the same questions all over again on a forum like this, and generally being a bit of a noob, I wonder if there's a resource somewhere that someone could direct me to in order to know what I need to do to set up a fileserver.

The hardware is all done, and I will probably set up a router distro like IpCop to manage the network, but I'm rather lost as to what packages I need, and how to know what the server is/isn't doing.I've used plenty of command lines in the past (ms dos, amiga dos, BASIC programming etc), just not a linux command line. All I've ever done is mount a few drives, use nmap and started x

View 1 Replies View Related

Ubuntu Installation :: Download And Use The 32 Bit Edition Or The 64 Bit Edition?

Jan 30, 2010

My config: PI945GZD motherboard 2 GB RAM Windows 7 UltimateMy processor supports 64 bit OS but I have not tried any. So should I download and use the 32 bit edition or the 64 bit edition.I have sound blaster 5.1(not sound blaster 5.1 live). Would it work in ubuntu?

View 3 Replies View Related

Ubuntu :: Netbook Edition With Desktop Edition

Oct 26, 2010

I have been setting up a box now and have it configured with everything I need and is running great.I would like to test out the netbook remix edition is there a way to install the desktop environment along site with Gnome (like I use to do with KDE)Would be great so I wouldn't have to re-configure drivers and such.To be able to switch from Gnome environment to Netbook remix environment.I am running Ubuntu 10.04.

View 5 Replies View Related

Ubuntu Servers :: Use Of All HDD On Server Edition 9.10

Mar 13, 2010

On my home-server i have got three hard drives, but i only use one of them. I was wondering if anyone knew a guide, how to get use of the two other HDD?

View 9 Replies View Related

Ubuntu :: Server - Which Edition - 32 Or 64 Bits ?

May 3, 2010

I am about to download the Server Edition. How do I know which edition (32 or 64 bits) is suitable for me?

View 2 Replies View Related

Ubuntu :: Customizing - 10.04 - Server Edition ?

Jul 6, 2010

I'm trying to customize an Ubuntu 10.04 server ISO (I've done desktop CDs before) but the guide at[url]...DCustomization isn't making any sense to me.

I want to add new packages and update official versions with custom ones. Let's say I want to update/add my-util-package and plymouth-theme-ubuntu-logo.

View 1 Replies View Related

Ubuntu Installation :: Mailserver On Server Edition ?

Feb 20, 2010

I have Ubuntu Server Edtiion on my server. During the installatino, I choosed to install the mailserver.

I have already configured the MTA.

I also configured the MDA(Dovecot). After I configured the MDA and tried to login on squirrelmail, plenty of MySQL error was generated.

I deleted Dovecot and tried again to login on squirrelmail. Now, this message appears:

Error connecting to IMAP server: localhost. 111 : Connection refused

View 3 Replies View Related

Ubuntu :: How To Activate Automount On Server Edition

Feb 26, 2010

I have a machine running karmic server and it will not let me mount a USB drive unless I go throught the terminal process of mounting the drive. How to activate automount on a server edition. My workstations do it automatically, why can't my server?

View 9 Replies View Related

Ubuntu :: 9.10 Server Edition And Tomcat6 Compatibility?

May 6, 2010

I am new to ubuntu server. Currently I am running Ubuntu 9.10 server edition. I installed tomcat6 downloaded from apache site and started. But can't run the war file and cant even shut it down. I am running tomcat with default port 8080 and 8005 for shutdown port. I have reinstalled tomcat over and over again. Ubuntu desktop version is running on my pc, everything fine there.

View 2 Replies View Related

Ubuntu Servers :: Update To Server Edition ?

Dec 26, 2010

I have Ubuntu Desktop edition. I want to update to Server Edition(Need to do that for assignment) with all features of server edition. Should I download Server edition again or there is another alternative?

View 9 Replies View Related

General :: Ubuntu 9.10 Server Edition And Samba ?

Feb 8, 2010

I recently built a basic server computer for home use. (this will be for media, documents, music, etc) I have a basic amd mobo, cpu, and dvd drive. I have Ubuntu server 9.10 installed on an 8GB SD card that is attached to a usb dongle. The os loaded just fine And as a storage drive i have a seagate 1TB hard drive.

Then i got to creating shares in samba. I got to editing the smb.conf file and i couldn't figure out how to setup the shares (where exactly the 1tb Hard drive is, how to create directories and what not) Then i realized i needed to format the HDD! but when i go to run fdisk to finally do it, it tells me that it is "unable to open /dev/sda/"

Now i don't know a whole lot about linux as you can tell, but that is the whole reason i set this thing up is for a big learning experience in both linux and network setup.

To sum up, how do i format the 1TB HDD, and how would i set up samba so i could administrate it from my other computer (SWAT is what i've read about)

View 2 Replies View Related

General :: Ubuntu Server Vs Desktop Edition / Which To Get For Develop Php App?

Nov 29, 2010

If I choose Ubuntu develop php app, which edition should I get, Ubuntu Server Edition or Ubuntu Desktop Edition?

View 3 Replies View Related

Ubuntu Installation :: 9.10 Server Edition - X Rolls Vertically

Jan 21, 2010

I have a server running ubuntu 9.10 server edition. The system has a built in tv-out powered by an Intel 82865G chip. I have a television connected to that, and it works fine in console mode, but when X loads, the screen starts rolling vertically (a 10 second video clip showing exactly what I mean can be seen at [URL]).

My xorg.conf:
Code:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection .....

View 3 Replies View Related

Ubuntu Servers :: Should Server Edition Be Using A Generic-pae Kernel?

Mar 16, 2010

I've recently upgraded from Ubuntu 9.04 Server edition to Karmic Koala 9.10 server.Earlier when I ran uname -r it showed: KernelVersion-serverNow the current version I've upgraded to shows 2.6.31-20-generic-pae.Should the Ubuntu server edition be using a generic-pae kernel?

View 9 Replies View Related

Ubuntu Servers :: 10.04 Desktop Vs Cloud Server Edition

Jul 15, 2010

What's the difference in terms of scalability? We would be hosting videos and FOSS collaboration tools (wiki, forums, etc.) on 4 separate servers. If I install the cloud server, I will need to install the GUI anyways. The servers are all brand new

- 2x Intel Xeon quad cores 2.4 GHz
- 12 GB DDR3 RAM
- 4 Ethernet ports

What benefits would cloud server provide over desktop and vice versa?

View 3 Replies View Related

Ubuntu Servers :: 10.04 Server Edition Install Fail ?

Jul 18, 2010

I tried installing Ubuntu LTS 10.04 Server Edition 64 bit on one of my drives today...

The install completed fine until it went to reboot. Then it faills while initializing the graphics. It tries (a purple flash on the screen) then goes to a text based dump on the monitor.

Ubuntu LTS 10.04 Desktop Edition run great on this machine. I'm wondering if the Server Edition confused by multiple instances of a video card? This computer is SLI bridged:

Code:

Is the xorg or whatever video subsystem that the server edition uses different than Desktop Edition?

View 9 Replies View Related

Ubuntu :: Server Edition Guest Additions In Virtualbox

Jan 11, 2011

I am trying to set up Ubuntu server edition 10.10 in virtualbox (windows host). All is going well, except that I can't figure out how to install the guest additions. I know how to do it in the normal edition of Ubuntu, but when I navigate to media/cdrom, it's empty.

View 2 Replies View Related

Ubuntu :: Server Edition Login Screen Not Working

Jan 20, 2011

i just installed ubuntu server edition 10.10, install said it was successful, but instead of loading a normal login screen it takes me to a screen that says exactly this: Quote: Ubuntu 10.10 computer name ttyl computer name login: Im wondering if this is normal or did the install go wrong somewhere, and not report it and if there is a way to fix it.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved