Is profile template cell really a valid profile type?
--------------------------------
According to WebSphere documentation on ND 6.1, there is a profile template named as /"cell/" that allows to create a deployment manager profile and a node profile in one step. When I tried this, I get an error message:
Cannot locate the template: No profile template exists at path /usr/WebSphere6/AppServer6.1/profileTemplates/cell
When I install WAS6.1 I do see that it creates a directory named cell under profileTemplates folder. I do see files under this diretcory.
I am not sure why wasprofile.sh does not recognize the profile template.
This is my full command line:
/wasprofile.sh -create -profileName cellPrf -profilePath /prf/cellPrf -templatePath /usr/WebSphere6/AppServer6.1/profileTemp
lates/cell -cellName myCell -hostName adawa265 -nodeName myNode
--------------------------------
Posted By: muthubharadwaj at Mar 25 2010 9:35PM