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

    ESXi 6.7 Troubleshooting

    Scheduled Pinned Locked Moved IT Discussion
    102 Posts 10 Posters 7.8k Views
    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.
    • G I JonesG
      G I Jones @pmoncho
      last edited by

      @pmoncho Thank you. The only thing I haven't tried that you listed yet is the Dell ESXi 6.7 U2 version part. Trying that now.

      pmonchoP 1 Reply Last reply Reply Quote 0
      • pmonchoP
        pmoncho @G I Jones
        last edited by pmoncho

        @G-I-Jones said in ESXi 6.7 Troubleshooting:

        @pmoncho Thank you. The only thing I haven't tried that you listed yet is the Dell ESXi 6.7 U2 version part. Trying that now.

        Give it a shot. It doesn't take that long to install and/or upgrade.

        Also, where are you installing ESXI? On HD, USB or SD card?

        G I JonesG 1 Reply Last reply Reply Quote 0
        • G I JonesG
          G I Jones @pmoncho
          last edited by

          @pmoncho Directly to HD

          pmonchoP 1 Reply Last reply Reply Quote 0
          • pmonchoP
            pmoncho @G I Jones
            last edited by

            @G-I-Jones said in ESXi 6.7 Troubleshooting:

            @pmoncho Directly to HD

            This is fine for a lab but do not do this for production. It could make upgrading/reloading much more difficult later.

            For VMware, I would use USB or SD cards if possible. ESXI is only like 500 MB's and that is it. You can store the ESXi logs on normal storage. There are numerous sites out there with instructions.

            pmonchoP G I JonesG 2 Replies Last reply Reply Quote 1
            • pmonchoP
              pmoncho @pmoncho
              last edited by

              @pmoncho

              You really only need a 4GB USB key but I like to use 8GB or higher as they are still cheap for a higher quality USB key.

              S 1 Reply Last reply Reply Quote 0
              • DustinB3403D
                DustinB3403
                last edited by

                ESXi recommends SD card, USB is a bit to fragile for the number of writes you'd be making to it.

                pmonchoP S 2 Replies Last reply Reply Quote 0
                • G I JonesG
                  G I Jones @pmoncho
                  last edited by

                  This is fine for a lab but do not do this for production. It could make upgrading/reloading much more difficult later.

                  For VMware, I would use USB or SD cards if possible. ESXI is only like 500 MB's and that is it. You can store the ESXi logs on normal storage. There are numerous sites out there with instructions.

                  Wow, I had no idea. We've been doing it wrong for over a year now :man_facepalming_medium_skin_tone:

                  1 Reply Last reply Reply Quote 0
                  • pmonchoP
                    pmoncho @DustinB3403
                    last edited by pmoncho

                    @DustinB3403 said in ESXi 6.7 Troubleshooting:

                    ESXi recommends SD card, USB is a bit to fragile for the number of writes you'd be making to it.

                    I agree with @DustinB3403 My new 440 has SD cards in a RAID 1 so I feel much better.

                    On the flip side, I have only had four USB keys go bad on me in 11 years with 13 servers. It is not a big sample size but it is something.

                    I like to use SanDisk Ultra Fit 32GB. Going strong for 6 years so far. Plus they are small so it can won't mess with the bezel or knock it with your hand or shoulder. Transcend kinda suck. Had three of those go bad on me over 8 years.

                    G I JonesG DashrenderD 2 Replies Last reply Reply Quote 0
                    • G I JonesG
                      G I Jones @pmoncho
                      last edited by G I Jones

                      @pmoncho how do you deal with USB or SD card failures in this instance? Is there a way to program a replacement or would it be as easy as re-downloading ESXi onto another USB/SD and inserting that as a replacement?

                      G I JonesG travisdh1T 2 Replies Last reply Reply Quote 0
                      • G I JonesG
                        G I Jones @G I Jones
                        last edited by

                        ....Mirroring aside

                        pmonchoP 1 Reply Last reply Reply Quote 0
                        • pmonchoP
                          pmoncho @G I Jones
                          last edited by

                          @G-I-Jones

                          You can use these instructions or others you find on google.
                          https://kb.vmware.com/s/article/2042141

                          So, if the USB dies, you reload the same version of ESXi onto new USB key, keeping the storage drive in tact, set IP address and then restore the config and reboot. Boom! all done. It is that easy as I had to do it once.

                          I recommend backing up the config every time you make a change. I never really delved into profiles either but from what I hear, you can save those in vCenter. Once you add the server back, reload the profile, reboot and you should be good to go.

                          ESXi is loaded all into memory after boot up. Other than USB disk checks, nothing is stored on the USB key after the hypervisor is loaded. It mostly writes to the USB key on reboot/shutdown.

                          If you use a USB/SD key, you will need to create a log folder on your storage volume to save all the log files. After install, set the ScratchConfig parameter with the correct path and reboot (It is easy so don't worry).
                          https://kb.vmware.com/s/article/1033696

                          If you want to really go nuts on DR. Backup the config while it is loading, take out the USB key, use Linux (I use clonezilla) and clone the USB key. Then put the key back in the server. You should be good.

                          DashrenderD S 2 Replies Last reply Reply Quote 1
                          • DashrenderD
                            Dashrender @pmoncho
                            last edited by

                            @pmoncho said in ESXi 6.7 Troubleshooting:

                            On the flip side, I have only had four USB keys go bad on me in 11 years with 13 servers. It is not a big sample size but it is something.

                            WOW - that's huge! nearly 30% failure...

                            pmonchoP 1 Reply Last reply Reply Quote 0
                            • DashrenderD
                              Dashrender @pmoncho
                              last edited by

                              @pmoncho said in ESXi 6.7 Troubleshooting:

                              If you want to really go nuts on DR. Backup the config while it is loading, take out the USB key, use Linux (I use clonezilla) and clone the USB key. Then put the key back in the server. You should be good.

                              Did you mean loaded, as in online and working?

                              Why do it then and not just shut it down, pull it and make a copy?

                              pmonchoP 1 Reply Last reply Reply Quote 0
                              • pmonchoP
                                pmoncho @Dashrender
                                last edited by

                                @Dashrender said in ESXi 6.7 Troubleshooting:

                                @pmoncho said in ESXi 6.7 Troubleshooting:

                                If you want to really go nuts on DR. Backup the config while it is loading, take out the USB key, use Linux (I use clonezilla) and clone the USB key. Then put the key back in the server. You should be good.

                                Did you mean loaded, as in online and working?

                                Why do it then and not just shut it down, pull it and make a copy?

                                Oops my bad. Yes I did. typing in haste as I was headed out the door.

                                One can shut it down and then make a copy but I have done it while the system was up and running also.

                                1 Reply Last reply Reply Quote 0
                                • pmonchoP
                                  pmoncho @Dashrender
                                  last edited by

                                  @Dashrender said in ESXi 6.7 Troubleshooting:

                                  @pmoncho said in ESXi 6.7 Troubleshooting:

                                  On the flip side, I have only had four USB keys go bad on me in 11 years with 13 servers. It is not a big sample size but it is something.

                                  WOW - that's huge! nearly 30% failure...

                                  Yeah. The previous admin used shitty USB keys. Once I switched to Sandisk, I have not had any problems. One was and old USB key with a microcenter label, the other three were Transcend. Man, those SUCK!

                                  1 Reply Last reply Reply Quote 0
                                  • travisdh1T
                                    travisdh1 @G I Jones
                                    last edited by

                                    @G-I-Jones said in ESXi 6.7 Troubleshooting:

                                    @pmoncho how do you deal with USB or SD card failures in this instance? Is there a way to program a replacement or would it be as easy as re-downloading ESXi onto another USB/SD and inserting that as a replacement?

                                    Does your Dell have the SD card reader? If so, it runs the SD cards as a RAID1 array.

                                    I haven't installed ESXi myself ever (to expensive too quickly once you get into "I have to license this"). I'd want to use 2 usb drives in a mirror if going the usb route, but don't know if that is easy or possible with the installer.

                                    G I JonesG S 2 Replies Last reply Reply Quote 0
                                    • G I JonesG
                                      G I Jones @travisdh1
                                      last edited by

                                      @travisdh1 it doesn’t. I know if you order them specifically for ESXi then they ship it with either an SD or USB (can’t remember which) that’s already setup as RAID 1. Definitely a detail to remember for the future. Pushing hard to go Virtual after this last Ransomeware hit.

                                      1 Reply Last reply Reply Quote 1
                                      • NetworkNerdN
                                        NetworkNerd
                                        last edited by

                                        Here's a KB that matches the virtual machine hardware versions with product versions like you see when you try to create a VM - https://kb.vmware.com/s/article/1003746.

                                        Here's a list of capabilities that match to different virtual machine hardware versions - https://docs.vmware.com/en/VMware-vSphere/6.7/com.vmware.vsphere.vm_admin.doc/GUID-789C3913-1053-4850-A0F0-E29C3D32B6DA.html.

                                        So if you created a VM that was compatible with 6.7U2, it could not run on a host running any version of ESXi older than 6.7U2. In your case that won't be a problem since you are just getting started, but it is something to keep in mind if you build an environment with hosts on newer versions of ESXi later and want to move things around. Keep the VM hardware version at the right level for max flexibility / compatibility in the environment.

                                        G I JonesG 1 Reply Last reply Reply Quote 2
                                        • NetworkNerdN
                                          NetworkNerd
                                          last edited by

                                          Also, just for due diligence, I recommend checking the power profile on the server and ensure it is set to max performance. Turn off processor C-states as well to ensure you get all the firepower that host can give you. There's a host power power management policy setting in ESXi for each host that you can set to high performance as well.

                                          1 Reply Last reply Reply Quote 2
                                          • G I JonesG
                                            G I Jones @NetworkNerd
                                            last edited by

                                            @NetworkNerd, @pmoncho , I'm still having no luck over here. I've tried 6.5, 6.7 and 6.7 U2. All with Dell ESXi and without. Dell is saying that they think it's because this specific server doesn't have a PERC cache. Does that sound like nonsense to you all or not? I know the previous machine (which I had 0 zero issues other than forgetting to install VMWare Tools on initially), worked fine, but it DOES have a PERC cache...

                                            pmonchoP 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 2 / 6
                                            • First post
                                              Last post