หน้านี้ยังไม่พร้อมใช้งานในภาษาท้องถิ่นของคุณ เรากำลังพยายามอย่างหนักเพื่อเพิ่มเวอร์ชันภาษาอื่น ๆ เพิ่มเติม ขอบคุณสำหรับการสนับสนุนเสมอมา

Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive

Backing Up the Database

Updated on 2023-05-29 GMT+08:00

HUAWEI CLOUD provides Scalable File System (SFS), Object Storage Service (OBS), Volume Backup Service (VBS), and Cloud Server Backup Service (CSBS) for backing up the SAP ASE system. As the SAP application servers and the ASE database servers are different, use different service combinations to back up the servers. You can use the tool provided by the ASE database or a third-party tool to back up and restore the database. The backup files can be stored in and restored from SFS file systems or OBS buckets.

SFS and OBS are suitable storage media for the database backup. SFS is a network attached storage (NAS) service that provides scalable high-performance file storage. Use SFS as the storage medium of ASE database backup files. OBS is a stable, secure, efficient, and easy-to-use cloud storage service. It provides highly reliable storage capabilities at relatively low costs. Use OBS as the archive storage. You can upload SFS data to OBS.

HUAWEI CLOUD provides a free backup uploading script to periodically archive backup files in SFS file systems to OBS buckets, and clear the files in the SFS file systems based on user-defined rules. For details, see Best Practices for Uploading SAP Backups to the OBS Bucket.

Solution 1: Using DBA Cockpit

DBA Cockpit is dedicated to monitoring and managing databases of SAP systems. It simplifies the database administration. DBA Cockpit is integrated in SAP NetWeaver by default.

The procedure is as follows:

  1. Log in to the SAP GUI.
  2. Run the TCODE dbacockpit command.
  3. Choose Database > Jobs > DBA Planning Calendar > Add.

  4. Choose Job Selection > Database Dump > Start Immediately. You can also choose Schedule as Recurring Action as needed.

  5. Configure backup parameters.

  6. On the Summary page, review the parameter configuration and click Execute.
  7. After the backup is complete, check the backup directory and backup logs.

For details about how to back up the ASE database and logs, see the following notes:

  • Note 1588316 - SYB: Configure automatic database and log backups
  • Note 1558958 - SYB - DBA Cockpit Correction Collection SAP Basis 7.02 - 7.30

For more details about DBA Cockpit, see The DBA Cockpit on the SAP website.

Solution 2: Running the DUMP DATABASE Commands

The procedure is as follows:

  1. Run the following dump command to back up my_database:

    DUMP DATABASE my_database TO '/local_dump_dir/my_database.dump'

  2. Run the following command to back up transaction logs of my_database:

    DUMP TRANSACTION my_database TO '/local_dump_dir/my_database.$timestamp.dumptran'

  3. Back up the local files to SFS or OBS.
  4. Restore the database.
    1. Run the following command to stop the database before the restoration:

      dbcc dbreboot(shutdown_load, my_database)

    2. Run the following commands to restore the database:

      LOAD DATABASE my_database FROM "my_database.dump"

      LOAD TRAN my_database FROM "my_database.$timestamp.dumptran"

    3. Run the following command to start the restored database:

      online database my_database

    NOTE:

    For incremental backup, set trunc log on chkpt to false. The command is as follows:

    sp_dboption my_database, "trunc log on chkpt", false

For details about how to run the DUMP DATABASE commands to back up the database, see the "Backing Up Databases" section in Backup and Recovery on the SAP website.

Solution 3: Using a Third-party Backup Tool

Use a third-party backup tool, such as AnyBackup. For details, see the EISOO website.

เราใช้คุกกี้เพื่อปรับปรุงไซต์และประสบการณ์การใช้ของคุณ การเรียกดูเว็บไซต์ของเราต่อแสดงว่าคุณยอมรับนโยบายคุกกี้ของเรา เรียนรู้เพิ่มเติม

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback