- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Bytes sizing at VMS7.3-1 and up
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2004 01:17 AM
тАО08-08-2004 01:17 AM
Bytes sizing at VMS7.3-1 and up
Can anyone tell me if there's a way of showing file size in Mb or Gb, and also if there's some system parameter to make VMS to give all size output in M/G/bytes?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2004 02:57 AM
тАО08-08-2004 02:57 AM
Re: Bytes sizing at VMS7.3-1 and up
$ directory/size=units=bytes login.com;
Directory USER01:[ZESSIN]
LOGIN.COM;26 2KB
Total of 1 file, 2KB
$ directory/size login.com
Directory USER01:[ZESSIN]
LOGIN.COM;26 4
Total of 1 file, 4 blocks.
$ set process/units=bytes
$ directory/size login.com
Directory USER01:[ZESSIN]
LOGIN.COM;26 2KB
Total of 1 file, 2KB
$
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2004 05:04 PM
тАО08-08-2004 05:04 PM
Re: Bytes sizing at VMS7.3-1 and up
As far as I can tell the arameter /size=unit=bytes only works only starting 7.3-2, while sh dev/siz=bytes works with 7.3 and up.
I guess there's no way of doing this earlier than 7.3-2.
Alon.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2004 05:47 PM
тАО08-08-2004 05:47 PM
Re: Bytes sizing at VMS7.3-1 and up
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2004 05:57 PM
тАО08-08-2004 05:57 PM
Re: Bytes sizing at VMS7.3-1 and up
By the way - I have a simple idea on how to get answers allways in kb/mg/gb - you can define a symbol like so - "$ dir :== dir/size=units=bytes", and there you go...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2004 06:49 PM
тАО08-08-2004 06:49 PM
Re: Bytes sizing at VMS7.3-1 and up
because I have to install new V7.3-2 on our system, I read new feature documentation. I find a commnd useful for you:
$ SET PROCESS /UNIT=BYTES
so all command (not only DIRECTORY) use byte instead blocks.
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2004 06:51 PM
тАО08-08-2004 06:51 PM
Re: Bytes sizing at VMS7.3-1 and up
I can't read your post :-(
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2004 07:09 PM
тАО08-08-2004 07:09 PM
Re: Bytes sizing at VMS7.3-1 and up
what is the problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2004 07:33 PM
тАО08-08-2004 07:33 PM
Re: Bytes sizing at VMS7.3-1 and up
this morning I'm still sleeping and I don't read carefully the thread.
I don't want repeat your answer.
Uwe, just for curiosity, do you live in Germany? I read some your answer in night time ;-)
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2004 07:37 PM
тАО08-08-2004 07:37 PM
Re: Bytes sizing at VMS7.3-1 and up
You definitely should not try to read my answers when it is dark - you should sleep then ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2004 07:43 PM
тАО08-08-2004 07:43 PM
Re: Bytes sizing at VMS7.3-1 and up
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2004 09:09 PM
тАО08-08-2004 09:09 PM
Re: Bytes sizing at VMS7.3-1 and up
This was a feasibility check to see if
people are interested in VMS displaying
size related information in bytes instead
of blocks.
As the feedback was positive, in VMS V7.3-2
we introduced the B2B project (Blocks
to Bytes), to modify all the utilities
to display size related information in bytes
instead of blocks. As usual with VMS we did not want to break compatibility with previous releases so we introduced
$ SET PROC/UNITS=BYTES. When you set your process to bytes mode, most of the utilities will display size information in bytes.
Most of the utilities will allow you to
specify the mode you are interested in
overriding your current defaults. Assuming
your current setting is blocks, you may still do $ SH MEMORY/UNITS=BYTES.
$SET_PROCESS_PROPETIES allows you to change
the current units with the PPROP$C_UNITS
item code. There is also a $GETJPI item code to return the default units setting for a process.
The next VMS release (V8.2) includes B2B support in SHOW QUOTA and SHOW DEVICE/FULL.
Future releases might allow specifying the
input to various commands in bytes, something similar to the following:
$ MC SYSGEN FOO:[BAR]POO.TXT/SIZE=1.50GB
Regards,
Guy Peleg
OpenVMS Engineering
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2004 09:13 PM
тАО08-08-2004 09:13 PM
Re: Bytes sizing at VMS7.3-1 and up
Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2004 09:48 PM
тАО08-08-2004 09:48 PM
Re: Bytes sizing at VMS7.3-1 and up
B2B project is very interesting ...
but byte are too small for current and future sizing.
May be in future version we can use SET PROCESS /UNIT=KB?
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2004 09:58 PM
тАО08-08-2004 09:58 PM
Re: Bytes sizing at VMS7.3-1 and up
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-09-2004 12:18 AM
тАО08-09-2004 12:18 AM
Re: Bytes sizing at VMS7.3-1 and up
1024 bytes are 1KB
1024KB are 1MB
1024MB are 1GB
1024GB are 1TB
Guy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-10-2004 02:53 AM
тАО08-10-2004 02:53 AM
Re: Bytes sizing at VMS7.3-1 and up
byte are too small for current and future sizing.
May be in future version we can use SET PROCESS /UNIT=KB?
Now I finished installation of V7.3-2; tryed SET PROC/UNIT=BYTE
Very good: systm display byte or Kb o Mb in the best way.
Congratulation to HP developers.
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-11-2004 03:52 PM
тАО08-11-2004 03:52 PM
Re: Bytes sizing at VMS7.3-1 and up
> Congratulation to HP developers.
All Guy Peleg's work :-)