WebSphere Application Server Version 6.1 Feature Pack for Web Services
             Operating Systems: AIX, HP-UX, Linux, Solaris, Windows

             Personalize the table of contents and search results

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    

Terms of Use | Feedback

Last updated: Nov 25, 2008 2:35:59 AM CST
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.wsfep.multiplatform.doc/info/ae/ae/rxml_multiprofile.html