说下今天遇到的故障吧,网站的一个磁盘容量不足了,我就想把磁盘的容量扩大。他们提供磁盘扩容功能的,只要在控制面板的磁盘界面,选择要扩容的磁盘,确认要升级的容量以及价格。我在顺利完成付款后,提示要重启后才能看到扩容,好吧,重启了。但在重启后发现虽然控制界面的磁盘容量是变了,但还要自己登陆服务器区扩容,将原来的分区扩大。
找了好久才找到关于扩容的教程,按照教程一步步地走,遇到了问题,提示是这样的:
[root@iZ2811v ~]# e2fsck -f /dev/xvdc1 e2fsck 1.41.12 (17-May-2010) e2fsck: 超级块无效, trying backup blocks... e2fsck: Bad magic number in super-block 当尝试打开 /dev/xvdc1 时 The 超级块 could not be read or does not describe a correct ext2 文件系统. If the 设备 is valid and it really contains an ext2 文件系统 (and not swap or ufs or something else), then the 超级块 is corrupt, and you might try running e2fsck with an alternate 超级块: e2fsck -b 8193 <设备> 然后试了好多次,开始以为是我的操作出问题了,但我就是按照教程一步步来的,还自己上网查了,好多次仍然是这样,实在没办法只好提交工单,请他们的工程师帮忙。
将服务器的IP地址,root账号以及密码告诉后,就开始了漫长的等待。当然等待期间网站一直是无法访问的!
这是出现问题的时间:
这是修复完成的时间:
中间足足6个小时啊,这6个小时网站是完全没法访问的啊。
后来知道是磁盘的内部故障才导致扩容失败的,但是磁盘的内部故障也不至于扩容失败吧,就算有问题,修复时间也太长了,足足6小时啊,看来云服务商说的稳定高可用也不是很稳定啊。
稳定高可用底层系统自动扩容,数据多重备份
全线云产品服务可用性高达99.9%
网站整整6个小时不能访问,修好后没有任何赔偿。他们的赔偿条款是这么说的:
从这件事情上可以看出来,云是挺可靠的,但并不是100%可靠的,有时候还是会出现一些问题啊。站长还是要打起心眼来,做好数据备份,想好出现故障时的恢复方案,尤其是,磁盘买大一点!
下面是扩容时遇到的故障:
[root@iZ2811v ~]# df -h Filesystem Size Used Avail Use% Mounted on /dev/xvda1 20G 4.1G 15G 22% / tmpfs 498M 0 498M 0% /dev/shm /dev/xvdb1 9.9G 4.1G5.3G 44% /mnt/xvdb1 /dev/xvdc1 5.0G 1.4G 3.4G 30% /mnt/xvdc1 /dev/xvdd1 9.9G 1.5G 8.0G 16% /mnt/xvdd1 [root@iZ2811v ~]# umount /mnt/xvdc1
[root@iZ2811v ~]# df -h Filesystem Size Used Avail Use% Mounted on /dev/xvda1 20G 4.1G 15G 22% / tmpfs 498M 0 498M 0% /dev/shm /dev/xvdb1 9.9G 4.1G 5.3G 44% /mnt/xvdb1 /dev/xvdd1 9.9G 1.5G 8.0G 16% /mnt/xvdd1
[root@iZ2811v ~]# fdisk /dev/xvdc WARNING: DOS-compatible mode is deprecated. It's strongly recommended to switch off the mode (command 'c') and change display units to sectors (command 'u'). Command (m for help): d Selected partition 1 Command (m for help): n Command action e extended p primary partition (1-4) p Partition number (1-4): 1 First cylinder (1-40136, default 1): Using default value 1 Last cylinder, +cylinders or +size{K,M,G} (1-40136, default 40136): Using default value 40136 Command (m for help): m Command action a toggle a bootable flag b edit bsd disklabel c toggle the dos compatibility flag d delete a partition l list known partition types m print this menu n add a new partition o create a new empty DOS partition table p print the partition table q quit without saving changes s create a new empty Sun disklabel t change a partition's system id u change display/entry units v verify the partition table w write table to disk and exit x extra functionality (experts only) Command (m for help): w The partition table has been altered! Calling ioctl() to re-read partition table. Syncing disks. [root@iZ2811vquitZ ~]# e2fsck -f /dev/xvdc1 e2fsck 1.41.12 (17-May-2010) e2fsck: 超级块无效, trying backup blocks... e2fsck: Bad magic number in super-block 当尝试打开 /dev/xvdc1 时 The 超级块 could not be read or does not describe a correct ext2 文件系统. If the 设备 is valid and it really contains an ext2 文件系统 (and not swap or ufs or something else), then the 超级块 is corrupt, and you might try running e2fsck with an alternate 超级块: e2fsck -b 8193 <设备> [root@iZ2811v ~]# resize2fs /dev/xvdc1 resize2fs 1.41.12 (17-May-2010) resize2fs: Bad magic number in super-block 当尝试打开 /dev/xvdc1 时 找不到有效的文件系统超级块. [root@iZ2811v ~]# resize2fs -f /dev/xvdc1 resize2fs 1.41.12 (17-May-2010) resize2fs: Bad magic number in super-block 当尝试打开 /dev/xvdc1 时 找不到有效的文件系统超级块. [root@iZ2811v ~]# e2fsck -f /dev/xvdc1 e2fsck 1.41.12 (17-May-2010) e2fsck: 超级块无效, trying backup blocks... e2fsck: Bad magic number in super-block 当尝试打开 /dev/xvdc1 时 The 超级块 could not be read or does not describe a correct ext2 文件系统. If the 设备 is valid and it really contains an ext2 文件系统 (and not swap or ufs or something else), then the 超级块 is corrupt, and you might try running e2fsck with an alternate 超级块: e2fsck -b 8193 <设备>
还是要做好备份措施
网站不错,雁过留痕,欢迎互访!
文章被X社区转载啦~快去看看吧:https://www.cloudxns.net/Support/detail/id/324.html
嘿嘿,看到了,欢迎转载~
来瞅瞅啦~
没有问题,坚决支持