linux - manageprofiles.sh can't create DEPLOYMENT MANAGER -
my goal create deployment manager profile in websphere on linux. reading tons of documentation pages gives 2 methods:
1) using x gui application was_root/bin/profilemanagement/pmt.sh
in case, according manuals, should choose management option, click "next" , choose deployment manager server type.
when run pmt.sh in installation there no option choose deployment manager in management section , 1 profile type i'm able create adminagent.
2) using manageprofiles.sh script under was_root/bin directory.
manuals can use -servertype deployment_manager option in order create deployment manager profile. when run script:
./manageprofiles.sh -create -templatepath ../profiletemplates/management/ -servertype deployment_manager -isdefault -profilename dmgr -adminusername websphere -adminpassword websphere1
i following message:
the following validation errors present command line arguments: servertype: value parameter must within set of values [admin_agent]
that means don't have ability create deployment manager @ all. please advise steps can perform able install deploy manager except erase installation , install scratch once again.
thanks lot.
you have standalone aka base edition of websphere application server. create deployment manager need network deployment edition.
unfortunately have install scratch different installation files (from nd, not base or developers edition).
Comments
Post a Comment