<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.10.2">
</HEAD>
<BODY>
I believe I found my answer to question #1, although I would welcome any suggestions on improving this process:<BR>
<BR>
First, scp /etc/lvm/backup/VGWATSON (the origin VG that was cloned) to the backup media server (intermezzo).  Also get its PV uuid:<BR>
<BR>
# pvscan -u | grep VGWATSON<BR>
  PV /dev/sdae1        with UUID ZRcfam-06Ay-Ddby-f9lM-Pdkt-Pzqn-f0AB2T VG VGWATSON     lvm2 [420.00 GB / 92.50 GB free]<BR>
<BR>
Then execute the following on the backup media server (intermezzo):<BR>
<BR>
# parted /dev/sdz set 1 lvm on<BR>
<BR>
This activates its partition table and /dev/sdz1 becomes available.  I will need to add to my script the whereabouts of this device, as it may 'walk' from a reboot, i.e., use powermt display dev=all and search for its CLARiiON ID.<BR>
<BR>
# pvcreate --restorefile ./VGWATSON --uuid ZRcfam-06Ay-Ddby-f9lM-Pdkt-Pzqn-f0AB2T /dev/sdz1<BR>
# vgrename VGWATSON VGWATSON-CLONE<BR>
# vgchange -a y /dev/VGWATSON-CLONE<BR>
<BR>
<BR>
On Tue, 2007-04-03 at 12:52 -0400, rhurst@bidmc.harvard.edu wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
    <FONT COLOR="#000000">I am having problems making a clustered VG visible on a backup media server.</FONT><BR>
    <BR>
    <FONT COLOR="#000000">The originating RHEL cluster issues the CLARiiON cloning process, and it completes successfully, to another volume.  That clone volume LUN is visible to the backup media server (outside of the cluster) only.</FONT><BR>
    <BR>
    <FONT COLOR="#000000">Q1: What do I need to do on the backup media server's LVM to activate this newly-made VG?  vgscan --mknodes is not helping any, but I do see some SCSI references, i.e., /dev/sdz to its 420GB sized disk.  Is there a safe way to vgexport / vgimport the original VG map to this server?</FONT><BR>
    <BR>
    <FONT COLOR="#000000">Q2: I loaded GFS software on the backup media server, so do I need to modify the VG's lvols superblock to a changed PROTO value of nolock to make it mountable for backup?</FONT><BR>
    <BR>
    <FONT COLOR="#000000">Thanks.</FONT><BR>
</BLOCKQUOTE>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<B><FONT SIZE="1"><FONT COLOR="#000066">Robert Hurst, Sr. Caché Administrator</FONT></FONT></B><BR>
<B><FONT SIZE="1"><FONT COLOR="#3333ff">Beth Israel Deaconess Medical Center</FONT></FONT></B><BR>
<B><FONT SIZE="1"><FONT COLOR="#6666ff">1135 Tremont Street, REN-7</FONT></FONT></B><BR>
<B><FONT SIZE="1"><FONT COLOR="#6666ff">Boston, Massachusetts   02120-2140</FONT></FONT></B><BR>
<B><FONT SIZE="1"><FONT COLOR="#6666ff">617-754-8754 ∙ Fax: 617-754-8730 ∙ Cell: 401-787-3154</FONT></FONT></B><BR>
<FONT SIZE="1"><FONT COLOR="#9999ff">Any technology distinguishable from magic is insufficiently advanced.</FONT></FONT>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>