Thursday, May 30, 2013

Complete Websphere Administration Commands

1.Backup Config
2.Restore Config
3.Delete Profile

backupConfig command


backupConfig.sh /tmp/backup.zip -nostop -quiet (If security is enabled please use -user and -password)

restoreConfig command


restoreConfig.sh backup.zip -location /tmp -nostop

Delete Profile command

manageprofiles.sh -delete -profileName YourProfileName

No comments:

Post a Comment

Your suggestions please