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™ for SAP Administrator's Guide
  3. Appendix H. Configuring split mirror backups
  4. Local-host snapshot method: VxVM (Solaris SPARC, HP-UX, Windows)
Veritas NetBackup™ for SAP Administrator's Guide

Local-host snapshot method: VxVM (Solaris SPARC, HP-UX, Windows)

Use the following procedure to configure.

To configure the local host snapshot method

  1. Install and configure the following on the production database host:
    • Install NetBackup Client, NetBackup Snapshot Client, and NetBackup for SAP Agent.

    • Configure the production database (Oracle).

    • You can install NetBackup master server on a separate host.

  2. Attach the external disk D1 to the primary client (production database host) and create a VM disk group using the following command:
    root@primary# vxdg init diskgroup [cds=on|off] diskname=devicename
  3. Create a volume in primary disk D using the following command:
    root@primary# vxassist -g diskgroup make volume size
  4. Add a DCO log to the volume using the following command:
    root@primary# vxassist -g diskgroup addlog volume logtype=dco
  5. Enable FastResync on the volume using the following command:
    root@primary# vxvol -g diskgroup set fastresync=on volume
  6. Create a VxFS file system on this volume and mount it using the following commands:
    root@primary# mkfs -F vxfs /dev/vx/rdsk/diskgroup/volume 
    root@primary# mount -F vxfs /dev/vx/dsk/diskgroup/volume mnt
  7. Create the SAP production database on this volume.
  8. Start the snapshot for the data volume in the primary client using the following command:
    root@primary# vxassist -g diskgroup -b snapstart volume

Feedback

Was this page helpful?
Previous

Local-host snapshot method: nbu_snap (Solaris SPARC platform only)

Next

Local-host snapshot method: VxFS_Checkpoint (UNIX or Linux)

Feedback

Was this page helpful?