Hi, I've got some servers that show that old_rootvg exist (when issuing lsvg), but when I do lspv there is no hdisk associated with it.
I didn't install these servers, so I don't know what happened, but I suppose someone did an alt_disk_install/alt_disk_mksysb and rebooted from the new alt_rootvg, then deleted the old_rootvg hdisk without executing alt_rootvg_op -X.
I'm trying to delete the old_rootvg with "alt_rootvg_op -X old_rootvg" but it's failing:
Has anyone had this same situation?
I'm thinking maybe exporting the old_rootvg, or deleting from the ODM all the old_rootvg entries.
What do you think?
Thanks
I didn't install these servers, so I don't know what happened, but I suppose someone did an alt_disk_install/alt_disk_mksysb and rebooted from the new alt_rootvg, then deleted the old_rootvg hdisk without executing alt_rootvg_op -X.
I'm trying to delete the old_rootvg with "alt_rootvg_op -X old_rootvg" but it's failing:
Code:
# lsvg
old_rootvg
rootvg
swapvg
ESP.datavg
# lspv
hdisk2 00c974954896d012 rootvg active
hdisk3 00c974954896d120 swapvg active
hdisk5 00c9749549340ace ESP.datavg active
# alt_rootvg_op -X old_rootvg
0505-105 alt_disk_install: Bad argument: old_rootvg for option -X.
Usage alt_rootvg_op: Determine Volume Group Boot Disk (-q):
alt_rootvg_op -q -d <disk> [-D]
Usage alt_rootvg_op: Rename Alternate Disk Volume Group (-v):
alt_rootvg_op -v <new volume group name> -d <disk> [-D]
Usage alt_rootvg_op: Wake-up Volume Group (-W):
alt_rootvg_op -W -d <disk> [-D]
Usage alt_rootvg_op: Put-to-sleep Volume Group (-S):
alt_rootvg_op -S [-tD]
Usage alt_rootvg_op: Clean Up Alternate Disk Volume Group (-X):
alt_rootvg_op -X [<volume group>] [-D]
Usage alt_rootvg_op: Customize Alternate Disk Volume Group (-C):
alt_rootvg_op -C [-R <resolv_conf>] [-s <script>]
[-b <bundle_name>] [-I <installp_flags>]
[-l <images_location>] [-f <fix_bundle>]
[-F <fixes>] [-w <filesets>] [-DV]
Has anyone had this same situation?
I'm thinking maybe exporting the old_rootvg, or deleting from the ODM all the old_rootvg entries.
What do you think?
Thanks