Utility Server Templete - Access

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • hayne5
    Whiz
    • Oct 2014
    • 37

    Utility Server Templete - Access

    Does anyone know why Avaya refused to give root access to the utlity server?

    Or at least why the 46xxsettings.txt file located in /var/www/html has to be owned by root making it impossilble to scp a update version to the server.

    Using the web interface is ok if you only have a couple of boxes. What happens when you have 100's or a thousand. Are you really expected to manual log into each web interface to make a simple update?

    My wish for Christmas is root access or making 46xxsettings.txt writable by 'admin'

    then you could.....

    Example

    server.list.txt - which contains x number of ip's on indivudual line representing your utility servers.

    192.168.1.10
    192.168.1.20
    192.168.1.30
    192.168.1.40
    192.168.1.50
    192.168.1.60
    192.168.1.70
    192.168.1.80
    192.168.1.90
    192.168.1.100


    46xx-update-script.sh - parse thru master 46xx file and change IP. upload file. continue

    #!/bin/bash
    SERVERLIST=server.list.txt
    while read serverip || [[ -n $serverip ]]; do
    sed s/search-for-this-string/$SERVER_IP/g 46xxsettings-master.txt | tee 46xxsettings.txt > /dev/null
    scp -o "LogLevel quiet" 46xxsettings.txt admin@$serverip:/var/www/html
    done <$SERVERLIST

    *ideally you would add in some error checking and logging, but off the cuff this appears it would work only if....


    Interested in knowing how other people manage large numbers of sites. Seems designed to be labor intensive when it could be so simple.

    David
  • mlombardi1
    Legend
    • Sep 2010
    • 533

    #2
    As a BP, I run into these roadblocks daily. This is a nice money-making scheme by Avaya to force us to call support for tasks we have the skills to perform ourselves, but are not permitted to arbitrarily.
    Meridian IT - Senior Engineer

    Comment

    • rossmitch
      Hot Shot
      • Apr 2010
      • 15

      #3
      David, what version of Utility server are you using as im sure some of them allowed root access as I have been in with root.
      Also, is it a system platform based one or a stand alone template in vmware
      Last edited by rossmitch; 01-02-2015, 04:00 PM.

      Comment

      • hayne5
        Whiz
        • Oct 2014
        • 37

        #4
        System Platform vsp-6.3.0.0-.18002.iso with CM 6.3.0.0.1105 using SurvRemoteEmbeded template (CM, BSM and Utility) and a patch on the utility server (util_patch_6.3.6.0.20.zip).

        thanks

        David

        Comment

        • rossmitch
          Hot Shot
          • Apr 2010
          • 15

          #5
          If it helps, I just logged into our utility server with the root login on that version Slightly different VSP version that yours, but same US version.


          [root@lab]# swversion
          ************************************************** *********************
          Avaya Utility Services
          ************************************************** **********************
          Version: util-6.3.0.0.20

          ================================================== =====================
          System Platform Information - Domain-0
          ================================================== =====================
          Version 6.3.4.08007.0

          Comment

          • hayne5
            Whiz
            • Oct 2014
            • 37

            #6
            Just tried on a couple of our systems.

            Log in initially as admin/admin01

            then su root with root01 as the password and it doesn't work.

            That works for dom0 and cdom.

            When installing it asks for passwords for

            root/admin/cust/LDAP and I leave those as default and just hit enter.

            Of course they are shown as *****

            thanks

            David

            Comment

            • mlombardi1
              Legend
              • Sep 2010
              • 533

              #7
              root is replaced with sroot, which is an ASG-only account.
              Meridian IT - Senior Engineer

              Comment

              Loading