How to create profile through command

We are now going to create profile using manageprofiles.bat utilities.

We can create all type profile through this utilities but in this example I am creating application server profile.

Example:-

D:\IBM\WebSphere\AppServer\bin>manageprofiles.bat -create -profileName AppSrv01
-templatePath D:\IBM\WebSphere\AppServer\profileTemplates\default -profilePath D
:\IBM\WebSphere\AppServer\profiles\AppSrv01

When execute this command then it will take 5 min to complete to  create a application profile.

Note:- To see that profile has create successfully then go to location of the profiles where its stored.

Profile Path:-  D:\IBM\WebSphere\AppServer\profiles\AppSrv01.

Location of the Profile log:- D:\IBM\WebSphere\AppServer\profiles\AppSrv01\logs
         
we can see the about profile in the profile logs (AboutThisProfile.txt)

Let see the log file

Application server environment to create: Application server
Location: D:\IBM\WebSphere\AppServer\profiles\AppSrv01
Disk space required: 200 MB
Profile name: AppSrv01
Make this profile the default: False
Node name: C17548Node01
Host name: C17548
Enable administrative security (recommended): False
Administrative console port: 9062
Administrative console secure port: 9045
HTTP transport port: 9081
HTTPS transport port: 9443
Bootstrap port: 2810
SOAP connector port: 8881
Run application server as a service: False
Create a Web server definition: False

Comments

Popular posts from this blog

ERROR: Port values must be a positive integer between 0 and 65535. while install IBM Http Server 8.5.5

How to remove the node from the deployment manager profile

What is clean start in websphere application server