Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

command

option

Option Description

Usage API

explanationdescriptions

1

system config dump
sys conf dump

-

-

Status
titleGET
/api/v1/config/dump

Output the contents of a system configuration file as JSON.

2

system config dump-xml
sys conf dump-xml

-

-

Status
titleGET
/api/v1/config/dump-xml

Output the contents of system configuration files to XML.

3

system config show
sys conf show

-

-

Status
titleGET
/api/v1/config

Outputs system configuration contents in operation as JSON.

4

system config adjust
sys conf adjust

-

-

Status
colourBlue
titlePOST
/api/v1/config/adjust

The contents of the system configuration file are applied to running resources and activated.

5

system config edit
sys conf edit

-u, -user

Edit with text editor

Status
titleGET
/api/v1/config
Status
colourPurple
titlePUT
/api/v1/config
Status
colourBlue
titlePOST
/api/v1/config/adjust

Interactively edit and apply system configurations.

6

system config property get {key}
sys conf prop get {key}

-

-

Status
titleGET
/api/v1/config

Outputs the value of the specified property in the system configuration file.

7

system config property set <key> <value>
sys conf prop set <key> <value>

--adjust
-a

apply to resource

Status
titleGET
/api/v1/config
Status
colourPurple
titlePUT
/api/v1/config
Status
colourBlue
titlePOST
/api/v1/config/adjust

Changes the specified property value in the system configuration file.

8

system config property unset <key>
sys conf prop unset <key>

-

-

same

Change the specified properties in the system configuration file to default values.

9

control config dump <id|all>
conf dump <id>

-

-

Status
titleGET
/api/v1/resource/{ID}/dump

Output the contents of a resource configuration file as JSON.

10

control config dump-xml <id|all>
conf dump-xml <id>

-

-

Status
titleGET
/api/v1/resource/{ID}/dump-xml

Output the content of a resource configuration file to XML.

11

control config show <id|all>
conf show <id|all>

-

-

Status
titleGET
/api/v1/resource/{ID}

Outputs the contents of the resource configuration in operation as JSON.

12

control config adjust <id|all>
conf adjust <id|all>

-

-

Status
colourBlue
titlePOST
/api/v1/resource/{ID}/adjust

The contents of the resource configuration file are applied to the running resource and activated.

13

control config add <id>
conf add <id>

--force
-f

force overwrite

Status
colourPurple
titlePUT
/api/v1/resource/{ID}

Add resource configuration file.

14

--interactive
-i

Interactive setting mode

15

<id>
conf check config<id>

--force
-f

force delete

Status
colourRed
titleDELETE
/api/v1/resource/{ID}

Delete the resource configuration file.

16

control config edit <id>
conf edit <id>

--user
-u

Edit with text editor

Status
titleGET
/api/v1/resource/{ID}
Status
colourPurple
titlePUT
/api/v1/resource/{ID}
Status
colourBlue
titlePOST
/api/v1/resource/{ID}/adjust

Interactively edit and apply resource configurations.

17

control config property get <id> {key}
conf prop get <id> {key}

-

-

Status
titleGET
/api/v1/resource/{ID}

Outputs the value of the specified property in the resource configuration file.

18

control config property add <id> <key> <value>
conf prop add <id> <key> <value>

--adjust
-a

apply to resource

Status
titleGET
/api/v1/resource/{ID}
Status
colourPurple
titlePUT
/api/v1/resource/{ID}
Status
colourBlue
titlePOST
/api/v1/resource/{ID}/adjust

Adds a value to a specified attribute in a resource configuration.
Valid only for properties in list form.

19

--index <숫자>

  • i

<숫자>

insert at specified index

20

<id> <key>
conf prop control config property<id> <key>

--adjust
-a

apply to resource

same

Delete the specified attribute of the resource configuration.
Valid only for properties in list form.

21

control config property set <id> <key> <value>
conf prop set <id> <key> <value>

same

same

same

Changes the value of the specified attribute in the resource configuration file.

22

control config property unset <id> <key>
conf prop unset <id> <key>

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 <id|all>
meta create <id|all>

--force
-f

force overwrite

Status
colourBlue
titlePOST
/api/v1/resource/{ID}/create-meta

Generate resource metadata.
It can be performed only when the resources are separated.

2

control meta delete <id|all>
meta delete <id|all>

--force
-f

force delete

Status
colourBlue
titlePOST
/api/v1/resource/{ID}/delete-meta

Delete resource metadata.
It can be performed only when the resources are separated.

3

control meta cleanup
meta cleanup

