About

This is the archive page for OVHS. Click to go to the frontpage of this site.

Last Comments

SYSMGR (My new blog): Brad,ne sure to have all …
Aaron (My new blog): Brad, It does sound lik…
brad (My new blog): I’ve decided to pursue th…
brad (My new blog): Hi Aaron – a question, mo…
Aaron (Directory doesn't…): Got a call back from 2 ch…
Marty (Commercial #5: th…): I used to feel bad for th…
Aaron (Commercial #2: th…): Very good! I was hoping …
Charles Soto (Commercial #2: th…): Stuart Pankin! Wow! Oh…
Rebecca (Commercial #1: Lu…): Reminds me of the recent …
Ian (Command of the da…): That is just the thing fo…

Calendar

« July 2008
S M T W T F S
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    

Archives

Previous Archive

01 Jan - 31 Dec 2006
01 Jan - 31 Dec 2007

dcl.OpenVMS.org
www.OpenVMS.org
OpenVMS FAQ
OpenVMS' official site
OpenVMS documentation
OpenVMS WebRing
Secure Web Server
OpenVMS Hobbyist Forums
Pivot Homepage

Miscellany

Powered byPivot - 1.30.2: 'Rippersnapper' 
XML Feed (RSS 1.0) 
XML: Atom Feed 

19-Dec-2006 09:27AlphaWiki

New Wiki about Alphas

I was just alerted by a posting on the AlphaNT mail list to the presence of a new Wiki on the web.  This one is specific to the Alpha processor, and is called, appropriately enough, the AlphaWiki.

I diligently went to visit, with high hopes I dug down through the menu to the Operating System category, and lo, there was no entry for OpenVMS.  *sigh*  So, I created an account (took about 10 seconds) and created the OpenVMS category (took a few minutes to figure out the categories involved).  Now, we'll need some folks to help populate it with info!

Any volunteers???  Create your account here.

- default - one comment / No trackbacks - §

13-Dec-2006 19:41Taking control

Special characters you should know

There's a whole plethora of control characters that can be used to make life easier for you when working in a command-line environment.  Every OS is different, so here is a summary of those OpenVMS supports. (more)

- default - two comments / No trackbacks - §

12-Dec-2006 17:54Hobbyist PAK cleanup

Getting rid of terminated PAKs

My system just rebooted, and I saw a bunch of entries in the Operator.Log file about expired PAKs. I thought I'd cleaned those up, but realized it was on another system. Looking for an easy way to clean the LMF up, I found this article on HP's Ask the Wizard. Unfortunately, the article's not complete, nor is it entirely correct. (more)

- default - No comments / No trackbacks - §

07-Dec-2006 10:24Re-versioning

Avoiding 32,767 problems

When the version number of a file hits 32,767, no additional versions of that file can be created.  That's not a big deal for user-created files as users can easily find and fix the problem.  But what about services that run and create log files every time they get launched?  What about temporary data files created by a program?  You can set version limits, but that only restricts the number of copies saved, not the max limit on the version number itself. (more)

- default - eight comments / No trackbacks - §

18-Nov-2006 17:10Flushing it

or how to get something out of the logs

Well, it turns out the procedure I've been using for a couple years to flush the access_log files on this system weren't exactly complete.  Sure, it worked sometimes, but there were a lot of other times when the flush just wouldn't release all the log entries.

The release notes weren't exactly complete, as it turns out.  I found this reference in comp.os.vms that solved my problem.  Not only do I have to do a httpd -k flush, but prior to that, it helps to run @Apache$Root:[000000]Apache$Setup -- that preps the environment for the flush to, well, flush.

Boy, that explains a lot of weird behavior I've seen since upgrading to 2.x!

- default - No comments / No trackbacks - §

15-Nov-2006 11:11Finding the size of open files

A quick pipe hack

Here's a one-liner that will allow you to search for open files on a disk, then display the file size. Note that the parameter for findp can be altered to restrict the search to specific file types that are open (e.g., ".log").

$ pipe sh dev /file | findp " [" | eachline file -
"pipe file = f$extr(24,99,file) ; dire/size=all &file"
(more)

- default - No comments / No trackbacks - §

14-Nov-2006 14:14My new blog

Just a quick note to start off my new blog. Stay tuned, I'll be adding content about this server and all the software I've got loaded on it.

OpenVMS rules!

- default - six comments / No trackbacks - §

Linkdump

15-Nov-2006 13:37OpenVMS online help system

Click here for Help.

- No comments - §


14-Nov-2006 14:17OV on i64

Even though I'm running this system on an Alpha, it's nice to know that the hobbyist kit is now available for Itanium!

- No comments - §