DS admin useful tips
Update your .bash_profile with following details
. /opt/IBM/InformationServer/Server/DSEngine/dsenv
source ~/profile
Now create a new file profile in your home Directory and add with following details
alias ds="cd /opt/IBM/InformationServer/Server/DSEngine"
alias px="cd /opt/IBM/InformationServer/Server/PXEngine"
alias is="cd /opt/IBM/InformationServer"
alias EDW="cd /opt/IBMProjects/EDW/"
alias edw="cd /opt/IBMProjects/EDW/"
alias c="clear"
alias ll="ls -ltr"
alias la="ls -ltra"
alias l="ls"
####PS1="[$USER@$HOSTNAME \w]"
hostName=`echo $HOSTNAME | cut -d . -f1 `
PS1="[$USER@$hostName \w]"
Now execute the . .bash_profile and if you issue "ds" in terminal it will go to DS home directory.
. /opt/IBM/InformationServer/Server/DSEngine/dsenv
source ~/profile
Now create a new file profile in your home Directory and add with following details
alias ds="cd /opt/IBM/InformationServer/Server/DSEngine"
alias px="cd /opt/IBM/InformationServer/Server/PXEngine"
alias is="cd /opt/IBM/InformationServer"
alias EDW="cd /opt/IBMProjects/EDW/"
alias edw="cd /opt/IBMProjects/EDW/"
alias c="clear"
alias ll="ls -ltr"
alias la="ls -ltra"
alias l="ls"
####PS1="[$USER@$HOSTNAME \w]"
hostName=`echo $HOSTNAME | cut -d . -f1 `
PS1="[$USER@$hostName \w]"
Now execute the . .bash_profile and if you issue "ds" in terminal it will go to DS home directory.