[ilb-dev] server names

2009-02-20 Thread Peter Tribble
On Fri, Feb 20, 2009 at 3:24 AM, Michael Schuster wrote: > I wrote: > >> This can be done in several ways; we selected to extend the "ilbadm >> create-servergroup" subcommand thus: >> >>ilbadm create-servergroup ... [-n serverID=foo ] .. > > upon reflection, I'd like to modify this such that s

[ilb-dev] server names

2009-02-20 Thread Peter Tribble
On Thu, Feb 19, 2009 at 10:09 PM, Michael Schuster wrote: > All, > > you may have seen (part of) the discussion concerning IPv6 addresses and > kstats. This lead to a more fundamental question, and this is an effort to > recap various elements of this discussion: (we also solve the kstats > questi

[ilb-dev] server names

2009-02-20 Thread Michael Schuster
Darren Reed wrote: >> we could probably do something with ilbadm add-server to assign just a >> name and no suffix. > > How about the 'serverID' string being a format string? > > i.e you set the serverID string like this: > -n foo.%i > to get ".1", ".2", etc. or if you want no suffix: > -n foo

[ilb-dev] server names

2009-02-20 Thread Michael Schuster
Darren Reed wrote: >> we could just as well change that to "servers". (the implementation >> currently accepts both, but *don't tell* ;-) > > That's a bug that would be rejected during code review. ah ... good to know. thx. Michael -- Michael Schusterhttp://blogs.sun.com/recursion Rec

[ilb-dev] server names

2009-02-20 Thread Darren Reed
On 20/02/09 07:01 AM, Michael Schuster wrote: > Darren Reed wrote: >> On 19/02/09 07:24 PM, Michael Schuster wrote: >>> I wrote: >>> This can be done in several ways; we selected to extend the "ilbadm create-servergroup" subcommand thus: ilbadm create-servergroup ... [-n se

[ilb-dev] server names

2009-02-20 Thread Darren Reed
On 20/02/09 12:07 PM, Michael Schuster wrote: > Peter Tribble wrote: >> On Fri, Feb 20, 2009 at 3:24 AM, Michael Schuster >> wrote: >>> I wrote: >>> This can be done in several ways; we selected to extend the "ilbadm create-servergroup" subcommand thus: ilbadm create-serverg

[ilb-dev] server names

2009-02-20 Thread Kacheong Poon
Michael Schuster wrote: > if the servernID option is not used, the ID defaults to the servergroup > name. this name is then applied to every server specified, thus: In > addition to the id specified, an index is appended to the name of every > individual server. eg: One thing needs to be clari

[ilb-dev] server names

2009-02-20 Thread Michael Schuster
Peter Tribble wrote: > On Fri, Feb 20, 2009 at 3:24 AM, Michael Schuster > wrote: >> I wrote: >> >>> This can be done in several ways; we selected to extend the "ilbadm >>> create-servergroup" subcommand thus: >>> >>>ilbadm create-servergroup ... [-n serverID=foo ] .. >> upon reflection, I'd l

[ilb-dev] ILB packages should be interdependant

2009-02-20 Thread sangeeta.mi...@sun.com
Author: Sangeeta Misra Repository: /hg/vnm/ILB Latest revision: 44fcbbf23a07686b509198afd47d44f850fc4045 Total changesets: 1 Log message: ILB packages should be interdependant Files: create: usr/src/pkgdefs/SUNWilbr/depend update: usr/src/pkgdefs/SUNWilb/Makefile update: u

[ilb-dev] server names

2009-02-20 Thread Michael Schuster
Darren Reed wrote: > On 19/02/09 07:24 PM, Michael Schuster wrote: >> I wrote: >> >>> This can be done in several ways; we selected to extend the "ilbadm >>> create-servergroup" subcommand thus: >>> >>> ilbadm create-servergroup ... [-n serverID=foo ] .. >> >> upon reflection, I'd like to modi