PuTTY access to the console, and WinSCP access to the ESXi file system:

Go to the ESXi console and press alt+F1

Type: unsupported  

Enter the root password

At the prompt type “vi /etc/inetd.conf”

Look for the line that starts with “#ssh” (you can search with pressing “/”)

Remove the “#” (press the “x” if the cursor is on the character)

Save “/etc/inetd.conf” by typing “:wq!”

Restart the host server.

Note: you can avoid restarting the server, but it’s no longer as easy as restarting services.sh. You need to:

Run ps | grep inetd

Look through the output for something like 1299 1299 busybox       inetd, process id 1299

Run kill -HUP <process_id>

ALT+F2 gets you back to the main management screen.

Check multiple Dell Asset Tags for warranty

march 6, 2012: Dell recently changed the warranty site so this script will not work anymore. Please see https://sourceforge.net/projects/dellwt/ for a program which searches the information for you.

———————————————————————————

Use the attached script to check multiple Dell Asset tags for warranty (place all asset tags in a file called: “DellServiceTags.txt”):

download: [wpdm_fileid=”5″]

When run it uses the service tags from the text file to create a csv file (results.csv). Below is an example off the results.csv file in excel.

Reset DS4700 password

Log on to controller A with a serial or telnet connection (close the Storage manager client)

Log on with the following credentials:

User=  shellUsr
Password= wy3oo&w4

Type in the following commands:

loadDebug
isp clearSYMbolPassword
“Unld ffs:Debug”

The password should be set to the default (infinity), a reset of the controllers is not necessary.

Tested on firmware 07.15.07.00

Changing the IP address, default gateway, and hostname of the Service Console in ESX 3.0.x

This article provides steps to change the Service Console IP address, gateway address, and hostname on an ESX 3.x host.

Changing settings from the physical or remote console connection
 
Changing the IP for the Service Console must be done from the physical console or through a remote console session. If you make changes through a network connection such as SSH, network connectivity to the Service Console disconnects because the Service Console’s network interface changes.  
  1. Run the following command to set the IP address:

    [root@server root]# esxcfg-vswif -i <a.b.c.d> -n <w.x.y.z> vswif0, where <a.b.c.d> is the IP address and <w.x.y.z> is the subnet mask

    Note: In this example, vswif0 is the Service Console adapter that is the interface to which you are applying the IP address change.

  2. Open the /etc/hosts file with a text editor and modify it so that it reflects the correct IP address and hostname. 
  3. To change the default gateway address and the hostname, edit the /etc/sysconfig/network file and change the GATEWAY and HOSTNAME parameters to the proper values. 
  4. For the changes to take place, reboot the host or restart the network service with the command: 

    [root@server root]# service network restart 

    Note: This command breaks any current network connections to the Service Console. 

Changing the hostname without rebooting

To dynamically change the hostname, run the command: 
 
[root@server root]# hostname newname

Note: This command creates a temporary hostname change. This change is lost when the system is rebooted.

 
Changing the DNS server settings
 
To change the DNS server settings, update the nameserver IPs and search domain the /etc/resolv.conf file.
 
Changing settings in VMware Infrastructure Client
 
To change the hostname, domain, DNS servers, and default gateway in VMware Infrastructure (VI) Client: 
  1. Highlight the ESX host and click the Configuration tab.
  2. Click DNS and Routing.
  3. Click Properties.
  4. To change the hostname, domain, and DNS servers, click the DNS Configuration tab and enter the appropriate values.

    Note: Disable VMware High Availability if you do not want virtual machines to failover during the hostname IP change.

  5. To change the default gateway, click the Routing tab and enter the appropriate value.
  6. Update the etc/opt/vmware/vpxa/vpxa.cfg file to reflect the new settings.
  7. Reboot the ESX host for the changes to take place. 

VMware KB Article: 4309499

VMware Server.msi is not permitted due to an error in software restriction policy processing. The object cannot be trusted.

You try to install a Vmware Server 2, and get an error claiming that software restriction policies prohibit this installation.

In the eventvwr (application log) you find an entry like this :

The installation of C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1\{AF08C71F-F822-4416-87A9-2BBF5A8A5F12}~setup\VMware Server.msi is not permitted due to an error in software restriction policy processing. The object cannot be trusted.

Solution : KB9253326

http://support.microsoft.com/kb/925336