-

-

Status
colourBlue
titlePOST
/api/v1/resource/cleanup-meta

Clean up unused metadata.

4

control add <id|all>
add <id|all>

-

-

Status
colourBlue
titlePOST
/api/v1/resource/{ID}/add

Read the resource configuration file and load it into the resource list.

5

control of <id|all>
the<id|all>

-

-

Status
colourBlue
titlePOST
/api/v1/resource/{ID}/delete

Remove loaded resources from the list.

6

control attach <id|all>
attach <id|all>

-

-

Status
colourBlue
titlePOST
/api/v1/resource/{ID}/attach

Load resource file.

7

control detach <id|all>
detach <id|all>

-

-

Status
colourBlue
titlePOST
/api/v1/resource/{ID}/detach

Separate resource files.

8

control up <id|all>
up <id|all>

-

-

Status
colourBlue
titlePOST
/api/v1/resource/{ID}/up

resource activation. (load, file load, connect)

9

control down <id|all>
down <id|all>

-

-

Status
colourBlue
titlePOST
/api/v1/resource/{ID}/down

Disable resource. (end connection, disconnect file, disconnect)

10

control primary <id|all>
primary <id|all>

--force
-f

forced promotion

Status
colourBlue
titlePOST
/api/v1/resource/{ID}/primary

Promote a resource to Primary.

11

--unlock
-u

unlock file

12

control secondary <id|all>
secondary <id|all>

--timeout <숫자> <num>
-t <숫자> <num>

time limit

Status
colourBlue
titlePOST
/api/v1/resource/{ID}/secondary

Demote a resource to Secondary.
If there is a timeout value, it waits for the buffer to be emptied for that amount of time. After that time, the buffer is forcibly emptied and demoted.

The --read-only option must be used together with the --lock option.

13

--lock
-l

file lock

14

--read-only

lock to read only

15

control connect <id|all> {peer|all}
connect <id|all> {peer|all}

--discard-my-data

throw away my data

Status
colourBlue
titlePOST
/api/v1/resource/{ID}/connect/{PEER}

Linking resources to partner nodes. It changes to connecting state.

16

control disconnect <id|all> {peer|all}
disconnect <id|all> {peer|all}

-

-

Status
colourBlue
titlePOST
/api/v1/resource/{ID}/disconnect/{PEER}

Disconnection with partner node. It changes to standalone status.

17

control invalidate <id|all> {peer}
invalidate <id|all> {peer}

--level <숫자> <num>
-l <숫자> <num>

synchronization level

Status
colourBlue
titlePOST
/api/v1/resource/{ID}/resync/{PEER}

Synchronization starts with partner node as source.

18

--report <모드> <mode>

Report generation scope

19

control invalidate-remote <id|all> {peer|all}
invalidate-remote <id|all> {peer|all}

--level <숫자> <num>
-l <숫자> <num>

synchronization level

Status
colourBlue
titlePOST
/api/v1/resource/{ID}/resync-remote/{PEER}

Start synchronization with this node as source.

20

--report<모드><mode>

Report generation scope

21

control verify <id|all> {peer}
verify <id|all> {peer}

-

-

Status
colourBlue
titlePOST
/api/v1/resource/{ID}/verify/{PEER}

Start consistency verification with partner node as source.

22

control verify-stop <id|all> {peer}
verify-stop <id|all> {peer}

-

-

Status
colourBlue
titlePOST
/api/v1/resource/{ID}/verify-stop/{PEER}

Abort Consistency Verification in progress. 1.1 or higher.

23

control pause <id|all> {peer|all}
pause <id|all> {peer|all}

-

-

Status
colourBlue
titlePOST
/api/v1/resource/{ID}/pause

Synchronization or replication paused.

24

control resume <id|all> {peer|all}
resume <id|all> {peer|all}

-

-

Status
colourBlue
titlePOST
/api/v1/resource/{ID}/resume

Resume synchronization or replication.

25

control lock <id|all>
lock <id|all>

--read-only

lock to read only

Status
colourBlue
titlePOST
/api/v1/resource/{ID}/lock/{LEVEL}

Start protecting your files.

26

control unlock <id|all>
unlock <id|all>

-

-

Status
colourBlue
titlePOST
/api/v1/resource/{ID}/unlock

Unprotect the file.

27

control close-files <id|all>
close-files <id|all>

-

-

Status
colourBlue
titlePOST
/api/v1/resource/{ID}/close-files

Closes handles to files that are open for cloning.

28

