File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
Simonyi/Non-Standard-Operations/MTCS/MTHexRot Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,44 @@ Prerequisites
66
66
- Familiarity with Linux commands and the use of general *Power Distribution Unit (PDU) * or *netbooter * for power cycling.
67
67
68
68
69
+ .. _MTRot-PXI-Controller-Reboot-Log-Collection :
70
+
71
+ Log Collection
72
+ --------------
73
+
74
+ Before starting the reboot procedure, collect the log files for debugging purposes:
75
+
76
+ 1. Write down the exact timestamps of the error.
77
+
78
+ 2. To copy log messages from PXI to your local machine:
79
+
80
+ a. Access 1Password vault for credentials
81
+ b. SSH into rot-pxi:
82
+
83
+ .. prompt :: bash
84
+
85
+ ssh admin@rot-pxi-controller.cp.lsst.org
86
+
87
+ c. Create a log file with current date:
88
+
89
+ .. prompt :: bash
90
+
91
+ cat /var/log/messages > log_message_YYMMDD
92
+
93
+ d. Exit SSH:
94
+
95
+ .. prompt :: bash
96
+
97
+ exit
98
+
99
+ e. Copy the log file to your local machine:
100
+
101
+ .. prompt :: bash
102
+
103
+ scp admin@rot-pxi-controller.cp.lsst.org:~/log_message_YYMMDD ./
104
+
105
+ 3. Attach all relevant log files and timestamps to `OBS-664 <https://rubinobs.atlassian.net/browse/OBS-664 >`__.
106
+
69
107
.. _MTRot-PXI-Controller-Reboot-Procedure :
70
108
71
109
Procedure Steps
You can’t perform that action at this time.
0 commit comments