- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- openVMS V8.3 installation with ODS-5 & hard-links
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
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
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
11-03-2006 02:50 PM
11-03-2006 02:50 PM
During the successful V8.3 installation I have chosen to retain ODS-2 but after the installation has completed, I would like to try ODS-5 with hardlinks instead.
Is it possible to run some script/utility just to convert the ODS-2 to ODS-5 without having to redo the entire V8.3 installation again.
thks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2006 03:41 PM
11-03-2006 03:41 PM
Re: openVMS V8.3 installation with ODS-5 & hard-links
SET VOLUME /STRUCTURE_LEVEL = 5 SYS$SYSDEVICE
You may need to read your own HELP to see
how to get the hard links enabled.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2006 04:00 PM
11-03-2006 04:00 PM
Re: openVMS V8.3 installation with ODS-5 & hard-links
SET VOLUME -
/VOLUME_CHARACTERISTICS = [NO]HARDLINKS -
SYS$SYSDEVICE
I guess that it's older than I remembered, as
I seem to have it at VMS V7.3-2.
I don't immediately see any DCL to tell you
how it's set, however.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2006 04:09 PM
11-03-2006 04:09 PM
Re: openVMS V8.3 installation with ODS-5 & hard-links
suggests:
alp $ write sys$output -
f$getdvi( "dka100:", "HARDLINKS_SUPPORTED")
TRUE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2006 09:37 PM
11-03-2006 09:37 PM
Re: openVMS V8.3 installation with ODS-5 & hard-links
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2006 04:47 AM
11-04-2006 04:47 AM
Re: openVMS V8.3 installation with ODS-5 & hard-links
suggests:
alp $ write sys$output -
f$getdvi( "dka100:", "HARDLINKS_SUPPORTED")
TRUE
--------
Yeah, I think that I added dvi$_hardlinks_supported for V8.2, and I always try to backport as much as possible. I'm not sure which SYS kit in which it appeared.
My longterm goal is to bring back all the item codes added for V8.3 to V7.3-2; they'll likely appear in the last SYS and DCL kits for V7.3-2, as V7.3-2 goes off "standard" support at the end of the calendar year.
Since HELP files are not updated, there's no evidence that it's there . . .
-- Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2006 04:15 PM
11-04-2006 04:15 PM
Re: openVMS V8.3 installation with ODS-5 & hard-links
>Beware, that for a change of the structure, >the disk must be mounted privately, so I >assume, that for the systemdisk you have to >boot the CDROM and do it from the DCL prompt.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2006 04:57 PM
11-04-2006 04:57 PM
Re: openVMS V8.3 installation with ODS-5 & hard-links
to be run. This is different. (As I recall,
even a modern VMS VAX CD-ROM offers more than
just standalone BACKUP, although that's the
default.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2006 07:22 PM
11-04-2006 07:22 PM
Re: openVMS V8.3 installation with ODS-5 & hard-links
To change your system disk to ODS-5, boot
the O/S installation CD, I think that
the menu changed with VMS V8.3 and now
executing DCL commands is option 8 and not
7 but it is not important....then:
$$$ MOUNT/OVER=ID SYSTEM_DISK
$$$ SET VOLUME/STRUC=5 SYSTEM_DISK
Guy Peleg
BRUDEN-OSSG
http://www.brudenossg.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2006 03:12 AM
11-05-2006 03:12 AM
Re: openVMS V8.3 installation with ODS-5 & hard-links
Rdgs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2006 03:31 AM