Rocksolid Light

Welcome to Rocksolid Light

mail  files  register  newsreader  groups  login

Message-ID:  

"Yes, and I feel bad about rendering their useless carci into dogfood..." -- Badger comics


computers / comp.os.vms / Disk size in the virtual world

SubjectAuthor
* Disk size in the virtual worldArne Vajhøj
`* Re: Disk size in the virtual worldVolker Halle
 `* Re: Disk size in the virtual worldArne Vajhøj
  +* Re: Disk size in the virtual worldScott Dorsey
  |`* Re: Disk size in the virtual worldArne Vajhøj
  | `- Re: Disk size in the virtual worldScott Dorsey
  `* Re: Disk size in the virtual worldVolker Halle
   `* Re: Disk size in the virtual worldChris Townley
    `* Re: Disk size in the virtual worldArne Vajhøj
     `- Re: Disk size in the virtual worldChris Townley

1
Disk size in the virtual world

<urbn8a$109l5$1@dont-email.me>

  copy mid

https://news.novabbs.org/computers/article-flat.php?id=33560&group=comp.os.vms#33560

  copy link   Newsgroups: comp.os.vms
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: arne@vajhoej.dk (Arne Vajhøj)
Newsgroups: comp.os.vms
Subject: Disk size in the virtual world
Date: Fri, 23 Feb 2024 22:19:37 -0500
Organization: A noiseless patient Spider
Lines: 19
Message-ID: <urbn8a$109l5$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sat, 24 Feb 2024 03:19:38 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="927881bcdcbd985d655aa867c10f2f7d";
logging-data="1058469"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1899jY3rS2lF9QPEtBy5Chs9nJ1eYvBaaI="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:GS8163JiqX1zAVWHdbwZsI4cm7A=
Content-Language: en-US
 by: Arne Vajhøj - Sat, 24 Feb 2024 03:19 UTC

So I tried to increase the size of a virtual disk
from 20 GB to 30 GB.

And I ended up with:

Total blocks 62914560
Logical Volume Size 41943040

Which is really rather logical. The file system
was created for 20 GB. But obviously not what I want.

I assume that backup + init + restore will fix it,
but are there any easier way of doing it?

ODS-5 on VMS 9.2-2 on VMWare Player if it matters.

Arne

Re: Disk size in the virtual world

<urc124$12001$1@dont-email.me>

  copy mid

https://news.novabbs.org/computers/article-flat.php?id=33562&group=comp.os.vms#33562

  copy link   Newsgroups: comp.os.vms
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: volker_halle@hotmail.com (Volker Halle)
Newsgroups: comp.os.vms
Subject: Re: Disk size in the virtual world
Date: Sat, 24 Feb 2024 07:06:59 +0100
Organization: A noiseless patient Spider
Lines: 48
Message-ID: <urc124$12001$1@dont-email.me>
References: <urbn8a$109l5$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sat, 24 Feb 2024 06:07:00 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="b586f68d45a814d6fa62e6b7f3196659";
logging-data="1114113"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX183loLzU4TP1IJyOCw/IwsEZMYnWXN3aCI="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:MgHbnVkeyU9XB/+CCwbAq3VOg8Q=
In-Reply-To: <urbn8a$109l5$1@dont-email.me>
 by: Volker Halle - Sat, 24 Feb 2024 06:06 UTC

Am 24.02.2024 um 04:19 schrieb Arne Vajhøj:
> So I tried to increase the size of a virtual disk
> from 20 GB to 30 GB.
>
> And I ended up with:
>
> Total blocks            62914560
> Logical Volume Size     41943040
>
> Which is really rather logical. The file system
> was created for 20 GB. But obviously not what I want.
>
> I assume that backup + init + restore will fix it,
> but are there any easier way of doing it?
>
> ODS-5 on VMS 9.2-2 on VMWare Player if it matters.
>
> Arne
>
>
Arne,

