- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: query related to slow response to dcl command
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
04-13-2006 09:27 PM
04-13-2006 09:27 PM
query related to slow response to dcl command
when i give
ACC/SIN/FULL/QUE=PRINT$PRINT1
It took 10 min.instead of 10 sec.what will be the problem?
Dips
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2006 09:57 PM
04-13-2006 09:57 PM
Re: query related to slow response to dcl command
1st I would check the size of the ACCOUNTNG.DAT file, perhaps you have one since years and it has grown considerably big and is heavily fragmented. We recreate the accouting file on a weekly basis (and store them away) so reports are quite fast.
Beside that, maybe the disk on which the file is located (normally SYS$MANAGER, but may be relocated, see logical name ACCOUNTNG), is under heavy load also.
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2006 10:20 PM
04-13-2006 10:20 PM
Re: query related to slow response to dcl command
whenever you execute any command and you are waiting for it to complete and wonder, what your process/image is doing, consider to type CTRL-T
This should print a line like this:
node::HALLE 12:10:04 ACC CPU=00:00:00.81 PF=701 IO=300 MEM=134
nodename::username current-time current-image
followed by performance-related statistics:
CPU-time-consumed pagefault-count IO-count working-set-size
Then type CTRL_T again and note the differences in the performance counters. Subtract ONE IO for the output CTRL-T itself. The remaining differences of counter values indicate, whether your process has consumed CPU time, IOs or pagefaults.
If you press CTRL-T and nothing prints, check whether SET TERM/BROADCAST has been set, whether the DCL broadcast class is enabled ($ SHOW BROADCAST) and consider to enable CTRL-T ($ SET CONT=T). If still nothing prints when you type CTRL_T, your system may be hung !
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2006 10:36 PM
04-13-2006 10:36 PM
Re: query related to slow response to dcl command
from your Forum Profile:
I have assigned points to 7 of 23 responses to my questions.
Maybe you can find some time to do some assigning?
http://forums1.itrc.hp.com/service/forums/helptips.do?#33
Mind, I do NOT say you necessarily need to give lots of points. It is fully up to _YOU_ to decide how many. If you consider an answer is not deserving any points, you can also assign 0 ( = zero ) points, and then that answer will no longer be counted as unassigned.
Consider, that every poster took at least the trouble of posting for you!
To easily find your streams with unassigned points, click your own name somewhere.
This will bring up your profile.
Near the bottom of that page, under the caption "My Question(s)" you will find "questions or topics with unassigned points " Clicking that will give all, and only, your questions that still have unassigned postings.
Thanks on behalf of your Forum colleagues.
PS. nothing personal in this. I try to post it to everyone with this kind of assignment ratio in this forum. If you have received a posting like this before please do not take offence none is intended!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2006 06:31 AM
04-15-2006 06:31 AM
Re: query related to slow response to dcl command
As Kalle implies, the problem is likely that the system management (procedures) failed to occasionally (daily? weekly? Monthly) renew the account file.
CHeck out: HELP SET ACCOUNT /NEW_FILE
(ps... also check out the PURGE command :-).
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2006 07:49 PM
04-17-2006 07:49 PM