atom feed7 messages in net.java.dev.glassfish.adminupdate-node-config changes node type
FromSent OnAttachments
Bobby BissettApr 7, 2011 10:30 am 
Paul M Davies (Oracle)Apr 7, 2011 10:34 am.gif, .gif
Bobby BissettApr 7, 2011 10:46 am 
Ludovic ChampenoisApr 7, 2011 10:49 am 
Paul M Davies (Oracle)Apr 7, 2011 10:52 am.gif, .gif
Bobby BissettApr 7, 2011 10:55 am 
Paul M Davies (Oracle)Apr 7, 2011 11:07 am.gif, .gif
Subject:update-node-config changes node type
From:Bobby Bissett (bobb@oracle.com)
Date:Apr 7, 2011 10:30:42 am
List:net.java.dev.glassfish.admin

Hi all,

Is is normal that update-node-config changes the node type from SSH to config?

hostname% grep adc ../domains/domain1/config/domain.xml <node node-host="adc6140797" name="node1" type="SSH"
install-dir="/usr/local/bobby/glassfish3"> <node node-host="adc2171212" name="node2" type="SSH"
install-dir="/usr/local/bobby/glassfish3">

hostname% ./asadmin update-node-config --nodehost adc2171212x node2 Command update-node-config executed successfully.

hostname% grep adc ../domains/domain1/config/domain.xml <node node-host="adc6140797" name="node1" type="SSH"
install-dir="/usr/local/bobby/glassfish3"> <node node-host="adc2171212x" name="node2" type="CONFIG"
install-dir="/usr/local/bobby/glassfish3">

I'm trying to understand how this fits into a cluster upgrade and the
SSH->CONFIG part confuses me.

Thanks, Bobby