 |
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.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
|
4.4 Uninstallation
January 23rd, 2026 Uninstallation is simple and automatic. Care should be taken to ensure that application, database, or file server area backups have been taken before running uninstallation commands.
Uninstallation Commands
All commands should be run as root.
It is not necessary to stop BEAR components before uninstalling them.
| File Server |
# /bear/bin/uninstall_sharepoint |
| Database |
# /bear/bin/uninstall_database |
| Resource Monitor |
# /bear/bin/uninstall_resmon |
| Application Server |
# /bear/bin/uninstall_appserver |
|