Tuesday, January 31, 2006

Upgrade SAVCE 8.0 to 10.0 on Netware 5.1

After I installed Symantec 8.0, this is the weird error I received: Error: "S32evnt1.dll. An installable Virtual Device Driver failed DLL initialization" I went to here to find the solution from Symantec. Below is the condensed version.

To edit the Windows XP registry

1. On the Windows taskbar, click Start > Run.
2. In the Run dialog box, type regedit
3. Click OK.
4. Go to the following key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\VirtualDeviceDrivers

5. In the right pane, delete the VDD value.
6. In the left pane, right-click the VirtualDeviceDrivers key, and then click New > Multi-String Value.
7. Type VDD for the name of the new value.
8. Exit the Registry Editor.
9. Restart the computer."

Monday, January 30, 2006

CSS and Frames

I've been monkeying around with my web page, happily learning CSS. Got the thing validated XHTML Transitional and CSS via W3C. Then I decided I'd figure out frames and had fits trying to get the index page to work with CSS.

Between having no luck on finding a solution and having read boocoo on how crappy frames behave, I decided to leave my site no frames. Lo and behold, I found on Google this link to DarkBlue, aka Jonathan M. Hollin's blogpost on how to emulate frames. Even tho I'm not planning on using it any time soon, it is nice to have the hack.


Ghost 2K3 with Windows 98

Ok, ok, I know that nobody uses Windows 98 PCs anymore, unless you work for a not-for-profit like I do.

