WizYo Sytes Net Tech Support
What a great place to share :) Here you will find flashes of brilliance caught for all the world to enjoy. .. Actually, these are brief articles describing how I fixed a problem. Every day, I find information online that helps me solve a mystery. So this is me giving back to the community. Thanks for stopping by.. and don't forget to tell your friends!

Enable SATA RAID before loading IBM server

After installing a second drive in an IBM server (shipped with a single drive), be sure to enable HostRAID in the BIOS before launching ServerGuide.

Page 40 of the included Installation Guide has a nice description, but I wanted to keep it in my online notebook for later.

Press F1 when booting the server to access the Bios/Configuration

Devices & I/O Ports
Advanced Chipset Control
Serial ATA

Parallel ATA: Enabled
Serial ATA: Enabled
SATA Controller Mode Option: Enhanced
SATA RAID Enabled: Enabled

Native Mode Operation: Auto -> Serial ATA
(dissapears when "SATA Controller Mode Option" is switched from "Compatible" to "Enhanced")

"SATA AHCI Enable" disappears when "SATA RAID Enable" is switched from "disabled" to "Enabled"

Save this configuration and run through ServerGuide. Pick the Express RAID configuration, but change the initialization from "Clear" to "Quick" if the drives are new and haven't been used before now to help speed up the process.

Reference page at IBM website with information on using "Quick" instead of "Clear" to initialize a newly created array. IBM

 

 

( IBM xSeries 206m SATA RAID ServerGuide HostRAID ServeRAID Windows 2003 Win2k3 Server )

Friday, December 15, 2006
(0) comments

Internet Explorer and Explorer.exe corruption

Corrupted index.dat in Cookies caused explorer.exe to crash immediately after logging in to system. Disk error was listed in EventLog, but the event logs were not corrupt and checkdsk said the drive is fine. Discover corrupted file during profile copy. Delete file and reboot to fix. Notice active desktop is in effect and was probably calling Internet Explorer to manage the desktop which caused a cascading effect when it failed to launch.

This is similar to the corrupt index.dat in Temporary Internet Files encountered last week. That system booted fine and launched Internet Explorer, but IE locked up as it was trying to receive web page data.

Cookie trouble on Windows 2000 and the other was Windows XP

 

 

( )

Tuesday, December 12, 2006
(0) comments

Handy tape backup script

This script has been designed to interface with NTbackup on a Windows 2000 server

I have decided not to allow line wrapping to help with readability. If your browser doesn't support scrolling of this article, consider using FireFox.

Set this batch file in "C:\Tech" and schedule a task to run it with administrative priviledges. The script below should create two log files on it's own with the date and time of "starting" and "stopping" in the same folder. It should also start backing up on "4mm DDS" tape drive (change this to your hardware) in overwrite mode and name the tape using the date and time. This should provide a unique name every time it is run. The next few commands append to the tape with the same name (the one still in there).

(the eject command doesn't quite work yet, but has been left as a future reminder to include it at some point)

@echo off
c:
cd\tech
FOR /F "Tokens=1-4 Delims=-/ " %%i IN ('date /t') DO SET dt=%%i-%%j-%%k-%%l-
FOR /F "tokens=1-4 delims=:/ " %%i IN ('TIME /t') DO SET dt=%dt%-%%i-%%j

echo ===   ===   ===   ===   ===   ===   ===   Start %dt% >1start.log

%windir%\system32\NTBACKUP.EXE backup E:\ /j "E Drive" /n %dt% /p "4mm DDS" /d "Daily Backup"    /v:yes /r:no /l:s /m normal /rs:no /hc:on  /um
%windir%\system32\NTBACKUP.EXE backup D:\ /j "D Drive" /t %dt% /d "Daily Backup" /a /v:yes /r:no /l:s /m normal /rs:no /hc:on
%windir%\system32\NTBACKUP.EXE backup systemstate C:\ /j "C Drive" /t %dt% /d "Daily Backup" /a /v:yes /r:no /l:s /m normal /rs:no /hc:on
rem %windir%\system32\NTBACKUP.EXE eject

FOR /F "Tokens=1-4 Delims=-/ " %%i IN ('date /t') DO SET dt=%%i-%%j-%%k-%%l-
FOR /F "tokens=1-4 delims=:/ " %%i IN ('TIME /t') DO SET dt=%dt%-%%i-%%j
echo ===   ===   ===   ===   ===   ===   ===   Stop %dt% >2stop.log

 

 

( )

Sunday, December 10, 2006
(0) comments

WizYo Archive

- December 2003 - January 2004 - February 2004 - March 2004 - April 2004 - May 2004 - June 2004 - July 2004 - August 2004 - September 2004 - October 2004 - November 2004 - December 2004 - January 2005 - February 2005 - March 2005 - April 2005 - May 2005 - June 2005 - July 2005 - August 2005 - September 2005 - October 2005 - November 2005 - December 2005 - January 2006 - February 2006 - March 2006 - April 2006 - May 2006 - June 2006 - July 2006 - August 2006 - September 2006 - October 2006 - December 2006 - January 2007 - February 2007 - March 2007 - May 2007 - June 2007 - July 2007 - August 2007 - September 2007 - October 2007 - November 2007 - December 2007 - January 2008 - May 2008 - June 2008 - July 2008 - August 2008 - September 2008 - October 2008 - January 2009 - February 2009 - April 2009 - July 2009 - August 2009 - September 2009 - November 2009 - December 2009 - June 2010 - May 2011 - August 2011 - September 2011 - October 2011 - March 2012 - May 2012 - October 2012 - November 2012 - April 2013 -

Back to top.

Home
WizYo
Sytes Net

Links
~hot~ Links


this site !

GuestBook
Guests

Free Hit Counter

Blog!

Tell a friend about Tech Support available here !

Free Phone with iTunes
- Previous -
 
- Why does Microsoft make it so darn difficult to co...
 
- 64-bit Windows 7 Driver for IBM 6400 Printer
 
- HP Restore Plus! fail
 
- Google data mining via Street View
 
- down with Carbon barons !!
 
- Windows 7 Home as FileServer - tweak
 
- Dell Inspiron 1440 Windows 7 laptop
 
- Ivans not working properly
 
- WMIC random tip
 
- Manual IPL (reboot) AS/400
 
- Search -
 

Google

Daily Specials

Submit Site - Website Promotion

 


it's private

 

This page is powered by Blogger. Isn't yours?