Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Application Development for IBM WebSphere Process Server 7 and Enterprise Service Bus 7

You're reading from   Application Development for IBM WebSphere Process Server 7 and Enterprise Service Bus 7 A Service Oriented Architecture approach has many benefits for your applications, including flexibility, reusability, and increased revenue. You can exploit those benefits to the fullest by following this step-by-step tutorial for WPS and WESB.

Arrow left icon
Product type Paperback
Published in Jul 2010
Publisher Packt
ISBN-13 9781847198280
Length 548 pages
Edition 1st Edition
Languages
Arrow right icon
Toc

Table of Contents (20) Chapters Close

Application Development for IBM WebSphere Process Server 7 and Enterprise Service Bus 7
Credits
About the Authors
About the Reviewers
Preface
1. Introducing IBM BPM and ESB FREE CHAPTER 2. Installing the Development Environment 3. Building your Hello Process Project 4. Building Your Hello Mediation Project 5. Business Process Choreography Fundamentals 6. Mediations Fundamentals 7. Sales Fulfillment Application for JungleSea Inc. 8. Walk the Talk 9. Building the Order Handling Processes 10. Integration with Various Applications 11. Business Space 12. Deployment Topologies 13. Management, Monitoring, and Security WID, WPS, and WESB Tips, Tricks, and Pointers Index

Any suggested method to backup WID?


WID as such will have to be backed up using tools like Norton Ghost, which allows you to create full system backups and to restore from system failures. But there may be cases where your WID test environment profiles can get corrupted. The practical suggestion to back WID profiles would be to use the manageprofiles utility. The manageprofiles command-line tool allows you to not only create a new profile, but also to back up and restore profiles. A profile backup does a file system backup of the entire profile directory (not just the XML configuration) and the profile metadata from the profile registry file. To back up a profile, stop the server to be backed up and issue the following command (by switching to the <WID_HOME>\runtimes\ bi_v7_stub\bin folder or <WPS_HOME>/bin)

manageprofiles(.bat)(.sh) -backupProfile -profileName profile_name -backupFile backupFile_name -username user_name -password password

The following message is displayed:

INSTCONFSUCCESS: Success: The profile backup operation was successful.

Please note that, you must first stop the server and the running processes for the profile that you want to back up. For more information on manageprofiles, refer to:

http://publib.boulder.ibm.com/infocenter/dmndhelp/v7r0mx/topic/com.ibm.websphere.wps.doc/doc/rins_manageprofiles_parms.html

Restoring a profile from a backup

Backed up profiles can be restored using the –restoreProfile option. To restore a profile from a backup, perform the following steps:

  1. Make sure the server is stopped.

  2. Manually delete the directory for the profile from the filesystem.

  3. Run the -validateAndUpdateRegistry option of the manageprofiles command.

Restore the profile by using the -restoreProfile option of the manageprofiles command (by switching to the <WID_HOME>\runtimes\ bi_v7_stub\bin folder or <WPS_HOME>/bin).

manageprofiles(.bat)(.sh) -restoreProfile profile_name -backupFile backupFile_name
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image