Translate

Thursday 10 April 2014

creating Custom profile (node) through command line in IBM WebSphere Application Server on windows


Follow  the steps to create Custom profile (node) through command line in  IBM WebSphere Application Server on windows  :

                 If u want to watch this task , click on below link
(or)



1.We can create Custom profile(node) through command line  using "manageprofiles" command.
2.open command line, go to "bin" directory.
       ex: /bin
3.Run "manageprofiles" command using below example syntax. Before using this command ,read carefully about this syntax. Change according to your environment. 


ex:       
      manageprofiles.bat -create -defaultPorts -profileName Custom01 -profilePath D:\usr\local\opt\was\was85\profiles\Custom01 -templatePath D:\usr\local\opt\was\was85\profileTemplates\managed -hostName localhost -nodeName localhostNode01 -federateLater true

Note:
          Read below lines to better understand......
          1)I installed WAS in the path of " D:\usr\local\opt\was\was85". So, u change this path where u installed WAS in Your box.
          2)Provide the hostname&nodename based on your box and desire....
          3)Execute this command without splitting lines....




Subscribe My blog and send e-mail id for getting my articles in PDFs.....
Subscribe My You Tube channel to get alerts to ur email.... 

Thanks. Comments & feedback r most welcome.


No comments:

Post a Comment