Operating System - HP-UX
1833832 Members
3106 Online
110063 Solutions
New Discussion

Re: Unable to reset the license server

 
Problem
Advisor

Unable to reset the license server

Hi,
i am having UGNX license server on HPUX system
i have copyed new license file in UGNX license file and it needs to be restarted. But when i restart the UGNX it gives the error

# ./ ugs_reset
sh: ./: Execute permission denied.


Rohit
3 REPLIES 3

Re: Unable to reset the license server

Rohit,

Is that literally what you are typing?

./ ugs_reset


I'd imagine you should be typing:

./ugs_reset

(note the lack of a space between the / and the u)

HTH

Duncan

I am an HPE Employee
Accept or Kudo
Problem
Advisor

Re: Unable to reset the license server

Hi Duncan
I am having HPUX system and we are running Unigrapics License server on it. As every 2 months we have to change the license file on the server. So i have copyed new license file in UGNX folder. But when i reset the license serverIt gives the fallowing error.

# ./ ugs_reset
sh: ./: Execute permission denied.

as per we were restarting the licence server by this same command and it used to worl before.

Rohit

Re: Unable to reset the license server

No, you must be mistaken cos

./ ugs_reset


Would never work on *any* UNIX system *ever*

What directory are you in? And what files are in the directory?

Post the output of

pwd
ls -l


HTH

Duncan

I am an HPE Employee
Accept or Kudo