- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - OpenVMS
- >
- /log is not displayed in output ---why??
-
-
Categories
- Topics
- Hybrid IT with Cloud
- Mobile & IoT
- IT for Data & Analytics
- Transformation
- Strategy and Technology
- Products
- Cloud
- Integrated Systems
- Networking
- Servers and Operating Systems
- Services
- Storage
- Company
- Events
- Partner Solutions and Certifications
- Welcome
- Welcome
- Announcements
- Tips and Tricks
- Feedback
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- Converged Data Center Infrastructure
- Digital Transformation
- Grounded in the Cloud
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- Networking
- OEM Solutions
- Servers: The Right Compute
- Telecom IQ
- Transforming IT
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Enterprise.nxt
- Marketplace
- Aruba Airheads Community
-
Categories
-
Forums
-
Blogs
-
InformationEnglish
/log is not displayed in output ---why??
SOLVED- 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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-23-2007 03:55 PM
07-23-2007 03:55 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-23-2007 04:12 PM
07-23-2007 04:12 PM
Re: /log is not displayed in output ---why??
Re: /log is not displayed in output ---why??
What do "pu" and "ren" equate to ?
Prehaps at the start of procedure try
$ purge:= purge
$ rename := rename
Like the use of "inquire".
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-23-2007 05:01 PM
07-23-2007 05:01 PM
SolutionDid you look in concert$command:ShutCommon.com to see if it is redefining any commands?
Since you don't tell us what specific command isn't working, I will guess it is the delete command.
Both the DELETE and PURGE verbs have DELETE as the image to run. Has someone defined a logical DELETE that is causing the DELETE command to execute a different image?
So right before your delete command do a
$ show symbol delete ! see if command modified
$ show logical delete ! is DELETE command using DELETE.EXE?
If these are both normal, then it is possible, (but unlikely) that someone has modified the command definition for delete. To see that, you will need the VERB utility from the freeware.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-23-2007 06:50 PM
07-23-2007 06:50 PM
Re: /log is not displayed in output ---why??
Re: /log is not displayed in output ---why??
It would be very helpful, if you could specify more exactly, where your problem is.
Another thing is that we can see, that you have assigned points to only 30 of 81 responses to your questions. You may read http://forums1.itrc.hp.com/service/forums/helptips.do?#34
It would be more motivating to answer your questions, if you could find the time to assign points to those who helped you with their answers.
Geni
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-23-2007 08:15 PM
07-23-2007 08:15 PM
Re: /log is not displayed in output ---why??
Re: /log is not displayed in output ---why??
backup dk$acjrnl1:[acjrnl1]cala.pos_jrnf; DK$ACJRNLBCK:[acjrnlbck1]cala.bak_jrnf; /lo
here /log should determines whether file specification of each file processed is displayed on sys$output during this operation..but in the above mentioned com file we donot find any informtionl message in sys$output
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-23-2007 09:58 PM
07-23-2007 09:58 PM
Re: /log is not displayed in output ---why??
Re: /log is not displayed in output ---why??
Accounting journal Backup completed successfully ?
Wim
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-24-2007 12:27 AM
07-24-2007 12:27 AM
Re: /log is not displayed in output ---why??
Re: /log is not displayed in output ---why??
Dave.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-24-2007 03:59 AM
07-24-2007 03:59 AM
Re: /log is not displayed in output ---why??
Re: /log is not displayed in output ---why??
Contents of mess_state.com
___________________
$! demo demonstrating what Dave (The Brit) guessed is the problem
$! The Brit Jul 24, 2007 12:27:29 GMT Unassigned
$!
$! --------------------------------------------------------------------------------
$! Check whether messaging is turned off, or sys$output is redefined!
$!
$! Dave.
$!
$ this_proc = f$environment("procedure")
$ oldmsg = f$environment("message")
$ write sys$output "Message state on entry to ''this_proc' is ''oldmsg'"
$ set message/facility/identification/severity/text ! explicitly turn messaging on
$ set sec/def 'this_proc'/log ! should generate log message
$ set message/nofacility/noidentification/noseverity/notext ! explicitly turn messaging off
$ set sec/def 'this_proc'/log ! No log displayed because messaging off
$ set message 'oldmsg'
$ set sec/def 'this_proc'/log ! should generate log message
________________________________
$ set nover
$ @mess_state
Message state on entry to ROOT$USERS:[JON.SCRATCH]MESS_STATE.COM;6 is /FACILITY/SEVERITY/IDENTIFICATION/TEXT
%SET-I-MODIFIED, ROOT$USERS:[JON.SCRATCH]MESS_STATE.COM;6 modified
%SET-I-MODIFIED, ROOT$USERS:[JON.SCRATCH]MESS_STATE.COM;6 modified
$ set ver
$ @mess_state
$! demo demonstrating what Dave (The Brit) guessed is the problem
$! The Brit Jul 24, 2007 12:27:29 GMT Unassigned
$!
$! --------------------------------------------------------------------------------
$! Check whether messaging is turned off, or sys$output is redefined!
$!
$! Dave.
$!
$ this_proc = f$environment("procedure")
$ oldmsg = f$environment("message")
$ write sys$output "Message state on entry to ROOT$USERS:[JON.SCRATCH]MESS_STATE.COM;6 is /FACILITY/SEVERITY/IDENTIFICATION/TEXT"
Message state on entry to ROOT$USERS:[JON.SCRATCH]MESS_STATE.COM;6 is /FACILITY/SEVERITY/IDENTIFICATION/TEXT
$ set message/facility/identification/severity/text ! explicitly turn messaging on
$ set sec/def ROOT$USERS:[JON.SCRATCH]MESS_STATE.COM;6/log ! should generate log message
%SET-I-MODIFIED, ROOT$USERS:[JON.SCRATCH]MESS_STATE.COM;6 modified
$ set message/nofacility/noidentification/noseverity/notext ! explicitly turn messaging off
$ set sec/def ROOT$USERS:[JON.SCRATCH]MESS_STATE.COM;6/log ! No log displayed because messaging off
$ set message /FACILITY/SEVERITY/IDENTIFICATION/TEXT
$ set sec/def ROOT$USERS:[JON.SCRATCH]MESS_STATE.COM;6/log ! should generate log message
%SET-I-MODIFIED, ROOT$USERS:[JON.SCRATCH]MESS_STATE.COM;6 modified
$
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2018 Hewlett Packard Enterprise Development LP