You cannot define both..
export CDS_LIC_FILE=5280@linux-8gh7
export LM_LICENSE_FILE=$CDS_ROOT/share/license/license.dat
You should either nodelocked or server@port.
For single users, nodlocked is better so;
You should only define ;
export LM_LICENSE_FILE=$CDS_ROOT/share/license/license.dat
You shouldn't define both..
Either
export LM_LICENSE_FILE=$CDS_ROOT/share/license/license.dat (this is better for single user)
or
export CDS_LIC_FILE=5280@linux-8gh7
but not both.
You have to define only one environment variable.So
either export CDS_LIC_FILE=$CDS_ROOT/share/license/license.dat
or export CDS_LIC_FILE=5280@linux-8gh7
but not both.