Saturday, July 13, 2019

How To Download and Install Latest Moshell | Easy Step Install Moshell 20.0h | Windows

- Installation for Windows (using Cygwin)


Note : Go directly to step 13, MoShell Installation, if you have already installed and configured Cygwin previously.

Prerequisite:
Java Run-Time Environment 1.2.2 or higher must be installed on the workstation. Java 1.3.1_15 or 1.3.1_16 is recommended because it uses the least amount of memory and supports all features on MoShell.
Use this link Java 1.2.2

When running on Windows, Moshell uses a unix emulator known as Cygwin. 2.8.0 ( Latest version )

Getting and installing cygwin.
1. Go to the website Cygwin
2. Click on Install Now
3. Save the setup.exe file, then execute it.
4. Choose Install from internet, click Next
5. Root Directory C:\cygwin (It is not recommended to choose a different directory, especially if it contains spaces)
IMPORTANT: Default Text File Type should be set to UNIX (NOT DOS !!! otherwise ftp transfers get corrupted). Then click Next.
6. Select Internet Connection: put the proxy settings (generally use IE5 settings works with ESOE PCs). Click Next.
7. Select Packages: Add the following packages:
• under Archive select unzip
• under Interpreters select perl
• under Net select inetutils, openssh, and openssl
• under Shells select rxvt
• optional: under Editors select vim (if you want to be able to edit files with vi)

8. Click Next, install will start...

9. In the directory C:\Cygwin ,double-click on the file cygwin.bat. This will startup the Cygwin window and create some files. Now close the Cygwin window.
Open an editor and edit the file cygwin.batch (MS-DOS Batch file) – click right button and edit.
Delete the line: bash --login -i. At the end of the file add the following (replace xxxx with your user id):

set USER=xxxx
set HOME=/home/xxxx
set SHELL=/bin/bash
rxvt -sl 65000 -e /bin/bash --login -i

IMPORTANT: Make sure that there are no spaces at the end of the lines otherwise the windows environment variables don’t get set correctly and your .Xdefaults file will not be read (meaning that rxvt looks horrible!).

10. Open the file C:\Cygwin\etc\profile in a text editor and add the following 6 lines at
the end of the file (replace XXXX with your user id!):

export USER=XXXX
export HOME=/home/XXXX
export SHELL=/bin/bash
mkdir -p $HOME
cd $HOME
source $HOME/.bashrc

11. Edit the file C:/Cygwin/etc/passwd in a text editor and make sure that there is a row with your username and home directory. If the home directory (found towards the end of the line) looks like /cygdrive/h then replace this with /home/youruserid (replace youruserid with your user id!!). This is needed for ssh to function properly.

12. Start a Cygwin Terminal window by clicking on the icon in start menu or on desktop, then run the following commands: (Start program cygwin)
Create the following 3 files in your /home/youruserid directory: .bashrc, .inputrc, and .Xdefaults

This can be done with the commands:
touch .bashrc
touch .inputrc
touch .xdefaults

13. Go to the directory C:\Cygwin\home\XXXX (from windows explorer) and open the following 3 files in a text editor:

In the .bashrc file, put the following lines:
(Delete all and copy all from .bashrc working file.) change XXXX with your user id

unset PROMPT_COMMAND
export PS1="\[\033[1m\][\w]\\$\[\033[0m\] "
alias ls=’ls -FX’
set -o notify
set -o ignoreeof
shopt -s cdspell
shopt -s cdable_vars
shopt -s checkhash
shopt -s checkwinsize
shopt -s sourcepath
shopt -s histappend
export PATH=$PATH:/home/XXXX/moshell

The last line appends the moshell directory to your $PATH. This will enable you to call moshell from any directory.
In the .inputrc file, put the following lines:
(Delete all and copy all from .inputrc working file.)

