|
|
||||||||||
![]() Email Me |
This is mostly here for notes on things I'm working on, or playing with, if there's a difference. As a Systems Administrator I don't experiment with new hardware much; I tend to conservatively stick with Dell systems, only occasionally custom-building a test system or two. But there are a lot of new experiments in software, particularly with the organization-specific enterprise software that the others may not use. If you're more interested in hardware experimentation, or individual computer experiences, I suggest you check out the Daynotes Gang, and see where it leads. (Daynotes Gang page (c) Bo Leuf.)
Jump to newest update at 11:30 AM Saturday, MSTMost of the events described here take place at my work, a fairly new company called iTOOL.com. We are a rather specialized web-hosting company; iTOOL is the first hosting company that allows you to create, edit, and maintain your web page, email, and server status from your browser, without using any of the more usual HTML editors or the need for FTPing updates to the site. Anyway, I hope you have as much fun reading the site as I do making it. Required Daynotes Element #11 |
|||||||||
|
|
||||||||||
|
|
1:00 PM Well, that was fun. A pleasant mini-vacation at a new resort in Scottsdale. Fun, relaxing, and no computers. <g> The symptoms are beginning to fade, thanks.
Looks to be another fun week at the office. I've got the items from last week to finish up, and we'll see if our luck is better this week than last. There's also more minor things to take care of, including some Project installs I need to take care of right about now. I'll update more later.
4:00 PM Another day of fun and frivolity. We're ramping up for Internet World (Booth #303) and a major super amazing contest giveaway at said trade show, so next week should be sheer hell. Since my wife and I decided to go ahead and move this weekend instead of waiting 'till the end of the year, it'll be interesting to see if I survive.
But that's not interesting technical stuff. <g> I see on CNET this story about Tripod paying customers for setting up free web sites. Basically, if you generate at least 100 hits per day, per site, you get $.50 US per 1000 hits. If you generate at least 1000 hits per day, you get $1 per 1000 hits. And I thought the Warez sites were bad. People are going to be using the BYTE column phenomenon at its worst trying to generate more hits. (I'm referring to the way columns are now split across multiple pages to generate more hits and expose you to more advertisements. But it's all in the name of reduced download times, of course.) Also this week, probably starting tomorrow, I'll be setting up a new multi-line RAS server. That should be an interesting experience. Stay tuned, same bat time, same bat channel, for the further adventures of the overworked sysadmins...
8:00 AM The lists are long, with promises to go longer. Dios Mio, and this is called fun...
Since Tom was too busy writing to work on Daynotes.com (Working? Instead of playing around with web pages? WTF?) I spent some time yesterday playing with some CF scripts one of our developers pointed me at. The two sites (Syroidmanor.com and Daynotes.com) are both active, living in the same iTOOL account, but serving different directories depending on which domain you want. It's not complex; there are two directories, "Syroid" and "Daynotes", that serve as the root directories for the two domains. The CFScript parses the "GET" request to determine which domain the user wants, and redirects the session to the appropriate directory. Here's the script: <CFIF #Right(CGI.SERVER_NAME, 15)# IS "syroidmanor.com">The script can be expanded for more domains, of course, simply by adding more <CFELSEIF> statements. There are two problems with the script; one is that the URL bar at the top of the browser shows the folder structure; when you link directly to Daynotes, so that the url appears as "http://www.daynotes.com/daynotes/," but that's pretty minor. The other is that if someone links to Tom's account name URL, the script can't handle the request. Going to have to think about that one.
Probably not a hugely critical problem, but it's annoying.
9:00 AM Solved some of the CFScript problems. The new version is much longer; you can see it here. Basically, if you go to the direct account page (tsyroid.itool.com) you get a plain HTML page asking which of the two pages you need to get to. Click the link, and off you go.
That doesn't solve the URL folder-structure problem, but I'm not worried about that one. I also doubled the entries on the <CFELSEIF> part of the script; before, if you entered "www.daynotes.com" you got an error, because the script couldn't parse that. It's fixed now.
8:00 AM Well, that was fun. We got Tom's site working with both domains AND Front Page. There are a couple of things to consider if you're planning this amazing feat yourself.
And now for something completely different. I started playing with the RAS server yesterday (which means it's now on my desk, rather than under it) and need to continue with that this morning. It's also every Sysadmin's favorite time of the year... Wait for it... BUDGET TIME! Yes, that's right, it's time once again to convince the money people that we REALLY DO NEED new hardware and software, and no, not the bargain stuff, thank you. Yes, we really do need some available capacity for upgrades, and yes, thank you, some new tools would be nice... <seg>
9:00 AM Quick reference link for those of you doing HTML coding (and you all know who you are: This site has a complete reference of every HTML tag, one page for each tag, from the basic to the most obscure. Very handy; there's even a downloadable version of the entire site, with a search function. There're also some handy Javascript code samples and the like.
5:10 PM Well, I just love surprises.
iTOOL is going to Internet World next week at the Javits Center in New York. No surprises yet... the surprise is that I'm going. I wasn't planning to, I hadn't even seriously thought about it. But I'm going. The plan is for me to handle the setup of our computer systems at the show. Our Director of Marketing, rarity though he is, is actually competent to handle setting up the machines; but this one's a little more complicated. Four of the machines have never been out of their boxes and as yet have no network cards, we need to install Office on at least one machine, we're adding an on-site printer to the mix, (networked, of course!) and there's a 48" plasma screen that we've never seen, much less used. So at 3:00 today, it was decided to ship me to the show with everyone else in order to take care of all that. What fun. For those without a program, the trade show is next week. This'll be a trip. (Pun intended.)
8:10 AM Lots to do today, including preparations for my trip to Internet World next week.
First item to mention is that the Daynotes Gang homepage is alive. Tom Syroid spent the last few days playing with Front Page, and this is what he came up with. I like it, although I have to agree with most of my fellow Daynoters that the white-on-black doesn't really do it for me, if for no other reason than because the majority of our sites are black-on-white. Or black-on-parchment, anyway. Tom says I'm charging to write bios in my characteristic style; which raises an interesting question: Who pays for my bio? <g> On to the work for the day. Lemme see here; oh, yes, finish the RAS server. Almost done on that one; it's a simple thing, really, just installing two external 56K modems on an NT Server box and configuring the network to allow access through them. I might add the ability to allow network users to dial out through them, as well, but there's not much call for such capability. If we needed it, we'd probably do it right and get something like a Shiva LanRover, which is a stand-alone network RAS server with firewall-like security. Thanks to Tom, I also have to go talk to my boss about a raise. Thanks, Tom. <seg> I take care of customers that tell my bosses I need a raise...
10:00 AM The Register is reporting that there's (gasp) another security hole in Internet Explorer 5.0. The Microsoft security report is here.
8:00 AM First let's get the technical stuff out of the way.
I have two projects to complete today, the final touch-ups on the RAS server (which must be operating on Monday; going to be some calls from New York, doncha know) and the same on our newly upgraded backup system. The RAS server is a piece of cake; all that remains is connecting the new analog line. <RANT> Why oh why can't someone make a Digital- Analog converter for phone lines that doesn't cost more than the lines themselves?</RANT> Since that's mostly the phone company's problem, I refuse to worry too much about it. The new backup server is another matter. We're expanding our capacity here at iTOOL; "expanding" here should be read as "tripling." Our old backup system, a septegenarian as computers go, is in no way shape or form able to deal with the load. So, we're adding a new backup server; rather, one of the new web servers is being slightly crippled on capacity (it'll handle a mere 1,000 accounts, instead of 1,500) and saddled with a Sony TSL-9000 Autoloader tape drive. This drive uses DDS-3 4mm tapes, each capable of holding 27GB of data. The autoloader holds 7 data tapes, plus a cleaning tape. The software is Veritas (formerly Seagate) Backup Exec 7.3, which is very nice indeed. Arguably the best on the market; we selected it because my fellow machine slave and myself have both used Seagate Backup Exec many times in the past. And this new version is, in fact, the Seagate software; there's a Veritas sticker slapped over the word Seagate on the box. I did the install last night; pretty simple, actually. Fed it the four serial numbers for our Multi-Server edition and the option packs we purchased, and let it trundle away. While it was doing that, I also loaded the Remote Administrator on my machine. Had one error; some silly bloke was using the LongView in our boss's office to do something with the server. "Oh, gee, I didn't notice the huge blue splash screen, I thought that was just remnents from my hangover..." Yeah, yeah, heard that one before. Sheesh. Users. This network would be perfect if it weren't for all these users. So anyway, I got the install back on track. The problem, though, is the drive. NT recognized the drive, and the Sony drivers loaded OK, but Backup Exec refuses to admit it. It claims the drive is Offline, and since the changer is offline, it doesn't recognize the cartridge or the media. And, one of the things that I hate about Seagate, it gives you no information to debug the problem. Just tells you that there is a problem - which NT and Microsoft Backup both disagree with - now please fix it and get back to me when you do. The best solution to this problem, of course, is beer. But my boss is Mormon and refuses to accept that answer, so I guess I'll have to call <shudder> tech support and find out why this shiny new expensive software won't accept the hardware. As a matter of fact, I'm on hold now. At least their elevator music isn't too horrible.
Perusing CNN, I see more information on the nuclear accident? disaster? problem? oops? in Japan. I also note that the screams and rants from the anti-nuke crowd that nuclear power is too dangerous and should be done away with are getting louder. Sigh. I'm beginning to agree with that bumper sticker I saw a few weeks ago: Stupidity Should Hurt. As a matter of fact, it does; when other people are stupid, it gives me a headache. <g> I'll make you a deal, anti-Nuke people; you give me one - just one - alternative that is proven safer, more economical, and cleaner than nuclear power, and I'll back you 100%. I'll give you a hint; look for the work of Peter Glazer. Of course, that involves space travel, and most of you don't like that, either, so I guess you're screwed. I remember hearing a rather harsh sentiment that used to be applied to the anti-nuke people; "Shut up or go squat in a cave." Eh. I'm being intolerant. Obviously too much blood in my caffeine stream. Later.
11:30 AM Hmm. 11:30 in the morning and everything on my list for the day is completed. Isn't that one of the signs of Armageddon? I'm pretty sure it was in there...
Oh, good. The end of the world is averted; I'm being told we need a "snapshot" of our budget needs of the RSN type. That oughta waste most of the afternoon. The backup problem was actually pretty simple; for some reason the installation program on the Veritas software installed the drivers for the device, but set them to Manual instead of System. Changed the Startup value to System, rebooted, and presto-pocus, we were in business. This is very good news because the old backup system was heavily overloaded; it was taking all night and half the tape cartridge (an older model Sony) to back up the critical info, with no time or room available for the it'd-be-nice category. With this server, we can back up all our customer data - like this site - in one operation, and our system data with another. Next week we'll start the purchase process on a new system that's replace our main iTOOL application server; it'll take over the job of backing up that domain, and the old server will be retired. But that's next week. Right now, I need to find some lunch, write up a budget request, and collect my tools for the trip to New York. Anyone else going to Internet World? I'll only be there Wednesday morning of the show, but I'll be there all day Tuesday setting up, and most of Monday as well.
11:30 AM Me, Tom? Lazy? Et tu, Brutus?
Yup. Actually, I've been working pretty hard. We had the RAID5 array on our mail server go down last night. Not one but two drives inexplicably lost power. It took a while, but we got them back up and the system running normally. No email lost. Then, for some reason, I came in this morning to check on the backups. They failed last night. Why? 'Cuz I'm a blonde, yeah yeah, yeah... Sorry. 80s flashback. I won't do it again. <g> Anyway, I had set the Intelligent Disaster Recovery option in the software, which allows you to recover backups even if you lose the entire hard drive. Boot from floppy, which pulls the necesary information from a network location or CD. The problem is that I had set the network location to our Intranet PDC, on a network share that only SysAdmins could access. Since I was setting this using the remote administration client from my machine, the software had no problem with this; but the backup software was not going to be running as me, it was going to be running as a backup user name. So when the backups ran, they failed because they couldn't update the Intelligent Disaster Recovery option. Piffle. At least it was an easy fix. There may or may not be an update tomorrow; if there is one, it will probably be late (mid-afternoon) and short. Since I'll be at Internet World through Wednesday, there will not be any updates until Thursday; I'll put up a long report then. Have a good week, everybody.
| |||||||||
Copyright 1999 Matt Beland. All rights reserved. Guaranteed 100% Free-Range Electrons. |
||||||||||