Linux Server is Not Booting Up | Realtime Troubleshooting | How to Resolve this issue ?

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 47

  • @milindnikalje5464
    @milindnikalje5464 3 месяца назад +2

    What a great session ❤❤

  • @sukeerthpilla8077
    @sukeerthpilla8077 3 месяца назад +1

    Most important interview question thanyou so much sir🙏

  • @AbhishekSahuji-mb4yp
    @AbhishekSahuji-mb4yp 3 месяца назад

    Thank you for making this video please make these type of videos on regular basis

  • @EduVerse-
    @EduVerse- 3 месяца назад

    Good to see you sir always

  • @Nandhu-f4f
    @Nandhu-f4f 3 месяца назад

    Instead of directly commenting out the file system (FS), we can first run mount -a. Then, we’ll check which FS is causing issues during boot. After that, we can take a backup, comment it out in fstab, and proceed with the reboot.

  • @venkateshb7895
    @venkateshb7895 3 месяца назад

    Good explanation 🎉

  • @haywire1126
    @haywire1126 3 месяца назад

    Really helpful Sir...

  • @650kdub
    @650kdub 3 месяца назад

    You csn always verify with mount -a too before booting. If there are no errors, your good to go.

  • @ankitprajapati7305
    @ankitprajapati7305 3 месяца назад

    Great sir 🤙

  • @Ykrvlogs16
    @Ykrvlogs16 3 месяца назад

    Just woow 🥰

  • @ajayjohn1502
    @ajayjohn1502 3 месяца назад

    Thanks

  • @babup-i6f
    @babup-i6f 2 месяца назад

    sir explaination very nice , not this one your all the sessions. really you my god.

    • @EngrAbhishekRoshan
      @EngrAbhishekRoshan  2 месяца назад

      Thank you so much for your kind words! I’m truly humbled, but I must say that I’m just a servant of knowledge, sharing what I can to help you all grow. It’s your dedication and hard work that make the real difference. I’m here to serve and support, and I’m grateful to be a part of your learning journey

  • @Ravindralinux
    @Ravindralinux 3 месяца назад

    Sir please make a complete video of troubleshooting related booting and kernel panic issue and the work of all modes like rescue, emergency and so on

  • @Woolovetoyou
    @Woolovetoyou 3 месяца назад

    Cool... Kernel panic error ka rhel 9 pe ek vdo chahiye.

  • @karthikeyanirenganathan7657
    @karthikeyanirenganathan7657 3 месяца назад

    Very useful video sir.. Thank you. I have a doubt sir .. how to study and how to remember things after studying sir .. while watching videos i easily understood the concepts .. but unable to remember especially commands sir .. how to improve sir. Can you share some study strategy which you follow during your initial days or beginner phase

    • @EngrAbhishekRoshan
      @EngrAbhishekRoshan  3 месяца назад

      Here is the link to improve your troubleshooting skills
      www.abhishekroshan.com/courses/100-Days-IT-Corporate-Bootcamp--Linux-Shell-Scripting-AWS-Cloud-Devops--Automation--Monitoring----Realtime-Project-668c2c25924bab7ed1d83a78

  • @kayithisampath6427
    @kayithisampath6427 3 месяца назад

    Hi Sir, Thanks for the explanation.. Is it the only potential reason for that issue or do we have any other reasons also. Because In my vmware I have faced this issue.. when I am trying to give the root password, the same screen(press ctrld to continue) appears again and again.

  • @kmanstudyman
    @kmanstudyman 3 месяца назад

    Sir, please make videos on grub-rescue mode, initramfs issue and various kernel panic scenarios

  • @650kdub
    @650kdub 3 месяца назад

    Yup they always ask

  • @lifestylewithpradhya
    @lifestylewithpradhya 2 месяца назад

    Can you please make a video for linux patching troubleshooting

  • @nkarthikeyan2107
    @nkarthikeyan2107 3 месяца назад

    Also how to find rca and study the logs.

  • @kohinoorteamyogeshchhabra8255
    @kohinoorteamyogeshchhabra8255 3 месяца назад

    Sir plz Hindi mai bhi start kro video bnana

  • @takeitall695
    @takeitall695 3 месяца назад

    Where can I get your complete linux training?

    • @EngrAbhishekRoshan
      @EngrAbhishekRoshan  3 месяца назад

      www.abhishekroshan.com/s/store

    • @takeitall695
      @takeitall695 3 месяца назад

      @@EngrAbhishekRoshan Thank you.
      Your way of teaching is really simple

  • @bhim960
    @bhim960 3 месяца назад +1

    df -h hung what to do sir

    • @EngrAbhishekRoshan
      @EngrAbhishekRoshan  3 месяца назад

      Check my 100 days IT corporate bootcamp where I have explained
      these troubleshooting with solution in Day 59.
      www.abhishekroshan.com/courses/100-Days-IT-Corporate-Bootcamp--Linux-Shell-Scripting-AWS-Cloud-Devops--Automation--Monitoring----Realtime-Project-668c2c25924bab7ed1d83a78
      When the df -h command hangs in Linux, it usually indicates a problem with one or more mounted filesystems.
      1. Network Filesystem Issues:
      If a network filesystem like NFS, CIFS (Samba), or SSHFS is mounted, and the network connection is slow or down, the df -h command can hang while trying to retrieve information about that filesystem.
      2,Stale NFS Handles:
      If an NFS server becomes unreachable or its configuration changes, the client may end up with stale NFS handles. This can cause df -h to hang while trying to access the NFS mount.
      3.Filesystem Corruption:
      A corrupted or damaged local filesystem can cause df -h to hang as it struggles to read the filesystem's metadata.
      4.Hardware Issues:
      Problems with storage devices, such as failing disks or malfunctioning RAID controllers, can cause df -h to hang while accessing the affected disks.
      5.Automounter Issues:
      If automounter (like autofs) is in use and it is slow to mount filesystems, df -h might hang while waiting for these mounts to complete.
      6.Large or Slow Mount Points:
      If there are very large filesystems or slow external drives connected, df -h might take a long time to complete as it processes these filesystems.
      Troubleshooting Steps:
      Check for Network Issues: If network filesystems are mounted, check the network connection to the servers.
      Unmount Stale Filesystems: Try to unmount the problematic filesystems using umount or umount -f for forced unmount.
      Check dmesg: Run dmesg | grep -i "error" to check for hardware or filesystem errors.
      Use strace: Run strace df -h to see where the command is hanging.
      Isolate the Issue: Try running df on individual mount points to identify which one is causing the hang, e.g., df /.

  • @SameerShaikh-e5g
    @SameerShaikh-e5g 3 месяца назад

    kernel panic error

  • @Bangbang56817
    @Bangbang56817 3 месяца назад +1

    When initramfs get corrupted , then also we get booting error

    • @mohitpuri7488
      @mohitpuri7488 3 месяца назад

      That we can fix easily through dracut command