after the appropriate preparation, an OpenVMS volume can be extended
dynamically (it's called DVE = Dynamic Volume Expansion).

First check the volume expansion limit with

$ SHOW DEV/FUL DKAx:
....
Logical Volume Size nnn Expansion Size Limit nnn

If your desired new volume size is less than the Expansion Size Limit,
you can simply extend the disk online with:

$ SET VOLUME/SIZE DKAx:

If the current Expansion Size Limit is too small, you need to increase
it. This can ONLY be done while the disk is mounted privately:

$ SET VOLUME/LIMIT DKAx:

You can then re-mount the disk system-wide and actually extend it with
SET VOLUME/SIZE DKAx:

Volker.

PS: copied from my answer in ITRC back from 2006 ;-)
https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/td-p/3823829

Re: Disk size in the virtual world

<urcp3b$16pfi$1@dont-email.me>

  copy mid

https://news.novabbs.org/computers/article-flat.php?id=33563&group=comp.os.vms#33563

  copy link   Newsgroups: comp.os.vms
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: arne@vajhoej.dk (Arne Vajhøj)
Newsgroups: comp.os.vms
Subject: Re: Disk size in the virtual world
Date: Sat, 24 Feb 2024 07:57:15 -0500
Organization: A noiseless patient Spider
Lines: 54
Message-ID: <urcp3b$16pfi$1@dont-email.me>
References: <urbn8a$109l5$1@dont-email.me> <urc124$12001$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sat, 24 Feb 2024 12:57:15 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="927881bcdcbd985d655aa867c10f2f7d";
logging-data="1271282"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/iz4biRHftrAqruz20rcuBhpDSo3awJ/8="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:kUSi8OujyfeP//OGY9gmzMQQhy8=
Content-Language: en-US
In-Reply-To: <urc124$12001$1@dont-email.me>
 by: Arne Vajhøj - Sat, 24 Feb 2024 12:57 UTC

On 2/24/2024 1:06 AM, Volker Halle wrote:
> Am 24.02.2024 um 04:19 schrieb Arne Vajhøj:
>> So I tried to increase the size of a virtual disk
>> from 20 GB to 30 GB.
>>
>> And I ended up with:
>>
>> Total blocks            62914560
>> Logical Volume Size     41943040
>>
>> Which is really rather logical. The file system
>> was created for 20 GB. But obviously not what I want.
>>
>> I assume that backup + init + restore will fix it,
>> but are there any easier way of doing it?
>>
>> ODS-5 on VMS 9.2-2 on VMWare Player if it matters.

> after the appropriate preparation, an OpenVMS volume can be extended
> dynamically (it's called DVE = Dynamic Volume Expansion).
>
> First check the volume expansion limit with
>
> $ SHOW DEV/FUL DKAx:
> ...
> Logical Volume Size nnn Expansion Size Limit nnn
>
> If your desired new volume size is less than the Expansion Size Limit,
> you can simply extend the disk online with:
>
> $ SET VOLUME/SIZE DKAx:
>
> If the current Expansion Size Limit is too small, you need to increase
> it. This can ONLY be done while the disk is mounted privately:
>
> $ SET VOLUME/LIMIT DKAx:
>
> You can then re-mount the disk system-wide and actually extend it with
> SET VOLUME/SIZE DKAx:

> PS: copied from my answer in ITRC back from 2006 ;-)
> https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/td-p/3823829

Worked perfectly. Thanks.

I wonder when this was added to VMS.

It is not relevant for physical disks. But it must have
turned relevant when SAN's were introduced.

Arne

Re: Disk size in the virtual world

<urcqm7$ks1$1@panix2.panix.com>

  copy mid

https://news.novabbs.org/computers/article-flat.php?id=33565&group=comp.os.vms#33565

  copy link   Newsgroups: comp.os.vms
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!panix!.POSTED.panix2.panix.com!panix2.panix.com!not-for-mail
From: kludge@panix.com (Scott Dorsey)
Newsgroups: comp.os.vms
Subject: Re: Disk size in the virtual world
Date: 24 Feb 2024 13:24:23 -0000
Organization: Former users of Netcom shell (1989-2000)
Lines: 13
Message-ID: <urcqm7$ks1$1@panix2.panix.com>
References: <urbn8a$109l5$1@dont-email.me> <urc124$12001$1@dont-email.me> <urcp3b$16pfi$1@dont-email.me>
Injection-Info: reader1.panix.com; posting-host="panix2.panix.com:166.84.1.2";
logging-data="24050"; mail-complaints-to="abuse@panix.com"
 by: Scott Dorsey - Sat, 24 Feb 2024 13:24 UTC

