You can set up a File System (Multipath Recovery Kits – DMMP / HDLM) Recovery Kits through the use of the LKCLI (Command Line Interface).
Creating/Extending/Configuring the FileSystem resource from the Command Line
create fs
EXAMPLE: #lkcli resource create fs --tag <tag> --mountpoint <mount point> --switchback <switchback type>
Option | Default | Description |
---|---|---|
--mountpoint <str> | Specify the mount point of the file system. |
extend fs
EXAMPLE: #lkcli resource extend fs --tag <tag> --dest <backup node> --switchback <switchback type> --template_prioity <priority> --target_priority <prority> --mountpoint <mount point>
Option | Default | Description |
---|---|---|
[--mountpoint <str>] | Source system mount point. | Specify the mount point of the file system. |
config fs
EXAMPLE: #lkcli resource config fs --tag <tag> --mountopts <mount options>
Option | Default | Description |
---|---|---|
--mountopt <str> | Specify the mount options for the file system. |
Post your comment on this topic.