- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Installing UNZIP to an OpenVMS system
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-25-2008 09:55 AM
11-25-2008 09:55 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2008 10:20 AM
11-25-2008 10:20 AM
Solutionwelcome to the OpenVMS ITRC forum.
A collection of important tools (including ZIP, UNZIP etc.) is available on the OpenVMS Freeware V8 CD.
Insert the OpenVMS Freeware V8 CD into your CD drive and copy those files to your system disk:
$ MOUNT/OVER=ID DQA0:
$ BACKUP DQA0:[000tools...] SYS$SYSDEVICE:[*...]/BY_OWN=ORIG
Then include the following command into your system-wide login procedure (e.g. SYS$MANAGER:SYLOGIN.COM):
$ @SYS$SYSDEVICE:[000TOOLS]DEFINE_TOOLS.COM
This will define foreign commands for all the tools.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2008 10:25 AM
11-25-2008 10:25 AM
Re: Installing UNZIP to an OpenVMS system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2008 10:31 AM
11-25-2008 10:31 AM
Re: Installing UNZIP to an OpenVMS system
welcome to vms itrc forum.
could you give some more info on the system type alpha or itanium (the cd device name will vary on the different platfirms)
try :-
$ mount/media=cdrom 'cd drive name' (assuming iso format cd)
then
$ copy/log 'cd drive name':*.* 'disk':['directory']*.*
if it's suffixed pcsi use
$ product install
if it's several files suffixed .a , .b etc
then use
$ @sys$update:vmsinstal
you may have it as a self extracting zipfile
something like 'filename.*_axpexe
just do
$ run 'disk':['directory']'filename'
and use above install methods.
hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2008 11:10 AM
11-25-2008 11:10 AM
Re: Installing UNZIP to an OpenVMS system
ftp://ftp.info-zip.org/pub/infozip/vms/
If you can get the right one onto a CD, it
might work when you get it off the CD.
There's a "readme" there, too, but you may
need to ask for "readme" instead of "readme."
to get it. (FTP server quirk?)
> The system currently has no network or
> internet access [...]
Why not?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2008 02:43 PM
11-25-2008 02:43 PM
Re: Installing UNZIP to an OpenVMS system
Thank You!
Matt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2008 05:21 AM
11-26-2008 05:21 AM
Re: Installing UNZIP to an OpenVMS system
Close the thrade once you Gotsuitable answers
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2008 08:05 PM
12-01-2008 08:05 PM
Re: Installing UNZIP to an OpenVMS system
Matt