יום רביעי, 16 בינואר 2013

Creating or updating a host profile fails with the error: Socket error: [Errno 97] Address family not supported by protocol

Resolution

VMware is aware of this issue.

To workaround this issue, enable the Security Profile in the CIM server.
To enable the Security Profile in the CIM server:
  1. Log in to vCenter Server as an administrator from the vSphere Client.
  2. Click the ESX host in the inventory.
  3. Click the Configuration tab.
  4. Click the Security Profile link.
  5. Click Properties.
  6. Click CIM Server > Options.
  7. Select Start and Stop with host.
  8. Click Start > OK.

Why does my VMware esxi 5.x host have standard virtual switch vSwitchUSB0 with VMkernel port group IMM_Network0?

Question

On an IBM server running esxi version 5.x with IBM customization why is there a auto generated standard virtual switch called "vSwitchUSB0" with vmkernel port group "IMM_Network0"?

Answer


A IBM server running esxi version 5.x with IBM customization will have standard virtual switch calledvSwitchUSB0 with vmkernel port group IMM_Network0 as shown below :
This vSwitch will be auto generated if the IMM's Ethernet over USB interface is enabled.

NOTE: If you remove this virtual switch, the vSwitch will be recreated within 60 seconds.

LAN over USB interface enables in-band communications to the IMM; the IMM hardware on the system board presents an internal Ethernet NIC from the IMM to the operating system. LAN over USB is also called the "USB in-band interface" in the IMM Web interface.

Typically, the IMM IP address for the LAN over USB interface is set to a static address of 169.254.95.118 with a subnet mask of 255.255.0.0. In the event of an IP address collision on the network, the IMM might obtain a different IP address in the 169.254.xxx.xxx range.

This interface is required for in-band flashing of the IMM, UEFI, and Dynamic System Analysis (DSA) preboot firmware, as well as for the Advance Setting Utility (ASU).

The IMM's Ethernet over USB interface can be enabled or disabled using following steps :

For a Blade Server :

1. Launch the IBM BladeCenter Advanced Management Module (AMM)
2. Go to Blade Tasks > Configuration> Information and Policy.
3. Select Advanced Blade Policy Settings.
4. This will show Service Processor's Ethernet over USB interface. The section lists all blades in the chassis which are capable of enabling and disabling the Ethernet over USB interface.
5. Select the checkboxes next to the blade(s) that you want to enable or disable.
6. Click the Disable button to disable the Ethernet over USB interface on the selected blades, or click the Enable button to enable the interface.

For a standalone server:

1. Log in to the IMM on which you want to disable/enable the USB device driver interface.
2. Go to IMM Control > System Settings > USB Interface.
3. Select the server where you want to disable or enable the ethernet interface, then click Disable or Enable.

NOTE: If you disable the USB in-band interface, you cannot perform an in-band update of the IMM firmware, server firmware, and DSA firmware by using the Linux or Windows flash utilities. If the USB
in-band interface is disabled, use the Firmware Update option on the IMM Web interface to update the firmware.

יום שלישי, 28 באוגוסט 2012

How to change the SecurePlatform WebUI default access port

The SecurePlatform WebUI default access port is HTTPS 443.
To change it, log in to the SecurePlatform CLI in Standard mode, and run this command:
webui enable <port_number>
The machine then presents this output:
Shutting down cp_http_server_wd [OK]
Shutting down cpwmd_wd [OK]
Running cp_http_server_wd [OK]
Running cpwmd_wd [OK]

To disable access to the WebUI, run the command:
webui disable

Forcing NICs on SecurePlatform full/half duplex or 10/100/1000 Mbps using ethtool

Network interfaces cards (NICs) on SecurePlatform are configured to auto-negotiate link speed and duplex settings with the device to which they are physically connected to. If a NIC interface is unable to auto-negotiate with the device, it is necessary to hard code the settings.
Solution:
In expert mode, use the 'ethtool' to hard code link speed and duplex settings of network interfacesNICs.
Note: Per the IEEE specification, gigabit speed cannot be forced. It can only be auto-negotiated.
Quick command syntax:

ethtool -s DEVNAME speed 10|100|1000 duplex full|half autoneg off|on

Example:

  • ethtool -s eth0 speed 100 duplex full autoneg off
    (Will force eth0 interface to 100 MB link speed, full duplex).


  • ethtool -s eth0 speed 100 duplex half
    (Will force eth0 interface to 100 MB link speed, half duplex).


  • ethtool -s eth0 autoneg on
    (Will force eth0 interface to auto-negotiate).


  • ethtool -s eth0 autoneg off
    (Will force eth0 interface auto-negotiate off).

Commands can be put at the end of the /etc/rc.local startup script, to survive reboot.

m Wake on multicast messages.
b Wake on broadcast messages.
a Wake on ARP.
g Wake on MagicPacket(tm).
s Enable SecureOn(tm) password for MagicPacket(tm).
d Disable (wake on nothing). This option clears all previous options.

sopass xx:yy:zz:aa:bb:cc
(Set SecureOn(tm) password. Argument to this option must be 6 bytes in ethernet MAC hex format (xx:yy:zz:aa:bb:cc).

msglvl N
(Set driver message level. Meanings differ per driver).


Full options of command:
Example:

ethtool -s ethX [speed 10|100|1000] [duplex half|full] [port tp|aui|bnc|mii] [autoneg on|off] [phyad N] [xcvr internal|external]
[wol p|u|m|b|a|g|s|d...] [sopass xx:yy:zz:aa:bb:cc] [msglvl N]


OPTIONS

-s
Allows changing some or all settings of the specified Ethernet device; options only apply if -s is specified.

ethX
Device Name

speed 10|100|1000
Sets speed in Mbps; ethtool with a single argument will show supported device speeds.

duplex half|full
Sets full- or half-duplex mode.

port tp|aui|bnc|mii
Selects device port.

autoneg on|off
Specifies whether or not autonegotiation is enabled.

phyad N
Physical address

xcvr internal|external
Selects transceiver type; currently only internal and external can be specified.

wol p|u|m|b|a|g|s|d...
Sets Wake-on-LAN options; not all devices support this. The Argument to this option is a string of characters specifying the options to enable.

Thanks to:

יום רביעי, 22 באוגוסט 2012

Error 1920 - Service VMWare View Composer (svid) failed to start

"Error 1920 - Service VMWare View Composer (svid) failed to start. Verify that you have sufficient privileges to start system services."

Here is how I fixed the issue: Installed the SQL Native client for 2008R2. 

Thanks to:

יום חמישי, 29 בדצמבר 2011

Exchange 2010 Setup: Unable to read data from the Metabase. Ensure that Microsoft Internet Information Services is installed

Open Power Shell in elevated mode (run as administrator)
  1. Type the following (or copy paste)
    • Import-Module ServerManager
    • Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy –Restart
  2. The second command will install the required components and reboot the server
  3. After reboot, open the Power Shell again in elevated mode.
  4. Type this to set NetTcpPortSharing service to automatic.
    • Set-Service NetTcpPortSharing -StartupType Automatic
  5. Close the Powershell. Try running Exchange 2010 setup again.


יום רביעי, 16 בנובמבר 2011

Remove HP Proliant Support Pack from Virtualized Servers

כלי חינמי שמעיף את כל השאריות העקשניות שלHP  שלא מוסרות בדרכים הקונבנציונליות לאחר ביצוע  P2V:

This FREE tool remove the HP Proliant Support Pack from Virtualized Servers