Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. Veritas NetBackup™ Administrator's Guide, Volume I
  3. Section V. Configuring backups
  4. About the NetBackup relational database
  5. About the NetBackup relational database (NBDB) installation
  6. Sybase SQL Anywhere server management
Veritas NetBackup™ Administrator's Guide, Volume I

Sybase SQL Anywhere server management

Upon startup, the Sybase SQL Anywhere server uses the SQL Anywhere service to set the server parameters in the server.conf file. Then, the service starts the databases that are indicated in the databases.conf file.

To start and stop the Sybase SQL Anywhere service on Windows, use one of the following methods:

  • In the NetBackup Administration Console, select NetBackup Relational Database Manager (SQLANYs_VERITAS_NB) in the Daemons tab of the Activity Monitor.

  • From the Windows Service Manager, select NetBackup Relational Database Manager (SQLANYs_VERITAS_NB).

  • install_path\Veritas\NetBackup\bin\bpdown -e SQLANYs_VERITAS_NB

  • install_path\Veritas\NetBackup\bin\bpup -e SQLANYs_VERITAS_NB

To start and stop the Sybase SQL Anywhere daemon on UNIX, use one of the following methods:

  • Select NB_dbsrv in the Activity Monitor in the NetBackup Administration Console.

  • From the command line:

    • /usr/openv/netbackup/bin/bp.kill_all | bp.start_all

      The Sybase SQL Anywhere daemon is included in the stop command or the start command, which starts and stops all NetBackup daemons.

    • /usr/openv/db/bin/nbdbms_start_server ndbms_start_server starts the SQL Anywhere server if no option is specified.

    • /usr/openv/db/bin/nbdbms_start_server -stop -f

      Stops the server; -f forces a shutdown with active connections.

    • /usr/openv/db/bin/nbdbms_start_server -stat

      The -stat option tells whether the server is up or down:

      SQL Anywhere Server Ping Utility Version 11.0.1.2044 Ping server successful.

    • /usr/openv/db/bin/nbdbms_start_server -h

      Use -h to display usage information about the nbdbms_start_server.

Individual databases can be started or stopped, while the SQL Anywhere service continues. To do so, use the NetBackup Database Administration utility or the following commands:

  • nbdb_admin [-start | -stop]

    Starts or stops NBDB without shutting down the SQL Anywhere server.

    To see whether the database is up, enter nbdb_ping.

  • nbdb_admin [-start | -stop BMRDB]

    Starts or stops BMRDB without shutting down the SQL Anywhere server.

    To see whether the BMRDB database is up, enter nbdb_ping -dbn BMRDB.

Feedback

Was this page helpful?
Previous

About the NetBackup configuration entry

Next

Sybase SQL Anywhere and clustered environments

Feedback

Was this page helpful?