Originally posted by: SystemAdmin
I have AIX 5.3 installed, and I am installing shutdown software called PowerAlert(TrippLite) which will automate the shutdown of the server if power is lost. The instructions say to add the following lines to root's .profile file:
#Startup of PowerAlert software
echo PATH=/opt/TrippLite/PowerAlert:/home/usr/java14/jre/bin:$PATH
export TRIPPLITE_PA_HOME=/opt/TrippLite/PowerAlert
echo "Done setting up environment variables"
These lines will allow the root user to start the PowerAlert interface.
However, there is no .profile file for root. Should I create one? or should I put these lines in the /etc/profile file? I am a bit confused. Thanks for any help.
Paul
#AIX-Forum