admin@glassfish.java.net

HADB attributes depracted or obsolete

From: Jennifer Chou <jennifer.chou_at_oracle.com>
Date: Wed, 21 Jul 2010 04:18:52 +0100

Hi Bill,

We wanted to verify how the commands should handle the HADB attributes.
Right now the code marks them as Obsolete. It does not show-up in the
usage text. And if it's specified the command fails.
However, the design spec had mentioned that the option is to be ignored,
with a warning that the option has been deprecated and may not be
supported in a future release.

create-cluster in v2.1.1 had

[--hosts hadb-host-list]
[--haagentport port_number]
[--haadminpassword password]
[--haadminpasswordfile file_name] [--devicesize devicesize ]
[--haproperty (name=value)[:name=value]*]
[--autohadb=false]


delete-cluster and start-cluster had

[ --autohadboverride={true|false} ]


And I believe we are thinking to not support setenv anymore on
start-instance

[--setenv (name=value)[:name=name]*]


Ref:
http://wikis.sun.com/display/GlassFish/V3.1Clustering#V3.1Clustering-ClusterAdminCommands

Thanks,
Jennifer