Quantcast
Channel: VMware Communities : Discussion List - VMware ESXi 5
Viewing all 20614 articles
Browse latest View live

ESXi 5.1 whitebox - freeze issues

$
0
0

Hello friends!

 

Have just built an ESXi whitebox.

Specs:

CPU: AMD FX 6100

Mobo: Gigabyte GA-78LMT USB3

RAM: Corsair Value Series 2*8GB 1333 MHz 1.5V

PSU: Corsair CX 430V3

 

Will try to keep myself short.

The build installs and runs ESXI fine with 1 vm (Windows Server 2012).

Or it doesn't run fine. The thing is, anywhere in the process from boot to going live it can freeze.

Most common though is that it freezes after some time online.

It can happen after five minutes, also after one hour.

Symptom: It is like a blue flashing/blinking line across the screen. The same thing can also happen by the text on the screen. Like a blue shadow flashing/blinking.

 

While this happens, you cannot ping the server. Not use keyboard on the host.

I have tried other RAMs without any result. Tried the 8*2GB ram in my other computer which seems to work just fine.

Also tried installing Windows Server 2012 (as main OS) on the ESXi computer and it doesn't seem to crash (haven't tried for more than maybe three hours though).

I did enable virtulization in the bios as well.

 

I dont really know if the problem is the mobo/psu/cpu. Don't really think it is the RAM at this moment, can't be too sure though.

 

Any answer is amazing!

Thank you guys!


Can not simultaneously power on multiple VMs.. vim-cmd issue?

$
0
0

Hello all you good people.

 

I am facing an issue powering multiple VMs on simultaneously beyond some limit.

 

I have script which I use to power on my VMs. The script is supposed to take a list & power on given number of VMs.

--------------------------------------------------------------------------------------------------------------------------------------------------------------------

Here is how the script looks like -

 

enable_luns=$1
vmlist_file=$2
                                       
i=0;


while [ $i -lt $enable_luns ];
do
    i=`expr $i + 1`
    vmid=$( head -n $i $vmlist_file | tail -n 1 | awk '{print $1}')
    vm_name=$( head -n $i $vmlist_file | tail -n 1 | awk '{print $2}')
    echo "$vmid $vm_name"
    vim-cmd vmsvc/power.on $vmid &
done          ##  <= This is line 24 .

 

--------------------------------------------------------------------------------------------------------------------------------------------------------------------

This works absolutely fine with 48 VMs.

However, if I try to power on more VMs, I get following errors -

 

--------------------------------------------------------------------------------------------------------------------------------------------------------------------

# ./powerON_vms.sh 96 vmlist.txt


1 pegvm1
11 pegvm2
18 pegvm3
19 pegvm5
20 pegvm6
21 pegvm7
22 pegvm8
23 pegvm9
24 pegvm10
25 pegvm11
26 pegvm12
27 pegvm13

     .

     .

     .

     .

36 pegvm23
Powering on VM:
Powering on VM:
37 pegvm24
38 pegvm25
Powering on VM:

     .

     .

     .

     .

67 pegvm53
Powering on VM:
68 pegvm54
69 pegvm55
Powering on VM:
70 pegvm57
Failed to get current user.
terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc
71 pegvm58
Powering on VM:
72 pegvm59
73 pegvm60
Powering on VM:
Powering on VM:
74 pegvm6175 pegvm62
vim-cmd: error while loading shared libraries: libcrypt.so.1: cannot map zero-fill pages: Error 28
./powerON_vms.sh: line 24: can't fork
./powerON_vms.sh: line 24: can't fork
terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc

77 pegvm64
vim-cmd: error while loading shared libraries: libvmkctl.so: failed to map segment from shared object: Error 28
./powerON_vms.sh: line 24: can't fork
78
vim-cmd: error while loading shared libraries: libvmacore.so: failed to map segment from shared object: Error 28
./powerON_vms.sh: line 24: can't fork
./powerON_vms.sh: line 24: can't fork

