This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Rename RED Branch Name??

Hi
We have a UTM220 running firmware 9.100-16 and about 12 RED10 devices. The reds are named "reds01, reds02 ..." etc. I would like to give these more descriptive names, but I see that in the WebAdmin there doesn't seem to be a way. Am I missing something?

Is there *any* way to do this, even via a manual config/xml edit? When we get an alert that "redXX is down" it would be really helpful to not have to dig up my notes on which site that actually is.


This thread was automatically locked due to age.
Parents
  • In case anyone is interested: it is possible to change the RED name via command line (Shell/SSH) on the UTM with the "cc" config utility.

    If you don't know the "cc" utility, please respect these points:
    [LIST=1]
    • Take care, it's easy to do something terrible with this powerful utility.
    • "cc" represents the UTM configuration as a tree / directory and offers a command line just like a shell. The prompt shows where you are in the config tree (and in which mode).
    • "cc" also supports TAB completion:
      If the current mode + location allow to choose between several objects or commands, just hit TAB and you see all possible values. Then type one or more characters of the object you want, hit TAB again and see a filtered list. Continue until your object/command is completed.
    • Internally, all configuration objects have an id starting with "REF_".
      If there is a list of several objects just type REF_ and then use the TAB completion to choose one.
    [/LIST]

    Let's start - do the following as root:
    Start the config utility
    cc

    Switch to object manipulation mode
    OBJS

    Go to the right place in the config tree
    itfhw
    
    red_server

    Choose RED server ID - don't hit ENTER yet
    REF_

    Hit TAB to see all possible entries and complete the ID to the one you want.
    If the desired name is completed, hit ENTER.
    Now the configuration of the RED (server) is shown.
    The command prompt should similar to:
    127.0.0.1 OBJS itfhw red_server [REF_ItfRedReds1Redks] >


    Change the RED name
    name='My new name'
    

    The name will now be "reds1 (My new name)"

    Write configuration to disk
    w
    
    quit


    That's it!
    Cheers
    -maxhq
Reply
  • In case anyone is interested: it is possible to change the RED name via command line (Shell/SSH) on the UTM with the "cc" config utility.

    If you don't know the "cc" utility, please respect these points:
    [LIST=1]
    • Take care, it's easy to do something terrible with this powerful utility.
    • "cc" represents the UTM configuration as a tree / directory and offers a command line just like a shell. The prompt shows where you are in the config tree (and in which mode).
    • "cc" also supports TAB completion:
      If the current mode + location allow to choose between several objects or commands, just hit TAB and you see all possible values. Then type one or more characters of the object you want, hit TAB again and see a filtered list. Continue until your object/command is completed.
    • Internally, all configuration objects have an id starting with "REF_".
      If there is a list of several objects just type REF_ and then use the TAB completion to choose one.
    [/LIST]

    Let's start - do the following as root:
    Start the config utility
    cc

    Switch to object manipulation mode
    OBJS

    Go to the right place in the config tree
    itfhw
    
    red_server

    Choose RED server ID - don't hit ENTER yet
    REF_

    Hit TAB to see all possible entries and complete the ID to the one you want.
    If the desired name is completed, hit ENTER.
    Now the configuration of the RED (server) is shown.
    The command prompt should similar to:
    127.0.0.1 OBJS itfhw red_server [REF_ItfRedReds1Redks] >


    Change the RED name
    name='My new name'
    

    The name will now be "reds1 (My new name)"

    Write configuration to disk
    w
    
    quit


    That's it!
    Cheers
    -maxhq
Children
No Data