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 or Unix operating systems. Follow these steps to create a deployment manager profile for user shasti in a multiuser environment:
- Create the profile:
manageprofiles -create -profileName shasti -profilePath ~/shasti/WebSphere -templatePath app_server_root/profileTemplates/dmgr -cellName shaix1 -hostName myhost -nodeName dmgr1 -startingPort 12000
manageprofiles.sh -create -profileName shasti -profilePath ~/shasti/WebSphere -templatePath app_server_root/profileTemplates/dmgr -cellName shaix1 -hostName myhost -nodeName dmgr1 -startingPort 12000
Change the owner of the folder:
chown -R shasti ~/shasti/WebSphere
- 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.
- 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 appserver profile
Related information
manageprofiles command
Reference topic