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
@@ -118,7 +118,7 @@ Add the following rows to /home/arch/.bash_profile:
118
118
[arch@server ~]$ ./install
119
119
120
120
The installation of ESSArch is now running and dependent on hardware configuration, the installation may take some time. To see details of the installation progress please start a new terminal window and run the following command.
121
-
[arch@server ~]$ tail f /ESSArch/install.log
121
+
[arch@server ~]$ tail -f /ESSArch/install.log
122
122
123
123
When installation is finished, search in the log file /ESSArch/install.log for any unexpected errors indicating failure of installation of any modules.
124
124
@@ -129,7 +129,7 @@ ESSArch is designed to be AMQP (Advanced Message Queuing Protocol) independent.
129
129
Follow the instructions below in order to install RabbitMQ required by ESSArch.
@@ -233,7 +233,7 @@ By default, for test purpose, the installation has configured the following user
233
233
234
234
|**Username**|**Password**|**Role/Permissions**|
235
235
| --- | --- | --- |
236
-
|usr1|usr1|prepare, create, submit|
236
+
|usr2|usr2|receive, events, transfer|
237
237
| admin | admin | admin |
238
238
239
239
## Important files to backup
@@ -244,22 +244,22 @@ Everything in the file area /ESSArch should be backed up before and after config
244
244
245
245
Areas that need to be backed up to an external "backup system" daily is the following:
246
246
247
-
---/ESSArch/eta
248
-
---/ESSArch/backups_mysql
249
-
---/ESSArch/config
250
-
---/ESSArch/log
251
-
---/ESSArch/data
247
+
- /ESSArch/eta
248
+
- /ESSArch/backups_mysql
249
+
- /ESSArch/config
250
+
- /ESSArch/log
251
+
- /ESSArch/data
252
252
253
253
##Events and log information
254
254
255
255
Different types of events are logged both in physical files and tables in ESSArch database. Log entries are tagged with the log level - Debug, Critical, Error, Warning, Info. These log levels can be felt by the ETA's system logs:
0 commit comments