You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .ai/pages/node-infrastructure-run-a-collator-collator.md
+82-35Lines changed: 82 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,18 +97,22 @@ This guide provides two deployment options. Select the option that best fits you
97
97
98
98
=== "Manual Setup"
99
99
100
-
Extract the binary from the official Docker image:
100
+
Download the `polkadot-parachain` binary from the latest stable [Polkadot SDK release](https://github.com/paritytech/polkadot-sdk/releases){target=\_blank}:
101
101
102
102
```bash
103
-
# Create a temporary container and copy the binary
Check the [Polkadot SDK releases](https://github.com/paritytech/polkadot-sdk/releases){target=\_blank} page for the latest stable version.
115
+
112
116
## Generate Node Key
113
117
114
118
Generating a stable node key enables a consistent peer ID across the network. Follow these steps to generate a node key:
@@ -305,7 +309,9 @@ Sync time depends on:
305
309
306
310
The relay chain uses warp sync for faster synchronization.
307
311
308
-
**Important**: Do not proceed with registration until both chains are fully synced. Monitor sync progress using the log viewing commands in the [Log Management](#log-management) section.
312
+
!!! warning
313
+
314
+
Do not proceed with registration until both chains are fully synced. Monitor sync progress using the log viewing commands in the [Log Management](#log-management) section.
309
315
310
316
## Generate Session Keys
311
317
@@ -383,10 +389,20 @@ The registration process varies by system parachain. General steps include the f
383
389
384
390
Monitoring the following items will help ensure your collator runs efficiently to avoid service interruptions or down time:
385
391
386
-
-**Block Production**: monitor for block production using the following command:
-**Peer Connections**: Maintain a sufficient amount of peers for good connectivity and set up alerts to notify if peer connections falls below ten.
391
407
-**Resource Usage**: Monitor CPU, RAM, and disk I/O and set up alerts for unusual or high usage.
392
408
-**Sync Status**: Ensure both chains stay synced and set up alerts for sync issues.
@@ -416,32 +432,64 @@ Key metrics to monitor via Prometheus include the following:
416
432
417
433
## Log Management
418
434
419
-
Effecient log management is essential to ensure collator performance and uptime. Use the following commands to help you manage logs to monitor and maintain your collator:
435
+
Efficient log management is essential to ensure collator performance and uptime. Use the following commands to help you manage logs to monitor and maintain your collator:
0 commit comments