[精讚] [會員登入]
644

repairing esxi guest system after power failure

if centos7 guest system reboot failed after power failure

分享此文連結 //n.sfs.tw/15634

分享連結 repairing esxi guest system after power failure@der amateur
(文章歡迎轉載,務必尊重版權註明連結來源)
2022-03-10 15:46:44 最後編修
2022-03-03 16:09:58 By
 

a centos7 guest system on esxi reboot failed after host power issue,

trying xfs_repair command at first, result shows "could not initialize XFS library" message,

you'll need to do steps as following:

1. mount a live-cd system from esxi control interface

1-1. setup guest booting option from web configuration interface:

check "force entering BIOS setting after next booting process" option

 

1-2. start guest virtual machine with live-cd iso file from host

 

2. umount any lvm directory

use df -h to locate correct path of lvm directories

like /dev/mapper/...

if facing a busy device issue, use umount -f

3. xfs_repair /lvm_directory

https://www.thegeekdiary.com/running-repairs-on-xfs-filesystems/

END

你可能感興趣的文章

repairing esxi guest system after power failure if centos7 guest system reboot failed after power failure

netbeans IDE scaling on Win10 how to change scaling not to see tiny little letters in the IDE

我有話要說

>>

限制:留言最高字數1000字。 限制:未登入訪客,每則留言間隔需超過10分鐘,每日最多5則留言。

訪客留言

[無留言]

隨機好文

a function that takes an array of integers and a target then added any two equals the target Write a function that takes an array of numbers (integers fo