| Advertise on warmetal.nl! Click for more information about advertising here. |
Did you find this website useful? Did I save you a lot of time? |
|
This is a notes page, extended with tips & tricks. This page is not really documentation, just stuff for me to remember. Sometimes things will get removed from these pages and turned into real documentation, sometimes not. You might find these notes to come in hand, maybe not. For me, it's just things I don't want to forget.
A Cell is a virtual unit that is built of a Deployment Manager and one or more nodes:
Another word for a Cell is a (WebSphere) Domain
bash-3.2# ./manageprofiles.sh The available modes are: create, augment, delete, unaugment, deleteAll, listProfiles, getName, getPath, validateRegistry, validateAndUpdateRegistry, getDefaultName, setDefaultName, backupProfile, restoreProfile, response, help For detailed help on each mode enter: -<mode> -help. For example, -create -help. Command-line arguments are case sensitive. bash-3.2# ./manageprofiles.sh -listProfiles [wsbox2.dmgr, wsbox2.AppSrv, wsbox1.dmgr, wsbox1.AppSrv] bash-3.2# ./manageprofiles.sh -validateRegistry All of the profiles in the registry are valid. bash-3.2# ./manageprofiles.sh -getPath -profileName wsbox2.dmgr /opt/was-2/WAS_Profiles/wsbox2.dmgr
./manageprofiles.sh -create -templatePath /opt/IBM/WebSphere/AppServer/profileTemplates/default -profileName wsbox3 -profilePath /opt/IBM/WebSphere/AppServer/profiles/wsbox3
Discussion