~vcs-imports/mammoth-replicator/trunk

« back to all changes in this revision

Viewing changes to contrib/ipc_check/README

  • Committer: alvherre
  • Date: 2005-12-16 21:24:52 UTC
  • Revision ID: svn-v4:db760fc0-0f08-0410-9d63-cc6633f64896:trunk:1
Initial import of the REL8_0_3 sources from the Pgsql CVS repository.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
This simple perl script was designed under FreeBSD, and, right now, is
 
3
limited to it.  It provides a simple way of determining and directing
 
4
administrators in what has to be done to get IPC working, and configured.
 
5
 
 
6
Usage:
 
7
 
 
8
ipc_check.pl 
 
9
 
 
10
        - simply checks for semaphores and shared memory being enabled
 
11
        - if one or other is not enabled, appropriate "options" are provided
 
12
          to get it compiled into the kernel
 
13
 
 
14
ipc_check.pl -B <# of buffers>
 
15
 
 
16
        - checks to see if there are sufficient shared memory buffers to
 
17
          run the postmaster with a -B option as provided
 
18
        - if insufficient buffers are provided, appropriate 'sysctl' commands,
 
19
          and instructions, are provided to the administrator to increase
 
20
          them
 
21
 
 
22