Re: [GENERAL] Database Cluster Initialisation Failed" error during PostgreSQL install

2010-09-27 Thread Dave Page
Please keep the thread on the mailing list. On Mon, Sep 27, 2010 at 5:59 PM, Padmanabha, Shruthi (UMKC-Student) wrote: > Hello Dave, > > I was trying to install PostgreSQl 8.4.4-1 on my Windows 64bit Vista machine. > The machine does not have Microsoft Visual C++ installed on it . I did not > f

Re: [GENERAL] Database Cluster Initialisation Failed" error during PostgreSQL install

2010-09-27 Thread Dave Page
On Mon, Sep 27, 2010 at 6:30 AM, Padmanabha, Shruthi (UMKC-Student) wrote: > Hello, > > > >  I was unable to install PostgreSQL 8.4.4 successfully. The error I received > was “Database Cluster Initialisation Failed" error during PostgreSQL > install”. I selected the windows version from the link >

[GENERAL] Database Cluster Initialisation Failed" error during PostgreSQL install

2010-09-26 Thread Padmanabha, Shruthi (UMKC-Student)
Hello, I was unable to install PostgreSQL 8.4.4 successfully. The error I received was "Database Cluster Initialisation Failed" error during PostgreSQL install". I selected the windows version from the link http://www.enterprisedb.com/products/pgdownload.do#windows . on running the .exe file

Re: [GENERAL] database cluster!!!

2010-08-17 Thread John R Pierce
On 08/17/10 12:19 PM, Lazaro Ruben Garcia Martinez wrote: Hello: I have two servers and I want create a database cluster in a SAN (storage area network), can any send my any link or any web site in that I can read and study about it. "Cluster" means different things to different people and/

Re: [GENERAL] database cluster!!!

2010-08-17 Thread Greg Smith
Lazaro Ruben Garcia Martinez wrote: I have two servers and I want create a database cluster in a SAN (storage area network), can any send my any link or any web site in that I can read and study about it. This is turning into something that needs more of a detailed FAQ than the ones already a

[GENERAL] database cluster!!!

2010-08-17 Thread Lazaro Ruben Garcia Martinez
Hello: I have two servers and I want create a database cluster in a SAN (storage area network), can any send my any link or any web site in that I can read and study about it. Thank you very much for your time.

Re: [GENERAL] Database cluster?

2000-12-01 Thread Alain Toussaint
> Please forgive my ignorance (I haven't used Postgres for that long), but > what are shm and sem? shared memory and semaphores,interresting tidbit on Linux (2.4.0-test series at least) is that shared memory can be a nodev filesystem (like proc or devfs): /dev/ide/host0/bus0/target0/lun0/part2 o

Re: [GENERAL] Database cluster?

2000-12-01 Thread Gordan Bobic
> > Than you can connect to any of the postgres on your cluster, for > >example: > round robin. > > > >Hmm... But is this really what we want to do? This is less than ideal for > >several reasons (if I understand what you're saying correctly). Replication > >is off-line for a start, and it only wo

Re: [GENERAL] Database cluster?

2000-12-01 Thread Valter Mazzola
>From: "Gordan Bobic" To: Subject: Re: [GENERAL] Database cluster? Date: >Fri, 1 Dec 2000 10:13:55 - > > > I've succesfully pacthed linux kernel 2.2.17 with DIPC and modified > >postgresql's src (src/backend/storage/ipc/ipc.c) to create distribu

Re: [GENERAL] Database cluster?

2000-12-01 Thread Dave Smith
ful to distribute > other software beyond postgresql. > > Also Mariposa (http://s2k-ftp.cs.berkeley.edu:8000/mariposa/) seems > interesting, > but it's not maintained and it's for an old postgresql version. > > hoping for clustrering... > valter mazzola. >

Re: [GENERAL] Database cluster?

2000-11-30 Thread Peter Korsgaard
On Thu, 30 Nov 2000, Doug Semig wrote: > I actually analyzed it once. I came to the conclusion that to do it right > it would be easier to make an almost entirely new db but use the same > external interfaces as PostgreSQL. To do a kludge of it, one might just > implement a tier that sits betwe

Re: [GENERAL] Database cluster?

2000-11-30 Thread Alain Toussaint
> Somebody mentioned the fact that postgres uses IPC for communicating > between processes. I think there are tools for clustering (I am not sure if > Mosix supports transparently allowing IPC across nodes) which can work > around that. one of those tool is distributed ipc

Re: [GENERAL] Database cluster?

2000-11-30 Thread Doug Semig
I actually analyzed it once. I came to the conclusion that to do it right it would be easier to make an almost entirely new db but use the same external interfaces as PostgreSQL. To do a kludge of it, one might just implement a tier that sits between the user and a bunch of standard PostgreSQL b

Re: [GENERAL] Database cluster?

2000-11-30 Thread Gordan Bobic
> > > I am considering splitting the database into tables residing on separate > > > machines, and connect them on one master node. > > > > > > The question I have is: > > > > > > 1) How can I do this using PostgreSQL? > > > > You can't. > >I'll jump in with a bit more info. Splitting tables

Re: [GENERAL] Database cluster?

2000-11-29 Thread Steve Wolfe
> > I am considering splitting the database into tables residing on separate > > machines, and connect them on one master node. > > > > The question I have is: > > > > 1) How can I do this using PostgreSQL? > > You can't. I'll jump in with a bit more info. Splitting tables across multiple mac