=?UTF-8?Q?Arne_Vajh=C3=B8j?= <arne@vajhoej.dk> wrote:
>
>I wonder when this was added to VMS.
>
>It is not relevant for physical disks. But it must have
>turned relevant when SAN's were introduced.

It is very relevant to physical disks. You install a new bigger disk, and
you copy the fileystem over and expand it once it's copied over. This is
much, much faster than doing a file-by-file copy.
--scott
--
"C'est un Nagra. C'est suisse, et tres, tres precis."

Re: Disk size in the virtual world

<urcr1e$172qb$1@dont-email.me>

  copy mid

https://news.novabbs.org/computers/article-flat.php?id=33566&group=comp.os.vms#33566

  copy link   Newsgroups: comp.os.vms
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: arne@vajhoej.dk (Arne Vajhøj)
Newsgroups: comp.os.vms
Subject: Re: Disk size in the virtual world
Date: Sat, 24 Feb 2024 08:30:22 -0500
Organization: A noiseless patient Spider
Lines: 16
Message-ID: <urcr1e$172qb$1@dont-email.me>
References: <urbn8a$109l5$1@dont-email.me> <urc124$12001$1@dont-email.me>
<urcp3b$16pfi$1@dont-email.me> <urcqm7$ks1$1@panix2.panix.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sat, 24 Feb 2024 13:30:22 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="927881bcdcbd985d655aa867c10f2f7d";
logging-data="1280843"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18J39qaR2RMdPwDnJjmsZ8tGuAff22XvrI="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:Id/DoUOO3POYB/8D0cxN2NdhyVs=
Content-Language: en-US
In-Reply-To: <urcqm7$ks1$1@panix2.panix.com>
 by: Arne Vajhøj - Sat, 24 Feb 2024 13:30 UTC

On 2/24/2024 8:24 AM, Scott Dorsey wrote:
> =?UTF-8?Q?Arne_Vajh=C3=B8j?= <arne@vajhoej.dk> wrote:
>> I wonder when this was added to VMS.
>>
>> It is not relevant for physical disks. But it must have
>> turned relevant when SAN's were introduced.
>
> It is very relevant to physical disks. You install a new bigger disk, and
> you copy the fileystem over and expand it once it's copied over. This is
> much, much faster than doing a file-by-file copy.

"copy filesystem" is that BACKUP/PHYS or?

Arne

Re: Disk size in the virtual world

<urcucm$17t2f$1@dont-email.me>

  copy mid

https://news.novabbs.org/computers/article-flat.php?id=33567&group=comp.os.vms#33567

  copy link   Newsgroups: comp.os.vms
Path: i2pn2.org!i2pn.org!news.niel.me!news.gegeweb.eu!gegeweb.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: volker_halle@hotmail.com (Volker Halle)
Newsgroups: comp.os.vms
Subject: Re: Disk size in the virtual world
Date: Sat, 24 Feb 2024 15:27:33 +0100
Organization: A noiseless patient Spider
Lines: 9
Message-ID: <urcucm$17t2f$1@dont-email.me>
References: <urbn8a$109l5$1@dont-email.me> <urc124$12001$1@dont-email.me>
<urcp3b$16pfi$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sat, 24 Feb 2024 14:27:34 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="cead5eded08ab4ed7963f0e0733fad35";
logging-data="1307727"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19Ab+Ch41q/MaDnh/XLrNCgWcMw9AU1Vv8="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:vxiAC/zdm+/uQSTAhr8l0wABYvM=
In-Reply-To: <urcp3b$16pfi$1@dont-email.me>
 by: Volker Halle - Sat, 24 Feb 2024 14:27 UTC

