Creating a Directory in Ericsson ENM

Hello Experts,

How can I create a directory in Ericsson ENM? Looking forward to your guidance.

1 Like

mkdir dirname

1 Like

Thanks. Should I log in to an eNodeB before running this?

1 Like

What is the purpose of this directory in ENM?

1 Like

I need to execute a command on multiple nodes.

1 Like

Use WinSCP.

WinSCP is a tool used for running scripts and managing configuration files.

If you have this tool, you can execute commands on multiple nodes.

1 Like

I believe you should involve the ENM team in your network for assistance. They have extensive knowledge of Linux commands.

1 Like

Maybe AMOSBatch could be helpful for you.

I believe you are already familiar with this procedure: :point_down:

2 Likes

you can use any unix commands via moshell/amos/amosbatch if you put ā€œ!ā€ or ā€œlā€ at the beginning of the line

!/l
Execute a unix command on the PC/workstation
Either the ! or l can be used.
Examples:

  1. l pwd (or the alias lpwd) - to know the current unix working directory
  2. l cd scripts/rbs3 (or the alias lcd) - to change the current working directory