QuestionQ64

Maintain SAP workloads on Azure

You have an Azure SAP HANA (Large Instances) instance named HLI1 with storage volume snapshots enabled.

You need to monitor HLI1 storage usage. The solution must monitor:

  • The number of stored snapshots
  • The storage consumed by the snapshots

Which Linux OS command should you use?

  • A hdbuserstore
  • B ls
  • C du
  • D sapcontrol
Explanation

The du command reports disk usage for a directory tree, so it can measure the storage consumed by snapshot directories and provide per-directory results for the stored snapshots. ls only lists directory entries and does not calculate their disk consumption. Microsoft documents that Azure Large Instance snapshot details include individual snapshot sizes and the total size used by snapshots.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!