control override network-limit <res-id|all> <peer-node|all> <value>
override network-limit <res-id|all> <peer-node|all> <value>

-

-

Status
colourPurple
titlePUT
/api/v1/resource/{ID}/override/network-limit/{PEER}

Randomly change the network bandwidth.

29

control restore network-limit <res-id|all> {peer-node|all}
restore network-limit <res-id|all> {peer-node|all}

-

-

Status
colourRed
titleDELETE
/api/v1/resource/{ID}/override/network-limit/{PEER}

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:

        1. Modify the content without changing the size of the file

        2. 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
sys info

-

-

Status
titleGET
/api/v1/system

Engine information output.

2

control status {id|all}
status{id|all}

--verbose
-v

verbose output

Status
titleGET
/api/v1/resource/{ID}/status

Status output of resources and connections.

3

--watch
-w

monitoring

4

--interval <시간>
-i <시간>

Renewal cycle when monitoring

5

control perf {id|all}
perf {id|all}

--verbose
-v

verbose output

Status
titleGET
/api/v1/resource/{ID}/perf

Performance statistics output, such as buffers and networks for resource connections.

6

--watch
-w

monitoring

7

--interval <시간>
-i <시간>

Renewal cycle when monitoring

8

control latency {id|all}
latency {id|all}

--verbose
-v

verbose output

Status
titleGET
/api/v1/resource/{ID}/lag

Output of the time required for each phase of replication data processing. 1.1 or higher.

9

--watch
-w

monitoring

10

--interval <시간>
-i <시간>

Renewal cycle when monitoring

11

control result <id> {dir-index} {filename}
result <id> {dir-index} {filename}

--verbose
-v

verbose output

Status
titleGET
/api/v1/resource/{ID}/result

Output the results of the most recent synchronization or consistency verification.
Since the result is stored in the target, it can be output only on the target.
If a directory and file name are specified, summary information is omitted and the result of the specified file is output.

12

control rid show <id|all>
rid show <id|all>

--verbose
-v

verbose output

Status
titleGET
/api/v1/resource/{ID}/rid

RID output of the resource.
By default, only 2 old ULIDs are output, and all 32 are output when the long version option is specified.

13

--long
-l

Long version of RID output

14

events
ev

--json
-j

output in JSON format

Status
colourYellow
titleGRPC
SubscribeEvents

event monitoring.
Synchronization progress and performance statistics are basically transmitted every update cycle, but are omitted if there is no change with previous data.

15

--sync

Include sync progress

16

--perf

Include performance statistics

17

--interval <시간>
-i <시간>

Synchronization progress and performance statistics refresh rate

18

log
l

--home <경로>

engine home path

Status
colourYellow
titleGRPC
SubscribeEvents

Print the contents of the log file.
It operates similarly to the tail command and reads the system configuration file of the engine directly to determine the location of the log file, so it can be used even when the engine is shut down.
Receives resource loading events through gRPC and changes log files that should be output in real time.

19

--lines <숫자>
-n <숫자>

number of lines to output

20

--resource <id>
-t <id>

resource designation

21

--no-main

Disable main log

22

--no-resource

Disable resource log

23

--no-color

do not produce

24

--follow
-f

continuous output

25

perfmon {id|all}
p {id|all}

--json <파일명>
-j <파일명>

Export to JSON file

Status
colourYellow
titleGRPC
SubscribePerfs

Displays performance monitor information.
If you do not use the option to export to JSON or CSV, it will be output to the console screen.

If you use the --display option, you can output to the screen while exporting to a file.

26

--csv <파일명>
-c<파일명>

Export to CSV file

27

--interval <시간>
-i <시간>

information update cycle

28

--display
-d

output to console screen

29

--watch
-w

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.
1.1-A2

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
two-primary, invalid-direction

92

younger

younger node name

-

93

Recognize partner node name

peer_recognized

resource

resource ID

-

Occurs only when the partner node is a group.
Remove name attribute from 1.1-A1 and later 1.1-A5

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.
To be removed in 1.2

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 <dir…>
efs analyze by-dir <dir…>

--json
-j

output in JSON format

Status
colourYellow
titleGRPC
EFSA analysis

Searches encrypted files under the specified directory to analyze the list of certificates required for decryption and the installation status.

2

--verbose
-v

verbose output

3

efs analyze resource <id>
efs analyze by-res <id>

--json
-j

output in JSON format

Status
colourYellow
titleGRPC
EFSA analysis

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
-v

verbose output

...

command

option

Option Description

Usage API

explanationDescription

1

efs cert list

