Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

WinSCP App Server File Delete

Status
Not open for further replies.

Pepp77

Vendor
Joined
Oct 30, 2008
Messages
2,513
Location
GB
Hi Guys

I have a patch from Avaya that I am in the process of trying to install for one-x.

One of the steps says that using WinSCP I need to navigate to /opt/avaya/oneXportal/8.1.x.x/apache-tomcat/webapps and delete 5 of the folders in this folder.

I am able to login using Administrator and my password, but when I try to delete the folders I get permission denied. I then tried to login as root (with the password I set in the admin panel) and this returns Access Denied before I even get to the folders.

Has anyone else ever had to login like this to the Linux App Server and been able to delete files/folders, if so anything obvious I might be missing?

Thanks

Pepp


| ACSS SME |
 
You need to do this from the CLI or change the permissions on the folders.
Linux prevents deleting folders when they are not empty, keep that in mind!


BAZINGA!

I'm not insane, my mother had me tested!

 
Thanks tlp.

I have changed from WinSCP to putty and am able to do it with that. Within Putty just put in the IP address of the one-x server then

a. Defaults Username: ‘webcontrol’ – Password: ‘web’ (8.0) ‘Administrator’ – ‘Administrator’ (8.1)
b. Logon using ‘admin’ password: ‘Administrator’
c. Logon using ‘root’ password: (Password entered @ installation)
3. Change to the following directory:
a. cd cd /opt/Avaya/oneXportal/8.1.91_12/apache-tomcat/webapps
4. Delete the six folders:
a. rm -rf induna/
b. rm -rf inkaba/
c. rm -rf inyama/
d. rm -rf ipoffice/
e. rm -rf izwi/
f. rm -rf ldapdirservice/

This should look a little like-

Administrator@192.168.0.249's password:
Last login: Tue Mar 19 11:33:57 2013 from 192.168.0.21

********************************************
* Avaya IP Office *
* *
* WARNING: Authorised Access Only *
********************************************

Welcome Administrator it is Tue Mar 19 12:02:34 GMT 2013
> admin
Please enter password:
Admin> root
Password:
[root@dhcppc5 ~]# cd /opt/Avaya/oneXportal/8.1.91_12/apache-tomcat/webapps
[root@dhcppc5 webapps]# rm -rf induna/

All confirmed as working.

| ACSS SME |
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top