websphere 新建profile

1,Linux
./manageprofiles.sh -create -profileName aegon_new_main_dev -profilePath /usr/local/aegon_new_main_dev/IBM/WebSphere/AppServer/profiles/aegon_new_main_dev -templatePath /usr/local/aegon_new_main_dev/IBM/WebSphere/AppServer/profileTemplates/default -nodeName aegon_new_main_devNode -cellName aegon_new_main_devCell -enableAdminSecurity true -adminUserName admin -adminPassword admin -startingPort 1400

2,windows
manageprofiles -create -profileName aegon_new_main_dev -profilePath E:AEGONIBMWebSphereAppServerprofilesaegon_new_main_dev -templatePath E:AEGONIBMWebSphereAppServerprofileTemplatesdefault -nodeName aegon_new_main_devNode -cellName aegon_new_main_devCell -enableAdminSecurity true -adminUserName admin -adminPassword admin -startingPort 19900

原文地址:https://www.cnblogs.com/Andy-Shi/p/10918242.html