[AIX HP-UX Linux Solaris Windows]

Example: Creating a deployment manager profile in a multiuser environment

This example shows how to create a deployment manager profile in a Linux or Unix multiuser environment.

Example

This example only applies to users running Linux, HP-UX, Solaris, or AIX operating systems. Follow these steps to create a deployment manager profile for user shasti in a multiuser environment:
  1. Create the profile:
    [Windows]
    manageprofiles -create
                  -profileName shasti 
                  -profilePath ~/shasti/WebSphere 
                  -templatePath app_server_root/profileTemplates/dmgr 
                  -cellName shaix1  
                  -hostName myhost 
                  -nodeName dmgr1
                  -startingPort 12000
    
    [Linux] [AIX HP-UX Solaris]
    manageprofiles.sh -create
                  -profileName shasti 
                  -profilePath ~/shasti/WebSphere 
                  -templatePath app_server_root/profileTemplates/dmgr 
                  -cellName shaix1  
                  -hostName myhost 
                  -nodeName dmgr1
                  -startingPort 12000
    
  2. [Linux] [AIX HP-UX Solaris] Change the owner of the folder:
    chown -R shasti ~/shasti/WebSphere
    
  3. As a convenience, add a call to script ~shasti/WebSphere/bin/setupCmdLine.sh in the profile of user shasti to set the environment when user shasti logs in.
  4. Give these folder permissions to user shasti:
    app_server_root/bin         --- rx (read and execute)
    app_server_root/java        --- rx 
    app_server_root/properties  ----r  (read)
    app_server_root/deploytool  ----r 
    app_server_root/config      ----r 
    app_server_root/lib         ----r 
    app_server_root/classes     ----r 
    app_server_root/null        ----r 
    app_server_root/samples     ----r 
    app_server_root/Web         ----r 
    



Related tasks
Creating a deployment manager profile
Creating an application server profile
Related information
manageprofiles command
Reference topic Reference topic    

Terms and conditions for information centers | Feedback

Last updatedLast updated: Aug 31, 2013 1:23:07 AM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=pix&product=was-nd-dist&topic=rxml_multiprofile
File name: rxml_multiprofile.html