
# vgexport
Make sure to copy the mapfiles to all of the three data centers nodes.
6.Import the LVM volume groups on all of the other nodes in DC1, DC2, and DC3 and backup the LVM configuration.
NOTE: If you are using the March 2008 version or later of
#mkdir /dev/vgxx
#mknod /dev/vgxx/group c 64 0xnn0000
#vgimport
#vgchange
#vgcfgbackup <vgname>
#vgchange
VxVM Configuration
Use the following procedure to create disk groups for VERITAS storage. The VxVM root disk group (rootdg) may need to be created depending on the VxVM version. If rootdg is required, make sure it has already been created on the system while configuring the storage.
On one node in the primary data center (DC1) do the following:
1.Initialize disks to be used with VxVM by running the vxdisksetup command only on one node.
#/opt/VRTS/bin/vxdisksetup
2.Create the disk group to be used with the vxdg command only on one node.
#vxdg init logdata c5t0d0
3.Verify the configuration.
#vxprint
4.Use the vxassist command to create logical volumes.
#vxassist
5.Verify the configuration.
#vxprint
6.Make the filesystem.
#newfs
7.Create a directory to mount the volume group.
#mkdir /logs
8.Mount the volume group.
#mount /dev/vx/dsk/logdata/logfile /logs
9.Check if file system exits, then unmount the file system.
#umount /logs
10.Deport the disk group on the primary node.
#vxdg deport logdata
Installing and configuring the application at the primary cluster
An application must be installed and configured at both the sites in the primary cluster. The application must be configured at the
Configuring an P9000 or XP 3DC DR Solution 441