ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Installing Scale Tools on Windows Server Core from Command Line

    IT Discussion
    windows windows server scale scale hc3 virtio command line sam windows administration ipconfig ethernet nic
    2
    7
    3.2k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller
      last edited by

      If you run Windows Servers without a GUI you have to deal with getting drivers installed that are not included in the base install. On Scale we need things like storage and network drivers installed before we are able to get our server online in order to use other tools.

      On a standard Windows install on Scale, without any extra disks being added, our Scale Tools ISO image is going to be default mounted as the E drive. So from a command line we need to cd into the e drive and run the Scale Tools installer utility which, for AMD64 machines, is called scale-virtio-win-x64.msi

      cd e:\
      ./scale-virtio-win-x64.msi
      

      This will pop up a graphical tool for installing:

      0_1468950517568_Screenshot from 2016-07-19 13:44:24.png

      0_1468950560432_Screenshot from 2016-07-19 13:49:03.png

      Once you have done this, your Ethernet NIC(s) should be working and if you have DHCP enabled you will likely see things "just working".

      0_1468950628126_Screenshot from 2016-07-19 13:49:49.png

      1 Reply Last reply Reply Quote 5
      • dafyreD
        dafyre
        last edited by

        I'm unfamiliar with the Server Core setup... but can't you install these drivers as part of the Windows installation process?

        scottalanmillerS 1 Reply Last reply Reply Quote 0
        • scottalanmillerS
          scottalanmiller @dafyre
          last edited by

          @dafyre said in Installing Scale Tools on Windows Server Core from Command Line:

          I'm unfamiliar with the Server Core setup... but can't you install these drivers as part of the Windows installation process?

          Storage yes, but I'm unaware of a simple way during a stock install to include other drivers. The storage ones are requested, and necessary, during the install. Otherwise the installation location does not show up (unless you don't use VirtIO block devices.) You can definitely add the tools into an image, and there is probably a way to include Ethernet devices ahead of time, but I'm not used to the installation process to know where it happens.

          dafyreD 1 Reply Last reply Reply Quote 0
          • dafyreD
            dafyre @scottalanmiller
            last edited by

            @scottalanmiller said in Installing Scale Tools on Windows Server Core from Command Line:

            @dafyre said in Installing Scale Tools on Windows Server Core from Command Line:

            I'm unfamiliar with the Server Core setup... but can't you install these drivers as part of the Windows installation process?

            Storage yes, but I'm unaware of a simple way during a stock install to include other drivers. The storage ones are requested, and necessary, during the install. Otherwise the installation location does not show up (unless you don't use VirtIO block devices.) You can definitely add the tools into an image, and there is probably a way to include Ethernet devices ahead of time, but I'm not used to the installation process to know where it happens.

            I just select all 3 of the INF files and go... It's always installed everything for me, lol... Just point it at the folder for the right OS and 32 or 64 bit... (Note: This is the way I did it in Scale v4.3... I've not had a chance to use their newer stuff yet.

            scottalanmillerS 1 Reply Last reply Reply Quote 0
            • scottalanmillerS
              scottalanmiller @dafyre
              last edited by

              @dafyre said in Installing Scale Tools on Windows Server Core from Command Line:

              @scottalanmiller said in Installing Scale Tools on Windows Server Core from Command Line:

              @dafyre said in Installing Scale Tools on Windows Server Core from Command Line:

              I'm unfamiliar with the Server Core setup... but can't you install these drivers as part of the Windows installation process?

              Storage yes, but I'm unaware of a simple way during a stock install to include other drivers. The storage ones are requested, and necessary, during the install. Otherwise the installation location does not show up (unless you don't use VirtIO block devices.) You can definitely add the tools into an image, and there is probably a way to include Ethernet devices ahead of time, but I'm not used to the installation process to know where it happens.

              I just select all 3 of the INF files and go... It's always installed everything for me, lol... Just point it at the folder for the right OS and 32 or 64 bit... (Note: This is the way I did it in Scale v4.3... I've not had a chance to use their newer stuff yet.

              At what stage are you selecting them?

              dafyreD 1 Reply Last reply Reply Quote 0
              • dafyreD
                dafyre @scottalanmiller
                last edited by

                @scottalanmiller said in Installing Scale Tools on Windows Server Core from Command Line:

                @dafyre said in Installing Scale Tools on Windows Server Core from Command Line:

                @scottalanmiller said in Installing Scale Tools on Windows Server Core from Command Line:

                @dafyre said in Installing Scale Tools on Windows Server Core from Command Line:

                I'm unfamiliar with the Server Core setup... but can't you install these drivers as part of the Windows installation process?

                Storage yes, but I'm unaware of a simple way during a stock install to include other drivers. The storage ones are requested, and necessary, during the install. Otherwise the installation location does not show up (unless you don't use VirtIO block devices.) You can definitely add the tools into an image, and there is probably a way to include Ethernet devices ahead of time, but I'm not used to the installation process to know where it happens.

                I just select all 3 of the INF files and go... It's always installed everything for me, lol... Just point it at the folder for the right OS and 32 or 64 bit... (Note: This is the way I did it in Scale v4.3... I've not had a chance to use their newer stuff yet.

                At what stage are you selecting them?

                During the install process... the same place where you go when you're picking the storage drivers.

                scottalanmillerS 1 Reply Last reply Reply Quote 0
                • scottalanmillerS
                  scottalanmiller @dafyre
                  last edited by

                  @dafyre said in Installing Scale Tools on Windows Server Core from Command Line:

                  @scottalanmiller said in Installing Scale Tools on Windows Server Core from Command Line:

                  @dafyre said in Installing Scale Tools on Windows Server Core from Command Line:

                  @scottalanmiller said in Installing Scale Tools on Windows Server Core from Command Line:

                  @dafyre said in Installing Scale Tools on Windows Server Core from Command Line:

                  I'm unfamiliar with the Server Core setup... but can't you install these drivers as part of the Windows installation process?

                  Storage yes, but I'm unaware of a simple way during a stock install to include other drivers. The storage ones are requested, and necessary, during the install. Otherwise the installation location does not show up (unless you don't use VirtIO block devices.) You can definitely add the tools into an image, and there is probably a way to include Ethernet devices ahead of time, but I'm not used to the installation process to know where it happens.

                  I just select all 3 of the INF files and go... It's always installed everything for me, lol... Just point it at the folder for the right OS and 32 or 64 bit... (Note: This is the way I did it in Scale v4.3... I've not had a chance to use their newer stuff yet.

                  At what stage are you selecting them?

                  During the install process... the same place where you go when you're picking the storage drivers.

                  I rarely do modifications at that stage. Still, handy to have a simple option because a lot of people will get the install done and find that there is no networking and need to know what to do at that point. 🙂

                  1 Reply Last reply Reply Quote 2
                  • 1 / 1
                  • First post
                    Last post