Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HDL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
098c2af2
Commit
098c2af2
authored
11 months ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
How to restore IP, MTU.
parent
7f79a321
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#87560
passed
11 months ago
Stage: linting
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/erko_howto_tools.txt
+24
-13
24 additions, 13 deletions
doc/erko_howto_tools.txt
with
24 additions
and
13 deletions
doc/erko_howto_tools.txt
+
24
−
13
View file @
098c2af2
* RadioHDL with GIT (LOFAR2.0)
* RadioHDL with GIT (LOFAR2.0)
* Network card MTU and IP address
* Flash and reboot unb2
* Flash and reboot unb2
* Flash and reboot on L2TS using tunnel to SDPTR
* Flash and reboot on L2TS using tunnel to SDPTR
* HDL images to keep on dop349
* HDL images to keep on dop349
...
@@ -229,6 +230,29 @@ Synthesis neemt onegeveer 4GB voor Disturb image en 3GB voor SDP image, dus
...
@@ -229,6 +230,29 @@ Synthesis neemt onegeveer 4GB voor Disturb image en 3GB voor SDP image, dus
ongeveer 14GB / weekend. De regtest machine heeft nog 500GB vrij, dus we
ongeveer 14GB / weekend. De regtest machine heeft nog 500GB vrij, dus we
kunnen nog ongeveer 35x opslaan, voordat we moeten deleten.
kunnen nog ongeveer 35x opslaan, voordat we moeten deleten.
*******************************************************************************
* Network card MTU and IP address
*******************************************************************************
# MTU wijzigen (when statistics packets get lost, show as Rx error in ifconfig)
sudo ifconfig enp67s0f1 10.99.0.249 netmask 255.255.0.0 mtu 9000 up
# When dop386 enp5s0 1GbE interface with sdp-arts has no ip address do:
sudo ifconfig enp5s0 10.99.0.254
sudo ifconfig enp5s0 netmask 255.255.0.0
# When dop386 ens2 10GbE interface looses its IP or mtu settings (e.g. due
# to PC reboot or cable reconnect) then to recover do:
sudo ifconfig ens2 192.168.0.1 netmask 255.255.0.0
sudo ip link set dev ens2 mtu 9000
sudo ifconfig ens2 down
sudo ifconfig ens2 up
Last SDPFW version used in 2022:
kooistra@dop386:~/git/sdptr$ sdp_rw.py --host 10.99.0.250 --port 4842 -r firmware_version
read firmware_version:
node 64: 2022-11-06T02.45.36_e6769e2e3_lofar2_unb2b_sdp_station_full_wg
*******************************************************************************
*******************************************************************************
* Flash and reboot unb2
* Flash and reboot unb2
*******************************************************************************
*******************************************************************************
...
@@ -281,19 +305,6 @@ sdp_rw.py --host localhost --port 4840 -r firmware_version
...
@@ -281,19 +305,6 @@ sdp_rw.py --host localhost --port 4840 -r firmware_version
sdp_firmware.py --host localhost --port 4840 -n 0 --reboot --image USER
sdp_firmware.py --host localhost --port 4840 -n 0 --reboot --image USER
sdp_rw.py --host localhost --port 4840 -r firmware_version
sdp_rw.py --host localhost --port 4840 -r firmware_version
# MTU wijzigen (when statistics packets get lost, show as Rx error in ifconfig)
sudo ifconfig enp67s0f1 10.99.0.249 netmask 255.255.0.0 mtu 9000 up
# When dop386 with sdp-arts has no ip address do:
sudo ifconfig enp5s0 10.99.0.254
sudo ifconfig enp5s0 netmask 255.255.0.0
Last SDPFW version used in 2022:
kooistra@dop386:~/git/sdptr$ sdp_rw.py --host 10.99.0.250 --port 4842 -r firmware_version
read firmware_version:
node 64: 2022-11-06T02.45.36_e6769e2e3_lofar2_unb2b_sdp_station_full_wg
*******************************************************************************
*******************************************************************************
* Flash and reboot on L2TS using tunnel to SDPTR
* Flash and reboot on L2TS using tunnel to SDPTR
*******************************************************************************
*******************************************************************************
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment