This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
linux:linux_move_bootdisk [2021/01/01 21:25] 127.0.0.1 external edit |
linux:linux_move_bootdisk [2023/03/14 00:58] (current) manu |
||
---|---|---|---|
Line 2: | Line 2: | ||
https://access.redhat.com/discussions/2158911 | https://access.redhat.com/discussions/2158911 | ||
+ | |||
+ | https://access.redhat.com/solutions/68503 | ||
+ | |||
+ | http://hpux-howto.blogspot.com/2018/07/how-to-migrate-boot-partition-to-other.html | ||
+ | |||
+ | https://access.redhat.com/discussions/2158911?tour=8 | ||
+ | |||
+ | https://access.redhat.com/solutions/68503 | ||
====== Move OS disk to a new (rootvg) ====== | ====== Move OS disk to a new (rootvg) ====== | ||
== Clean yum cache == | == Clean yum cache == | ||
+ | |||
<cli prompt='#'> | <cli prompt='#'> | ||
[root@rhlabh1 ~]# yum clean all | [root@rhlabh1 ~]# yum clean all | ||
Line 140: | Line 149: | ||
</cli> | </cli> | ||
- | Move the pv in background to new partition /dev/mapper/mpathb3, and check the progress | + | Move the pv in **background** to new partition /dev/mapper/mpathb3, and check the progress, background allows to close your terminal |
<cli prompt='#'> | <cli prompt='#'> | ||
[root@rhlabh1 ~]# pvmove -b /dev/mapper/mpatha3 /dev/mapper/mpathb3 | [root@rhlabh1 ~]# pvmove -b /dev/mapper/mpatha3 /dev/mapper/mpathb3 | ||
Line 322: | Line 331: | ||
<cli prompt='#'> | <cli prompt='#'> | ||
[root@rhlabh1 grub2]# bootlist -m normal sdc sdd sdg sdh | [root@rhlabh1 grub2]# bootlist -m normal sdc sdd sdg sdh | ||
- | </cli | + | </cli> |
Reboot | Reboot |