This process assumes you have installed ant-sca-bulk-deploy-v2.2 into a folder
The pre-execution process is:
- Start a windows (or UNIX) terminal session.
- Run the setWLSEnv script, which is installed as part of weblogic server, as follows:
- On Unix
- .
/wlserver_10.3/server/bin/setWLSEnv.sh \wlserver_10.3\server\bin\setWLSEnv.cmd
On Windows
The undeployment process is:
- Change the directory to
- Execute the undeployScaBulk ant target, by either of the following commands:
- Note: the serverURL must be the URL and port of the SOA Managed Server(this must be in the form http://host:port).
- If prompted, input the following:
- [input] Please enter Weblogic server URL (this must be the URL and port of the SOA Managed Server):
- [input] Please enter Weblogic username:
- [input] Please enter Weblogic password:
- [input] Enter Subversion username (which is your BCC windows logon username ie: payroll number)
- [input] Enter svn tag (or enter key to bypass):
ant undeployScaBulk
or
ant undeployScaBulk –DserverURL= -Duser= -Dpassword=
- Enter the svn tag id as mentioned in TAG ID column in Section 4 COMPOSITES TO BE UNDEPLOYED table above.
- Password for the SVN user
- Confirm the task for the Undeployment
- Enter ‘y’ if this the service is intended for deployment
- After undeployment, review the console output and check for success messages, and/or any error messages.
- A Successful undeployment should print [undeployComposite]à Undeploying composite success.
- Enter
for recursive un-deployment or press enter key to bypass recursive subversion prompt, and exit. - [input] Enter svn tag (or enter key to bypass)
[echo] Processing task file: /u9000/soa_soasuite_shared/source/management/ant-sca-bulk-deploy-v2.2/bulk_task_staging// .undeploy_sca_task
[input] Proceed? (y, n)
For recursive undeployment Enter the remaining svn tag ids mentioned TAG ID column in Section 4 COMPOSITES TO BE UNDEPLOYED table and follow the same steps from 3.5 to 6.1.
No comments:
Post a Comment