-

-

Status
titleGET
/api/v1/efs/cert

Prints a list of certificates in the certificate store.

2

efs cert export <thumbprint> <file>

--password <password>
-p <password>

certificate password

Status
colourBlue
titlePOST
/api/v1/efs/cert/{Thumbprint}/export

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 <file>

--password <password>
-p <password>

certificate password

Status
colourBlue
titlePOST
/api/v1/efs/cert

Import the certificate in the specified file and register it in the certificate store

4

--set-current
-c

set as current certificate

5

efs cert set-current <thumbprint>

-

-

Status
colourBlue
titlePOST
/api/v1/efs/cert/{Thumbprint}/set-current

Make the specified certificate in the certificate store the current certificate for encryption

6

efs cert delete <thumbprint>

-

-

Status
colourRed
titleDELETE
/api/v1/efs/cert/{Thumbprint}

Delete a given certificate from the certificate store

...

command

option

Option Description

Usage API

explanationDescription

1

efs usercert list

-

-

Status
titleGET
/api/v1/efs/cert

Prints a list of certificates in the certificate store.

2

efs usercert export <thumbprint> <file>

--password <password>
-p <password>

certificate password

Status
colourBlue
titlePOST
/api/v1/efs/cert/{Thumbprint}/export

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 <file>

--password <password>
-p <password>

certificate password

Status
colourBlue
titlePOST
/api/v1/efs/cert

Import the certificate in the specified file and register it in the certificate store

4

--set-current
-c

set as current certificate

5

efs usercert set-current <thumbprint>

-

-

Status
colourBlue
titlePOST
/api/v1/efs/cert/{Thumbprint}/set-current

Make the specified certificate in the certificate store the current certificate for encryption

6

efs usercert delete <thumbprint>

-

-

Status
colourRed
titleDELETE
/api/v1/efs/cert/{Thumbprint}

Delete a given certificate from the certificate store

...

command

option

Option Description

Usage API

explanationDescription

1

nfs list

-

-

Status
titleGET
/api/v1/nfs

Displays a list of network file system connection information registered in the FSR execution account.

2

nfs add <remote-path>

--username <username>
-u <username>

username

Status
colourPurple
titlePUT
/api/v1/nfs

Register network file system connection information in the FSR execution account.

3

--password <password>
-p <password>

password

4

nfs del <remote-path>

-

-

Status
colourRed
titleDELETE
/api/v1/nfs/{name}

Deletes the network file system connection information registered in the FSR execution account.

5

nfs connect <remote-path>

-

-

Status
colourBlue
titlePOST
/api/v1/nfs/{name}/connect

Connect to the specified network file system.

6

nfs disconnect <remote-path>

-

-

Status
colourBlue
titlePOST
/api/v1/nfs/{name}/disconnect

Terminate the connection to the specified network file system.

...

command

option

Option Description

Usage API

explanationDescription

1

snapshot list <id|all>

--verbose
-v

verbose output

Status
titleGET
/api/v1/resource/{ID}/snapshot

Prints a list of snapshots of the specified resource.

2

--desc
-d

sort in reverse order

3

snapshot list-exposed

--desc
-d

sort in reverse order

Status
titleGET
/api/v1/resource/{ID}/snapshot

Prints a list of snapshots linked to the letter.

4

snapshot show <id> <snapshot>

-

-

Status
titleGET
/api/v1/resource/{ID}/snapshot/{SnapshotID}

Display detailed information of the specified snapshot.

5

snapshot create <id> <snapshot>

-

-

Status
colourPurple
titlePUT
/api/v1/resource/{ID}/snapshot/{SnapshotID}

Creates a snapshot of the specified ID.

6

snapshot delete <id> <snapshot>

-

-

Status
colourRed
titleDELETE
/api/v1/resource/{ID}/snapshot/{SnapshotID}

Delete the specified snapshot.

7

snapshot rename <id> <snapshot> <rename-to>

-

-

Status
colourBlue
titlePOST
/api/v1/resource/{ID}/snapshot/{SnapshotID}/rename-to/{NewSnapshotID}

Changes the ID of the specified snapshot.

8

snapshot recovery <id> <snapshot>

 

-

-

Status
colourBlue
titlePOST
/api/v1/resource/{ID}/snapshot/{SnapshotID}/recovery

Restores the resource replication path to the specified snapshot.

9

snapshot export <id> <snapshot> <target-paths...>

--combine

Copy multiple replication paths to one destination

Status
colourBlue
titlePOST
/api/v1/resource/{ID}/snapshot/{SnapshotID}/export