80 pegvm66
./powerON_vms.sh: line 24: can't fork
pegvm67
82 pegvm69
83 pegvm70
vim-cmd: error while loading shared libraries: libvmkctl.so: failed to map segment from shared object: Error 28
84 pegvm71
85 pegvm72
vim-cmd: error while loading shared libraries: libvmkctl.so: failed to map segment from shared object: Error 28
Failed to get current user.
Powering on VM:
86 pegvm73
Powering on VM:
87 pegvm74
Powering on VM:
vim-cmd: error while loading shared libraries: libvmkctl.so: failed to map segment from shared object: Error 28
88
Powering on VM:
./powerON_vms.sh: line 24: can't fork

 

--------------------------------------------------------------------------------------------------------------------------------------------------------------------

 

Is this because of the shell's ulimits? Am I sending too many processes to background? I doubled shell stack size (512 KB to 1024) & the number of processes (64 to 128); but it still fails.

 

It is 32 core machine. All VMs are assigned 2GB memory (ESX has sufficient memory). It has ESX5.1.

 

What can be the issue? something wrong with vim-cmd? Appreciate your help.

I have big problems .... Lost my vCenter server

$
0
0

I am running ESXi 5.0 and vCenter 5.0.

 

Shortly after correcting some issues I had today in my Virtual Switches and Virtual adapters everything seemed to be doing great until ... All of a sudden my vSphere Vcenter server  went down.  Problem is that my vCenter server is a VM itself.

 

I have no access to vCenter console.  In ESX 4 you could use the Web Interface to connect to an individual host and manage the VM's from there.  In ESX 5 you can't (at least that I know of)...

 

I need to connect to my vSphere and vCenter to scope out the issue.  I now cannot ping the vCenter server.

 

This is critical because server of the servers that are on the same host are also unavailable.

 

Thanks

Impossible to connect disk/lun with esxi 5.1 on nas

$
0
0

Hello,

 

sorry for my english but I'm french... I have a problem with my esxi 5.1.... When I try to add storage, I have this message ====> HostDatastoreSystem.QueryVmfsDatastoreCreateOptions" for object "ha-datastoresystem" on ESXi "192.168.0.254" failed

 

1.PNG

2.PNG

3.PNG

4.PNG

 

 

I also added more image. It's not an esxi in production but it's just for more testing...

I don't uderstand why it's doesn't work !!!

 

Thanks in advance for your help...

ESXi 5 Intel 82579LM passthrough

$
0
0

Hi everyone,

 

i ask you to take a look at this issue: https://sourceforge.net/p/e1000/bugs/1/ I strongly believe that this is a problem with ESXi 5. I have been trying to get this to work for some weeks now...

 

Thanks in advance!

VMWare Migration

$
0
0

          Hi,

I am new to VMWARE moves, and have been given the task to migrate all VMs from one host to another. I assume I can plug a USB drive into the current host, download the VMDKs etc from teh data store and upload to the new server? Is there anything else I need to bear in mind?

 

Thanks

 

Geraint

Rescan All HBAs Take forever

$
0
0

Hello,

 

I'm experiencing very long wait time when performing rescan of HBAs and rescan of VMFS. These are FCOE HBAs on an HP Blade/Chassis system. My datastore consists of VMFS and RDMs.  I know that there is an issue with systems taking a long time to boot if there are RDMs, but I haven't experienced long wait time for a rescan of HBAs.  Any ideas?

 

thanks!!

VMFS 3 to 5 Upgrade

$
0
0

New host builds are version  ESX5i, however most of our current production environment is ESX 4.0.  We need to decide whether

to continue formating new datastores to VMFS 3.33 or version 5.  Should we convert the 3.33 ones (approximately 30 + LUNS)

to level 5 ?  What is the best way to do that to minimize any downtime ?  Thanks.


Detecting and Resolving Orphaned Snapshots in ESXi 5

$
0
0

In our old ESX 4 environment, I received some great help on detecting and resolving Orphaned snapshots via the following thread:

http://communities.vmware.com/thread/429119?start=0&tstart=0 

 

We just completed an upgrade to VMWare 5.1.  As it pertains to the snapshot recovery discussions on this thread, can anyone speak to the following:

