- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Removing VxVM rootdg
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2002 09:17 PM
10-21-2002 09:17 PM
Thanks
Karthik
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2002 10:21 PM
10-21-2002 10:21 PM
SolutionIn case you want to go back to LVM you need to follow this steps.
- Stop the VxVM daemons with the following commands:
vxdctl stop
vxiod -f set 0
- Remove the VxVM product.
If the HP VxVM product B9116AA is installed which is the full version then run:
swremove -x autoreboot=true B9116AA
Next, run the following to remove the base product:
swremove -x autoreboot=true B7961AA
The disks used in rootdg or other disk groups can now be used with LVM.
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 02:58 AM
10-22-2002 02:58 AM
Re: Removing VxVM rootdg
Thanks for that. But is there anyway to remove the root dg without uninstalling the VxVM Product?
Thanks
Karthik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 03:01 AM
10-22-2002 03:01 AM
Re: Removing VxVM rootdg
Not that I am aware of.
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 03:23 AM
10-22-2002 03:23 AM
Re: Removing VxVM rootdg
I have seen in vxvm startup scripts lines like :
#
# If the volume manager hasn't yet been initialized, don't
# bother starting vxconfigd. The install-db file indicates that
# initialization has NOT yet happened.
#
if [ -f "/etc/vx/reconfig.d/state.d/install-db" ]
then
exit 0
fi
#
# Start some I/O daemons, if there aren't any already running.
#
So I think that if you rename /etc/vx/ (or at least /etc/vx/reconfig.d), nothing will start. But I'm not sure it's really clean ...
Regards,
Jean-Louis.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 05:55 AM
10-22-2002 05:55 AM
Re: Removing VxVM rootdg
TIA,
George
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 06:04 AM
10-22-2002 06:04 AM
Re: Removing VxVM rootdg
To stop vxvmutilisation without desinstallation you can done :
touch /etc/vx/reconfig.d/state.d/install-db
the file install-db denied the vxvm daemon start.
Regards,
Jerome
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 07:43 AM
10-22-2002 07:43 AM
Re: Removing VxVM rootdg
*** Removing Veritas VVM:
# vxprint -ht rootvol swapvol usr var
(Ensure that the rootvol, swapvol, usr, and var (opt) volumes have only one associated plex each
If not (i.e. mirrored root):
# vxplex -o rm dis plex_name
# /etc/vx/bin/vxunroot (system will reboot)
Root disk is now out of VVM control