Vientos de cambio
The truth is that I have a long time without updating the blog, and after thinking carefully about the subject I have decided it is time for change. We present two obvious ways, leaving the blog and continue to maintain.
If I'm writing this post is because I've decided to bet on the blog, but I think you need a slight change of focus, so the new line of work I want to start going in this direction, in realizing that change approach. The first of the measures I will take to achieve my goal is to write all entries in English and English. I will go gradually translating existing entries. So I must apologize for my English, which certainly more than one will make you cry.
Wednesday, March 31, 2010
Thursday, March 25, 2010
Tuesday, March 16, 2010
Western Silver Conchos
One Liner 4: Detección de las interfaces de red desconectadas
Today I got up "dog", we're going to do. I have to check the connectivity of the network interfaces on my farm of VMware and I have no desire to get up to see the interfaces that have physical problems, so I made a small One Liner that I share with you: Get-VMHost
Today I got up "dog", we're going to do. I have to check the connectivity of the network interfaces on my farm of VMware and I have no desire to get up to see the interfaces that have physical problems, so I made a small One Liner that I share with you: Get-VMHost
$ _.Id). Config.Network.Pnic
Friday, March 12, 2010
Brown Room Lavender Accents
Despiste 9: Cambiar de usuario en los servicios de vCenter
This is perhaps one of the most classic forgetfulness typical and give more courage to suffer, particularly when the third or fourth time that happens to you. Let's see, I put in a position, one begins to make the deployment of a new platform vSphere (migration or not) with all the enthusiasm in the world, set up your server database, preparing the database, which assembles will be the VirtualCenter server, configure your DSN, installed the software (VirtualCenter, Update Manager, Guied Consolidation, etc ...), vSphere installed your client, adds his hosts and made the first test configurations and. . Voila! perfect, wonderful, one pass ... (Here are all the superlatives you can think of).
At this point one thinks and says, "OK, I've installed it all with a user who is administrator of the domain and that the security (or I) is not going to like anything, so we secured a little" . Activate the firewall, we allow the appropriate ports (80, 443, 389.636, 902.903, 8084, 9084 and 9087), review the utility bills and we have the unpleasant "surprise" (it's not surprising because the installation program and we warned) that the service account associated with the VMware VirtualCenter Server service
and VMware VirtualCenter Management has an associated
Failed to init TableDef: VER_ID Column does not exist in table VPX_VERSION. Database May Be incompatible version.
The problem is that the account that is allowed in the SQL Server installation is the original, which will have to tinker with the database. The original procedure is not mine, I've taken from the Communities of vmware, so you can see the original post here
seek the VMware database. If we followed the installation manual pat this will
VCDB
This is perhaps one of the most classic forgetfulness typical and give more courage to suffer, particularly when the third or fourth time that happens to you. Let's see, I put in a position, one begins to make the deployment of a new platform vSphere (migration or not) with all the enthusiasm in the world, set up your server database, preparing the database, which assembles will be the VirtualCenter server, configure your DSN, installed the software (VirtualCenter, Update Manager, Guied Consolidation, etc ...), vSphere installed your client, adds his hosts and made the first test configurations and. . Voila! perfect, wonderful, one pass ... (Here are all the superlatives you can think of).
At this point one thinks and says, "OK, I've installed it all with a user who is administrator of the domain and that the security (or I) is not going to like anything, so we secured a little" . Activate the firewall, we allow the appropriate ports (80, 443, 389.636, 902.903, 8084, 9084 and 9087), review the utility bills and we have the unpleasant "surprise" (it's not surprising because the installation program and we warned) that the service account associated with the VMware VirtualCenter Server service
and VMware VirtualCenter Management has an associated
Webservices administrator account I did the installation (bad royo). As administrators we are concerned about security and change the service account by an unprivileged account on the domain we have for this kind of stuff. We will start new services y. .. YaST yalaliaopardadiosmiodemivida!!
service
VMware VirtualCenter Server will not start making a nice little message type error: Failed to init TableDef: VER_ID Column does not exist in table VPX_VERSION. Database May Be incompatible version.
The problem is that the account that is allowed in the SQL Server installation is the original, which will have to tinker with the database. The original procedure is not mine, I've taken from the Communities of vmware, so you can see the original post here
(in English). For those who do not wish to translate, basically the steps are:Open SQL Server Management Studio
seek the VMware database. If we followed the installation manual pat this will
VCDB
- sailed across the tree of the database until VCDB-> Security-> Schemas-> db_owner
- Open the properties of the scheme and we changed the parameter value Schema Owner original value \u0026lt; vcuser
- > (the initial installation) to
- eliminated dbo user \u0026lt; vcuser > from the database. It can be found in VCDB-> Security-> Users . Be careful not to delete the login of the server that is mapped to that user. Open a new SQL query window
- launched the following query, changing \u0026lt; vclogin > by name new user of the service account that you have partnered with VMware services:
- EXEC sp_changedbowner @ loginame = '\u0026lt;
- vclogin >', @ map = 'true'
- started the departments concerned in the VirtualCenter server
- FIN
- I hope this post saves two days of headaches that I have taken my solve the "problem"
Subscribe to:
Posts (Atom)