- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: connection to VMS V 6.2 is too slow
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
12-02-2006 08:47 PM
12-02-2006 08:47 PM
connection to VMS V 6.2 is too slow
the users connected to the vms throw cerner telnet reflection.
some times it will take 90-120 seconds to connect and after connecting the connection will be very slow even with typing.
Please help me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2006 09:04 PM
12-02-2006 09:04 PM
Re: connection to VMS V 6.2 is too slow
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2006 11:08 PM
12-02-2006 11:08 PM
Re: connection to VMS V 6.2 is too slow
similar problem I faced in our computer(open VMS 6.2)
then I observed that size of Qman$journal file was exponentially increased day by day.Then I deleted this file then system became fast responds.
just check your system whether any file becoming abnormal size or junk files by unknown process. try to normalise those thing then system's responds will be ok
mkumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2006 03:33 AM
12-03-2006 03:33 AM
Re: connection to VMS V 6.2 is too slow
> was exponentially increased day by day.
> Then I deleted this file then system
> became fast responds.
If this file being too large actually is the
problem, a Google search for QMAN$JOURNAL
will give you the approved method for working
around this bug:
RUN SYS$SYSTEM:JBC$COMMAND
DIAGNOSTIC 7
See, for example:
http://h71000.www7.hp.com/wizard/wiz_3333.html
where it says:
The SYS$QUEUE_MANAGER.QMAN$JOURNAL cannot be deleted.
Well, it could be deleted, but you would then need
to rebuild your queue database largely from scratch.
Also, "exponential" does not mean "great".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2006 06:42 AM
12-03-2006 06:42 AM
Re: connection to VMS V 6.2 is too slow
Does this system use DNS ? (check name resolver config e.g UCX SHOW NAME).
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2006 09:20 AM
12-03-2006 09:20 AM
Re: connection to VMS V 6.2 is too slow
connection, but I don't see how they could
make the connection "be very slow" after the
connection has been established.
MONITOR SYSTEM (and other tools) might help
to determine what the actual problem is.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2006 09:57 AM
12-03-2006 09:57 AM
Re: connection to VMS V 6.2 is too slow
I have used ttcp and ttcpw to check network throughput between client PCs and vms.
This shows up any network misconfiguration.
Phil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2006 04:41 PM
12-03-2006 04:41 PM
Re: connection to VMS V 6.2 is too slow
Hai steven
yes, you can not delete the journal file as it is.but first we have to create a new print que manager. while doing so new journal file is created then the old file can be deleted..
bye
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2006 05:06 PM
12-03-2006 05:06 PM
Re: connection to VMS V 6.2 is too slow
1) free space in system disk.
2) memrory Staus.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2006 05:33 PM
12-03-2006 05:33 PM
Re: connection to VMS V 6.2 is too slow
The most simple way to see if it's a network
issue is go to the console or other hardwired session.
If it's fine, than you have a network problems.
Then is everything slow, or just an application?
Is everyone slow or just certain users?
If it's a network issue, which I suspect
it is than one very useful command is
Anal/system
show lan/count
and you'll see lots and lots of data. All we
are interested in are the failures and errors.
If you give us some indication of the bad fields that would help.
If it's slow at the console too, than it's analysis time.
The Monitor command as stated in previous notes is your friend.
Depending on it, other monitor commands will be used.
Diagnosing performance via a forum is really not a reasonable way to do this.
Bob
Have fun