User Tools

Site Tools


eduardo:polycom:rmx

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

eduardo:polycom:rmx [2010/04/06 00:03] – created eduardoeduardo:polycom:rmx [2024/02/23 08:20] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== RMX ======
 +
 +===== SSH/Software Version =====
 +
 +To ssh to RMX and check current software version
 +
 +  - Login RMX web interface by ID “SUPPORT”
 +  - Click “Administration”->”Turn ON SSH”
 +  - SSh to RMX management IP address to the chassis OS Or SSH to MPM+ module IP to the module OS
 +  - Use username: rt3p1aa password: 1z56tcp
 +  - Once you see polycom> prompt, type command ‘su’ when promted for password type ‘polycom’
 +  - Type command ‘RemountData.sh’
 +  - Change to the /data directory by typing ‘cd /data’
 +  - List the contents of the folder by typing ‘ls –al’
 +
 +<code>
 +Current software version: RMX_5.0.1.23.2624.002.bin
 +Available fallback software version: RMX_5.0.1.23.2595.001.bin
 +
 +/data # ls -al
 +drwxr-xr-x    6 root     root         4096 Jul 12  2006 .
 +drwxrwxrwx    1 root     root          224 Mar 14 15:14 ..
 +-r--r--r--    1 root     root    204668769 Mar 16 23:59 RMX_5.0.1.23.2595.001.bin
 +-r--r--r--    1 root     root    204689249 Mar 18 22:03 RMX_5.0.1.23.2624.002.bin
 +drwxrwxrwx    2 root     root         4096 Mar 26 04:06 backup
 +lrwxrwxrwx    1 root     root           25 Mar 18 22:04 current -> RMX_5.0.1.23.2624.002.bin
 +lrwxrwxrwx    1 root     root           13 Jul 12  2006 factory -> /data/removed
 +lrwxrwxrwx    1 root     root           25 Mar 18 22:04 fallback -> RMX_5.0.1.23.2595.001.bin
 +</code>
 +drwx------    2 root     root        16384 Jan  1  2006 lost+found
 +drwxrwxrwx    2 root     root         4096 Mar 18 22:04 new_version
 +drwxrwxrwx    2 root     root         4096 Jul 12  2006 restore
 +
 +