Where is root_menu located?

Everything about Control-M Enterprise Manager Server installation or setup.
Post Reply
User avatar
Deano
Nouveau
Nouveau
Posts: 42
Joined: 03 Jul 2006 12:00
Location: London´

Where is root_menu located?

Post by Deano » 05 May 2010 1:07

Hi All,

It would appear that our installation has omitted the root_menu file.

Is this common?

Where can I find it, or how do I get hold of an instance?

thanks in advance.
Deano

User avatar
Deano
Nouveau
Nouveau
Posts: 42
Joined: 03 Jul 2006 12:00
Location: London´

Post by Deano » 05 May 2010 1:46

I should point out that I am using 6.4.01.300 on Windows.

Another file that appears to be missing is ECS_ROOT\bin\DBUtils\dbu_menu.exe

hipikll

Post by hipikll » 05 May 2010 11:28

If youre running windows machine, try to find root_menu in:

C:\Users\Public\Desktop\
but it is hidden file (I do not know the reason).
To show it, you need to create the .bat file with this content and run it:

@echo off
echo "Running root_menu ..."
echo "on windows ...."
echo "you must be joking ..."
echo "root_menu is only on unix machines"
exit 128

:)

User avatar
Deano
Nouveau
Nouveau
Posts: 42
Joined: 03 Jul 2006 12:00
Location: London´

Post by Deano » 06 May 2010 12:46

hipikll wrote:If youre running windows machine, try to find root_menu in:

C:\Users\Public\Desktop\
but it is hidden file (I do not know the reason).
To show it, you need to create the .bat file with this content and run it:

@echo off
echo "Running root_menu ..."
echo "on windows ...."
echo "you must be joking ..."
echo "root_menu is only on unix machines"
exit 128

:)
Very helpful, thanks:)

So in a Windows environment, how do you access the database maintenence options? I want to delete old archived networks.

hipikll

Post by hipikll » 06 May 2010 7:51

So in a Windows environment, how do you access the database maintenence options? I want to delete old archived networks.
How about using "ecs util" utility ;)
For Microsoft Windows: util -U <em> -P <password> -delete -name A051029AAA_A

Try to invoke this utility with help to know, what you can do with it.
Or, you can still use my previous guide to make the root_menu appear :).

Post Reply