set bell-style visible
set convert-meta Off
set output-meta On
set input-meta On
set completion-ignore-case on
set completion-query-items 150
set mark-directories on
set visible-stats On
set show-all-if-ambiguous On
set expand-tilde On
"\e[D": backward-char
"\e[C": forward-char
"\e[A": history-search-backward
"\e[B": history-search-forward
"\e[7~": beginning-of-line
"\e[8~": end-of-line
"\e[1~": beginning-of-line
"\e[4~": end-of-line
"\e[3~": delete-char
"\e[2~": menu-complete
"\M-[2~": paste-from-clipboard # Insert
"\M-q": menu-complete
"\C-d": delete-char
"\C-l": clear-screen
"\C-xdf": dump-functions
"\C-xdv": dump-variables
"\C-xdm": dump-macros

(Type man bash if you want to get more information about what these lines do)

In the .Xdefaults file, put the following lines:
(Copy all from .Xdefauts working file.)

Rxvt*background: Black
Rxvt*foreground: White
Rxvt*saveLines: 65535
Rxvt*termName: xterm
Rxvt*geometry: 143x64+0+0
Rxvt*loginShell: true
Rxvt*font: "Lucida Console-11"
Rxvt*cutchars: ‘"’&()*,;<=>? []{|}

These are just examples of terminal properties, you can change them to fit your needs.
Type man rxvt to view all available properties.

14. Open a new cygwin terminal window. The window should be black with white text and the prompt should like this: [~]$
If not, then go through the last 4 steps again and make sure you haven’t missed out anything.

15. Moshell installation (Run program cygwin)
Follows these steps if you already have a working Cygwin environment.
• Put the moshellxxx.zip file in c:\cygwin\tmp (copy moshell16.0zip file here)
• Open the cygwin shell and go the /tmp directory.

Link download      Moshell 11.0b
                                Moshell 18.0m
                                Moshell 19.0c

Run the following:

Cd /tmp
unzip -o moshellxxx.zip
bash moshell_install

# You can go home (C:/cygwin/home) copy moshell and moshell logfile folder from
working file.

16. Running moshell for the first time
If you have set the PATH variable correctly in your ~/.bashrc file, you should be
able to run moshell from any directory.

Example : moshell 169.254.1.1

# If unknown command --- go home (C:/cygwin/home/moshell) check jarxml file and copy from working jarxml file.

Working Jarxml with complete MoM

If you facing any problem, please share here and i'll glad to help you all ;)

