...
command | option | Option Description | Usage API | explanationdescriptions | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | system config dump | - | - |
| Output the contents of a system configuration file as JSON. | ||||||||||||||||
2 | system config dump-xml | - | - |
| Output the contents of system configuration files to XML. | ||||||||||||||||
3 | system config show | - | - |
| Outputs system configuration contents in operation as JSON. | ||||||||||||||||
4 | system config adjust | - | - |
| The contents of the system configuration file are applied to running resources and activated. | ||||||||||||||||
5 | system config edit | -u, -user | Edit with text editor |
| Interactively edit and apply system configurations. | ||||||||||||||||
6 | system config property get | - | - |
| Outputs the value of the specified property in the system configuration file. | ||||||||||||||||
7 | system config property set | --adjust | apply to resource |
| Changes the specified property value in the system configuration file. | ||||||||||||||||
8 | system config property unset | - | - | same | Change the specified properties in the system configuration file to default values. | ||||||||||||||||
9 | control config dump | - | - |
| Output the contents of a resource configuration file as JSON. | ||||||||||||||||
10 | control config dump-xml | - | - |
| Output the content of a resource configuration file to XML. | ||||||||||||||||
11 | control config show | - | - |
| Outputs the contents of the resource configuration in operation as JSON. | ||||||||||||||||
12 | control config adjust | - | - |
| The contents of the resource configuration file are applied to the running resource and activated. | ||||||||||||||||
13 | control config add | --force | force overwrite |
| Add resource configuration file. | ||||||||||||||||
14 | --interactive | Interactive setting mode | |||||||||||||||||||
15 |
| --force | force delete |
| Delete the resource configuration file. | ||||||||||||||||
16 | control config edit | --user | Edit with text editor |
| Interactively edit and apply resource configurations. | ||||||||||||||||
17 | control config property get | - | - |
| Outputs the value of the specified property in the resource configuration file. | ||||||||||||||||
18 | control config property add | --adjust | apply to resource |
| Adds a value to a specified attribute in a resource configuration. | ||||||||||||||||
19 | --index
| insert at specified index | |||||||||||||||||||
20 |
| --adjust | apply to resource | same | Delete the specified attribute of the resource configuration. | ||||||||||||||||
21 | control config property set | same | same | same | Changes the value of the specified attribute in the resource configuration file. | ||||||||||||||||
22 | control config property unset | same | same | same | Change the specified properties in the resource configuration file to default values. |
...
command | option | Option Description | Usage API | explanationDescription | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|
1 | control meta create | --force | force overwrite |
| Generate resource metadata. | ||||||
2 | control meta delete | --force | force delete |
| Delete resource metadata. | ||||||
3 | control meta cleanup | - | - |
| Clean up unused metadata. | ||||||
4 | control add | - | - |
| Read the resource configuration file and load it into the resource list. | ||||||
5 | control of | - | - |
| Remove loaded resources from the list. | ||||||
6 | control attach | - | - |
| Load resource file. | ||||||
7 | control detach | - | - |
| Separate resource files. | ||||||
8 | control up | - | - |
| resource activation. (load, file load, connect) | ||||||
9 | control down | - | - |
| Disable resource. (end connection, disconnect file, disconnect) | ||||||
10 | control primary | --force | forced promotion |
| Promote a resource to Primary. | ||||||
11 | --unlock | unlock file | |||||||||
12 | control secondary | --timeout | time limit |
| Demote a resource to Secondary. The --read-only option must be used together with the --lock option. | ||||||
13 | --lock | file lock | |||||||||
14 | --read-only | lock to read only | |||||||||
15 | control connect | --discard-my-data | throw away my data |
| Linking resources to partner nodes. It changes to connecting state. | ||||||
16 | control disconnect | - | - |
| Disconnection with partner node. It changes to standalone status. | ||||||
17 | control invalidate | --level | synchronization level |
| Synchronization starts with partner node as source. | ||||||
18 | --report | Report generation scope | |||||||||
19 | control invalidate-remote | --level | synchronization level |
| Start synchronization with this node as source. | ||||||
20 | --report | Report generation scope | |||||||||
21 | control verify | - | - |
| Start consistency verification with partner node as source. | ||||||
22 | control verify-stop | - | - |
| Abort Consistency Verification in progress. 1.1 or higher. | ||||||
23 | control pause | - | - |
| Synchronization or replication paused. | ||||||
24 | control resume | - | - |
| Resume synchronization or replication. | ||||||
25 | control lock | --read-only | lock to read only |
| Start protecting your files. | ||||||
26 | control unlock | - | - |
| Unprotect the file. | ||||||
27 | control close-files | - | - |
| Closes handles to files that are open for cloning. | ||||||
28 | control override network-limit | - | - |
| Randomly change the network bandwidth. | ||||||
29 | control restore network-limit | - | - |
| Return the network bandwidth to the configured value. |
...
synchronization level
0: Synchronize all files without hash comparison. Same as the previous -f option.
1: If the properties are exactly the same, the contents of the file are also determined to be the same. (default value)
In most cases, this option is sufficient, but if you change only the contents of a file while preserving properties, it will not sync, such as:
Modify the content without changing the size of the file
Restore the modification time of the file to the value before the content change
2: Hash comparison is performed even if the properties are the same.
Report generation scope
nothing: do not generate reports
Previously generated reports are retained.
All automatic synchronizations without a synchronization command operate with this option.
summary: generate summary information only
full: Generates all file-level information
check
command | optionoptions | Option Description | Usage API | explanationDescription | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|
1 | system info | - | - |
| Engine information output. | ||||||
2 | control status | --verbose | verbose output |
| Status output of resources and connections. | ||||||
3 | --watch | monitoring | |||||||||
4 | --interval | Renewal cycle when monitoring | |||||||||
5 | control perf | --verbose | verbose output |
| Performance statistics output, such as buffers and networks for resource connections. | ||||||
6 | --watch | monitoring | |||||||||
7 | --interval | Renewal cycle when monitoring | |||||||||
8 | control latency | --verbose | verbose output |
| Output of the time required for each phase of replication data processing. 1.1 or higher. | ||||||
9 | --watch | monitoring | |||||||||
10 | --interval | Renewal cycle when monitoring | |||||||||
11 | control result | --verbose | verbose output |
| Output the results of the most recent synchronization or consistency verification. | ||||||
12 | control rid show | --verbose | verbose output |
| RID output of the resource. | ||||||
13 | --long | Long version of RID output | |||||||||
14 | events | --json | output in JSON format |
| event monitoring. | ||||||
15 | --sync | Include sync progress | |||||||||
16 | --perf | Include performance statistics | |||||||||
17 | --interval | Synchronization progress and performance statistics refresh rate | |||||||||
18 | log | --home | engine home path |
| Print the contents of the log file. | ||||||
19 | --lines | number of lines to output | |||||||||
20 | --resource | resource designation | |||||||||
21 | --no-main | Disable main log | |||||||||
22 | --no-resource | Disable resource log | |||||||||
23 | --no-color | do not produce | |||||||||
24 | --follow | continuous output | |||||||||
25 | perfmon | --json | Export to JSON file |
| Displays performance monitor information. If you use the --display option, you can output to the screen while exporting to a file. | ||||||
26 | --csv | Export to CSV file | |||||||||
27 | --interval | information update cycle | |||||||||
28 | --display | output to console screen | |||||||||
29 | --watch | monitoring mode |
...
classification | type name | field | value | data range | note | |
---|---|---|---|---|---|---|
1 | RPC connection status | rpc | state | connection status | connected, disconnected | - |
2 | cause | error content | Used only in disconnected state | |||
3 | Program start/end | program | state | program startup status | started, exit | - |
4 | cause | error content | Used only in exit state | |||
5 | Update system settings | system_updated | - | - | - | Occurs when adjust is performed |
6 | crashed | crashed | cause | error content | - | In case of abnormal termination before starting the program. |
7 | Add resource | added | resource | resource ID | - | - |
8 | node | own node name | - | |||
9 | group | your group name | - | |||
10 | delete resource | deleted | resource | resource ID | - | - |
11 | node | own node name | - | |||
12 | group | your group name | - | |||
13 | Add resource relative node | peer_added | resource | resource ID | - | - |
14 | node | own node name | - | |||
15 | group | your group name | - | |||
16 | peer | partner node name | - | |||
17 | peer_group | partner group name | - | |||
18 | Remove resource relative node | peer_deleted | resource | resource ID | - | - |
19 | node | own node name | - | |||
20 | group | your group name | - | |||
21 | peer | partner node name | - | |||
22 | peer_group | partner group name | - | |||
23 | Change resource node name | renamed | resource | resource ID | - | - |
24 | node | own node name | - | |||
25 | group | your group name | - | |||
26 | value | new node name | - | |||
27 | Change resource node name (relative) | peer_renamed | resource | resource ID | - | - |
28 | node | own node name | - | |||
29 | group | your group name | - | |||
30 | peer | partner node name | - | |||
31 | peer_group | partner group name | - | |||
32 | value | Opponent's new node name | - | |||
33 | Change resource group name | group_renamed | resource | resource ID | - | 1.1-A5 |
34 | node | own node name | - | |||
35 | group | your group name | - | |||
36 | value | new group name | - | |||
37 | Change resource group name (relative) | peer_group_renamed | resource | resource ID | - | 1.1-A5 |
38 | node | own node name | - | |||
39 | group | your group name | - | |||
40 | peer | partner node name | - | |||
41 | peer_group | partner group name | - | |||
42 | value | Opponent's new group name | - | |||
43 | Update resource settings | updated | resource | resource ID | - | Occurs when adjust is performed |
44 | node | own node name | - | |||
45 | group | your group name | - | |||
46 | resource connection status | state | resource | resource ID | - | - |
47 | node | own node name | - | |||
48 | group | your group name | - | |||
49 | peer | partner node name | - | |||
50 | peer_group | partner group name | - | |||
51 | value | state value | standalone, established 등 | |||
52 | resource connection state (relative) | peer_state | resource | resource ID | - | - |
53 | node | own node name | - | |||
54 | group | your group name |
| |||
55 | peer | partner node name | - | |||
56 | peer_group | partner group name | - | |||
57 | value | state value | standalone, established 등 | |||
58 | resource file status | file_state | resource | resource ID | - | |
59 | node | own node name | - | |||
60 | group | your group name | - | |||
61 | value | state value | inconsistent, consistent 등 | |||
62 | resource file state (relative) | peer_file_state | resource | resource ID | - | - |
63 | node | own node name | - | |||
64 | group | your group name | - | |||
65 | peer | partner node name | - | |||
66 | peer_group | partner group name | - | |||
67 | value | state value | inconsistent, consistent 등 | |||
68 | resource role | role | resource | resource ID | - | - |
69 | node | own node name | - | |||
70 | group | your group name | - | |||
71 | value | role value | primary, secondary | |||
72 | resource role (relative) | peer_role | resource | resource ID | - | - |
73 | node | own node name | - | |||
74 | group | your group name | - | |||
75 | peer | partner node name | - | |||
76 | peer_group | partner group name | - | |||
77 | value | role value | primary, secondary | |||
78 | Node Connection Behavior | connection | resource | resource ID | - | - |
79 | node | own node name | - | |||
80 | group | your group name | - | |||
81 | peer | partner node name | - | |||
82 | peer_group | partner group name | - | |||
83 | state | connection status | connected, accepted, disconnected | |||
84 | url | IP:Port | address of peer node | |||
85 | cause | error content | Used only with disconnected | |||
86 | Connection refused from peer node | refuse | resource | resource ID | - | - |
87 | node | own node name | - | |||
88 | group | your group name | - | |||
89 | peer | partner node name | - | |||
90 | peer_group | partner group name | - | |||
91 | cause | reason for refusal | irrelevance (irrelevant node), split-brain | |||
92 | younger | younger node name | - | |||
93 | Recognize partner node name | peer_recognized | resource | resource ID | - | Occurs only when the partner node is a group. |
94 | node | own node name | - | |||
95 | group | your group name | - | |||
96 | peer | partner node name | - | |||
97 | peer_group | partner group name | - | |||
98 | Error during state operation | state_err | resource | resource ID | - | 1.2 or higher |
99 | node | own node name | - | |||
100 | group | your group name | - | |||
101 | peer | partner node name | - | |||
102 | peer_group | partner group name | - | |||
103 | value | error content | - | |||
104 | next | next state | Output only when automatically transitioning to the next state | |||
105 | write error | write_error | resource | resource ID | - | - |
106 | node | own node name | - | |||
107 | group | your group name | - | |||
108 | filename | file name | absolute path | |||
109 | cause | error content | - | |||
110 | disk space status | diskspace | resource | resource ID | - | - |
111 | node | own node name | - | |||
112 | group | your group name | - | |||
113 | state | space state | not_enough, enough | |||
114 | remain | remaining capacity | units of bytes. string format | |||
115 | performance information | perf | resource | resource ID | - | --perf option required |
116 | node | own node name | - | |||
117 | group | your group name | - | |||
118 | peer | partner node name | - | |||
119 | peer_group | partner group name | - | |||
120 | perf | performance information | It is the same as the performance information of REST-API. | |||
121 | sync status | sync | resource | resource ID | - | --sync option required |
122 | node | own node name | - | |||
123 | group | your group name | - | |||
124 | peer | partner node name | - | |||
125 | peer_group | partner group name | - | |||
126 | status | sync status | It is the same as the sync state of REST-API. | |||
127 | file lock | file_lock | resource | resource ID | - | - |
128 | state | locked state | It is the same as the file lock status of REST-API. | |||
129 | node | own node name | - | |||
130 | group | your group name | - | |||
131 | consistency warning | consistency_warn | resource | resource ID | - | An event that occurs when the target node unlocks a file. |
132 | node | own node name | - | |||
133 | group | your group name | - | |||
134 | RID | rid | resource | resource ID |
| - |
135 | node | own node name |
| |||
136 | group | your group name | - | |||
137 | value | RID value |
| |||
138 | consistency | flag | true if the file state is Consistent or higher | |||
139 | outdated | flag | true if the file status is Outdated | |||
140 | primary | flag | true if promoted | |||
141 | crashed_primary | flag | true if abnormal termination in Primary state | |||
142 | File buffer usage warning | file_buf_warn | resource | resource ID | - | 0.9.1 |
143 | node | own node name | - | |||
144 | group | your group name | - | |||
145 | peer | partner node name | - | |||
146 | peer_group | partner group name | - | |||
147 | buffer overflow | overflowed | resource | resource ID | - | 0.9.1 |
148 | node | own node name | - | |||
149 | group | your group name | - | |||
150 | peer | partner node name | - | |||
151 | peer_group | partner group name | - | |||
152 | snapshot state | snapshot_state | resource | resource ID | - | 1.2 |
153 | node | own node name | - | |||
154 | group | your group name | - | |||
155 | snapshot | situation | available, creating 등, … etc. | |||
156 | err | error content | Used only in case of error | |||
157 | Add snapshot | snapshot_added | resource | resource ID | - | 1.2 |
158 | node | own node name | - | |||
159 | group | your group name | - | |||
160 | snapshot | Snapshot ID | - | |||
161 | images | List of image GUIDs | - | |||
162 | Delete snapshot | snapshot_deleted | resource | resource ID | - | 1.2 |
163 | node | own node name | - | |||
164 | group | your group name | - | |||
165 | snapshot | Snapshot ID | - | |||
166 | images | List of image GUIDs | - | |||
167 | Rename snapshot | snapshot_renamed | resource | resource ID | - | 1.2 |
168 | node | own node name | - | |||
169 | group | your group name | - | |||
170 | snapshot | Snapshot ID (source) | - | |||
171 | value | Changed ID (dest) | - | |||
172 | Add snapshot image | snapshot_image_added | image | Image GUID | - | 1.2 |
173 | path | original volume letter path | - | |||
174 | volume | Source Volume GUID Path | - | |||
175 | Delete snapshot image | snapshot_image_deleted | image | Image GUID | - | 1.2 |
176 | Attach snapshot image | snapshot_image_exposed | resource | resource ID | Used only if the snapshot image belongs to a resource | 1.2 |
177 | node | own node name | Used only if the snapshot image belongs to a resource | |||
178 | group | your group name | Used only if the snapshot image belongs to a resource | |||
179 | snapshot | Snapshot ID | Used only if the snapshot image belongs to a resource | |||
180 | image | Image GUID | - | |||
181 | value | Linked Letters | - | |||
182 | Unlink snapshot image | snapshot_image_unexposed | resource | resource ID | Used only if the snapshot image belongs to a resource | 1.2 |
183 | node | own node name | Used only if the snapshot image belongs to a resource | |||
184 | group | your group name | Used only if the snapshot image belongs to a resource | |||
185 | snapshot | Snapshot ID | Used only if the snapshot image belongs to a resource | |||
186 | image | Image GUID | - | |||
187 | value | linked letters | - | |||
188 | Snapshot images and resources are disconnected | snapshot_image_unlinked | resource | resource ID | - | 1.2 |
189 | node | own node name | - | |||
190 | group | your group name | - | |||
191 | snapshot | Snapshot ID | - | |||
192 | image | Image GUID | - | |||
193 | license status | license | status | license status | invalid, expired, not exist, valid | - |
194 | license-type | License type | temporary, permanent | |||
195 | expires-at | Limited time (date) | Year-Month-Day (e.g. 2020-11-30) | |||
196 | expires-in | Time limit (remaining days) | - |
...
command | option | Option Description | Usage API | explanationDescription | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|
1 | efs analyze dir | --json | output in JSON format |
| Searches encrypted files under the specified directory to analyze the list of certificates required for decryption and the installation status. | ||||||
2 | --verbose | verbose output | |||||||||
3 | efs analyze resource | --json | output in JSON format |
| Searches encrypted files under the replication path of the specified resource to analyze the list of certificates required for decryption and the installation status. | ||||||
4 | --verbose | verbose output |
...
command | option | Option Description | Usage API | explanationDescription | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|
1 | efs cert list | - | - |
| Prints a list of certificates in the certificate store. | ||||||
2 | efs cert export | --password | certificate password |
| Analyzes the list of certificates required for decryption and the installation status by looking up encrypted files under the replication path of the specified resource. | ||||||
3 | efs cert import | --password | certificate password |
| Import the certificate in the specified file and register it in the certificate store | ||||||
4 | --set-current | set as current certificate | |||||||||
5 | efs cert set-current | - | - |
| Make the specified certificate in the certificate store the current certificate for encryption | ||||||
6 | efs cert delete | - | - |
| Delete a given certificate from the certificate store |
...
command | option | Option Description | Usage API | explanationDescription | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|
1 | efs usercert list | - | - |
| Prints a list of certificates in the certificate store. | ||||||
2 | efs usercert export | --password | certificate password |
| Analyzes the list of certificates required for decryption and the installation status by looking up encrypted files under the replication path of the specified resource. | ||||||
3 | efs usercert import | --password | certificate password |
| Import the certificate in the specified file and register it in the certificate store | ||||||
4 | --set-current | set as current certificate | |||||||||
5 | efs usercert set-current | - | - |
| Make the specified certificate in the certificate store the current certificate for encryption | ||||||
6 | efs usercert delete | - | - |
| Delete a given certificate from the certificate store |
...
command | option | Option Description | Usage API | explanationDescription | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|
1 | nfs list | - | - |
| Displays a list of network file system connection information registered in the FSR execution account. | ||||||
2 | nfs add | --username | username |
| Register network file system connection information in the FSR execution account. | ||||||
3 | --password | password | |||||||||
4 | nfs del | - | - |
| Deletes the network file system connection information registered in the FSR execution account. | ||||||
5 | nfs connect | - | - |
| Connect to the specified network file system. | ||||||
6 | nfs disconnect | - | - |
| Terminate the connection to the specified network file system. |
...
command | option | Option Description | Usage API | explanationDescription | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|
1 | snapshot list | --verbose | verbose output |
| Prints a list of snapshots of the specified resource. | ||||||
2 | --desc | sort in reverse order | |||||||||
3 | snapshot list-exposed | --desc | sort in reverse order |
| Prints a list of snapshots linked to the letter. | ||||||
4 | snapshot show | - | - |
| Display detailed information of the specified snapshot. | ||||||
5 | snapshot create | - | - |
| Creates a snapshot of the specified ID. | ||||||
6 | snapshot delete | - | - |
| Delete the specified snapshot. | ||||||
7 | snapshot rename | - | - |
| Changes the ID of the specified snapshot. | ||||||
8 | snapshot recovery
| - | - |
| Restores the resource replication path to the specified snapshot. | ||||||
9 | snapshot export | --combine | Copy multiple replication paths to one destination |
| Copy the files to be copied from the snapshot to the specified path. | ||||||
10 | snapshot cancel | - | - |
| Cancels the snapshot-related operation of the specified resource. | ||||||
11 | snapshot cleanup | - | - |
| Cycles through the snapshots of the specified resource and deletes the snapshots whose images have been deleted. | ||||||
12 | snapshot expose | - | - |
| Links the specified snapshot image to the specified path (letter). | ||||||
13 | snapshot unexpose | - | - |
| Disconnect the path (letter) of the specified snapshot image. |
...
command | option | Option Description | Usage API | explanationDescription | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|
1 | snapshot-image list | --unlinked-only | Outputs only lists that are not associated with resources |
| Prints a list of snapshot images. | ||||||
2 | --local | Doing fsradm itself | |||||||||
3 | snapshot-image delete | --local | Doing fsradm itself |
| Delete the specified snapshot image. | ||||||
4 | snapshot-image expose | --local | Doing fsradm itself |
| Links the specified snapshot image to the specified path (letter). | ||||||
5 | snapshot-image unexpose | --local | Doing fsradm itself |
| Disconnect the path (letter) of the specified snapshot image. | ||||||
6 | snapshot-image unexpose-by-path | --local | Doing fsradm itself |
| Disconnects the specified path (letter) and the snapshot image. |
...
command | option | Option Description | Usage API | explanationDescription | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|
1 | snapshot-storage list | --for | Query the storage where snapshots of a given letter are stored |
| Prints the snapshot storage list. | ||||||
2 | --on | Storage inquiry in designated letter | |||||||||
3 | --local | Doing fsradm itself | |||||||||
4 | snapshot-storage add | --local | Doing fsradm itself |
| Add snapshot storage. | ||||||
5 | snapshot-storage change | --local | Doing fsradm itself |
| Change the settings of snapshot storage. | ||||||
6 | snapshot-storage delete | --local | Doing fsradm itself |
| Delete the snapshot storage. |
...
classification | command | option | Option Description | Usage API | explanationDescription | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | driver installation | driver install | --force | force install | - | Install the driver. Fails when the driver is loading. | ||||||
2 | remove driver | driver uninstall | --force | forced removal | - | uninstall the driver Fails when the driver is loading. | ||||||
3 | engine restart | system restart | - |
|
| Restarts the entire operation of the engine while maintaining the current process PID. | ||||||
4 | engine shutdown | system stop | - |
|
| Sends a shutdown command to the running engine to shut itself down. If running as a service, it will automatically restart. |
...
classification | command | option | Option Description | Usage API | explanationDescription | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | RID comparison | control rid compare | - | - |
| Outputs the comparison result of two RIDs. | ||||||
2 | Create support file | system support | --dump | Specify dump files to include |
| Create support file |
...
classification | command | option | Usage API | explanationDescription | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|
1 | setting | license set | - |
| Read the specified file to set the license. | ||||||
2 | check | license show | - |
| Print the current license status. |
...