Обновление vxvm при LU:


Если используется vxvm, но загрузочные диски не инкапсулированы, то самый простой способ — удалить старую версию и установить новую (если же инкапсулированы, то смотри Upgrading VxVM and/or Solaris using Live Upgrade):

# luupgrade -P -n s10_2 `pkginfo | awk '/VRTS/{ print $2 }'`
# lumount -n s10_2
/.alt.s10_2
# cd /distrib/VxVM 5.0MP3rp2/storage_foundation
# ./installsf `hostname` -rootpath /.alt.s10_2
# cd /distrib/VxVM 5.0MP3rp4/patches
# ./installrp `hostname` -rootpath /.alt.s10_2

Устанавить патчи с EIS:

# cd /mnt/eis/sun/patch/10
# unpack-patches -R /.alt.s10_2
# cd /.alt.s10_2/tmp/10
# ./install_all_patches -R /.alt.s10_2

Устанjвить recommended
Вариант 1:

# cd /mnt/10_Recommended
# ./installcluster --apply-prereq --s10cluster
# ./installcluster -B s10_2 --s10cluster

Вариант 2:

# cd /mnt/10_Recommended
# ./installcluster --apply-prereq --s10cluster
# lumount -n s10_2
/.alt.s10_2
# ./installcluster -R /.alt.s10_2 --s10cluster


Ссылки в тему:

Обсуждение закрыто.