Good tip found below... helpful during migration from SQL 2000 to SQL 2008 to allow developers to see DTS owned by other programmers.
Reference:
http://vittoriop77.blogspot.com/2006/01/sql-2000-change-dts-owner.html
Monday, August 1, 2011
Wednesday, July 13, 2011
How to run SPCollect on an EMC
This is a good step by step on how do this...
Reference:
http://trentsteele.wordpress.com/2010/09/08/how-to-run-sp-collect-on-a-clariion-and-why/
Reference:
http://trentsteele.wordpress.com/2010/09/08/how-to-run-sp-collect-on-a-clariion-and-why/
Wednesday, July 6, 2011
Migrating the Netbackup Master server to new hardware
Going to try and do this. I backed up the NBU Catalog to disk. I will build the NEW Netbackup Master server and copy these files over and restore the catalog to it. Hopefully, all the policies, etc... will be on the new Master server.
Reference:
http://www.symantec.com/business/support/index?page=content&id=TECH77447
Reference:
http://www.symantec.com/business/support/index?page=content&id=TECH77447
Thursday, June 30, 2011
Disable Windows 2008 Firewall
Using gpedit.msc...
Group Policy Setting for Disabling Windows Firewall
Administrative Templates\Network\Network Connections\Windows Firewall.
To disable Windows Firewall in a domain environment, the Group Policy setting you would use is located in Computer Configuration under Policies (if present), in Administrative Templates\Network\Network Connections\Windows Firewall\Domain Profile. The setting is called Windows Firewall: Protect all network connections. If you disable this policy setting, Windows Firewall does not filter or block any network traffic.
Update: from an administrative command line, you can run:
"netsh advfirewall set profiles state off "
where profiles is AllProfiles, CurrentProfile, DomainProfile, PrivateProfile, or PublicProfile.
Reference:
http://technet.microsoft.com/en-us/library/cc771032(WS.10).aspx
http://technet.microsoft.com/en-us/library/cc766337(v=ws.10).aspx
Group Policy Setting for Disabling Windows Firewall
Administrative Templates\Network\Network Connections\Windows Firewall.
To disable Windows Firewall in a domain environment, the Group Policy setting you would use is located in Computer Configuration under Policies (if present), in Administrative Templates\Network\Network Connections\Windows Firewall\Domain Profile. The setting is called Windows Firewall: Protect all network connections. If you disable this policy setting, Windows Firewall does not filter or block any network traffic.
Update: from an administrative command line, you can run:
"netsh advfirewall set profiles state off "
where profiles is AllProfiles, CurrentProfile, DomainProfile, PrivateProfile, or PublicProfile.
Reference:
http://technet.microsoft.com/en-us/library/cc771032(WS.10).aspx
http://technet.microsoft.com/en-us/library/cc766337(v=ws.10).aspx
SQL 2008 Management Studio connection problems
Good step by step for troubleshooting SQL 2008 connection issues.
Reference: http://blog.sqlauthority.com/2009/05/21/sql-server-fix-error-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server-microsoft-sql-server-error/
Reference: http://blog.sqlauthority.com/2009/05/21/sql-server-fix-error-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server-microsoft-sql-server-error/
Tuesday, June 21, 2011
Enabling SSH on ESXi Hosts
- Open vSphere client
- Select ESXi host, then the Configuration tab.
- Select Security Profile
- Click on Properties
- In the Services popup dialog, select SSH and press the Options button
- Change settings, then click OK when done.
Reference:
http://www.thomasmaurer.ch/2011/08/enable-ssh-on-esxi-5-via-vsphere-client/
Friday, May 13, 2011
Windows 2008 accessing Netapp CIFS
These reg keys will allow Windows 2008 to access Netapp CIFS.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanworkstation\parameters
- enablesecuritysignature [REG_DWORD] = 0x0 --- May be optional?
- requiresecuritysignature [REG_DWORD] = 0X0
Subscribe to:
Posts (Atom)