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
-
1. Download Setup Files 1. Download SAP NetWeaver Application Server ABAP 7.02 SP6 32-bit Trial Version Click here to Download...
-
You can upgrade the SAP Host Agent by running saphostexec -upgrade from the directory to which you extracted the downloaded SAPHOSTAGENT...
-
SAP Fiori: My Inbox - Troubleshooting + FAQ If you are facing issues setting up or using My Inbox, this document can help you. Frequ...
-
RFC connection test in SM59 might give error similar to this Logon Connection Error Error Details Error when opening an RFC connection Er...
-
SAP Lock Value In USR02 table We use USR02 table for checking the status of an user whether user is locked or not. There are 6 type o...
-
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...
-
In order to disable root SSH login in HP-UX # cd /opt/ssh/etc # vi sshd_config Change the line: PermitRootLogin yes change into like be...
-
How to export user master and authorization profiles in SAP system? Which tcode is used for user master export in SAP system? Which...
-
Have you or a loved one ever had to reboot your computer to get out of a read-only file in VIM? Are you responsible for a Linux system or...
-
If you are familiar with ZIP, then you will be familiar with TAR. Basically, this is used to archive files into a single, hopefully, smalle...
No comments:
Post a Comment