http://wiki.centos.org/HowTos/Network/IPTables
Sunday, September 21, 2014
bind9 reference
http://www.zytrax.com/books/dns/ch7/xfer.html#allow-notify
http://www.microhowto.info/howto/configure_bind_as_a_slave_dns_server.html
https://www.digitalocean.com/community/tutorials/how-to-setup-dns-slave-auto-configuration-using-virtualmin-webmin-on-ubuntu
http://www.microhowto.info/howto/configure_bind_as_a_slave_dns_server.html
https://www.digitalocean.com/community/tutorials/how-to-setup-dns-slave-auto-configuration-using-virtualmin-webmin-on-ubuntu
RSync backup script
http://www.pointsoftware.ch/howto-local-and-remote-snapshot-backup-using-rsync-with-hard-links/
might have to modify script to allow for failure on space check.
might have to modify script to allow for failure on space check.
Rescan SCSI bus on linux
http://www.cyberciti.biz/tips/vmware-add-a-new-hard-disk-without-rebooting-guest.html
echo "- - -" > /sys/class/scsi_host/host#/scan
Install LSI Tool on ESXi
Install LSI Tool on ESXi
http://mycusthelp.info/LSI/_cs/AnswerPreview.aspx?sSessionID=6624973237KEWXDGRIO%5B%5BVFPOJVD%5BZDFFLWTOSCF&inc=7968
Remeber to add hosts entry on server for esx box name
http://mycusthelp.info/LSI/_cs/AnswerPreview.aspx?sSessionID=6624973237KEWXDGRIO%5B%5BVFPOJVD%5BZDFFLWTOSCF&inc=7968
Remeber to add hosts entry on server for esx box name
Remove trend micro
Remove trend micro
http://esupport.trendmicro.com/Pages/How-do-I-remove-old-or-new-versions-of-Trend-Micro-products-in-my-comp.aspx
http://esupport.trendmicro.com/Pages/How-do-I-remove-old-or-new-versions-of-Trend-Micro-products-in-my-comp.aspx
indows Vista or Windows 7
- Select your Windows operating system version to download the Trend Micro Diagnostic Toolkit.
- http://esupport.trendmicro.com/media/10278586/EN-1037161_05.jpg
Saturday, September 20, 2014
Fix for Event ID 6398 due to CEIP Data Collection for SharePoint Foundation
To isolate event
Go to Central Admin - monitoring - review job definitions - job history (left) and change the view (right) to Failed jobs. Click on Failed link and you should get similar error messages logged. Review the job (check configuration) to fix and if not needed disable it.
Then to fix
http://support.microsoft.com/kb/2616940
You can implement the following workaround to disable the CEIP Data Collection Job.
1.) Launch an elevated SharePoint 2010 Management Shell
2.) Run the following command to find out the current status of CEIP at the Farm and Site level
Get-SPBrowserCustomerExperienceImprovementProgram -Farm <- This will return the status of the Browser CEIP at the farm level
(Get-SPFarm).CEIPEnabled <- This will return the status of the CEIP at the farm level
(Get-SPWebApplication).BrowserCEIPEnabled <- This will return the status of the CEIP at the site level
3.) If CEIP is enabled, run the following commands to disable CEIP at the Farm and Site level
Set-SPBrowserCustomerExperienceImprovementProgram -Farm -Enable:$FALSE
Set-SPBrowserCustomerExperienceImprovementProgram -WebApplication "SBS SharePoint" -Enable:$FALSE
4.) Next, open SharePoint 2010 Central Administration
5.) Click System Settings
6.) Click Configure Privacy Options under Farm Management
7.) Under the section Customer Experience Improvement Program, select the radio button for 'No, I don't wish to participate.' and then click OK.
8.) Next, disable the CEIP Data Collection job by running the following command
Get-SPTimerJob job-ceip-datacollection | Disable-SPTimerJob
9.) Run IISRESET /noforce from an elevated command prompt.
Go to Central Admin - monitoring - review job definitions - job history (left) and change the view (right) to Failed jobs. Click on Failed link and you should get similar error messages logged. Review the job (check configuration) to fix and if not needed disable it.
Then to fix
http://support.microsoft.com/kb/2616940
You can implement the following workaround to disable the CEIP Data Collection Job.
1.) Launch an elevated SharePoint 2010 Management Shell
2.) Run the following command to find out the current status of CEIP at the Farm and Site level
Get-SPBrowserCustomerExperienceImprovementProgram -Farm <- This will return the status of the Browser CEIP at the farm level
(Get-SPFarm).CEIPEnabled <- This will return the status of the CEIP at the farm level
(Get-SPWebApplication).BrowserCEIPEnabled <- This will return the status of the CEIP at the site level
3.) If CEIP is enabled, run the following commands to disable CEIP at the Farm and Site level
Set-SPBrowserCustomerExperienceImprovementProgram -Farm -Enable:$FALSE
Set-SPBrowserCustomerExperienceImprovementProgram -WebApplication "SBS SharePoint" -Enable:$FALSE
4.) Next, open SharePoint 2010 Central Administration
5.) Click System Settings
6.) Click Configure Privacy Options under Farm Management
7.) Under the section Customer Experience Improvement Program, select the radio button for 'No, I don't wish to participate.' and then click OK.
8.) Next, disable the CEIP Data Collection job by running the following command
Get-SPTimerJob job-ceip-datacollection | Disable-SPTimerJob
9.) Run IISRESET /noforce from an elevated command prompt.
Subscribe to:
Posts (Atom)