Am 24.02.2024 um 13:57 schrieb Arne Vajhøj:

> I wonder when this was added to VMS.

Dynamic volume expansion (DVE) feature introduced in OpenVMS Alpha
Version 7.3–2

Volker.

Re: Disk size in the virtual world

<urd4rh$5gc$1@panix2.panix.com>

  copy mid

https://news.novabbs.org/computers/article-flat.php?id=33568&group=comp.os.vms#33568

  copy link   Newsgroups: comp.os.vms
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!panix!.POSTED.panix2.panix.com!panix2.panix.com!not-for-mail
From: kludge@panix.com (Scott Dorsey)
Newsgroups: comp.os.vms
Subject: Re: Disk size in the virtual world
Date: 24 Feb 2024 16:17:53 -0000
Organization: Former users of Netcom shell (1989-2000)
Lines: 19
Message-ID: <urd4rh$5gc$1@panix2.panix.com>
References: <urbn8a$109l5$1@dont-email.me> <urcp3b$16pfi$1@dont-email.me> <urcqm7$ks1$1@panix2.panix.com> <urcr1e$172qb$1@dont-email.me>
Injection-Info: reader1.panix.com; posting-host="panix2.panix.com:166.84.1.2";
logging-data="21586"; mail-complaints-to="abuse@panix.com"
 by: Scott Dorsey - Sat, 24 Feb 2024 16:17 UTC

=?UTF-8?Q?Arne_Vajh=C3=B8j?= <arne@vajhoej.dk> wrote:
>On 2/24/2024 8:24 AM, Scott Dorsey wrote:
>> =?UTF-8?Q?Arne_Vajh=C3=B8j?= <arne@vajhoej.dk> wrote:
>>> I wonder when this was added to VMS.
>>>
>>> It is not relevant for physical disks. But it must have
>>> turned relevant when SAN's were introduced.
>>
>> It is very relevant to physical disks. You install a new bigger disk, and
>> you copy the fileystem over and expand it once it's copied over. This is
>> much, much faster than doing a file-by-file copy.
>
>"copy filesystem" is that BACKUP/PHYS or?

Yes, or a DD equivalent. Or using Clonezilla (which doesn't know anything
about the VMS filesystem so will just do a dd).
--scott
--
"C'est un Nagra. C'est suisse, et tres, tres precis."

Re: Disk size in the virtual world

<urficb$1rpd1$2@dont-email.me>

  copy mid

https://news.novabbs.org/computers/article-flat.php?id=33581&group=comp.os.vms#33581

  copy link   Newsgroups: comp.os.vms
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: news@cct-net.co.uk (Chris Townley)
Newsgroups: comp.os.vms
Subject: Re: Disk size in the virtual world
Date: Sun, 25 Feb 2024 14:20:58 +0000
Organization: A noiseless patient Spider
Lines: 19
Message-ID: <urficb$1rpd1$2@dont-email.me>
References: <urbn8a$109l5$1@dont-email.me> <urc124$12001$1@dont-email.me>
<urcp3b$16pfi$1@dont-email.me> <urcucm$17t2f$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 25 Feb 2024 14:20:59 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="88e4400872123792f56f4abad8e81632";
logging-data="1959329"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18unkY5UqI7XNgKjzXC4PnVH4JaS218Guk="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:6Ksg4C9QXlsUudM4RleoFbHgm60=
In-Reply-To: <urcucm$17t2f$1@dont-email.me>
Content-Language: en-GB
 by: Chris Townley - Sun, 25 Feb 2024 14:20 UTC

On 24/02/2024 14:27, Volker Halle wrote:
> Am 24.02.2024 um 13:57 schrieb Arne Vajhøj:
>
>> I wonder when this was added to VMS.
>
> Dynamic volume expansion (DVE) feature introduced in OpenVMS Alpha
> Version 7.3–2
>
> Volker.
>

Can this be used on a system disc on KVM/QEMU?
Presumably after expanding the filesystem, I would need to from the
install image, go to DCL to then do the extension

--
Chris