1)  We were advised to run the following command on our datastores to detect any hidden orphaned snapshots.  This has worked well.  Do we continue with the equivalent in 5.1, or has it changed with the changes to the ESX kernel?


find /vmfs/volumes/ -name “*delta*” -type f -print0 | xargs -0 du --human-readable --total


2)  Are the procedures outlined in this thread listed above (assorted vmkfstools usage) for recovering from orphaned snapshots still applicable in the ESXi 5.1 host environment.

 

 

Jeff

VMware ESXi 5 vSphere Client with different ESXi 5 Servers

$
0
0

I have mutiple esxi 5 servers and not all of them are on the same version and it seems like vSphere Client will only connect to it if the esxi 5 server and client are on the same version.

 

How can I connect to different esxi 5 server versions with just one vSphere Client?

 

Thanks

5.1 ha config

$
0
0

i have HP inter core i7-2600 cpu 3.4 ghz and  HP intel xeon cpu e31240 3.30 ghz computer. i want to install esxi 5.1

 

Does it work ha and VMotion,DRS on computers. it is just for lab ...

How to preserve the Datastore Permanently in Evaluation version?

$
0
0

Hi

 

I am running an Evaluation version of ESXi5.0.0 (VMKernel Release  Build 469512), so can i update it to the latest version either online or offline to keep it compartible with all latest products & for better compartibility?

 

If i run out of Evaluation period means when it exceeds 60 days. I have to reinstall it. so when reinstalling is there any option to preserve all the previous data in the datastore?

 

thanks

Patching ESXi 5.x using esxcli: "instal" or "update"?

$
0
0

Hi community,

I'm just trying to apply the latest patch ESXi510-201303001.zip to my esxi host using command-line (no update-manager). I'm following guide from vmware knowledge base:

 

http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2008939

 

But I see there are two possible commands:

# esxcli software vib install -d "/vmfs/volumes/Datastore/DirectoryName/PatchName.zip"

or
# esxcli software vib update -d "/vmfs/volumes/Datastore/DirectoryName/PatchName.zip"


The only difference is "install" versus "update" and I did not find any explanation what the difference is. So which command should be used? Does it make any difference at all?

ESXi 5.1 Hangs on SSD

$
0
0

Hi,

 

I have ESX 5.1i installed on a kingstond 60 GB SSD and rest of the drive is used for cache. My VM's are running on NFS storage.

Installation of ESX went fine but is have an issue after a week or so the ESX host completely hangt and a hard reset is my only option. I never had this experience before running ESX4 with normal SATA storage.

 

I also tried the some config with OZC SSD storage and it had the same problems, tried a diferent host and same issues when installed on SSD.

 

So my question is it not recommended to install ESXi on a SSD, and if this setup is ok why is my ESX server hanging?

 

Is it because of the cache function i use or just because ESX is installed on SSD.

 

Please advise.

 

 

Hemant

vCenter Single Sign On master password

$
0
0

Hi guys

 

i do not remember admin@system-domain password

 

i wondring how to reset admin's account password

 

i tried to reset password by rsautil command line but i dont remember master password.

 

Anyway to reset password? can i find Master password in DB tables? or add new user admin user in DB?

 

Br

Bezar


VMkernel Ports NIC Configuration

$
0
0

Our system dates back to ESX 3.5 and was designed so that VMotion and Management traffic use the same vlan. There are 2 physical nic's in each of our ESXi hosts that are configured to carry this traffic.

 

On the virutal side, we have a vSwitch with VMKernel ports for Management and VMotion traffic. The physical nics are configured active/active for the vSwithc and active/standby for the VMKernel ports where one of the nic's is active for Management and the other is active for VMotion.

 

We are running 300 or so View desktops in this environment and the issue I would like to solve is this: If we place a loaded host in Maintenance Mode most, if not all, of the environment becomes noticeable slower, almost to the point of not being able to work. It returns to normal after a few minutes.

 

I don't have a test environment to replicate the issue and gather test data with and I can't use the production environment for that purpose So, as much as possible, I want to configure the system for redundancy and good performance in the event of failure of a host or one of the VMotion or Management nic's.

 

