Giter Club home page Giter Club logo

fix_deploystudio_nbi's Introduction

Fix DeployStudio NBI

Scipt for fixing DeployStudio NBI when moving from one server to another.

This script finds the IP address of en0 then sets the Server URL to match in the DeployStudio Netboot Image's on the server.

If the active IP address is on a different ethernet port change line 4 to match - change en0 to en1, for example. It is also assumed that SSL is used, if not make the appropriate change on line 4. I beleive this should work assuming default port is used:

SERVERURL="http://"`ifconfig | grep -A 1 en0 | grep netmask | awk '{print $2}'`":60080"

The script also accepts a list of NBIs in line 7. Change the items in the array to match the images under /Library/NetBoot/NetbootSP0.

The script will check to make sure the items exist before trying to fix them. It also displays the old setting and the new setting.

Once it has made the change it will restart the DeployStudio service.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.