Re: Disk size in the virtual world

<urfklm$1tfj9$1@dont-email.me>

  copy mid

https://news.novabbs.org/computers/article-flat.php?id=33582&group=comp.os.vms#33582

  copy link   Newsgroups: comp.os.vms
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: arne@vajhoej.dk (Arne Vajhøj)
Newsgroups: comp.os.vms
Subject: Re: Disk size in the virtual world
Date: Sun, 25 Feb 2024 10:00:06 -0500
Organization: A noiseless patient Spider
Lines: 19
Message-ID: <urfklm$1tfj9$1@dont-email.me>
References: <urbn8a$109l5$1@dont-email.me> <urc124$12001$1@dont-email.me>
<urcp3b$16pfi$1@dont-email.me> <urcucm$17t2f$1@dont-email.me>
<urficb$1rpd1$2@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 25 Feb 2024 15:00:06 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="3c4a04b6d33d9b58db0c804784753107";
logging-data="2014825"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX182GqSZ4qwCuoJToEXGuJs4b71ZS5sAKLM="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:fNBGMwFysk8nCByOjfUUGdLq1y0=
Content-Language: en-US
In-Reply-To: <urficb$1rpd1$2@dont-email.me>
 by: Arne Vajhøj - Sun, 25 Feb 2024 15:00 UTC

On 2/25/2024 9:20 AM, Chris Townley wrote:
> On 24/02/2024 14:27, Volker Halle wrote:
>> Am 24.02.2024 um 13:57 schrieb Arne Vajhøj:
>>> I wonder when this was added to VMS.
>>
>> Dynamic volume expansion (DVE) feature introduced in OpenVMS Alpha
>> Version 7.3–2
>
> Can this be used on a system disc on KVM/QEMU?
> Presumably after expanding the filesystem, I would need to from the
> install image, go to DCL to then do the extension

I did it on the system disk after booting from it.

The PC did not explode.

Arne

Re: Disk size in the virtual world

<urg4dt$1rpd1$3@dont-email.me>

  copy mid

https://news.novabbs.org/computers/article-flat.php?id=33583&group=comp.os.vms#33583

  copy link   Newsgroups: comp.os.vms
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: news@cct-net.co.uk (Chris Townley)
Newsgroups: comp.os.vms
Subject: Re: Disk size in the virtual world
Date: Sun, 25 Feb 2024 19:28:59 +0000
Organization: A noiseless patient Spider
Lines: 25
Message-ID: <urg4dt$1rpd1$3@dont-email.me>
References: <urbn8a$109l5$1@dont-email.me> <urc124$12001$1@dont-email.me>
<urcp3b$16pfi$1@dont-email.me> <urcucm$17t2f$1@dont-email.me>
<urficb$1rpd1$2@dont-email.me> <urfklm$1tfj9$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 25 Feb 2024 19:29:01 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="88e4400872123792f56f4abad8e81632";
logging-data="1959329"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/24W2jmL14EqIcjHbzM6w+iCG+aHRDgfc="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:K2RNqxUSRr2YGeFyyFFESZ5pRcE=
Content-Language: en-GB
In-Reply-To: <urfklm$1tfj9$1@dont-email.me>
 by: Chris Townley - Sun, 25 Feb 2024 19:28 UTC

On 25/02/2024 15:00, Arne Vajhøj wrote:
> On 2/25/2024 9:20 AM, Chris Townley wrote:
>> On 24/02/2024 14:27, Volker Halle wrote:
>>> Am 24.02.2024 um 13:57 schrieb Arne Vajhøj:
>>>> I wonder when this was added to VMS.
>>>
>>> Dynamic volume expansion (DVE) feature introduced in OpenVMS Alpha
>>> Version 7.3–2
>>
>> Can this be used on a system disc on KVM/QEMU?
>> Presumably after expanding the filesystem, I would need to from the
>> install image, go to DCL to then do the extension
>
> I did it on the system disk after booting from it.
>
> The PC did not explode.
>
> Arne
>
>
That all worked nicely - thanks

--
Chris

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor