<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0);">
<div style="font-family: Calibri, sans-serif;">Is there any way that I can order the startup of resources A, B, C in that order such that if B fails to start for some reason, A and C will still start, but the order of operations will always be start A, start
 B, start C?</div>
<div>
<div id="">
<meta name="Title" content="">
<meta name="Keywords" content="">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Arial;
        panose-1:2 11 6 4 2 2 2 2 2 4;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal;
        font-family:Calibri;
        color:windowtext;}
span.EmailStyle18
        {mso-style-type:personal;
        font-family:Calibri;
        color:windowtext;}
span.EmailStyle19
        {mso-style-type:personal-compose;
        font-family:Calibri;
        color:windowtext;}
span.msoIns
        {mso-style-type:export-only;
        mso-style-name:"";
        text-decoration:underline;
        color:teal;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1027"/>
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1"/>
</o:shapelayout></xml><![endif]-->
<div class="WordSection1">
<p class="MsoNormal" style="font-family: Calibri, sans-serif;"><span style="font-family: Calibri; color: black;"><font size="3"><br>
</font></span></p>
<p class="MsoNormal" style="font-family: Calibri, sans-serif;"><span style="font-family: Calibri; color: black;"><font size="3">I've tried setting it like this:</font></span></p>
<p class="MsoNormal"><font face="Consolas" size="3">set rscA rscB.master rscC action=start require-all=false setoptions kind=Optional symmetrical=false</font></p>
<p class="MsoNormal"><font face="Consolas" size="3"><br>
</font></p>
<p class="MsoNormal"><font face="Calibri" size="3">Where rscB.master is the Master half of a Master/Slave resource, but if rscB.master fails to come up then rscC also won't start.</font></p>
<p class="MsoNormal"><font face="Calibri" size="3"><br>
</font></p>
<p class="MsoNormal"><font face="Calibri" size="3">I want this to be a stable order so that I know the order in which the resources start up - I can do it with separate constraints but it seems like an order set is a useful shortcut here.</font></p>
<p class="MsoNormal" style="font-size: 14px; font-family: Calibri, sans-serif;"><span style="font-size:10.5pt;font-family:Calibri;color:black">-- <o:p></o:p></span></p>
<div style="font-size: 14px; font-family: Calibri, sans-serif;">
<p class="MsoNormal"><b><span style="font-size:11.0pt;font-family:Arial;color:#008FC5">Sam Gardner   </span></b><span style="font-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class="MsoNormal"><b style="font-size: 12pt;"><span style="font-size:11.0pt;font-family:Arial;color:#008FC5">Trustwave</span></b><b style="font-size: 12pt;"><span style="font-size:11.0pt;font-family:Arial;color:#58595B"> </span></b><span style="font-size: 10.5pt; font-family: Arial; color: rgb(88, 89, 91);">| SMART
 SECURITY ON DEMAND</span></p>
</div>
</div>
</div>
</div>
</body>
</html>