cin
Junior Member level 3
Question 1)
How to find the host name of my PC. My login is " root " and I type in " uname -n " command, I got this message: localhost.localdomain. Is this my host name ?
Question 2)
How to modify my bash_profile. Below is my .bash_profile under ./root directory. Any thing wrong with this modification?
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin:/usr/local/concept/spicevision-2.1/linux21:$PATH
BASH_ENV=$HOME/.bashrc
USERNAME="root"
LM_LICENSE_FILE=1708@root
export USERNAME BASH_ENV PATH
Question 3)
my license is in the following location:
/usr/local/concept/license.dat
when I execute the following command:
/usr/local/concept/flexlm-8.4/linux21/lmutil lmstat
I got the following error message:
error getting status: Can't find licenses
The first 2 lines of my license are:
server root any 1708
daemon dconcept /usr/local/concept/flexlm-8.4/linux21/dconcept
feature ********
feature ********
Any thing wrong with my setting. My license work in windows 2000.
Question 5)
How to configure my license so that server will start whenever I power up my PC. In window 2000, I know I can select "start service at power up" & "use service" in lmtool. How to do this under Linux O/S ?
Any feedback is welcome
How to find the host name of my PC. My login is " root " and I type in " uname -n " command, I got this message: localhost.localdomain. Is this my host name ?
Question 2)
How to modify my bash_profile. Below is my .bash_profile under ./root directory. Any thing wrong with this modification?
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin:/usr/local/concept/spicevision-2.1/linux21:$PATH
BASH_ENV=$HOME/.bashrc
USERNAME="root"
LM_LICENSE_FILE=1708@root
export USERNAME BASH_ENV PATH
Question 3)
my license is in the following location:
/usr/local/concept/license.dat
when I execute the following command:
/usr/local/concept/flexlm-8.4/linux21/lmutil lmstat
I got the following error message:
error getting status: Can't find licenses
The first 2 lines of my license are:
server root any 1708
daemon dconcept /usr/local/concept/flexlm-8.4/linux21/dconcept
feature ********
feature ********
Any thing wrong with my setting. My license work in windows 2000.
Question 5)
How to configure my license so that server will start whenever I power up my PC. In window 2000, I know I can select "start service at power up" & "use service" in lmtool. How to do this under Linux O/S ?
Any feedback is welcome