 |
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
|
5.5 Sharepoint Commands
January 24th, 2026 5.5.1 sharepoint_network
Sets or shows the current network that the NFS share for BEAR will accept connections over.
Usage
sharepoint_network [<IP_ADDRESS> <CIDR_SUBNET>]
Examples
Getting the current allowed network
# ./sharepoint_network
Current allowed Sharepoint network: 192.168.1.0/24
Changing the allowed network
# ./sharepoint_network 192.168.1.0 24
Integrity checking stopped.
Operation complete.
Integrity checking paused.
Integrity checking unpaused.
Sharepoint network update complete.
5.5.2 start_sharepoint
Simply starts the NFS server service if it is not already running.
Usage
start_sharepoint
5.5.3 stop_sharepoint
Simply stops the NFS server service if it is running.
Usage
stop_sharepoint
|