Copy the files to be copied from the snapshot to the specified path.

10

snapshot cancel <id>

-

-

Status
colourBlue
titlePOST
/api/v1/resource/{ID}/snapshot/cancel

Cancels the snapshot-related operation of the specified resource.

11

snapshot cleanup <id|all>

-

-

Status
colourBlue
titlePOST
/api/v1/resource/{ID}/snapshot/cleanup

Cycles through the snapshots of the specified resource and deletes the snapshots whose images have been deleted.

12

snapshot expose <id> <snapshot> <image-index> <expose-path>

-

-

Status
colourBlue
titlePOST
/api/v1/resource/{ID}/snapshot/{SnapshotID}/expose/{SnapshotIndex}

Links the specified snapshot image to the specified path (letter).

13

snapshot unexpose <id> <snapshot>

-

-

Status
colourBlue
titlePOST
/api/v1/resource/{ID}/snapshot/{SnapshotID}/unexpose/{SnapshotIndex}

Disconnect the path (letter) of the specified snapshot image.

...

command

option

Option Description

Usage API

explanationDescription

1

snapshot-image list

--unlinked-only
-u

Outputs only lists that are not associated with resources

Status
titleGET
/api/v1/snapshot-image

Prints a list of snapshot images.

2

--local
-l

Doing fsradm itself

3

snapshot-image delete <guid>
snapshot-image del <guid>

--local
-l

Doing fsradm itself

Status
colourRed
titleDELETE
/api/v1/snapshot-image/{image}

Delete the specified snapshot image.

4

snapshot-image expose <guid> <expose-path>

--local
-l

Doing fsradm itself

Status
colourBlue
titlePOST
/api/v1/snapshot-image/{image}/expose

Links the specified snapshot image to the specified path (letter).

5

snapshot-image unexpose <guid>

--local
-l

Doing fsradm itself

Status
colourBlue
titlePOST
/api/v1/snapshot-image/{image}/unexpose

Disconnect the path (letter) of the specified snapshot image.

6

snapshot-image unexpose-by-path <expose-path>

--local
-l

Doing fsradm itself

Status
colourBlue
titlePOST
/api/v1/snapshot-image/unexpose-by-path

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

Status
titleGET
/api/v1/snapshot-storage

Prints the snapshot storage list.

2

--on

Storage inquiry in designated letter

3

--local
-l

Doing fsradm itself

4

snapshot-storage add <for> <on> {max-size|unbounded}

--local
-l

Doing fsradm itself

Status
colourPurple
titlePUT
/api/v1/snapshot-storage/{volume}/to/{storage}

Add snapshot storage.
The last argument has a default value of unbouned, and is limited so that it cannot exceed the size when entered in units of capacity.

5

snapshot-storage change <for> <on> {max-size|unbounded}

--local
-l

Doing fsradm itself

Status
colourBlue
titlePOST
/api/v1/snapshot-storage/{volume}/to/{storage}

Change the settings of snapshot storage.

6

snapshot-storage delete <for> <on>
snapshot-storage del <for> <on>

--local
-l

Doing fsradm itself

Status
colourRed
titleDELETE
/api/v1/snapshot-storage/{volume}/to/{storage}

Delete the snapshot storage.

...

classification

command

option

Option Description

Usage API

explanationDescription

1

driver installation

driver install

--force
-f

force install

-

Install the driver. Fails when the driver is loading.
When using the forced installation option, remove the driver being loaded before installing it.

2

remove driver

driver uninstall

--force
-f

forced removal

-

uninstall the driver Fails when the driver is loading.
When using the forced installation option, separate and remove the driver being loaded.

3

engine restart

system restart
sys restart

-

 

Status
colourBlue
titlePOST
/api/v1/system/restart

Restarts the entire operation of the engine while maintaining the current process PID.

4

engine shutdown

system stop
sys stop

-

 

Status
colourBlue
titlePOST
/api/v1/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 <rid1> <rid2>
rid compare <rid1> <rid2>

-

-

Status
colourBlue
titlePOST
/api/v1/tool/rid_compare

Outputs the comparison result of two RIDs.

2

Create support file

system support
sys su

--dump <file>
-d <file>

Specify dump files to include

 

Create support file

...

classification

command

option

Usage API

explanationDescription

1

setting

license set <license-file>

-

Status
colourPurple
titlePUT
/api/v1/license

Read the specified file to set the license.

2

check

license show

-

Status
titleGET
/api/v1/license

Print the current license status.

...