Assume you have installed WebSphere and Wanted to Create additional WebSphere Profile
1
Run the
command “cd C:\Program Files\IBM\SDP\runtimes\base_v7\bin”
2
Once entered
into the directory copy the below script and run it in command prompt.
manageProfiles
-create -profileName was70profile2
-profilePath "C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\was70profile2"
-nodeName [NODENAME]
-cellName [NODECELL Name]
-hostname localhost -serverName server2 -startingPort 10000 -winserviceCheck false
3
When the
profile is complete the following message will appear in the command prompt
No comments:
Post a Comment