Migrating non-root configurations to root
You can run either a deployment manager or application server as root in WebSphere® Application Server Versão 9.0 when you previously used a non-root user ID on Linux and UNIX platforms in Versão 7.0 ou posterior.
Before you begin

Este artigo trata da migração da configuração de perfil. Para migrar seus aplicativos para a versão mais recente, use o Kit de Ferramentas de Migração do WebSphere Application Server. Para obter mais informações, consulte o Kit de ferramentas de migração no WASdev.
sptcfgProcedure
Set the ownership of the profile or deployment manager
directory to be the same as the user under which WebSphere Application Server is to run.
This must be done for the deployment manager or application servers to run correctly.
As a root user, run the following
commands:
cd $WASROOT/profiles/
chown -R wasadmin dmgr/
chgrp -R wasndgrp dmgr/
chmod -R 755 dmgr/
...
cd $WASROOT/profiles/dmgr/bin
./startManager.sh
where the profile name is dmgr run
as a user in wasadmin with the primary group wasndgrp.Tip: For help, read Troubleshooting migration.