The PDF:s for the V8.3 are there:
http://h71000.www7.hp.com/doc/os83_index.html
and for the V7.3 there:
http://h71000.www7.hp.com/doc/os83_index.html
Kari
On 22.1.2010 18:44, Johnny Billquist wrote:
No, I mean the CD.
But I also seem to remember seeing some of them as PDFs, in which case
you would only need to download each manual, and then you have all of
it. That wouldn't be too bad either...
Johnny
Sampsa Laine wrote:
Oh they're available - just don't fancy navigating 70 different pages
if I can avoid it :)
Sampsa
On 22 Jan 2010, at 15:04, Johnny Billquist wrote:
Hi.
Sampsa Laine wrote:
My Amazon Kindle DX just arrived and it's rather good for reading
PDFs, so was going to put the whole VMS 8.3 and 7.3 docsets on it.
Any idea where I can grab all of them in one place, or do I have to
download them one by one from the HP site?
I'm pretty sure I have some docsets on CD. They should be available
on the net as well, I think.
Johnny
.
No, I mean the CD.
But I also seem to remember seeing some of them as PDFs, in which case you would only need to download each manual, and then you have all of it. That wouldn't be too bad either...
Johnny
Sampsa Laine wrote:
Oh they're available - just don't fancy navigating 70 different pages if I can avoid it :)
Sampsa
On 22 Jan 2010, at 15:04, Johnny Billquist wrote:
Hi.
Sampsa Laine wrote:
My Amazon Kindle DX just arrived and it's rather good for reading PDFs, so was going to put the whole VMS 8.3 and 7.3 docsets on it. Any idea where I can grab all of them in one place, or do I have to download them one by one from the HP site?
I'm pretty sure I have some docsets on CD. They should be available on the net as well, I think.
Johnny
Oh they're available - just don't fancy navigating 70 different pages if I can avoid it :)
Sampsa
On 22 Jan 2010, at 15:04, Johnny Billquist wrote:
Hi.
Sampsa Laine wrote:
My Amazon Kindle DX just arrived and it's rather good for reading PDFs, so was going to put the whole VMS 8.3 and 7.3 docsets on it. Any idea where I can grab all of them in one place, or do I have to download them one by one from the HP site?
I'm pretty sure I have some docsets on CD. They should be available on the net as well, I think.
Johnny
Hi.
Sampsa Laine wrote:
My Amazon Kindle DX just arrived and it's rather good for reading PDFs, so was going to put the whole VMS 8.3 and 7.3 docsets on it. Any idea where I can grab all of them in one place, or do I have to download them one by one from the HP site?
I'm pretty sure I have some docsets on CD. They should be available on the net as well, I think.
Johnny
My Amazon Kindle DX just arrived and it's rather good for reading PDFs, so was going to put the whole VMS 8.3 and 7.3 docsets on it. Any idea where I can grab all of them in one place, or do I have to download them one by one from the HP site?
Sampsa
On Thu, 21 Jan 2010, Sampsa Laine wrote:
Scripting by screenshot:
http://www.youtube.com/watch?v=FxDOlhysFcM
Very intriguing. It would make support rather easy. ssh in, drop script in pre-defined directory, tell user to run it.
Fred
$ dir/size=all/grand sys$sysdevice:[davidson...]
-----Original Message-----
From: owner-hecnet at Update.UU.SE on behalf of Sampsa Laine
Sent: Thu 1/21/2010 08:09
To: hecnet at Update.UU.SE
Subject: [HECnet] "du" for OpenVMS?
What's the sanest way to get an idea of disk usage by directory on VMS?
Sampsa
Sampsa Laine wrote:
What's the sanest way to get an idea of disk usage by directory on VMS?
$ DIRECTORY /SIZE=ALL /GRAND [directory...]
It takes a while to collect the information, but once its done, you'll be presented with the total number of files and the total blocks (actually used and also allocated).
--Marc