Cisco Cisco MXE 3500 (Media Experience Engine)

Seite von 10
 
4
Integration Note for Configuring Cisco Media Experience Engine 3500 Release 3.1 with Cisco Show and Share Release 5.2.1
OL-24356-01
  Configure the Cisco MXE 3500
Note
No changes are needed on the Cisco MXE in terms of the profile directory. Keep the default settings that 
came with Cisco MXE.
Cisco MXE Linux Configuration
Procedure
Step 1
Use SSH to access Linux.
Step 2
Log in to Linux and become root. The default password is C1sco!23.
Note
The password is case sensitive.
ssh admin@<linux_ip>
su –
Password: C1sco!23
Step 3
Locate and run the Cisco Show and Share integration setup script:
[root@10 ~]# cd /opt/cisco/mxe/scripts/sns/
[root@10 sns]# ./install.sh 
Starting SNS integration setup...
Shutting down smbd services:                               [  OK  ]
Shutting down nmbd services:                               [  OK  ]
Starting smbd services:                                    [  OK  ]
Starting nmbd services:                                    [  OK  ]
Saving firewall rules to /etc/sysconfig/iptables:          [  OK  ]
Flushing firewall rules:                                   [  OK  ]
Setting chains to policy ACCEPT: filter nat                [  OK  ]
Unloading iptables modules:                                [  OK  ]
Applying iptables firewall rules:                          [  OK  ]
Starting vsftpd for vsftpd:                                [  OK  ]
SNS integration setup complete.
Step 4
Make the user home directory the dms mount directory:
[root@10 sns]# useradd -d /mnt/dms dmsftp
Step 5
Create a password for the new user:
[root@10 sns]# passwd dmsftp
Changing password for user dmsftp.
New password: 
Retype new password: 
passwd: all authentication tokens updated successfully.
Write down the new username and password. You will need the username and password when 
configuring Cisco MXE in the Cisco DMM.