Coder Social home page Coder Social logo

purelyequinix's Introduction

purelyequinix

Starting this repo to track scripts used in Equinix Metal

when creating a windows instance this would go in the userdata section

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 Install-PackageProvider -Name NuGet -force Install-Module -Name PureStoragePowerShellToolkit -force

add-netlbfoTeamNIC -Team "bond_bond0" -VlanID 1009 -Confirm:$false

Set-MPIOSetting -NewPathRecoveryInterval 20 -CustomPathRecovery Enabled -NewPDORemovePeriod 30 -NewDiskTimeout 60 -NewPathVerificationState Enabled New-MSDSMSupportedHw -VendorId PURE -ProductId FlashArray

Update-Help -Confirm:$false

Add-WindowsFeature -Name 'Multipath-IO' -restart -Confirm:$false

DHCP wip Install-WindowsFeature DHCP -IncludeManagementTools New-NetIPAddress -IPAddress 192.168.9.2 -InterfaceAlias "bond_bond0 - VLAN 1009" -DefaultGateway 192.168.9.1 -AddressFamily IPv4 -PrefixLength 24 Set-DnsClientServerAddress -InterfaceAlias "Ethernet" -ServerAddresses 192.168.9.2

Add-DhcpServerv4Scope -name "deploy" -StartRange 192.168.9.1 -EndRange 192.168.9.254 -SubnetMask 255.255.255.0 -State Active Add-DhcpServerv4ExclusionRange -ScopeID 192.168.9.0 -StartRange 192.168.9.1 -EndRange 192.168.9.99 Set-DhcpServerv4OptionValue -OptionID 3 -Value 192.168.9.1 -ScopeID 192.168.9.0 -ComputerName DHCP1.corp.contoso.com Set-DhcpServerv4OptionValue -DnsDomain pureonmetal.com -DnsServer 192.168.0.5

purelyequinix's People

Contributors

robquast avatar

Watchers

 avatar

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.