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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to enable a share on a C110/UCM card on 8.1

AVAYA: IPO Office FAQ

How to enable a share on a C110/UCM card on 8.1

by  tlpeter  Posted    (Edited  )
This FAQ is about how to make a share on a C110/UCM card on version 8.1

Login with SSH on the card as root.
When you have done that then copy this code in to your SSH client

Code:
cd /home/Administrator
wget http://ista.home.xs4all.nl/ipoffice/AvayaLinuxSharing/UCM8_1/CentOS-Base.repo
wget http://ista.home.xs4all.nl/ipoffice/AvayaLinuxSharing/UCM8_1/smb.conf
wget http://ista.home.xs4all.nl/ipoffice/AvayaLinuxSharing/UCM8_1/windows-sharing-8.1.90-39.el6.noarch.rpm
cp CentOS-Base.repo /etc/yum.repos.d
cp windows-sharing-8.1.90-39.el6.noarch.rpm /var/cache/avaya/apps
yum install samba samba-swat -y
cd /etc/yum.repos.d
rm CentOS-Base.repo -f
cd /var/cache/avaya/apps
rpm -ivh windows-sharing-8.1.90-39.el6.noarch.rpm
cd
service smb stop
cd /home/Administrator
cp smb.conf /etc/samba -y
service smb start
chkconfig smb on
chmod 777 /opt/vmpro/VRL

Be aware that the smb.conf file allows everybody that is on a 10. or a 172 or a 192.168 network
Adjust the smb.conf if you want to add more security.
Good luck.



Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top