CKB:Checking process on operating system upgrade: Unterschied zwischen den Versionen

Aus Cryptshare Documentation
Wechseln zu:Navigation, Suche
(Imported from text file)
 
Keine Bearbeitungszusammenfassung
 
Zeile 7: Zeile 7:
== Purpose: ==
== Purpose: ==
As long the operating system is upgraded, all web based interfaces aren't reachable.
As long the operating system is upgraded, all web based interfaces aren't reachable.
[[File:50399477.png]]
[[File:50399477.png]]


== Solution: ==
== Solution: ==
For observing the upgrade procedure you can open an SSH connection and check one of the following logs:
For observing the upgrade procedure you can open an SSH connection and check one of the following logs:
'''1. zypper.log (detailed)'''
 
   →  shows all operating system related update information in real time
'''1. zypper.log (detailed)'''
 
 →  shows all operating system related update information in real time
  '''zypper.log'''
  '''zypper.log'''
   
   
  tail -F /var/log/zypper.log
  tail -F /var/log/zypper.log
'''2. cryptshare_launcher.log (summary)'''
'''2. cryptshare_launcher.log (summary)'''
    → collects and displays Cryptshare related distribution upgrade information
 
→ collects and displays Cryptshare related distribution upgrade information
  '''crypthsare_launcher.log'''
  '''crypthsare_launcher.log'''
   
   

Aktuelle Version vom 14. Januar 2022, 14:21 Uhr


Applies to:

All Cryptshare Appliances

Purpose:

As long the operating system is upgraded, all web based interfaces aren't reachable.

50399477.png

Solution:

For observing the upgrade procedure you can open an SSH connection and check one of the following logs:

1. zypper.log (detailed)

 →  shows all operating system related update information in real time

zypper.log

tail -F /var/log/zypper.log

2. cryptshare_launcher.log (summary)

→ collects and displays Cryptshare related distribution upgrade information

crypthsare_launcher.log

 tail -F /opt/cryptshare-3/log/cryptshare_launcher.log
 
How to read a file with live reloading
To open a file and get its contents in an automatically updated version, use the command tail -F <file> in Linux.
Further information and options for the command tail can be found here: Manual Page of tail command.