XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • None
    • User Feedback
    • False
    • None
    • False

      Hi, 

       

      Can we get the management tool to migrate multiple node configurations.  

       

      I have deployed JBoss 7.4 in standalone mode.  The structure looks like ... 

       

      Middleware /

      • config
        • standalone
          • node1
            • deployments
            • configuration
            • logs
            • tmp
            • reports
            • data
            • lib
            • standalone.conf
          • node2
          • node3
          • node4
      • scripts
        • contains a startup script for each node and sets the following env

      export MW_HOME="Middleware"
      export JAVA_HOME='Middleware/java-openjdk-1.8.0.222-old'
      export JBOSS_HOME="Middleware/jboss-eap-7.4"
      export _STANDALONE_HOME="Middleware/config/standalone"
      export _SERVER_INST="node1"
      export JBOSS_BASE_DIR="$_STANDALONE_HOME/$_SERVER_INST"
      export _HOSTS_CONFIG="standalone.xml";
      export _MGMT_PORT_HTTP="9990"
      export _JBOSS_RUN_SCRIPT="${JBOSS_HOME}/bin/standalone.sh"
      export CONTROLLER=10.38.238.101:$_MGMT_PORT_HTTP
      export SCRIPT_HOME=$MW_HOME/scripts
      export SCRIPT_LOG_DIR=$SCRIPT_HOME/logs
      export SCRIPT_LOG_FILE=$SCRIPT_LOG_DIR/$_SERVER_INST.log
      export RUN_CONF="$JBOSS_BASE_DIR/standalone.conf"
      .... 
      then  define start/stop/restart processes
       
      at the end, the start up calls the Middleware/jboss-eap-7.4/bin/standalone.sh -c standalone.xml 

       

      jboss-eap-7.4

        • contains the installation files for eap. (untouched)

       

      How to I automate the migration from 7.4 to 8.0 when I have a standalone instance with multiple application nodes? Can we have a prompt to specify the node location in the migration script ? 

       

      At the moment, the migration tool seems to only migrate what is in the standalone folder...

       

      Ta

              sraghupu Sangeeta Raghu-Punnadi
              lane.englot@emirates.com Lane Englot (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: