1 Answer
- Newest
- Most votes
- Most comments
1
Hello.
Looking at the log, it appears that EBS is not being accessed properly as shown below.
Did you change any settings in "/etc/fstab" etc. before the error occurred?
[K[ [0;1;31m TIME [0m] Timed out waiting for device [0;1;39m/dev/nvme1n1p1 [0m.
[K[ [0;1;38;5;185mDEPEND [0m] Dependency failed for [0;1;39m/hana/data [0m.
[ [0;1;38;5;185mDEPEND [0m] Dependency failed for [0;1;39mLocal File Systems [0m.
[ [0;1;38;5;185mDEPEND [0m] Dependency failed for [0;1;39mEarly Kernel Boot Messages [0m.
[ [0;1;31m TIME [0m] Timed out waiting for device [0;1;39m/dev/nvme1n1p4 [0m.
[ [0;1;38;5;185mDEPEND [0m] Dependency failed for [0;1;39m/usr/sap [0m.
[ [0;1;31m TIME [0m] Timed out waiting for device [0;1;39m/dev/nvme1n1p2 [0m.
[ [0;1;38;5;185mDEPEND [0m] Dependency failed for [0;1;39m/hana/log [0m.
[ [0;1;31m TIME [0m] Timed out waiting for device [0;1;39m/dev/nvme1n1p3 [0m.
[ [0;1;38;5;185mDEPEND [0m] Dependency failed for [0;1;39m/hana/shared [0m.
[ [0;32m OK [0m] Stopped [0;1;39mDispatch Password …ts to Console Directory Watch [0m.
[ [0;32m OK [0m] Reached target [0;1;39mTimer Units [0m.
[ [0;32m OK [0m] Reached target [0;1;39mCloud-init target [0m.
Starting [0;1;39mRestore /run/initramfs on shutdown [0m...
If you have changed the settings, please create a rescue EC2 and troubleshoot according to the document below.
https://repost.aws/knowledge-center/ec2-linux-emergency-mode
Relevant content
- asked a year ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
Hi Riku,
Thank you for the information, yes the fstab was modified for the new partitions and mount points during the initial setup of the instance. I tried to connect to the instance using the serial console but it requested the root password, which during the initial setup, there were no users created nor the root account was enabled, I also tried accessing using AWS Cloudshell but no luck.
The only way I see right now is Method 3: Manually edit the file using a rescue instance.