Skip to content

Commit 3a8fc1f

Browse files
authored
fix grep command error (#769)
1 parent 688f423 commit 3a8fc1f

File tree

36 files changed

+36
-36
lines changed

36 files changed

+36
-36
lines changed

src/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ sbin/remove-datanode.bat [datanode_id]
397397
# 2. Check for any remaining processes
398398
jps
399399
# Or
400-
ps -ef|gerp iotdb
400+
ps -ef|grep iotdb
401401

402402
# 3. If there are any remaining processes, manually kill the
403403
kill -9 <pid>

src/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ When the status is all running, it indicates that the service has started succes
161161
# 2. Check for any remaining processes
162162
jps
163163
# Or
164-
ps -ef|gerp iotdb
164+
ps -ef|grep iotdb
165165

166166
# 3. If there are any remaining processes, manually kill the
167167
kill -9 <pid>

src/UserGuide/V1.3.x/Deployment-and-Maintenance/Cluster-Deployment_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ sbin/remove-datanode.bat [datanode_id]
397397
# 2. Check for any remaining processes
398398
jps
399399
# Or
400-
ps -ef|gerp iotdb
400+
ps -ef|grep iotdb
401401

402402
# 3. If there are any remaining processes, manually kill the
403403
kill -9 <pid>

src/UserGuide/V1.3.x/Deployment-and-Maintenance/Cluster-Deployment_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ sbin/remove-datanode.bat [datanode_id]
442442
# 2. Check for any remaining processes
443443
jps
444444
# Or
445-
ps -ef|gerp iotdb
445+
ps -ef|grep iotdb
446446

447447
# 3. If there are any remaining processes, manually kill the
448448
kill -9 <pid>

src/UserGuide/V1.3.x/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ When the status is all running, it indicates that the service has started succes
161161
# 2. Check for any remaining processes
162162
jps
163163
# Or
164-
ps -ef|gerp iotdb
164+
ps -ef|grep iotdb
165165

166166
# 3. If there are any remaining processes, manually kill the
167167
kill -9 <pid>

src/UserGuide/V1.3.x/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ When you see the display "Activated" on the far right, it indicates successful a
203203
# 2. Check for any remaining processes
204204
jps
205205
# Or
206-
ps -ef|gerp iotdb
206+
ps -ef|grep iotdb
207207
208208
# 3. If there are any remaining processes, manually kill the
209209
kill -9 <pid>

src/UserGuide/dev-1.3/Deployment-and-Maintenance/Cluster-Deployment_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ remove datanode [datanode_id]
388388
# 2. Check for any remaining processes
389389
jps
390390
# Or
391-
ps -ef|gerp iotdb
391+
ps -ef|grep iotdb
392392

393393
# 3. If there are any remaining processes, manually kill the
394394
kill -9 <pid>

src/UserGuide/dev-1.3/Deployment-and-Maintenance/Cluster-Deployment_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ remove datanode [datanode_id]
429429
# 2. Check for any remaining processes
430430
jps
431431
# Or
432-
ps -ef|gerp iotdb
432+
ps -ef|grep iotdb
433433

434434
# 3. If there are any remaining processes, manually kill the
435435
kill -9 <pid>

src/UserGuide/dev-1.3/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ When the status is all running, it indicates that the service has started succes
161161
# 2. Check for any remaining processes
162162
jps
163163
# Or
164-
ps -ef|gerp iotdb
164+
ps -ef|grep iotdb
165165

166166
# 3. If there are any remaining processes, manually kill the
167167
kill -9 <pid>

src/UserGuide/dev-1.3/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ When you see the display "Activated" on the far right, it indicates successful a
203203
# 2. Check for any remaining processes
204204
jps
205205
# Or
206-
ps -ef|gerp iotdb
206+
ps -ef|grep iotdb
207207
208208
# 3. If there are any remaining processes, manually kill the
209209
kill -9 <pid>

0 commit comments

Comments
 (0)