cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
392
Views
1
Helpful
2
Replies

uninstall.sh

Urban_Nights
Level 1
Level 1

Hello people,

I am having a problem.

I want to uninstall an application in Solaris which name is MGC 9.7 Sparc.

I have the uninstall.sh file in the dir /bin/sparc and when I try to run uninstall.sh it shows.... cannot execute.

./uninstall.sh cannot execute

What could be the problem?

Thank you and regards,

Urban.

2 Replies 2

amritpatek
Level 6
Level 6

Follow the URL for the Cisco Media Gateway Controller Software It contains how to uninstall.

http://www.cisco.com/en/US/docs/voice_ip_comm/pgw/9/installation/software/SW1/swinsapd.html

The problem was with file itself.

most likely your /bin/sparc/uninstall.sh is not set for executable.

check to see if the file has execution bit turned on by running *ls -l /bin/sparc/uninstall.sh*

if not, run *chmod u+x /bin/sparc/uninstall.sh* to set the exec bit for the user.

also, note that if /bin/sparc is not in your path, you should execute the file like *./uninstall.sh* within the /bin/sparc directory or use the full path.