<div class="socmaildefaultfont" dir="ltr" style="font-family:Arial, Helvetica, sans-serif;font-size:10.5pt" ><div dir="ltr" >Hi,</div>
<div dir="ltr" > </div>
<div dir="ltr" >mmbackup with scope fileset works with independent filesets only. The reason is the independent inode space and the ability to run the policy engine separated from the rest of the file system. With dependent inode space this is not possible, so there is no benefit moving to the scope of the fileset.</div>
<div dir="ltr" > </div>
<div dir="ltr" >Please try the following:</div>
<div dir="ltr" > </div>
<div dir="ltr" >- modify your Spectrum Protect server stanza in the dsm.sys file and exclude the fileset you won't backup</div>
<div dir="ltr" >- run mmbackup on file system level (mmbackup <font size="2" face="Default Monospace,Courier New,Courier,monospace" >/gpfs/sgfs1</font> --scope filesystem ...)</div>
<div dir="ltr" >--> the fileset you don't want to protect should be excluded now.</div>
<div dir="ltr" >NOTE: if you have a backup of the fileset from previous runs of mmbackup all the files in the server will be expired when the data is excluded now.</div>
<div dir="ltr" > </div>
<div dir="ltr" >Tip: With this method you can split dependent filesets (or large directories) to different Protect servers. Just modify the server stanza in a way that only one fileset is NOT excluded for each server. Then run mmbackup on file system level against one server after the other by using argument --tsm-servers. Each server you specify will get the content of exactly one of your filesets (or large directories). If you have independent filesets run mmbackup on fileset level for sure.</div>
<div dir="ltr" > </div>
<div dir="ltr" >One more hint: Using snapshots to prevent backup failures for long running backups is a good practice.</div>
<div dir="ltr" > </div>
<div dir="ltr" > </div>
<div dir="ltr" >Greetings, Dominic from Spectrum Protect</div>
<div dir="ltr" > </div>
<div dir="ltr" > </div>
<blockquote data-history-content-modified="1" dir="ltr" style="border-left:solid #aaaaaa 2px; margin-left:5px; padding-left:5px; direction:ltr; margin-right:0px" >----- Original message -----<br>From: gpfsug-discuss-request@spectrumscale.org<br>Sent by: gpfsug-discuss-bounces@spectrumscale.org<br>To: gpfsug-discuss@spectrumscale.org<br>Cc:<br>Subject: gpfsug-discuss Digest, Vol 64, Issue 39<br>Date: Thu, May 18, 2017 3:44 AM<br> 
<div><font size="2" face="Default Monospace,Courier New,Courier,monospace" >Send gpfsug-discuss mailing list submissions to<br>gpfsug-discuss@spectrumscale.org<br><br>To subscribe or unsubscribe via the World Wide Web, visit<br><a href="http://gpfsug.org/mailman/listinfo/gpfsug-discuss" target="_blank" >http://gpfsug.org/mailman/listinfo/gpfsug-discuss</a><br>or, via email, send a message with subject or body 'help' to<br>gpfsug-discuss-request@spectrumscale.org<br><br>You can reach the person managing the list at<br>gpfsug-discuss-owner@spectrumscale.org<br><br>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of gpfsug-discuss digest..."</font></div>
<div><font size="2" face="Default Monospace,Courier New,Courier,monospace" >Today's Topics:<br><br>   1. mmbackup with fileset : scope errors (Jaime Pinto)<br>   2. Re: mmbackup with fileset : scope errors (Luis Bolinches)<br>   3. Re: mmbackup with fileset : scope errors (Jaime Pinto)<br>   4. Re: mmbackup with fileset : scope errors (Jaime Pinto)</font></div><br><font color="#800080" size="2" face="sans-serif" >----- Message from "Jaime Pinto" <pinto@scinet.utoronto.ca> on Wed, 17 May 2017 16:44:47 -0400 -----</font><br> 
<table>        <tbody>                <tr>                        <th align="right" ><b>To:</b></th>                        <td>"gpfsug main discussion list" <gpfsug-discuss@spectrumscale.org></td>                </tr>                <tr>                        <th align="right" ><b>Subject:</b></th>                        <td>[gpfsug-discuss] mmbackup with fileset : scope errors</td>                </tr>        </tbody></table>
<div><font size="2" face="Default Monospace,Courier New,Courier,monospace" >I have a g200 /gpfs/sgfs1 filesystem with 3 filesets:<br>* project3<br>* scratch3<br>* sysadmin3<br><br>I have no problems mmbacking up /gpfs/sgfs1 (or sgfs1), however we  <br>have no need or space to include *scratch3* on TSM.<br><br>Question: how to craft the mmbackup command to backup  <br>/gpfs/sgfs1/project3 and/or /gpfs/sgfs1/sysadmin3 only?<br><br>Below are 3 types of errors:<br><br>1) mmbackup /gpfs/sgfs1/sysadmin3 -N tsm-helper1-ib0 -s /dev/shm  <br>--tsm-errorlog $logfile -L 2<br><br>ERROR: mmbackup: Options /gpfs/sgfs1/sysadmin3 and --scope filesystem  <br>cannot be specified at the same time.<br><br>2) mmbackup /gpfs/sgfs1/sysadmin3 -N tsm-helper1-ib0 -s /dev/shm  <br>--scope inodespace --tsm-errorlog $logfile -L 2<br><br>ERROR: Wed May 17 16:27:11 2017 mmbackup:mmbackup: Backing up  <br>dependent fileset sysadmin3 is not supported<br>Wed May 17 16:27:11 2017 mmbackup:This fileset is not suitable for  <br>fileset level backup.  exit 1<br><br>3) mmbackup /gpfs/sgfs1/sysadmin3 -N tsm-helper1-ib0 -s /dev/shm  <br>--scope filesystem --tsm-errorlog $logfile -L 2<br><br>ERROR: mmbackup: Options /gpfs/sgfs1/sysadmin3 and --scope filesystem  <br>cannot be specified at the same time.<br><br>These examples don't really cover my case:<br><a href="https://www.ibm.com/support/knowledgecenter/en/STXKQY_4.2.3/com.ibm.spectrum.scale.v4r23.doc/bl1adm_mmbackup.htm#mmbackup__mmbackup_examples" target="_blank" >https://www.ibm.com/support/knowledgecenter/en/STXKQY_4.2.3/com.ibm.spectrum.scale.v4r23.doc/bl1adm_mmbackup.htm#mmbackup__mmbackup_examples</a><br><br>Thanks<br>Jaime<br><br><br>          ************************************<br>           TELL US ABOUT YOUR SUCCESS STORIES<br>          <a href="http://www.scinethpc.ca/testimonials" target="_blank" >http://www.scinethpc.ca/testimonials</a><br>          ************************************<br>---<br>Jaime Pinto<br>SciNet HPC Consortium - Compute/Calcul Canada<br>www.scinet.utoronto.ca - www.computecanada.ca<br>University of Toronto<br>661 University Ave. (MaRS), Suite 1140<br>Toronto, ON, M5G1M1<br>P: 416-978-2755<br>C: 416-505-1477<br><br>----------------------------------------------------------------<br>This message was sent using IMP at SciNet Consortium, University of Toronto.</font><br><br> </div><br><font color="#800080" size="2" face="sans-serif" >----- Message from Luis Bolinches <luis.bolinches@fi.ibm.com> on Wed, 17 May 2017 23:49:35 +0300 -----</font><br> 
<table>        <tbody>                <tr>                        <th align="right" ><b>To:</b></th>                        <td>gpfsug main discussion list <gpfsug-discuss@spectrumscale.org></td>                </tr>                <tr>                        <th align="right" ><b>Subject:</b></th>                        <td>Re: [gpfsug-discuss] mmbackup with fileset : scope errors</td>                </tr>        </tbody></table><font size="2" face="sans-serif" >Hi</font><br><br><font size="2" face="sans-serif" >have you tried to add exceptions on the TSM client config file?</font><br><br><font size="2" face="sans-serif" >Assuming your GPFS dir is /IBM/GPFS and your fileset to exclude is linked on /IBM/GPFS/FSET1</font><br><br><font size="2" face="sans-serif" >dsm.sys</font><br><font size="2" face="sans-serif" >...</font><br><br><font size="2" face="sans-serif" >DOMAIN /IBM/GPFS</font><br><font size="2" face="sans-serif" >EXCLUDE.DIR /IBM/GPFS/FSET1</font><br><br><br><font color="#5f5f5f" size="1" face="sans-serif" >From:        </font><font size="1" face="sans-serif" >"Jaime Pinto" <pinto@scinet.utoronto.ca></font><br><font color="#5f5f5f" size="1" face="sans-serif" >To:        </font><font size="1" face="sans-serif" >"gpfsug main discussion list" <gpfsug-discuss@spectrumscale.org></font><br><font color="#5f5f5f" size="1" face="sans-serif" >Date:        </font><font size="1" face="sans-serif" >17-05-17 23:44</font><br><font color="#5f5f5f" size="1" face="sans-serif" >Subject:        </font><font size="1" face="sans-serif" >[gpfsug-discuss] mmbackup with fileset : scope errors</font><br><font color="#5f5f5f" size="1" face="sans-serif" >Sent by:        </font><font size="1" face="sans-serif" >gpfsug-discuss-bounces@spectrumscale.org</font>
<hr noshade="noshade" ><br><br><br><tt><font size="3" face="" >I have a g200 /gpfs/sgfs1 filesystem with 3 filesets:<br>* project3<br>* scratch3<br>* sysadmin3<br><br>I have no problems mmbacking up /gpfs/sgfs1 (or sgfs1), however we  <br>have no need or space to include *scratch3* on TSM.<br><br>Question: how to craft the mmbackup command to backup  <br>/gpfs/sgfs1/project3 and/or /gpfs/sgfs1/sysadmin3 only?<br><br>Below are 3 types of errors:<br><br>1) mmbackup /gpfs/sgfs1/sysadmin3 -N tsm-helper1-ib0 -s /dev/shm  <br>--tsm-errorlog $logfile -L 2<br><br>ERROR: mmbackup: Options /gpfs/sgfs1/sysadmin3 and --scope filesystem  <br>cannot be specified at the same time.<br><br>2) mmbackup /gpfs/sgfs1/sysadmin3 -N tsm-helper1-ib0 -s /dev/shm  <br>--scope inodespace --tsm-errorlog $logfile -L 2<br><br>ERROR: Wed May 17 16:27:11 2017 mmbackup:mmbackup: Backing up  <br>dependent fileset sysadmin3 is not supported<br>Wed May 17 16:27:11 2017 mmbackup:This fileset is not suitable for  <br>fileset level backup.  exit 1<br><br>3) mmbackup /gpfs/sgfs1/sysadmin3 -N tsm-helper1-ib0 -s /dev/shm  <br>--scope filesystem --tsm-errorlog $logfile -L 2<br><br>ERROR: mmbackup: Options /gpfs/sgfs1/sysadmin3 and --scope filesystem  <br>cannot be specified at the same time.<br><br>These examples don't really cover my case:</font></tt><br><a href="https://www.ibm.com/support/knowledgecenter/en/STXKQY_4.2.3/com.ibm.spectrum.scale.v4r23.doc/bl1adm_mmbackup.htm#mmbackup__mmbackup_examples" target="_blank" ><tt><font size="3" face="" >https://www.ibm.com/support/knowledgecenter/en/STXKQY_4.2.3/com.ibm.spectrum.scale.v4r23.doc/bl1adm_mmbackup.htm#mmbackup__mmbackup_examples</font></tt></a><br><br><tt><font size="3" face="" >Thanks<br>Jaime<br><br><br>         ************************************<br>          TELL US ABOUT YOUR SUCCESS STORIES<br>         </font></tt><tt><font size="3" face="" ><a href="http://www.scinethpc.ca/testimonials" target="_blank" >http://www.scinethpc.ca/testimonials</a></font></tt><br><tt><font size="3" face="" >         ************************************<br>---<br>Jaime Pinto<br>SciNet HPC Consortium - Compute/Calcul Canada</font></tt><br><a href="http://www.scinet.utoronto.ca" target="_blank" ><tt><font size="3" face="" >www.scinet.utoronto.ca</font></tt></a><tt><font size="3" face="" > - </font></tt><a href="http://www.computecanada.ca" target="_blank" ><tt><font size="3" face="" >www.computecanada.ca</font></tt></a><br><tt><font size="3" face="" >University of Toronto<br>661 University Ave. (MaRS), Suite 1140<br>Toronto, ON, M5G1M1<br>P: 416-978-2755<br>C: 416-505-1477<br><br>----------------------------------------------------------------<br>This message was sent using IMP at SciNet Consortium, University of Toronto.<br><br>_______________________________________________<br>gpfsug-discuss mailing list<br>gpfsug-discuss at spectrumscale.org</font></tt><br><tt><font size="3" face="" ><a href="http://gpfsug.org/mailman/listinfo/gpfsug-discuss" target="_blank" >http://gpfsug.org/mailman/listinfo/gpfsug-discuss</a></font></tt><br><br><br><br><br><br><font size="2" face="sans-serif" >Ellei edellä ole toisin mainittu: / Unless stated otherwise above:<br>Oy IBM Finland Ab<br>PL 265, 00101 Helsinki, Finland<br>Business ID, Y-tunnus: 0195876-3<br>Registered in Finland</font><br><br><font color="#800080" size="2" face="sans-serif" >----- Message from "Jaime Pinto" <pinto@scinet.utoronto.ca> on Wed, 17 May 2017 19:48:58 -0400 -----</font><br> 
<table>        <tbody>                <tr>                        <th align="right" ><b>To:</b></th>                        <td>"gpfsug main discussion list" <gpfsug-discuss@spectrumscale.org>, "Luis<br>                        Bolinches" <luis.bolinches@fi.ibm.com></td>                </tr>                <tr>                        <th align="right" ><b>Subject:</b></th>                        <td>Re: [gpfsug-discuss] mmbackup with fileset : scope errors</td>                </tr>        </tbody></table>
<div><font size="2" face="Default Monospace,Courier New,Courier,monospace" >Quoting "Luis Bolinches" <luis.bolinches@fi.ibm.com>:<br><br>> Hi<br>><br>> have you tried to add exceptions on the TSM client config file?<br><br>Hey Luis,<br><br>That would work as well (mechanically), however it's not elegant or  <br>efficient. When you have over 1PB and 200M files on scratch it will  <br>take many hours and several helper nodes to traverse that fileset just  <br>to be negated by TSM. In fact exclusion on TSM are just as  <br>inefficient. Considering that I want to keep project and sysadmin on  <br>different domains then it's much worst, since we have to traverse and  <br>exclude scratch & (project|sysadmin) twice, once to capture sysadmin  <br>and again to capture project.<br><br>If I have to use exclusion rules it has to rely sole on gpfs rules,  <br>and somehow not traverse scratch at all.<br><br>I suspect there is a way to do this properly, however the examples on  <br>the gpfs guide and other references are not exhaustive. They only show  <br>a couple of trivial cases.<br><br>However my situation is not unique. I suspect there are may facilities  <br>having to deal with backup of HUGE filesets.<br><br>So the search is on.<br><br>Thanks<br>Jaime<br><br><br><br><br>><br>> Assuming your GPFS dir is /IBM/GPFS and your fileset to exclude is linked<br>> on /IBM/GPFS/FSET1<br>><br>> dsm.sys<br>> ...<br>><br>> DOMAIN /IBM/GPFS<br>> EXCLUDE.DIR /IBM/GPFS/FSET1<br>><br>><br>> From:   "Jaime Pinto" <pinto@scinet.utoronto.ca><br>> To:     "gpfsug main discussion list" <gpfsug-discuss@spectrumscale.org><br>> Date:   17-05-17 23:44<br>> Subject:        [gpfsug-discuss] mmbackup with fileset : scope errors<br>> Sent by:        gpfsug-discuss-bounces@spectrumscale.org<br>><br>><br>><br>> I have a g200 /gpfs/sgfs1 filesystem with 3 filesets:<br>> * project3<br>> * scratch3<br>> * sysadmin3<br>><br>> I have no problems mmbacking up /gpfs/sgfs1 (or sgfs1), however we<br>> have no need or space to include *scratch3* on TSM.<br>><br>> Question: how to craft the mmbackup command to backup<br>> /gpfs/sgfs1/project3 and/or /gpfs/sgfs1/sysadmin3 only?<br>><br>> Below are 3 types of errors:<br>><br>> 1) mmbackup /gpfs/sgfs1/sysadmin3 -N tsm-helper1-ib0 -s /dev/shm<br>> --tsm-errorlog $logfile -L 2<br>><br>> ERROR: mmbackup: Options /gpfs/sgfs1/sysadmin3 and --scope filesystem<br>> cannot be specified at the same time.<br>><br>> 2) mmbackup /gpfs/sgfs1/sysadmin3 -N tsm-helper1-ib0 -s /dev/shm<br>> --scope inodespace --tsm-errorlog $logfile -L 2<br>><br>> ERROR: Wed May 17 16:27:11 2017 mmbackup:mmbackup: Backing up<br>> dependent fileset sysadmin3 is not supported<br>> Wed May 17 16:27:11 2017 mmbackup:This fileset is not suitable for<br>> fileset level backup.  exit 1<br>><br>> 3) mmbackup /gpfs/sgfs1/sysadmin3 -N tsm-helper1-ib0 -s /dev/shm<br>> --scope filesystem --tsm-errorlog $logfile -L 2<br>><br>> ERROR: mmbackup: Options /gpfs/sgfs1/sysadmin3 and --scope filesystem<br>> cannot be specified at the same time.<br>><br>> These examples don't really cover my case:<br>> <a href="https://www.ibm.com/support/knowledgecenter/en/STXKQY_4.2.3/com.ibm.spectrum.scale.v4r23.doc/bl1adm_mmbackup.htm#mmbackup__mmbackup_examples" target="_blank" >https://www.ibm.com/support/knowledgecenter/en/STXKQY_4.2.3/com.ibm.spectrum.scale.v4r23.doc/bl1adm_mmbackup.htm#mmbackup__mmbackup_examples</a><br>><br>><br>> Thanks<br>> Jaime<br>><br>><br>>           ************************************<br>>            TELL US ABOUT YOUR SUCCESS STORIES<br>>           <a href="http://www.scinethpc.ca/testimonials" target="_blank" >http://www.scinethpc.ca/testimonials</a><br>>           ************************************<br>> ---<br>> Jaime Pinto<br>> SciNet HPC Consortium - Compute/Calcul Canada<br>> www.scinet.utoronto.ca - www.computecanada.ca<br>> University of Toronto<br>> 661 University Ave. (MaRS), Suite 1140<br>> Toronto, ON, M5G1M1<br>> P: 416-978-2755<br>> C: 416-505-1477<br>><br>> ----------------------------------------------------------------<br>> This message was sent using IMP at SciNet Consortium, University of<br>> Toronto.<br>><br>> _______________________________________________<br>> gpfsug-discuss mailing list<br>> gpfsug-discuss at spectrumscale.org<br>> <a href="http://gpfsug.org/mailman/listinfo/gpfsug-discuss" target="_blank" >http://gpfsug.org/mailman/listinfo/gpfsug-discuss</a><br>><br>><br>><br>><br>><br>> Ellei edellä ole toisin mainittu: / Unless stated otherwise above:<br>> Oy IBM Finland Ab<br>> PL 265, 00101 Helsinki, Finland<br>> Business ID, Y-tunnus: 0195876-3<br>> Registered in Finland<br>><br><br><br><br><br><br><br>          ************************************<br>           TELL US ABOUT YOUR SUCCESS STORIES<br>          <a href="http://www.scinethpc.ca/testimonials" target="_blank" >http://www.scinethpc.ca/testimonials</a><br>          ************************************<br>---<br>Jaime Pinto<br>SciNet HPC Consortium - Compute/Calcul Canada<br>www.scinet.utoronto.ca - www.computecanada.ca<br>University of Toronto<br>661 University Ave. (MaRS), Suite 1140<br>Toronto, ON, M5G1M1<br>P: 416-978-2755<br>C: 416-505-1477<br><br>----------------------------------------------------------------<br>This message was sent using IMP at SciNet Consortium, University of Toronto.</font><br><br> </div><br><font color="#800080" size="2" face="sans-serif" >----- Message from "Jaime Pinto" <pinto@scinet.utoronto.ca> on Wed, 17 May 2017 21:43:29 -0400 -----</font><br> 
<table>        <tbody>                <tr>                        <th align="right" ><b>To:</b></th>                        <td>"gpfsug main discussion list" <gpfsug-discuss@spectrumscale.org>,<br>                        "Jaime Pinto" <pinto@scinet.utoronto.ca></td>                </tr>                <tr>                        <th align="right" ><b>Subject:</b></th>                        <td>Re: [gpfsug-discuss] mmbackup with fileset : scope errors</td>                </tr>        </tbody></table>
<div><font size="2" face="Default Monospace,Courier New,Courier,monospace" >There is hope. See reference link below:<br><a href="https://www.ibm.com/support/knowledgecenter/en/STXKQY_4.1.1/com.ibm.spectrum.scale.v4r11.ins.doc/bl1ins_tsm_fsvsfset.htm" target="_blank" >https://www.ibm.com/support/knowledgecenter/en/STXKQY_4.1.1/com.ibm.spectrum.scale.v4r11.ins.doc/bl1ins_tsm_fsvsfset.htm</a><br><br>The issue has to do with dependent vs. independent filesets, something  <br>I didn't even realize existed until now. Our filesets are dependent  <br>(for no particular reason), so I have to find a way to turn them into  <br>independent.<br><br>The proper option syntax is "--scope inodespace", and the error  <br>message actually flagged that out, however I didn't know how to  <br>interpret what I saw:<br><br><br># mmbackup /gpfs/sgfs1/sysadmin3 -N tsm-helper1-ib0 -s /dev/shm  <br>--scope inodespace --tsm-errorlog $logfile -L 2<br>--------------------------------------------------------<br>mmbackup: Backup of /gpfs/sgfs1/sysadmin3 begins at Wed May 17  <br>21:27:43 EDT 2017.<br>--------------------------------------------------------<br>Wed May 17 21:27:45 2017 mmbackup:mmbackup: Backing up *dependent*  <br>fileset sysadmin3 is not supported<br>Wed May 17 21:27:45 2017 mmbackup:This fileset is not suitable for  <br>fileset level backup.  exit 1<br>--------------------------------------------------------<br><br>Will post the outcome.<br>Jaime<br><br><br><br>Quoting "Jaime Pinto" <pinto@scinet.utoronto.ca>:<br><br>> Quoting "Luis Bolinches" <luis.bolinches@fi.ibm.com>:<br>><br>>> Hi<br>>><br>>> have you tried to add exceptions on the TSM client config file?<br>><br>> Hey Luis,<br>><br>> That would work as well (mechanically), however it's not elegant or<br>> efficient. When you have over 1PB and 200M files on scratch it will<br>> take many hours and several helper nodes to traverse that fileset just<br>> to be negated by TSM. In fact exclusion on TSM are just as inefficient.<br>> Considering that I want to keep project and sysadmin on different<br>> domains then it's much worst, since we have to traverse and exclude<br>> scratch & (project|sysadmin) twice, once to capture sysadmin and again<br>> to capture project.<br>><br>> If I have to use exclusion rules it has to rely sole on gpfs rules, and<br>> somehow not traverse scratch at all.<br>><br>> I suspect there is a way to do this properly, however the examples on<br>> the gpfs guide and other references are not exhaustive. They only show<br>> a couple of trivial cases.<br>><br>> However my situation is not unique. I suspect there are may facilities<br>> having to deal with backup of HUGE filesets.<br>><br>> So the search is on.<br>><br>> Thanks<br>> Jaime<br>><br>><br>><br>><br>>><br>>> Assuming your GPFS dir is /IBM/GPFS and your fileset to exclude is linked<br>>> on /IBM/GPFS/FSET1<br>>><br>>> dsm.sys<br>>> ...<br>>><br>>> DOMAIN /IBM/GPFS<br>>> EXCLUDE.DIR /IBM/GPFS/FSET1<br>>><br>>><br>>> From:   "Jaime Pinto" <pinto@scinet.utoronto.ca><br>>> To:     "gpfsug main discussion list" <gpfsug-discuss@spectrumscale.org><br>>> Date:   17-05-17 23:44<br>>> Subject:        [gpfsug-discuss] mmbackup with fileset : scope errors<br>>> Sent by:        gpfsug-discuss-bounces@spectrumscale.org<br>>><br>>><br>>><br>>> I have a g200 /gpfs/sgfs1 filesystem with 3 filesets:<br>>> * project3<br>>> * scratch3<br>>> * sysadmin3<br>>><br>>> I have no problems mmbacking up /gpfs/sgfs1 (or sgfs1), however we<br>>> have no need or space to include *scratch3* on TSM.<br>>><br>>> Question: how to craft the mmbackup command to backup<br>>> /gpfs/sgfs1/project3 and/or /gpfs/sgfs1/sysadmin3 only?<br>>><br>>> Below are 3 types of errors:<br>>><br>>> 1) mmbackup /gpfs/sgfs1/sysadmin3 -N tsm-helper1-ib0 -s /dev/shm<br>>> --tsm-errorlog $logfile -L 2<br>>><br>>> ERROR: mmbackup: Options /gpfs/sgfs1/sysadmin3 and --scope filesystem<br>>> cannot be specified at the same time.<br>>><br>>> 2) mmbackup /gpfs/sgfs1/sysadmin3 -N tsm-helper1-ib0 -s /dev/shm<br>>> --scope inodespace --tsm-errorlog $logfile -L 2<br>>><br>>> ERROR: Wed May 17 16:27:11 2017 mmbackup:mmbackup: Backing up<br>>> dependent fileset sysadmin3 is not supported<br>>> Wed May 17 16:27:11 2017 mmbackup:This fileset is not suitable for<br>>> fileset level backup.  exit 1<br>>><br>>> 3) mmbackup /gpfs/sgfs1/sysadmin3 -N tsm-helper1-ib0 -s /dev/shm<br>>> --scope filesystem --tsm-errorlog $logfile -L 2<br>>><br>>> ERROR: mmbackup: Options /gpfs/sgfs1/sysadmin3 and --scope filesystem<br>>> cannot be specified at the same time.<br>>><br>>> These examples don't really cover my case:<br>>> <a href="https://www.ibm.com/support/knowledgecenter/en/STXKQY_4.2.3/com.ibm.spectrum.scale.v4r23.doc/bl1adm_mmbackup.htm#mmbackup__mmbackup_examples" target="_blank" >https://www.ibm.com/support/knowledgecenter/en/STXKQY_4.2.3/com.ibm.spectrum.scale.v4r23.doc/bl1adm_mmbackup.htm#mmbackup__mmbackup_examples</a><br>>><br>>><br>>> Thanks<br>>> Jaime<br>>><br>>><br>>>          ************************************<br>>>           TELL US ABOUT YOUR SUCCESS STORIES<br>>>          <a href="http://www.scinethpc.ca/testimonials" target="_blank" >http://www.scinethpc.ca/testimonials</a><br>>>          ************************************<br>>> ---<br>>> Jaime Pinto<br>>> SciNet HPC Consortium - Compute/Calcul Canada<br>>> www.scinet.utoronto.ca - www.computecanada.ca<br>>> University of Toronto<br>>> 661 University Ave. (MaRS), Suite 1140<br>>> Toronto, ON, M5G1M1<br>>> P: 416-978-2755<br>>> C: 416-505-1477<br>>><br>>> ----------------------------------------------------------------<br>>> This message was sent using IMP at SciNet Consortium, University of<br>>> Toronto.<br>>><br>>> _______________________________________________<br>>> gpfsug-discuss mailing list<br>>> gpfsug-discuss at spectrumscale.org<br>>> <a href="http://gpfsug.org/mailman/listinfo/gpfsug-discuss" target="_blank" >http://gpfsug.org/mailman/listinfo/gpfsug-discuss</a><br>>><br>>><br>>><br>>><br>>><br>>> Ellei edellä ole toisin mainittu: / Unless stated otherwise above:<br>>> Oy IBM Finland Ab<br>>> PL 265, 00101 Helsinki, Finland<br>>> Business ID, Y-tunnus: 0195876-3<br>>> Registered in Finland<br>>><br>><br>><br>><br>><br>><br>><br>>          ************************************<br>>           TELL US ABOUT YOUR SUCCESS STORIES<br>>          <a href="http://www.scinethpc.ca/testimonials" target="_blank" >http://www.scinethpc.ca/testimonials</a><br>>          ************************************<br>> ---<br>> Jaime Pinto<br>> SciNet HPC Consortium - Compute/Calcul Canada<br>> www.scinet.utoronto.ca - www.computecanada.ca<br>> University of Toronto<br>> 661 University Ave. (MaRS), Suite 1140<br>> Toronto, ON, M5G1M1<br>> P: 416-978-2755<br>> C: 416-505-1477<br>><br>> ----------------------------------------------------------------<br>> This message was sent using IMP at SciNet Consortium, University of Toronto.<br>><br>> _______________________________________________<br>> gpfsug-discuss mailing list<br>> gpfsug-discuss at spectrumscale.org<br>> <a href="http://gpfsug.org/mailman/listinfo/gpfsug-discuss" target="_blank" >http://gpfsug.org/mailman/listinfo/gpfsug-discuss</a><br>><br><br><br><br><br><br><br>          ************************************<br>           TELL US ABOUT YOUR SUCCESS STORIES<br>          <a href="http://www.scinethpc.ca/testimonials" target="_blank" >http://www.scinethpc.ca/testimonials</a><br>          ************************************<br>---<br>Jaime Pinto<br>SciNet HPC Consortium - Compute/Calcul Canada<br>www.scinet.utoronto.ca - www.computecanada.ca<br>University of Toronto<br>661 University Ave. (MaRS), Suite 1140<br>Toronto, ON, M5G1M1<br>P: 416-978-2755<br>C: 416-505-1477<br><br>----------------------------------------------------------------<br>This message was sent using IMP at SciNet Consortium, University of Toronto.</font><br><br> </div>
<div><font size="2" face="Default Monospace,Courier New,Courier,monospace" >_______________________________________________<br>gpfsug-discuss mailing list<br>gpfsug-discuss at spectrumscale.org<br><a href="http://gpfsug.org/mailman/listinfo/gpfsug-discuss" target="_blank" >http://gpfsug.org/mailman/listinfo/gpfsug-discuss</a></font></div></blockquote>
<div dir="ltr" > </div></div><BR>