-
1. Re: how to apply patch jboss eap 6.2 ?
wdfink May 8, 2014 3:55 AM (in response to efcunha)It's better to move it to the EAP forum
-
2. Re: how to apply patch jboss eap 6.2 ?
juanjobio May 9, 2014 6:48 AM (in response to efcunha)Hi.
The host name (--host) in the patch command should be one of the host names defined in your topology.
Try pressing <Tab> key at this point of your command for some help:
[domain@172.16.1.41:9999 /] patch --host=
host1 host2
and it will show you the list of the known hosts in your domain. Of course you can check the hosts names in the topology section of the Management Console.
after the right host, "apply <patch>" for apply the patch as in your first attempt.
-
3. Re: how to apply patch jboss eap 6.2 ?
emuckenhuber May 15, 2014 11:32 AM (in response to juanjobio)Yes, the hosts are listed in /host=*, you can also type "ls host" in the CLI. You can configure the actual name in the management as part of the host.xml. Then you just have to use the "patch apply --host=<host-name> </path/to/the/patch>" command in the CLI.
-
4. Re: how to apply patch jboss eap 6.2 ?
mastanvali7886 May 30, 2017 3:52 AM (in response to emuckenhuber)In CLI after "patch apply "--host " option is no available
please give me the solution
-
5. Re: how to apply patch jboss eap 6.2 ?
ctomc May 30, 2017 5:14 AM (in response to mastanvali7886)patch --host was added in later version of EAP 6.x and is not present in 6.2 yet.