Anyhoo, in the past, I had no problems with Symantec Ghost with a LaCie external hard drive to duplicate Windows XP PCs. Assumed (yeah, I'm former Air Force and do know what assume stands for) that the same boot disk would work for a Windows 98. Proverbial big mistake.

I had two issues. First, the Win XP boot disk wouldn't recognize the LaCie hard drive. Then, once I got it to see the external drive, Ghost would not restore the image. Said the source partition was too large. So after much sturm und drang, here's the drill for both. I put the XP drill first as that's the first OS I used Ghost on.

Windows XP Boot Disk:

Using a Win XP PC, format the floppy to FAT as a MS-DOS startup disk, Quick Format unchecked. Then delete everything but the command.com, io.sys, and the msdos.sys from the floppy. On my network drive, I have a folder with the following in it:

Ghost folder containing; Ghost.exe, Ghost.ini, Ghosterr.txt.

USB folder containing: aspiehci.sys

Root containing: Autoexec.bat, config.sys, guest.exe, ibmbio.com, ibmdos.com, mouse.com, mouse.ini.

Autoexec.bat contains:
@echo off
SET TZ=GHO+05:00
GUEST.EXE
MOUSE.COM
echo Loading...
CD GHOST
GHOST.EXE

Config.sys contains:
DEVICE = usb\aspiehci.sys /int /all
LASTDRIVE = Z

Copy the entire contents of the drive to the XP floppy, protect it, and you're good to go.

If you don't have the aspiehci.sys, you can find it on Symantec's web site or Google for it. It's actually from Iomega, as is the Guest.exe file.


When you do an Ghost an image to or from with the Win XP boot disk, do a disk selection, not partition. Then choose the first partition as usual.

Windows 98 Boot Disk:

I still used a Win XP boot disk as described above. On the network Win 98 folder, the Ghost folder is the same, but the USB and root files are different.

USB folder containing: DI1000DD.SYS and USBASPI.SYS.

Root containing: Autoexec.bat, config.sys, guest.exe, ibmbio.com, ibmdos.com, mouse.com, mouse.ini.

Config.sys contains:
Device=usb\usbaspi.sys /v
Device=usb\di1000dd.sys
LASTDRIVE = Z

As with XP, copy the entire contents of the drive to the 98 floppy and protect it.

Many thx to swhartung aka NightOwl, Ghost Guru at Radified Files Forum. I got the usbaspi.sys and di1000dd.sys files from Radified Files download page. Per NightOwl's suggestion, I used the usbaspi.sys from the kxlrw40an.exe file and the di1000dd.sys from the mhairudo.zip file.

With the Win 98 boot disk, it's reverse, do a partition selection, not disk.

Long Live DOS!!!

GroupWise 5.5 Restoring Deleted User

Accidentally deleted a Novell 5.1/GW 5.5 account. Recreating the NW side was no biggie, but getting the user's GW back online was so no fun.

Started the Great Google Search around 1600L. Searched in a variety of ways to include GroupWise "restore user" and "GroupWise 5.5" "restore user." It's freakin' amazing at the number of different ways posted to do this, most of them quite complicated, and all were basically useless. It wasn't until late in the evening that I hit on the answer and it was rather simple, compared to the gyrations listed on many of the sites.

What worked for me was this:

1. I recreated both the NW and GW accounts for the user. That way my user could continue to send and receive email while I was working on the restoration.

2. From backup tape, I restored wpdomain.db to a safe folder. Then I started NetWare Administrator, clicked on Tools – System Connection. At the GW System Connection window, I clicked on the Specify Other Domain button. I then browsed to the folder holding the restored wpdomain.db and selected it. After the GWSC window indicated it was pointing to the restored wpdomain.db, I clicked on the Connect button anyway. (There is something to be said for healthy paranoia.) I found the user's NW account (AKA the userid) and double-clicked on it. I then clicked on the GroupWise button. In the middle of the second box, I found the users three character File ID (or FID) which I will call OLD. I then went back to the GWSC and pointed it back to my live wpdomain.db. I then did the same drill to get the users new account FID which I'll call NEW.

3. Now that I knew the user's old FID, I restored the users backup USEROLD.DB from \po\ofuser to the same safe folder.

4. At this point, I had my user forward any email received from the new account to me. I then advised the user to get out of GW completely, to include Notify. Assured user could still remain logged on the the network, just couldn't use GW.

5. Using Windoze Explorer, I went to the live \po\ofuser folder, found the USERNEW.DB and renamed it to USERNEW.org. I then copied USEROLD.DB from the safe folder to the live \po\ofuser folder. I then renamed it from USEROLD.DB to USERNEW.DB. For grins and giggles, I logged on as the user and tried opening GW and no joy. Didn't even recognize the user even had a GW account. So, I opened my standalone GWCheck 5.5 and ran a structural rebuild on the account. Praise to Jesus, this time the user's GW account was up and happy. I then forwarded the users new email back to the restored account.

6. I reminded the user today that any email sent after the system backup and before the GW account was recreated was lost. Being that the user had 99% of the important email and the calendar back, the user was pretty happy.

Even tho I didn't leave until 2230L last night, it did feel good knowing that issue was resolved and I now know the drill.

Thursday, January 26, 2006

Potential Firefox Extension Fix

Have been using Firefox 1.5 since it came out. Has been working just fine. If you're still stuck with Internet Explorer, you don't know what you've been missing. Go here to get it. MapIt was the last extension that wouldn't work in 1.5. MapIt's one of those extensions that even my 'puter-challenged social services users find handy. Many thanks to TrackZilla for fix which worked like the proverbial charm. I'm willing to bet the drill would be applicable to other stuck extensions. Here's a snip from the site on the drill:

[SNIP]

How to get Map IT! to work with FF1.5

by TrackZilla, Wednesday, November 30 2005

Here we go: 1) change the xpi extension to zip; 2) open the install.rdf file inside said zip file; 3) change maxVersion from 1.0+ to 1.5; 4) save changes to install.rdf; 5) copy new install.rdf back into zip file; 5) change zip extension back to xpi; 6) install and mapit!
[ENDSNIP]

Thursday, January 12, 2006

FavIcon from Pics

Ever wonder how other web sites display the miniature icon in the URL line, like Blogger's orange and white B? FavIcon from Pics allows you to upload the picture/graphic you want to be the icon, converts it to a 16x16 format. Then it shows you what it will look like. You like it, you can download it in a zip file. You don't, upload a different pic and see how it goes. It will even give you an animated icon, but I thought that was too cheesy.

It also gives you the link to get the .ico to work. I would have published it here, but Blogger wouldn't let me post HTML. I put the line in the Style Configuration section of each page, below the link to my .css stylesheet. If you're going to validate it W3C XHTML Trans., don't forget to put the /> to close the link.