Posts

Showing posts from February, 2011

VMware Communities: Troubleshooting Performance Related Problems in vSphere 4.1 Environments

VMware Communities: Troubleshooting Performance Related Problems in vSphere 4.1 Environments : "Troubleshooting Performance Related Problems in vSphere 4.1 Environments The troubleshooting guide for vSphere 4.0 can be found at: http://communities.vmware.com/docs/DOC-10352 - Sent using Google Toolbar"

[ubuntu] Where is add-apt-repository? - Ubuntu Forums

[ubuntu] Where is add-apt-repository? - Ubuntu Forums : "Where is add-apt-repository? Interesting...try this: Code: sudo apt-get install --reinstall python-software-properties && sudo dpkg-reconfigure python-software-properties - Sent using Google Toolbar"

VMware KB: Installing VMware Converter 4.2 fails with the error: Error 29454 Setup failed to register VMware vCenter Converter extension

VMware KB: Installing VMware Converter 4.2 fails with the error: Error 29454 Setup failed to register VMware vCenter Converter extension : "Installing VMware Converter 4.2 fails with the error: Error 29454 Setup failed to register VMware vCenter Converter extension - Sent using Google Toolbar"

How to: Attach a Database (SQL Server Management Studio)

Image
How to: Attach a Database (SQL Server Management Studio) SQL Server 2008 R2 Other Versions SQL Server "Denali" SQL Server 2008 SQL Server 2005 Attaching a database places it in exactly the same state that it was in when it was detached. This topic contains the following sections: Security Permissions Procedure (SQL Server Management Studio) Security File access permissions are set during a number of database operations, including detaching or attaching a database. For information about file permissions that are set whenever a database is detached and attached, see Securing Data and Log Files . We recommend that you do not attach or restore databases from unknown or untrusted sources. Such databases could contain malicious code th

How to: Detach a Database (SQL Server Management Studio)

To detach a database In SQL Server Management Studio Object Explorer, connect to the instance of the SQL Server Database Engine and then expand the instance. Expand Databases , and select the name of the user database you want to detach. Detaching a database requires exclusive access to the database. If the database is in use, restrict access to a single user: Right-click the database name and point to Properties . In the Select a page pane , select Options . In the Other options pane, scroll down to the State options. Select the Restrict Access option, and in its drop-down list, select Single . Click OK. A message box appears to inform you that this action will close all connections to the database. To proceed, click OK. Right-click the database name, point to Tasks , and then click Detach . The Detach Database dialog box appears. The Databases to detach grid displays the name of the selected database in the Database Name column. Verify that this is the database you want to de

vmware vcenter converter how to start it - Virtualization Team

Image
Where can I find vmware vCenter converter in VMware vCenter 4? Unfortunately, unlike most other VMware feature the VMware vCenter Converter does not have any obvious shortcut in vCenter. To start vCenter converter in Virtual Center you will need to follow the below steps: Make sure you are in host & clusters view. Choose one of your hosts or clusters in vCenter From the top drop down menu choose one of the following paths depend on if you have chosen a host or cluster in step 2. Inventory ==> Host ==> Import Machine Inventory ==> Cluster ==> Import Machine The image below demonstrate the above steps: vmware vcenter converter how to start it - Virtualization Team : "- Sent using Google Toolbar"

how to chroot, simple and fast [Archive] - Ubuntu Forums

Pick up a liveCD, version doesn't matter, you could use any distro, as long as it ables you to enter to console. # means run with root or sudo 1. Create a mountpoint # mkdir /mount/point 2. Mount /proc /sys /dev to chroot # mount -o bind /proc /mount/point/proc # mount -o bind /dev /mount/point/dev # mount -o bind /dev/pts /mount/point/dev/pts # mount -o bind /sys /mount/point/sys 3. Copy resolv.conf to networking # cp /etc/resolv.conf /mount/point/etc/resolv.conf 4.Open bash in chroot # chroot /mount/point /bin/bash 5. Do what you have to do and then exit chroot exit there may be more elegant way of achieving this, but this one has stuck to me. Hope this helps someone, this is probably posted on multiple sites, but what the heck, now no need to search around ;) how to chroot, simple and fast [Archive] - Ubuntu Forums : "- Sent using Google Toolbar"

» Proxy Auto-Detect (IE and Firefox) -> Pavlov Scope

» Proxy Auto-Detect (IE and Firefox) -> Pavlov Scope : "- Sent using Google Toolbar" Recently, my organization had the need to provide web proxy service to internal users, while not clobbering hotel, home, remote office, coffee shoppe, etc. type access while users were roaming outside of our divisions’ walls. The purpose is to apply content filtering rules to outbound Web traffic based on our organization’s security policy (i.e. no external webmail, personal web storage sites, etc.). I did some research and testing on this side and have come up with a solution that seems to work well across the board for our clients. Using Internet Explorer’s capability to Automatically detect proxy server settings, IE uses the proxy when the proxy server is reachable, and connects directly when it is not. I have tested this with success (after a lot of initial troubles and debugging ;-) The components involved in the proposed and tested solution: Proxy Auto-configuration

log_file_analysis | DansGuardian Documentation Wiki

If you nevertheless find it necessary to analyze the Squid stub log s, the first issue that will occupy your attention will probably be that everything in the Squid log appears to originate from the same address, 127.0.0.1 (“localhost” or “loopback”). This makes sense as in this environment all requests to Squid come from DansGuardian . You may desire to instead have the Squid log s point at the “real” originating IP rather than at DansGuardian . To do this, you'll need to both 1) have DansGuardian forward the information to Squid (which would otherwise not even have the information and so of course not be able to display it), and 2) have Squid include the information in its log s. To make 1) happen, set forwardedfor = on in dansguardian .conf. This will cause DansGuardian to add an X-Forwarded-For: header containing the IP address of the real originator to every web request it passes to Squid. To make 2) happen is different for different releases of S