<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Create New lvol. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770803#M636732</link>
    <description>With the suggestion of moving the veritas directory from /usr to /veritas you might want link the old directory in usr with the new one e.g.&lt;BR /&gt;ln -s /veritas /usr/netbackup, but personally I like more the solution of mounting the filesystem under /usr/netbackup since it's cleaner.  However, before you mount it to /usr/netbackup, mount it to /usr/NETBACKUP_TMP and use the find...cpio command suggest to move things from the /usr filesystem to the new /usr/netbackup filesystem.  Then unmount it from /usr/NET..._TMP and mount it to /usr/netbackup.  Whatever works for you...&lt;BR /&gt;</description>
    <pubDate>Tue, 23 Jul 2002 20:17:55 GMT</pubDate>
    <dc:creator>George Petrides_1</dc:creator>
    <dc:date>2002-07-23T20:17:55Z</dc:date>
    <item>
      <title>Create New lvol.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770798#M636727</link>
      <description>Hi Team:&lt;BR /&gt;&lt;BR /&gt;  We want to create a 5 gig logical volume on /dev/vg04(18 gig capacity). No issues in capacity. This is for veritas backup software. Is it ok if we create a logical volume&lt;BR /&gt;&lt;BR /&gt;/dev/vg04/lvveritas and mount it as /veritas. I have attached the bdf output. Please let me know your valuable opinions. Also the netbackup is currently installed in /usr. Are there any gotchas for moving it to new logical volume?? Please advice.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Brian.</description>
      <pubDate>Tue, 23 Jul 2002 19:20:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770798#M636727</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2002-07-23T19:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: Create New lvol.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770799#M636728</link>
      <description>Brian,&lt;BR /&gt;&lt;BR /&gt;I do not see any problem with your approach to creating the new lvol since based on bdf output, you have just used roughly 2GB for a filesystem.&lt;BR /&gt;&lt;BR /&gt;Hai</description>
      <pubDate>Tue, 23 Jul 2002 19:25:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770799#M636728</guid>
      <dc:creator>Hai Nguyen_1</dc:creator>
      <dc:date>2002-07-23T19:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Create New lvol.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770800#M636729</link>
      <description>If you're talking strictly about creating a 5GB LV and mounting it as /veritas then no problem there. Just take note if you want your FS to support largefiles make sure you use "-o largefiles" option in your newfs command or if you're using SAM, check the "largefiles" option. Are you saying you're migrating "netbackup" (eg: /usr/netbackup) to /veritas ? If that is the case why don't you mount your 5GB LV on /usr/netbackup instead ? Another option I suppose is using symbolic links but I'd rather mount the new LV onto a FS the way I wanted it to avoid using symbolic link.</description>
      <pubDate>Tue, 23 Jul 2002 19:34:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770800#M636729</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-07-23T19:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Create New lvol.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770801#M636730</link>
      <description>Hi again Brian,&lt;BR /&gt;&lt;BR /&gt;I don't think the creation of the lvol is the issue.  That part is easy.  I think the real question your asking is can you move the veritas software to a new filesystem and will it work properly.  My answer would be, I'm not sure, but it is worth a try.&lt;BR /&gt;&lt;BR /&gt;You could copy the software to the new file system and leave the old software untouched until you have verified that it is functioning properly.&lt;BR /&gt;&lt;BR /&gt;1.  create the new lvol and fs&lt;BR /&gt;2.  mount the new lvol on /veritas&lt;BR /&gt;3.  cd /usr/veritas&lt;BR /&gt;4. find . | cpio -pdmuxvl /veritas&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;...jcd...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Jul 2002 19:34:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770801#M636730</guid>
      <dc:creator>Joseph C. Denman</dc:creator>
      <dc:date>2002-07-23T19:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Create New lvol.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770802#M636731</link>
      <description>Hi Brian:&lt;BR /&gt;&lt;BR /&gt;You could create your new logical volume and a new mountpoint '/usr/netbackup'.  That is, you can have '/usr/ mounted as it is, and '/usr/netbackup' (or whatever it's called) mounted on your new logical volume.&lt;BR /&gt;&lt;BR /&gt;You are wise to keep the the operating system software isolated and pure in vg00.  This makes upgrades and/or updates to software easier.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Jul 2002 19:34:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770802#M636731</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-07-23T19:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Create New lvol.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770803#M636732</link>
      <description>With the suggestion of moving the veritas directory from /usr to /veritas you might want link the old directory in usr with the new one e.g.&lt;BR /&gt;ln -s /veritas /usr/netbackup, but personally I like more the solution of mounting the filesystem under /usr/netbackup since it's cleaner.  However, before you mount it to /usr/netbackup, mount it to /usr/NETBACKUP_TMP and use the find...cpio command suggest to move things from the /usr filesystem to the new /usr/netbackup filesystem.  Then unmount it from /usr/NET..._TMP and mount it to /usr/netbackup.  Whatever works for you...&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Jul 2002 20:17:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770803#M636732</guid>
      <dc:creator>George Petrides_1</dc:creator>
      <dc:date>2002-07-23T20:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Create New lvol.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770804#M636733</link>
      <description>hi, &lt;BR /&gt;&lt;BR /&gt;I don't think it will give problems because&lt;BR /&gt;all the netbackup related binaries, &lt;BR /&gt;catalog information (netbackup master), ...&lt;BR /&gt;are normally under the same directory. &lt;BR /&gt;Maybe the start/stop scripts to start&lt;BR /&gt;the netbackup daemons (if it is master or &lt;BR /&gt;mediaserver ) should be altered because of&lt;BR /&gt;the path to the binaries changed. &lt;BR /&gt;If it's a client the related netbackup &lt;BR /&gt;entries in /etc/inetd.conf must also be &lt;BR /&gt;changed.&lt;BR /&gt;&lt;BR /&gt;If, after the change there are problems you&lt;BR /&gt;can simply mount the lv at the orignal &lt;BR /&gt;location. &lt;BR /&gt;&lt;BR /&gt;Like mentioned above , creating a link &lt;BR /&gt;is also a solution.&lt;BR /&gt;&lt;BR /&gt;regards.&lt;BR /&gt;&lt;BR /&gt;Steven</description>
      <pubDate>Tue, 23 Jul 2002 20:45:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770804#M636733</guid>
      <dc:creator>Steven Mertens</dc:creator>
      <dc:date>2002-07-23T20:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Create New lvol.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770805#M636734</link>
      <description>I may not be remembering right, but it seemed to me that there were a bunch of symbolic links in the Veritas installation, created at install time.&lt;BR /&gt;&lt;BR /&gt;I like the idea of making a new LV and mounting it on /usr/netbackup.&lt;BR /&gt;&lt;BR /&gt;--M????a</description>
      <pubDate>Wed, 24 Jul 2002 00:54:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770805#M636734</guid>
      <dc:creator>Misa</dc:creator>
      <dc:date>2002-07-24T00:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Create New lvol.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770806#M636735</link>
      <description>There is no problem in your bdf output.&lt;BR /&gt;I think the only thing you must care is that when use "newfs" to create file system, please issue "-o largefiles" to enable over 2GB large file support.&lt;BR /&gt;&lt;BR /&gt;ux</description>
      <pubDate>Wed, 24 Jul 2002 02:48:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770806#M636735</guid>
      <dc:creator>Fragon</dc:creator>
      <dc:date>2002-07-24T02:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Create New lvol.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770807#M636736</link>
      <description>Hi Team:&lt;BR /&gt;&lt;BR /&gt; Thanks a lot. So here are the steps..&lt;BR /&gt;1. Make sure the -0 largefiles is used with the newfs command &lt;BR /&gt;(I am not sure here why i should use this. Are we not just creating a filesystem OR is there a possibility of a single file of size &amp;gt; 2gb created??). I did not understand this suggestion at all.&lt;BR /&gt;&lt;BR /&gt;2. find .|cpio stuff&lt;BR /&gt;3.changing the /etc/inetd.conf file&lt;BR /&gt;Are there any other points to be considered??&lt;BR /&gt;&lt;BR /&gt;Thanks once again,&lt;BR /&gt;&lt;BR /&gt;Brian.</description>
      <pubDate>Wed, 24 Jul 2002 12:14:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770807#M636736</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2002-07-24T12:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Create New lvol.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770808#M636737</link>
      <description>Hi Brian,&lt;BR /&gt;&lt;BR /&gt;you need the -o largefiles option only, if you want to use single files bigger than 2 GB in the new filesystem. You asked, if you are simply not creating a file system.... &lt;BR /&gt;&lt;BR /&gt;--&amp;gt; you do, if you create the logical volume with SAM, he asks you for usage. You can give the largefiles option here also, look at file system properties...&lt;BR /&gt;&lt;BR /&gt;--&amp;gt; if you create the volume with command line, you have to create a file system yourself!&lt;BR /&gt;&lt;BR /&gt;Everything else is ok....&lt;BR /&gt;&lt;BR /&gt;Allways stay on the bright side of life!&lt;BR /&gt;&lt;BR /&gt;Peter&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Jul 2002 12:30:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770808#M636737</guid>
      <dc:creator>Peter Kloetgen</dc:creator>
      <dc:date>2002-07-24T12:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Create New lvol.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770809#M636738</link>
      <description>Brian,&lt;BR /&gt;&lt;BR /&gt;I think you've got it.  Be sure that before you make changes to the inetd.conf, you make a backup copy for fallback purposes.  Also, once you make the changes, you will need to reread the conf file.&lt;BR /&gt;&lt;BR /&gt;inetd -c #will do it&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;&lt;BR /&gt;...jcd...</description>
      <pubDate>Wed, 24 Jul 2002 12:30:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770809#M636738</guid>
      <dc:creator>Joseph C. Denman</dc:creator>
      <dc:date>2002-07-24T12:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Create New lvol.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770810#M636739</link>
      <description>Sorry,&lt;BR /&gt;&lt;BR /&gt;I also wanted to pointout S.K. statement about the largefiles.  I don't think he was saying you really need the option.  Just, if you plan on placing files larger than 2G on the fs, you will need to enable this option.  Personnally, I only use this option when absolutly necessary.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;...jcd...</description>
      <pubDate>Wed, 24 Jul 2002 12:33:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770810#M636739</guid>
      <dc:creator>Joseph C. Denman</dc:creator>
      <dc:date>2002-07-24T12:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Create New lvol.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770811#M636740</link>
      <description>Hi:&lt;BR /&gt;Can someone clarify the -o largefiles requirement. I thought this was done only if you want to create a file &amp;gt;2GB and we are only creating a 5GB filesystem here.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Brian.</description>
      <pubDate>Wed, 24 Jul 2002 12:34:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770811#M636740</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2002-07-24T12:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Create New lvol.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770812#M636741</link>
      <description>Hi Brian:&lt;BR /&gt;&lt;BR /&gt;Yes, the 'largefiles' bit when set for a filesystem, enables you to create files that are larger than 2GB.  For more information, have a look at this paper:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/os/lgfiles4.pdf" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/os/lgfiles4.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 24 Jul 2002 12:43:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770812#M636741</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-07-24T12:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Create New lvol.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770813#M636742</link>
      <description>Brian,&lt;BR /&gt;&lt;BR /&gt;After modifying /etc/inetd.conf, do not forget to run:&lt;BR /&gt;# /usr/sbin/inetd -c&lt;BR /&gt;&lt;BR /&gt;to reflect the changes.&lt;BR /&gt;&lt;BR /&gt;Hai</description>
      <pubDate>Wed, 24 Jul 2002 12:56:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770813#M636742</guid>
      <dc:creator>Hai Nguyen_1</dc:creator>
      <dc:date>2002-07-24T12:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Create New lvol.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770814#M636743</link>
      <description>Hi again Brian,&lt;BR /&gt;&lt;BR /&gt;you ONLY need largefiles option, if you want to create SINGLE FILES BIGGER THAN 2 GB in your new file system.&lt;BR /&gt;&lt;BR /&gt;Allways stay on the bright side of life!&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Wed, 24 Jul 2002 13:04:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770814#M636743</guid>
      <dc:creator>Peter Kloetgen</dc:creator>
      <dc:date>2002-07-24T13:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Create New lvol.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770815#M636744</link>
      <description>hi Brian, &lt;BR /&gt;&lt;BR /&gt;Are you moving the netbackup client software &lt;BR /&gt;or master&amp;amp;media software ? Which version ?&lt;BR /&gt;&lt;BR /&gt;On the systems here at my job , the software&lt;BR /&gt;is installed under /opt/openv and there's&lt;BR /&gt;a link /usr/openv -&amp;gt; /opt/openv. So be &lt;BR /&gt;sure that /usr/openv isnt a link at your &lt;BR /&gt;system. (ll -d /usr/openv). &lt;BR /&gt;Also watch out when you have oracle database&lt;BR /&gt;extensions installed. Because oracle uses&lt;BR /&gt;some libs from Veritas. &lt;BR /&gt;&lt;BR /&gt;Normally there are three entries in /etc/inetd.conf &lt;BR /&gt;&lt;BR /&gt;bpcd    stream  tcp     nowait  root    /usr/openv/netbackup/bin/bpcd bpcd&lt;BR /&gt;vopied  stream  tcp     nowait  root    /usr/openv/netbackup/bin/vopied vopied&lt;BR /&gt;bpjava-msvc     stream  tcp     nowait  root    /usr/openv/netbackup/bin/bpjava-msvc bpjava-msvc -transient&lt;BR /&gt;&lt;BR /&gt;I think you don't need the large file option&lt;BR /&gt;when you create your fs. &lt;BR /&gt;&lt;BR /&gt;regards, &lt;BR /&gt;&lt;BR /&gt;Steven&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Jul 2002 16:40:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770815#M636744</guid>
      <dc:creator>Steven Mertens</dc:creator>
      <dc:date>2002-07-24T16:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Create New lvol.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770816#M636745</link>
      <description>Hi Steven:&lt;BR /&gt;&lt;BR /&gt;We are moving both 'coz it was installed in /usr initially and we wanted to move it out to a new volume group. Any gotchas there? we have 1 master and 4 clients.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Brian.</description>
      <pubDate>Wed, 24 Jul 2002 17:28:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770816#M636745</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2002-07-24T17:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Create New lvol.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770817#M636746</link>
      <description>hi brian,&lt;BR /&gt;&lt;BR /&gt;I have only hands on experience with netbackup veritas 3.2 and 3.4. At the moment&lt;BR /&gt;we are in the stadium to upgrade our &lt;BR /&gt;netbackup environment to 4.5, but the cdroms&lt;BR /&gt;didnt yet arrived. &lt;BR /&gt;&lt;BR /&gt;My guess is there isnt much risk involved, &lt;BR /&gt;if you play it smart you can always go back.&lt;BR /&gt;Normally everything is installed onder the&lt;BR /&gt;/opt/openv direcorty (defaults), also the logs.&lt;BR /&gt;&lt;BR /&gt;I would first start with moving a client, that the least risky. It is saver to &lt;BR /&gt;just copy the stuff first and if all &lt;BR /&gt;is ok , you can remove the old dir. &lt;BR /&gt;&lt;BR /&gt;- make your lv &amp;amp; put it in /etc/fstab&lt;BR /&gt;- mount it :)&lt;BR /&gt;- make sure there arent any backups &lt;BR /&gt;  busy while you are moving the stuff&lt;BR /&gt;  (maybe you are scheduling backups from&lt;BR /&gt;   within cron or maybe from in netbackup ?) &lt;BR /&gt;- change the inetd.conf entries. &lt;BR /&gt;  to the new path. &lt;BR /&gt;- lets inetd reload its configuration&lt;BR /&gt;- do a test with bpbackup and watch on the&lt;BR /&gt;  master in the job monitor if the backup&lt;BR /&gt;  succeed. &lt;BR /&gt;&lt;BR /&gt;Moving the master software can be tricky, &lt;BR /&gt;because when you screw up the netbackup&lt;BR /&gt;database -&amp;gt;&amp;gt; bye bye backups :)&lt;BR /&gt;Except if your netbackup is setup right&lt;BR /&gt;(backup the netbackup database to individuel tapes) its possible to recover&lt;BR /&gt;your db. &lt;BR /&gt;&lt;BR /&gt;But if you first copy the soft, also change&lt;BR /&gt;inetd.conf and the start/stop script (&lt;BR /&gt;/sbin/init.d/vxnetb)&lt;BR /&gt;Just be sure that you stop first the &lt;BR /&gt;netbackup daemons on the master. You can&lt;BR /&gt;check this with the bpps command. &lt;BR /&gt;After you copied it , do a test with &lt;BR /&gt;one client and see if everything works.&lt;BR /&gt;&lt;BR /&gt;Just see you have a good failback  methode&lt;BR /&gt;so you can go back to the original situation. &lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Steven&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Jul 2002 18:32:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-new-lvol/m-p/2770817#M636746</guid>
      <dc:creator>Steven Mertens</dc:creator>
      <dc:date>2002-07-24T18:32:50Z</dc:date>
    </item>
  </channel>
</rss>

