sync-volumes-to-mdb
- Last Updated: April 14, 2026
- 1 minute read
- MarkLogic Server
- Version 11.0
- Documentation
This command can be run any time after the initial startup. It synchronizes the EBS volumes currently attached to the system and stores them in the Metadata Database so that on the next restart they will be attached and mounted. The following steps are performed:
-
Locates all EBS volumes to the system.
-
For all volumes in the managed range, enters an entry to the Metadata Database indicating the following:
-
EBS Volume ID
-
EBS Mount device
-
Operating System mount device
-
Operating system mount point (directory)
-
-
For volumes which are attached but not mounted then the mount point is set to the default mount point for that volume (see the Default EBS Mount Points table below).
No changes to existing attachments, filesystem, or mount points are performed.
The following table lists the default EBS Mount Points. EBS volumes are exposed as NVMe block devices on Nitro-based instances. The device names that you specify in a block device mapping are renamed using NVMe device names (/dev/nvme[0-26]n1). For more information on EBS and NVMe on Linux Instances, see Amazon EBS volumes and NVMe
EC2 Device |
RedHat Mapping |
Linux Mapping |
Linux NVMe Mapping |
Mount Point |
|---|---|---|---|---|
/dev/sdf |
/dev/xvdj |
/dev/xvdf |
/dev/nvme1n1 |
/var/opt/MarkLogic |
/dev/sdg |
/dev/xvdk |
/dev/xvdg |
/dev/nvme2n1 |
/var/opt/volume1 |
/dev/sdh |
/dev/xvdl |
/dev/xvdh |
/dev/nvme3n1 |
/var/opt/volume2 |
/dev/sdi |
/dev/xvdm |
/dev/xvdi |
/dev/nvme4n1 |
/var/opt/volume3 |
/dev/sdj |
/dev/xvdn |
/dev/xvdj |
/dev/nvme5n1 |
/var/opt/volume4 |
/dev/sdk |
/dev/xvdo |
/dev/xvdk |
/dev/nvme6n1 |
/var/opt/volume5 |
/dev/sdl |
/dev/xvdp |
/dev/xvdl |
/dev/nvme7n1 |
/var/opt/volume6 |
/dev/sdm |
/dev/xvdq |
/dev/xvdm |
/dev/nvme8n1 |
/var/opt/volume7 |
/dev/sdn |
/dev/xvdr |
/dev/xvdn |
/dev/nvme9n1 |
/var/opt/volume8 |
/dev/sdo |
/dev/xvds |
/dev/xvdo |
/dev/nvme10n1 |
/var/opt/volume9 |