Wednesday, April 16, 2008

Configuring http protocol for Vmware ESX Server 3.5 Plug in for OEM

Both ESX Server 3.5 and VirtualCenter 2.5 handle connections to Web-based services, including the API and the Managed Object Browser (MOB), through an Http Reverse Proxy service. This service has its own
configuration file, proxy.xml, that can be modified to support HTTP connections to the ESX Server. See the ESX Server 3 Configuration Guide for complete details. Figure 2-1 shows a proxy.xml file that has been
modified to support HTTP for both the MOB and the SDK.

To modify the Web proxy service on ESX Server 3.5 to support HTTP
1 Log in to the service console as the root user.
2 Change directories to /etc/vmware/hostd.
3 Use a text editor to open the proxy.xml file.
4 Navigate to the list of endpoints in the file (identified by the tag) that contains settings for
the Web service supporting the SDK. The nested tags may look something like this:
...

<_type>vim.ProxyService.NamedPipeServiceSpec
httpsWithRedirect
/var/run/vmware/proxy-sdk
/sdk

...
5 Change the accessMode to httpAndHttps. Alternatively, to completely disable HTTPS, you can set to httpOnly.
6 Optionally, change the setting for the MOB as well.
7 Save your settings and close the file.
8 Restart the vmware-hostd process by entering the following command:
service mgmt-vmware restart




<_type>vim.ProxyService.NamedPipeServiceSpec
httpAndHttps
/var/run/vmware/proxy-sdk
/sdk

Tuesday, April 15, 2008

Error encounter while installing 10gr2 RAC on RHEL 5

If you encounter below error while installing 10gr2 RAC on RHEL5, follow the url guide :-

Error:-Error while running the root.sh, error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory

Remove the LD_ASSUME_KERNEL=2.4.19

URL :-
http://www.loveunix.cn/html/44/59044-13085.html
http://blog.360.yahoo.com/blog-sWxKwVc0YarVsfeFmtf3gg--?cq=1&p=45



Error:-
The given interface(s), "eth0" is not public. Public interfaces should be used to configure virtual IPs.

URL :-
http://surachart.blogspot.com/2006/03/given-interfaces-eth0-is-not-public.html
and also read this
http://www.oracledba.ca/blogs/index.php?blog=1&p=47&more=1&c=1&tb=1&pb=1


conclusion use the vipca. to configure the rac1 vip.

Thursday, April 10, 2008

Sql server not connecting to port 1433 in windows 2003

The combination of Windows 2003 and SQL 2000 no SP will caused that the TCP port 1433 is not listen by the sql server,
To resolved this install the SQL 2000 Sp3. Then reenable the tcp via the SQL server network utility

Monday, April 07, 2008

Cursor Movement Error in SQL Developer

If you encounter cursor movement error while in SQL Developer, try to changed the settings as in this link
http://www.jroller.com/agileanswers/entry/cursor_movement_in_oracle_s