It has been suggested to implement network IO control if I can't separate the VMotion and Management traffic. I plan on configuring "Traffic Shaping" on the VMotion and Management vmkernel ports. Is this the best place to do this. Also, I realize the "right" answer depends on our environment but is there a suggested starting point for Average Bandwidth, Peak Bandwidth, and Burst Size on a 1Gig nic for VMotion and Management traffic?

 

My other question is the optimal allocation of the nic's in the Vkernel port groups. If I configure the nic's as active/active rather then active/standby, does that double the bandwidth of the VMkernel portgroup or is its bandwidth limited to that provided by a single port? In the event of a failure of one of the nic's, does the VMkernerl port go down or does it continue with the remaining link.

 

 

Thank you

Server Certification Multi-GOS-Network-Stress Fails

$
0
0

All the other tests for the Server Certification pass, except this one.  When the test runs, it creates clone VMs.  I get several errors where the test says that a file or directory is either already present, or an error that says that it is NOT found.

 

.......clone0-sles/clone0-sles.vmx"  /usr/bin

     ERROR: The file already exists.

 

.......clone0-rh5up64/clone0-rh5up64.vmx"  /usr/bin

     ERROR: The file already exists.

 

.......clone0-sles/clone0-sles.vmx"  /usr/bin/iperf

     ERROR: The file does not exist.

 

.......clone0-w2k8up/clone0-w2k8up.vmx"  C:\\temp\\

     ERROR: The file already exists.

 

.......clone0-w2k8up/clone0-w2k8up.vmx"  C:\\temp\\iperf.exe

     ERROR: The file does not exist.

 

 

And on and on.  It fails for both Windows and Linux VMs.

Guests are not connecting to network after vmotion.

$
0
0

We have 6 VM hosts.  4 are configured with multiple 1G VM GUEST network (trunked), and 2x 1G VMKERNEL for management and vMotion.  Other 2 hosts are configured with 1x 10G for VM GUEST network and 2x 1G VMKERNEL for management and vMotion.

 

Here lies the problem.  vMotion between 4x 1G hosts have no issues; however, when we try to vMotion a guest from any one of the hosts to one of the 10G hosts, guest doesn't connect to the network for 1 to 10 minutes.  It eventually connects, but takes forever.  When we vMotion from 10G host to 1G host, it does not exhibit this problem (Connects immediately sometime without dropping any packets).

 

All 1G hosts are connecting to the same switch and 10G hosts have the 2x 1G VMKERNEL network on the same switch as others but the 1x 10G card is connecting directly to our core switch.

 

I have a feeling that it's MAC address timeout setting between the 2 switches.

 

Has anyone experienced this problem and if so, how did you resolve it?

 

Thank you.

1000v Vcenter Network view vlanid column blank

$
0
0

All,

  I have noticed this for some time but didn't worry about it to much because I would get the vlan tag from the port tab and look at a VM on that group.  How come on the network tab the vlan id column is blank in the networking view?  Is everyone else like this?

 

Untitled.jpg

WOOPS! Wiped NTFS into VMFS

$
0
0

Okay, So I found this out the hard  way!

I have VMware ESXi 5.0.0 Release Build 469512

 

I had a seperate 250gb drive in my host server with windows and documents on it that I wanted to be able to access from my VM. I mounted it without knowing it was going to wipe my FILE SYSTEM and turn it into a DATASTORE drive with VMFS as the file system.

Now I  need to revover my drive back to FAT32 or NTFS (I don't remember what  it was before). I found one software that recovers VMFS back to either  FAT32 or NTFS. It's called "Disk Internals VMFS Recovery 1.5" I only  used the trial version 2 seperate times with limited results for what  I'm looking for. I'm mainly looking for recovering my documents and  settings folder but the more the better.
What do you all reccomend for  me to do?
Any best software reccomendations or options for me?
So far I have searched these fourms and all over google and came up that im either screwed or that I need to find a software program that will restore or rebuild my FILE SYSTEM back to its origional state.
The one that looks the best so far is called:
EASIS Data Recovery 4.4

Any experience?

 

Thank you for you time in reading this and please help if you can in any way

Thanks,

Jeremy

Viewing all 20614 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>