Sun GlassFish Enterprise Server v3 Prelude Reference Manual
この本のみを検索
PDF 文書ファイルをダウンロードする (1147 KB)

stop-database(1)

Name | Synopsis | Description | Options | Examples | Exit Status | See Also

Name

    stop-database– stops Java DB

Synopsis

    stop-database  [--dbhost 0.0.0.0] [--dbport 1527]

Description

    The stop-database command stops a process of the Java DB server. Java DB server is available with the Sun Java System Application Server software for use with the Application Server. Java DB is based upon Apache Derby. The database is typically started with the asadmin start-database command. Note that a single host can have multiple database server processes running on different ports. This command stops the database server process for the specified port only.

    This command is supported in local mode only.

Options

    --dbhost

    The host name or IP address of the Java DB server process. The default is the IP address 0.0.0.0, which denotes all network interfaces on the host where you run the stop-database command.

    --dbport

    The port number where the Java DB server listens for client connections. The default is 1527.

Examples


    Example 1 Using the stop-database command

    The following command stops Java DB on the host host1 and port 5001:


    asadmin> stop-database --dbhost host1 --dbport 5001
    Connection obtained for host: host1, port number 5001.
    Shutdown successful.
    Command stop-database executed successfully.

Exit Status

    The exit status applies to errors in executing the asadmin command. For information on database errors, see the derby.log file. This file is located in the directory you specified using the --dbhome option when you ran start-database(1), or if you did not specify --dbhome, the value of DERBY_INSTALL, which defaults to install-dir/javadb.

    0

    command executed successfully

    1

    error in executing the command

See Also

Java EE 5 Last Revised 30 Jan 2007

Name | Synopsis | Description | Options | Examples | Exit Status | See Also