How to export and import disk group from one host to other by using Veritas Volume manager?
1.Check disk group which you want to export :
vxdisk list | grep mydg
2. Unmount file system which resides on the target disk.
umount /software
3.Unshare all shares from this file systrem if they exist.
unshare
4. For SAN presented disks represent LUN to target host and rescan disks
5. On the source host make deport of disk group
vxdg deport mydg
6.On the target host make import of disk group
vxdg nimport mydg
7. Rescan disks
vxdisk scandisks
8. Check that your disk group exist on target host
vxdisk list
DEVICE TYPE DISK GROUP STATUS
disk513 uto:cdsdisk disk513 mydg online
9. Restart and resynchronize the disk group:
vxrecover -sn vol_name
10. Add vx disk device file and mount dir ( i.e. /dev/vx/dsk/mydg/lvol1 /software ) to etc/fstab
11. Remount your fs
mount /software
Subscribe to:
Post Comments (Atom)
Popular Posts
-
SAP Fiori: My Inbox - Troubleshooting + FAQ If you are facing issues setting up or using My Inbox, this document can help you. Frequ...
-
You can set the number of incorrect login attempts and then system can end the session or can also lock the user account if parameter value...
-
If you want to exclude a table x from copying in client copy run report RSCCEXPT Goto transaction SA38 , enter the report name and execu...
-
Often in business scenarios, there will be requirements which cannot be transported and which have to be modified directly in respective ta...
-
How to find which process is locking a file or folder in Windows For Windows 7, 8 and 10, Windows Server 2010 you can use the built-in R...
-
Introduction July 2014: This article consolidates the information on Diagnostics Agent Maintenance Procedures, that was previously access...
-
You can upgrade the SAP Host Agent by running saphostexec -upgrade from the directory to which you extracted the downloaded SAPHOSTAGENT...
-
Changing the default trace level of SAP Host Agent SAP Host Agent runs with tracelevel 1 by default. If you need more information to be a...
-
Introduction Document Status The Diagnostics Agent troubleshooting guide used to be available as a PDF document. It is now replaced by ...
-
SAP diagnostics agents The diagnostics agent is a central component of the SAP Solution Manager system landscape. This page summariz...
No comments:
Post a Comment