{
    "content": [
        {
            "type": "text",
            "text": "# berkeley_db_svc(1) (man)\n\n**Summary:** berkeleydb5.3svc - Berkeley DB RPC server\n\n**Synopsis:** berkeleydb5.3svc [-Vv] [-h home] [-I seconds] [-L file] [-t seconds] [-T seconds]\n\n## Flags\n\n| Flag | Long | Arg | Description |\n|------|------|-----|-------------|\n| -h | — | — | specified by the client. The home directory should be an absolute pathname. The last component of each home directory sp |\n| -I | — | — | onds. The default timeout is 24 hours. |\n| -L | — | — | lowing format, where ### is the process ID, and the date is the time the utility was started. berkeleydb5.3svc: ### Wed  |\n| -t | — | — | specified number of seconds. When the timeout expires, if the resource is a transac‐ tion, it is aborted; if the resourc |\n| -T | — | — | utes. If a client application requests a server timeout greater than the maximum timeout set for this server, the client |\n| -V | — | — |  |\n| -v | — | — | The berkeleydb5.3svc utility exits 0 on success, and >0 if an error occurs. |\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines)\n- **DESCRIPTION** (2 lines)\n- **OPTIONS** (1 lines) — 7 subsections\n  - -h (8 lines)\n  - -I (2 lines)\n  - -L (7 lines)\n  - -t (4 lines)\n  - -T (4 lines)\n  - -V (1 lines)\n  - -v (2 lines)\n- **ENVIRONMENT** (4 lines)\n- **AUTHORS** (7 lines)\n\n## Full Content\n\n### NAME\n\nberkeleydb5.3svc - Berkeley DB RPC server\n\n### SYNOPSIS\n\nberkeleydb5.3svc [-Vv] [-h home] [-I seconds] [-L file] [-t seconds] [-T seconds]\n\n### DESCRIPTION\n\nThe berkeleydb5.3svc utility is the Berkeley DB RPC server.\n\n### OPTIONS\n\n#### -h\n\nspecified by the client.  The home directory should be an absolute pathname.  The last\ncomponent  of each home directory specified must be unique because that is how clients\nspecify which database environment they want to join.\n\nRecovery will be run on each specified environment before the server begins  accepting\nrequests  from  clients.   For this reason, only one copy of the server program should\never be run at any time because recovery must always be single-threaded.\n\n#### -I\n\nonds.  The default timeout is 24 hours.\n\n#### -L\n\nlowing format, where ### is the process ID, and the date is the time the  utility  was\nstarted.\n\nberkeleydb5.3svc: ### Wed Jun 15 01:23:45 EDT 1995\n\nThis file will be removed if the berkeleydb5.3svc utility exits gracefully.\n\n#### -t\n\nspecified number of seconds.  When the timeout expires, if the resource is a  transac‐\ntion,  it  is aborted; if the resource is a cursor, it is closed.  The default timeout\nis 5 minutes.\n\n#### -T\n\nutes.   If  a  client  application  requests a server timeout greater than the maximum\ntimeout set for this server, the client's timeout will be capped at the maximum  time‐\nout value.\n\n#### -V\n\n#### -v\n\nThe berkeleydb5.3svc utility exits 0 on success, and >0 if an error occurs.\n\n### ENVIRONMENT\n\nDBHOME\nIf  the  -h option is not specified and the environment variable DBHOME is set, it is\nused as the path of the database home, as described in DBENV->open.\n\n### AUTHORS\n\nSleepycat Software, Inc. This manual page was created based on  the  HTML  documentation  for\nberkeleydbsvc from Sleepycat, by Thijs Kinkhorst <thijs@kinkhorst.com>, for the Debian sys‐\ntem (but may be used by others).\n\n\n\n28 January 2005                     BERKELEYDB5.3SVC(1)\n\n"
        }
    ],
    "structuredContent": {
        "command": "berkeley_db_svc",
        "section": "1",
        "mode": "man",
        "summary": "berkeleydb5.3svc - Berkeley DB RPC server",
        "synopsis": "berkeleydb5.3svc [-Vv] [-h home] [-I seconds] [-L file] [-t seconds] [-T seconds]",
        "flags": [
            {
                "flag": "-h",
                "long": null,
                "arg": null,
                "description": "specified by the client. The home directory should be an absolute pathname. The last component of each home directory specified must be unique because that is how clients specify which database environment they want to join. Recovery will be run on each specified environment before the server begins accepting requests from clients. For this reason, only one copy of the server program should ever be run at any time because recovery must always be single-threaded."
            },
            {
                "flag": "-I",
                "long": null,
                "arg": null,
                "description": "onds. The default timeout is 24 hours."
            },
            {
                "flag": "-L",
                "long": null,
                "arg": null,
                "description": "lowing format, where ### is the process ID, and the date is the time the utility was started. berkeleydb5.3svc: ### Wed Jun 15 01:23:45 EDT 1995 This file will be removed if the berkeleydb5.3svc utility exits gracefully."
            },
            {
                "flag": "-t",
                "long": null,
                "arg": null,
                "description": "specified number of seconds. When the timeout expires, if the resource is a transac‐ tion, it is aborted; if the resource is a cursor, it is closed. The default timeout is 5 minutes."
            },
            {
                "flag": "-T",
                "long": null,
                "arg": null,
                "description": "utes. If a client application requests a server timeout greater than the maximum timeout set for this server, the client's timeout will be capped at the maximum time‐ out value."
            },
            {
                "flag": "-V",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "-v",
                "long": null,
                "arg": null,
                "description": "The berkeleydb5.3svc utility exits 0 on success, and >0 if an error occurs."
            }
        ],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-h",
                        "lines": 8,
                        "flag": "-h"
                    },
                    {
                        "name": "-I",
                        "lines": 2,
                        "flag": "-I"
                    },
                    {
                        "name": "-L",
                        "lines": 7,
                        "flag": "-L"
                    },
                    {
                        "name": "-t",
                        "lines": 4,
                        "flag": "-t"
                    },
                    {
                        "name": "-T",
                        "lines": 4,
                        "flag": "-T"
                    },
                    {
                        "name": "-V",
                        "lines": 1,
                        "flag": "-V"
                    },
                    {
                        "name": "-v",
                        "lines": 2,
                        "flag": "-v"
                    }
                ]
            },
            {
                "name": "ENVIRONMENT",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "AUTHORS",
                "lines": 7,
                "subsections": []
            }
        ]
    }
}