- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- MMS/DESC on Itanium
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
08-02-2007 06:52 AM
08-02-2007 06:52 AM
I tried using MMS/GENERATE to create a simple DESCRIP.MMS and I can then use MMS to build using this.. but MMS/DESC=DESCRIP.MMS fails.
I've even reinstalled everything from scratch, but no change. Is this a known issue, or has anyone else had it, or do you know of a workround?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2007 08:53 AM
08-02-2007 08:53 AM
Re: MMS/DESC on Itanium
td183 $ cc /ver
HP C V7.3-018 on OpenVMS IA64 V8.3
td183 $ mms /iden
%MMS-I-IDENT, MMS V3.8 © Copyright 2007 Hewlett-Packard Development Company, L.P.
td183 $ show default
USER1:[ANTINODE.utility.source.zip.ZIP30F30]
td183 $ mms /desc = [.vms]descrip.mms /macr = large=1
Destination: [.IA64L]
if (f$search( "IA64L.DIR;1") .eqs. "") then create /directory [.IA64L]
CC /decc /prefix = (all) /include = [] /object = [.IA64L]ZIP.OBJ /define = (
VMS , LARGE_FILE_SUPPORT ) []ZIP.C
[...]
Are your process quotas risibly small or
something?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2007 06:27 PM
08-02-2007 06:27 PM
Re: MMS/DESC on Itanium
could you provide an example of the command and the failure ? Either directly in your next reply or as an attached .TXT file.
You could also issue a SET PROC/DUMP command before invoking MMS/DESC=DESCRIP.MMS. This should create a MMS.DMP process dump, which one could look at with ANAL/PROC MMS.DMP
Does this happen with any .MMS file you specify ? Even a simple one ?
As a very simple example, make a private copy of SYS$TEST:MMS$IVP.COM and change the line
$ Mms/NoCms
to
$ Mms/NoCms/DESC=DESCRIP.MMS
Then $ @MMS$IVP
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2007 09:38 PM
08-02-2007 09:38 PM
Re: MMS/DESC on Itanium
It works with the simplist case, see attached a log of MMS$IVP, I did the mms/NoCms twice, once without the /DESC and once with.
Anal/Proc tells me I have a break on unhandled exception at 288592 in thread 1,
I have included a little bit of anal/proc output, however I may have asked the wrong questions to be useful... I can use it on my software, but both IA64 and system software with threads are different!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2007 12:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2007 12:28 AM
08-03-2007 12:28 AM