Latest post Thu, Jun 22 2023 11:55 AM by Christian. 12 replies.
Page 1 of 1 (13 items)
Sort Posts: Previous Next
  • Sun, Mar 18 2018 11:16 AM

    • mkj
    • Top 500 Contributor
    • Joined on Thu, Oct 13 2005
    • Sweden
    • Posts 492
    • Points 6,565

    How configure so the UPS can shut down the Nexis?

    With Windows server this was a easy thing, but now, how to?

    Does someone have a solution here?

     

     

  • Mon, Mar 19 2018 6:27 PM In reply to

    • BobRusso
    • Top 50 Contributor
    • Joined on Thu, Oct 13 2005
    • New Jersey
    • Posts 2,436
    • Points 30,240
    • ! Avid Employee
      Moderator: Avid ISIS
      Moderator: Avid NEXIS & NEXIS EDGE
      Moderator: Avid Storage Products

    Re: How configure so the UPS can shut down the Nexis?

    It is currently not an option to have an UPS to shut down the NEXIS on the event of power loss. This is planned for a future release.

    https://www.youtube.com/avidevangelistbob [view my complete system specs]

    -- Bob Russo Post-Production Workflow Manager - NFL Films

    Bob Russo on Expert Connections

  • Fri, Apr 20 2018 8:09 AM In reply to

    Re: How configure so the UPS can shut down the Nexis?

    Bob, do you have a link to the procedure with ISIS?

    Symphony 8.8.x w/Avid Nitris DX, HP z420, Windows 10, QT v7.7.x, Hexa Core 3.2GHz, 16GB RAM, nVidia Quadro Series 2000 w/353.82. 2TB Boot, 2 x 3TB internal... [view my complete system specs]

    "There are few technological barriers.  You can fix almost anything if you throw enough money at it."
    *******************************
    Randall L. Rike, ACI, ACSR Mac*Win*Unity*ISIS*DS
    Systems Engineer @ BET Networks [a Viacom company]
    (wwld)

  • Thu, Dec 31 2020 9:19 PM In reply to

    • binba
    • Not Ranked
    • Joined on Mon, Jan 15 2007
    • Posts 105
    • Points 1,490

    Re: How configure so the UPS can shut down the Nexis?

    Following up on this. No updates? :-) Not seeing anything in the latest documentation.

    A core part of every Avid admin's existence is the dreaded late-night power outage... it's really something that can be automated. Hell, for those who want to be extra cautious, allow setting a permission schedule; so auto-shutdown is enabled off-hours only.

    (15 years ago I set up a Mac online bay, with an APC UPS and a serial port shutdown link. The instant I plugged in the cable to the Mac, BAM, the UPS turned itself off and took the bay down with it.)

  • Thu, Dec 31 2020 9:25 PM In reply to

    • BobRusso
    • Top 50 Contributor
    • Joined on Thu, Oct 13 2005
    • New Jersey
    • Posts 2,436
    • Points 30,240
    • ! Avid Employee
      Moderator: Avid ISIS
      Moderator: Avid NEXIS & NEXIS EDGE
      Moderator: Avid Storage Products

    Re: How configure so the UPS can shut down the Nexis?

    Still not a feature in NEXIS. Talk to your friendly Avid Sales person.

     

    https://www.youtube.com/avidevangelistbob [view my complete system specs]

    -- Bob Russo Post-Production Workflow Manager - NFL Films

    Bob Russo on Expert Connections

  • Wed, Apr 7 2021 6:13 PM In reply to

    • Pol
    • Top 500 Contributor
    • Joined on Thu, Oct 13 2005
    • Belgium
    • Posts 279
    • Points 3,715

    Re: How configure so the UPS can shut down the Nexis?

    This would be a great feature.

    We also have a UPS but it's useless when the power runs out beyond bussiness hours.

    So please, because reliability is important, make it happen.

    Regards,

  • Wed, Apr 7 2021 7:09 PM In reply to

    • mkj
    • Top 500 Contributor
    • Joined on Thu, Oct 13 2005
    • Sweden
    • Posts 492
    • Points 6,565

    Re: How configure so the UPS can shut down the Nexis?

    I've heard that Avid think it's no big deal if the power runs out....no danger. (well, you maybe lose 14 mins work in worst case if auto save is set on 15 mins)

    Maybe more important to have surge protectors.

  • Fri, Apr 9 2021 8:41 AM In reply to

    • Pol
    • Top 500 Contributor
    • Joined on Thu, Oct 13 2005
    • Belgium
    • Posts 279
    • Points 3,715

    Re: How configure so the UPS can shut down the Nexis?

    I would like to speak to the person who said that. Was he serious? I suppose Nexis has a very secret feature that any vendor of hardware would want to implement. But Avid keeps it for their own use because.... well because that feature doesn't exist.

    It's nonsense. Losing power is very bad for any server, including Nexis.

  • Thu, Jun 15 2023 11:48 AM In reply to

    • Christian
    • Not Ranked
    • Joined on Tue, Aug 4 2020
    • Germany
    • Posts 16
    • Points 240

    Re: How configure so the UPS can shut down the Nexis?

    As of June 2023: Is it possible now to trigger a shutdown with Version 2023.3.0? I found a note in the Setup and maintenance guide regarding an UPS and in the Administration Guide there is a note regarding read-only SNMP monitoring. Is there something I might have missed?

    HP Z440, Xeon E5-1650 @ 3,5GHz, 32GB RAM, Nvidia Quadro K220, 512GB SSD, MojoDX, Nexis 18.10.09. [view my complete system specs]
  • Thu, Jun 15 2023 2:59 PM In reply to

    Re: How configure so the UPS can shut down the Nexis?

    Hi Christian, 
    The only way I can think of is using a script that can be run from any linux host, to shut dows all system's engines. If you trigger such script with the UPS than technically it solves your problem. 
    Plese note - although we tried this - it's not a formally supported procedure by Avid!

    So just for those who know what they're doing:
    The .sh script would be something like this (with your IP's and credentials of course Smile )

    #!/bin/bash

    curl -k 'https://192.168.10.221:5015/agent?context=5815&r=avid_internal&type=shutdown&pass=XXXX' &

    curl -k 'https://192.168.10.222:5015/agent?context=5815&r=avid_internal&type=shutdown&pass=XXXX' &

    curl -k 'https://192.168.10.223:5015/agent?context=5815&r=avid_internal&type=shutdown&pass=XXXX' &

    curl -k 'https://192.168.10.224:5015/agent?context=5815&r=avid_internal&type=shutdown&pass=XXXX' &

    curl -k 'https://192.168.10.19:5015/agent?context=5815&r=avid_internal&type=shutdown&pass=XXXX' &

    MBP M1 Max, 64gig, Sequoia 15.4.1 [view my complete system specs]
  • Fri, Jun 16 2023 11:12 AM In reply to

    • Christian
    • Not Ranked
    • Joined on Tue, Aug 4 2020
    • Germany
    • Posts 16
    • Points 240

    Re: How configure so the UPS can shut down the Nexis?

    Hello Luke,

    just tried this - works like a charm, thank you for letting us know. 

    For anybody reading: Integrate a wait time after each command to shut the engines and media packs down in the correct order (the order the Admin / Maintenance Guide suggests). If you use the script as above without a waiting time in between it will fire all commands at once and you risk not getting them shutdown in the order as written.

    Best regards,
    Christian

    HP Z440, Xeon E5-1650 @ 3,5GHz, 32GB RAM, Nvidia Quadro K220, 512GB SSD, MojoDX, Nexis 18.10.09. [view my complete system specs]
  • Fri, Jun 16 2023 7:31 PM In reply to

    • d-media
    • Not Ranked
    • Joined on Tue, Nov 5 2013
    • Posts 100
    • Points 1,040

    Re: How configure so the UPS can shut down the Nexis?

    From what do you execute the script? The UPS - a Standalone Linux Box or...?

    Could I do it from a Qnap or Synolgy that already has a UPS on it?

    a/ Intel NUC Core i9-9980HK (8c/16t) 64GB DDR4-2667 | Nvidia RTX3060 12GB | Windows 11 Pro 22H2 | Media Composer 2023.12 | DaVinci Resolve Studio 18.6... [view my complete system specs]

    Kim G. Rasmussen | Design & Media | Independent AV/IT-Consultant

  • Thu, Jun 22 2023 11:55 AM In reply to

    • Christian
    • Not Ranked
    • Joined on Tue, Aug 4 2020
    • Germany
    • Posts 16
    • Points 240

    Re: How configure so the UPS can shut down the Nexis?

    I have the SNMP of my UPS trigger a script via SSH on a linux machine. That script triggers multiple other scripts to halt services and shutdown VMs, the NEXIS engines and sends out mails.

    HP Z440, Xeon E5-1650 @ 3,5GHz, 32GB RAM, Nvidia Quadro K220, 512GB SSD, MojoDX, Nexis 18.10.09. [view my complete system specs]
Page 1 of 1 (13 items)

© Copyright 2011 Avid Technology, Inc.  Terms of Use |  Privacy Policy |  Site Map |  Find a Reseller