This shows you the differences between two versions of the page.
aix:mirror_rootvg [2021/01/01 21:21] 127.0.0.1 external edit |
aix:mirror_rootvg [2022/06/27 14:15] (current) manu |
||
---|---|---|---|
Line 30: | Line 30: | ||
If you set the parameter **NUM_PARALLEL_LPS=24** for example in /etc/environment then logout and login again, do a: syncvg -v rootvg & | If you set the parameter **NUM_PARALLEL_LPS=24** for example in /etc/environment then logout and login again, do a: syncvg -v rootvg & | ||
+ | |||
+ | ===== Recreate boot logical volume ===== | ||
+ | |||
+ | <cli prompt='#'> | ||
+ | # mklv -y hd5 -t boot rootvg 1 hdisk0 | ||
+ | # bosboot -ad /dev/hdisk0 -l hd5 | ||
+ | # bootlist -m normal -o | ||
+ | </cli> |