Operating Systems: AIX, HP-UX, Linux, Solaris, Windows, z/OS
Creating profiles from the command line
Use the manageprofiles command utility to create profiles from the command line.
To use WebSphere XD features, augment at least one profile. Ensure that your environment meets all of the hardware and software requirements. Install WebSphere Application Server Network Deployment V6.1, and apply WebSphere Application Server Fix Pack 6.1.0.7 to update your Network Deployment product level. Next, install WebSphere Extended Deployment Operations Optimization Version 6.1.
The manageprofiles command creates the runtime environment for a product process in a set of files called a profile. The profile defines the runtime environment, and includes all of the files that the server processes in the runtime environment can change.
Profile creation templates
Use the xd_augment template to create profiles for WebSphere Extended Deployment Operations Optimization. The following steps describe how to create a stand-alone application server, deployment manager, custom, or cell profile:
- To create a stand-alone application server profile, issue the following from the command line:
install_root\bin\manageprofiles.bat (.sh) -create -templatePath install_root\profileTemplates\xd_augment\default- To create a deployment manager profile, issue the following from the command line:
install_root\bin\manageprofiles.bat (.sh) -create -templatePath install_root\profileTemplates\xd_augment\dmgr- To create a custom profile, issue the following from the command line:
install_root\bin\manageprofiles.bat (.sh) -create -templatePath install_root\profileTemplates\xd_augment\managed- To create a cell profile, issue the following from the command line:
install_root\bin\manageprofiles.bat (.sh) -create -templatePath install_root\profileTemplates\xd_augment\cell\dmgr -nodeProfilePath install_root\profiles\AppSrv01 -cellName cell01dmgr -nodeName node01dmgr -appServerNodeName node01install_root\bin\manageprofiles.bat (.sh) -create -templatePath install_root\profileTemplates\xd_augment\cell\default -dmgrProfilePath install_root\profile\Dmgr01 -portsFile install_root\profile\Dmgr01\properties\portdef.props -nodePortsFile install_root\profiles\Dmgr01\properties\nodeportdef.props -cellName cell01dmgr -nodeName node01dmgr -appServerNodeName node01
Related tasks
Creating profiles
Related reference