82 comments:

  1. Perfect and clean install! thanks mate

    ReplyDelete
    Replies
    1. Help To Be Great :): How To And Install Latest Moshell >>>>> Download Now

      >>>>> Download Full

      Help To Be Great :): How To And Install Latest Moshell >>>>> Download LINK

      >>>>> Download Now

      Help To Be Great :): How To And Install Latest Moshell >>>>> Download Full

      >>>>> Download LINK ao

      Delete
  2. jarxml link broken

    ReplyDelete
  3. tolong share file cygwin_install.txt

    ReplyDelete
  4. Where are the working files for each file?

    ReplyDelete
  5. please help me install moshell Ericsson with

    ReplyDelete
    Replies
    1. folow step in this video
      https://www.youtube.com/watch?v=mBg4-gYeHaY&t=16s

      Delete
  6. https://www.youtube.com/watch?v=mBg4-gYeHaY&t=16s

    ReplyDelete
  7. Installation Loshell for WSL windows 10 instead of cygwin

    https://www.youtube.com/watch?v=mBg4-gYeHaY&t=16s

    ReplyDelete
    Replies
    1. thank you dear . can you share download link for new version of Moshell?

      Delete
    2. How do we run dcgm file from local path in WSL moshell ?

      Delete
    3. moshell ~/moshell_logfiles/logs_moshell/dcg/[ID_ENODE]/[DATE_CREATE]/{FILE_dcgm:Ej[ID_ENODE_DATE_CREATE_CST_MSRBS-L_CXP9024418-6_R21U53_dcgm.zip]}

      Delete
  8. I have problem, when in integrate 4G LTE
    I cannot open port TN B on Baseband 5216/5212
    acc LM=1,IntegrationUnlock=1 activate
    It not working.
    help me please....

    ReplyDelete
    Replies
    1. the correct procedure is:

      Integration Unlock (eg for nodes without a LKF)

      RBS579 > acc integration activate

      Call Action activate on following 1 MOs ?
      ===================================================================================
      1469 SystemFunctions=1,Lm=1,IntegrationUnlock=1
      ===================================================================================
      Call action activate on 1 MOs. Are you Sure [y/n] ? y

      =================================================================================================================
      Proxy MO Action Nr of Params
      =================================================================================================================
      1469 Lm=1,IntegrationUnlock=1 activate 0
      >>> Return value = true

      =================================================================================================================
      Total: 1 MOs attempted, 1 MOs actioned

      Delete
    2. acc Lm=1,EmergencyUnlock=1 activate

      Delete
  9. PLS how to upgrade moshell 18 to moshell 20c pls anyone hellp me

    ReplyDelete
  10. https://drive.google.com/drive/folders/1a-nmYssHoS0N8J-8gOLeZSe5o3Ro6kXl

    moshell20.0h

    ReplyDelete
  11. [~]$ unzip -o moshell9.0h.zip
    Archive: moshell9.0h.zip
    inflating: moshell.tgz
    inflating: moshell_install
    [~]$ bash moshell_install
    #########################################
    Installation of Moshell 9.0h
    #########################################



    Please choose the type of installation.
    0) Full Version
    1) Restricted+
    2) Restricted
    3) Limited
    Your Choice (0, 1, 2, or 3): 0
    Please enter the following absolute pathes (auto-completion using ):

    - Directory where moshell should be installed:

    There is already an moshell in that directory. Do you want to reuse the same java/perl pathes? [y/n] y
    Java=/cygdrive/c/Windows/system32/java
    Perl=/usr/bin/perl

    Moving old moshell directory to /home/Administrator/moshell_8.0p_111023_0515...
    Moshell will be installed in /home/Administrator

    ReplyDelete
    Replies
    1. Hi brother, i tried to install latest version 24.0a over 23.0v.but i am getting an error permission denied to anf renaming of old moshell directory failed. Please advice.

      Delete
  12. After zigwin & moshell installation.below txt indicated at Zigwin window

    ': not a valid identifierMAND
    : not founds: -FX’
    : invalid option name
    : invalid option name
    : invalid shell option name
    : invalid shell option name
    : invalid shell option name
    : invalid shell option name
    : invalid shell option name
    : invalid shell option name
    [~]$

    ANY reason?

    ReplyDelete
  13. moshell 21.0a

    https://www.4shared.com/s/fRT3eoroVea

    ReplyDelete
  14. Replies
    1. O pessoal do GAM já estão usando uma versão novíssima...
      Se por acaso encontrar um link da 21.0 manda ai meu brother, vc está no projeto da TIM né?

      Delete
  15. After installing moshell, the installtion went on fine but when I wanted to loggin on baseband 6630 it wrote "MO service missing Not Ok" pls what's the way put

    ReplyDelete
  16. NEW MOSHEL VER? MOSHELL21.0E NXET VER?

    ReplyDelete
  17. https://www.4shared.com/zip/aq9IFvtPea/moshell210e.html

    ReplyDelete
  18. tengo un problema con moshell a la hora de sacar vswr con el comando invxr no obtengo los datos de vswr del rru 4499.ayuda con ese tema

    ReplyDelete
    Replies
    1. checa con el comando PST y ve si se genera el scanner

      Delete
  19. Any link L20.Q1.. DU/BB software?

    ReplyDelete
  20. any one have a link for the latest moshell version?
    moshell 21.0f or latest

    ReplyDelete
  21. finally i found the latest version of moshell version 21.0m

    with my best wishes, Use this link to download

    https://www.4shared.com/rar/-x44GLcOiq/moshell210m.html

    ReplyDelete
  22. Hi,
    any new wersion of moshell, maybe 21.0n or newer?

    ReplyDelete
  23. https://www.4shared.com/zip/JLmkLiEtea/moshell210y.html

    ReplyDelete
  24. when I want to connect BB or DUW I'm facing (MO service IP Not Ok)
    please help.

    ReplyDelete
  25. the last version of moshell not supported by last version of cygwin 32bit
    anay solution fir this issue ? thanks

    ReplyDelete
  26. Help To Be Great :): How To And Install Latest Moshell >>>>> Download Now

    >>>>> Download Full

    Help To Be Great :): How To And Install Latest Moshell >>>>> Download LINK

    >>>>> Download Now

    Help To Be Great :): How To And Install Latest Moshell >>>>> Download Full

    >>>>> Download LINK KL

    ReplyDelete
  27. https://www.4shared.com/zip/mMa_Vxfciq/moshell220f.html

    ReplyDelete
  28. Hello Guys
    I need a moshell command to check baseband performance who know this command ?

    ReplyDelete
  29. Hello Guys
    I need a moshell 22 .0j

    ReplyDelete
  30. how to install moshell220f on win 10 64bit? https://www.4shared.com/zip/mMa_Vxfciq/moshell220f.html

    ReplyDelete
  31. Hello Guys
    How can I install Moshell 64bit?

    ReplyDelete
  32. https://mega.nz/file/LSZyyCwB#OBcTESKb6-q5z6rNkUVwolcyBSJ9US7OIkYZdKct6t8 moshell22.0u

    ReplyDelete
  33. https://mega.nz/file/LSZyyCwB#OBcTESKb6-q5z6rNkUVwolcyBSJ9US7OIkYZdKct6t8 moshell22.0u 64bit

    ReplyDelete
  34. moshell22.u 32bit want prz~~~~

    ReplyDelete
    Replies
    1. 64bit installation steps same as 32bit. Just install cygwin 64bit first then new moshell. Very easy.

      Delete
  35. MoShell 23.0c : https://www.mediafire.com/file/klpwodoz7zid8ij/moshell23.0c.zip/file

    ReplyDelete
  36. https://www.4shared.com/rar/l1QrRlhYjq/moshell230k_cygwin64.html

    ReplyDelete
  37. https://www.4shared.com/s/fqRrPqRxOku

    ReplyDelete
  38. Try this one: https://drive.google.com/file/d/1uHGOP42CK0gVdLbTcP5hnCabhwCg95eL/view

    ReplyDelete
  39. Moshell24.0a: https://drive.google.com/file/d/1uHGOP42CK0gVdLbTcP5hnCabhwCg95eL/view

    ReplyDelete
  40. MoShell 24.0d
    https://mega.nz/file/bhpTALDQ#g-7x98hzFXnnCHKX6T5isxIUwoBlyKLQO-9zCJwCZvM

    ReplyDelete
    Replies
    1. moshell24.0g
      https://mega.nz/file/XwJABIhZ#uKonmH...Xc6vFtapbeKhmw

      Delete
  41. Sorry, but encrypted.

    ReplyDelete
  42. https://mega.nz/file/XwJABIhZ#uKonmHWHWiDy5T6aThqi__7bMA3KZXc6vFtapbeKhmw

    ReplyDelete
  43. Hi. Does anyone have a new version of moshell?

    ReplyDelete
    Replies
    1. https://mega.nz/file/ymxW2CzZ#LtUlDWmWV9A1LHnjEZCFpaAh_60eoHmRAerwv8j9cSY

      Delete
    2. Thank you. Much appreciated.

      Delete
  44. Can someone please share the latest version of MoShell?

    ReplyDelete
  45. MoShell 24.0s
    https://mega.nz/file/nmgXWABK#nI9G4j9ABCBKZ_GJBd4111dq6MkDOOQOu4XFzQoA_lU

    ReplyDelete
  46. Does anyone have a link for MoShell 24.0t download?

    ReplyDelete
  47. Does anyone have a link to download the latest version of MoShell? I currently have version 24.0c.

    ReplyDelete
  48. Does anyone have a link to download a version of MoShell other than 24.0c, preferably the latest release?

    ReplyDelete
  49. https://send.tresorit.com/a#vNiLPRrGT_fh4qUVXG_PtA

    ReplyDelete
  50. Any link for MoShell 24.0t?

    ReplyDelete