Basic Enterprise Application Realm

Basic Enterprise Application Realm Documentation

  • 1 About BEAR
  • 2 Release Notes
  • 3 Developer Toolkit
  • 4 Installation & Upgrades
    • 4.1 Installation Steps
    • 4.2 Network Requirements
    • 4.3 Application Server Initialization (First Run)
    • 4.4 Uninstallation
  • 5 Backend Adminitration
    • 5.1 Introduction
    • 5.2 Common Commands
    • 5.3 Application Server Commands
    • 5.4 Resource Monitor Commands
    • 5.5 Sharepoint Commands
    • 5.6 Database Commands
  • 6 Frontend Adminitration
    • 6.1 User Management
    • 6.2 Package Management
    • 6.3 Installing Documentation Packages
    • 6.4 Application Storage
    • 6.5 Resource Monitoring
    • 6.6 Resource Scaling
    • 6.7 Starting & Stopping BEAR
    • 6.8 Security
      • 6.8.1 TLS
    • 6.9 Physical Storage
      • 6.9.1 RAID
      • 6.9.2 File Systems
      • 6.9.3 Viewing the Storage Summary
      • 6.9.4 Decommissioning (wiping) Disks
      • 6.9.5 Storage Management
    • 6.10 Event Distribution
    • 6.11 Hostnames & Ports

5.2 Common Commands

January 24th, 2026

There are several commands which are common to all BEAR components. These can used to get status information and control all the installed components together as a single set.

There are a number of other scripts in the BEAR bin path which are intentionally hidden. These are intended for use by other scripts and not for manual execution by the administrator.

5.2.1 bear_info

This command provides a report detailing what BEAR components are installed and what version they are on.

Arguments

None

Example Output

# /bear/bin/bear_info ============================================================================= BEAR Database Version: 1.2.0.1032 Release date: 2025-06-27 Copyright: (C)2007-2025 Joey Dobias ============================================================================= BEAR Sharepoint Version: 1.1.0.1025 Release date: 2025-06-27 Copyright: (C)2007-2025 Joey Dobias ============================================================================= BEAR Resource Monitor Version: 1.2.0.13 Release date: 2025-06-27 Copyright: (C)2007-2025 Joey Dobias

5.2.2 bear_status

This command reports on the current running status of each component including basic information about the service level configuration such as listening ports or interfaces.

Arguments

None.

Example Output

# /bear/bin/bear_status ============================================================================= COMPONENT: database STATE: RUNNING (since 2025-06-27 10:39:05) DETAILS: binary_logging=on | log_size_backup_threshold=4 GiB | interface= | listener_port=3306 | designation=standalone ============================================================================= COMPONENT: sharepoint STATE: RUNNING (since 2025-06-27 10:24:46) DETAILS: subnet=192.168.1.0/24 ============================================================================= COMPONENT: resmon STATE: RUNNING (since 2025-06-27 10:47:45) DETAILS: protocol=http | interface=bear-database | api_port=8082 | ip_mask=192.168.1.

5.2.3 halt_bear

Stops all BEAR components gracefully in the best order.

Arguments

None.

5.2.4 'restart_bear'

Restarts all BEAR components that were previously stopped with halt_bear and does so in the best order.

previous: Introduction next: Application Server Commands