Genet Personally I would like all possible client options to be set from the server. The client option set mechanism is limited in that only one can be specified and they cannot, for example, include one set in another.
At one time, I had a set of m4 macros (I'm from a unix background) that generated a client option set. When a new, non-standard box needed something different, I created a new macro with the node's name, included the standard options and then added any more that were necessary, then generated a tailored option set for the node, also with the node's name. It had the advantage that if a global change needed to be made, that was quite easy, and unix build tools could be leveraged. (I could have used make, but preferred Ruby's rake) Hope that helps... it might if you are unix savvy Cheers Steve Steven Harris TSM Admin/Consultant Canberra Australia -----Original Message----- From: ADSM: Dist Stor Manager [mailto:[email protected]] On Behalf Of Genet Begashaw Sent: Wednesday, 13 June 2018 11:44 PM To: [email protected] Subject: Re: [ADSM-L] How to set default include/exclude rules on server but allow clients to override? Thanks for your response, on the server side it was included by Optionset with force=no, i tried to overwrite in the client side in dsm.opt file with different mgmt class like shown below include.systemstate ALL MC-mgmt-name still did not work Thank you On Wed, Jun 13, 2018 at 9:37 AM Robert Talda <[email protected]> wrote: > Genet: > > For us it is simple: create a client option set with the list of > include/exclude rules with FORCE=NO. Complexity comes from number of > client options sets needed to support different platforms (Win 7, Win 10, > OS X, macOS, various Linux destroys) and determining which client option > set to assign a given node > > YMMV, > Bob > > Robert Talda > EZ-Backup Systems Engineer > Cornell University > +1 607-255-8280 > [email protected] > > > > On Jun 13, 2018, at 8:56 AM, Genet Begashaw <[email protected]> wrote: > > > > Thank you > > > > Genet Begashaw > This message and any attachment is confidential and may be privileged or otherwise protected from disclosure. You should immediately delete the message if you are not the intended recipient. If you have received this email by mistake please delete it from your system; you should not copy the message or disclose its content to anyone. This electronic communication may contain general financial product advice but should not be relied upon or construed as a recommendation of any financial product. The information has been prepared without taking into account your objectives, financial situation or needs. You should consider the Product Disclosure Statement relating to the financial product and consult your financial adviser before making a decision about whether to acquire, hold or dispose of a financial product. For further details on the financial product please go to http://www.bt.com.au Past performance is not a reliable indicator of future performance.
