Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

ipc_check

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Marc G. Fournier authored
    start of an admin tool for FreeBSD to help configure shared memory for
    that machine
    
    I kept the name as generic as possible though, as other OS should have
    similar methods, so this can be extended "as appropriate" ...
    ca22223e
    History
    Name Last commit Last update
    ..
    README
    ipc_check.pl
    This simple perl script was designed under FreeBSD, and, right now, is
    limited to it.  It provides a simple way of determining and directing
    administrators in what has to be done to get IPC working, and configured.
    
    Usage:
    
    ipc_check.pl 
    
    	- simply checks for semaphores and shared memory being enabled
    	- if one or other is not enabled, appropriate "options" are provided
    	  to get it compiled into the kernel
    
    ipc_check.pl -B <# of buffers>
    
    	- checks to see if there are sufficient shared memory buffers to
    	  run the postmaster with a -B option as provided
    	- if insufficient buffers are provided, appropriate 'sysctl' commands,
    	  and instructions, are provided to the administrator to increase
              them