- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Problems with PCDISK utility on VMS 8.2
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
07-31-2006 07:14 PM
07-31-2006 07:14 PM
The utility runs up with the "MCR PCDISK" command but when the "USE A: DVA0:" command is used it takes 3-4 minutes before the "A>" prompt is returned. After this initial delay import and export commands work at a reasonable rate.
The DVA0: device is a RX26 but I get the same problem on other Alpha platforms running 8.2. The utility was OK on issue 7.3.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2006 09:53 PM
07-31-2006 09:53 PM
Re: Problems with PCDISK utility on VMS 8.2
I'm seeing the same behaviour regarding the PCDISK> USE A: DVA0: command.
OpenVMS Alpha V8.2 on AlphaServer 1000A 5/400
PCDISK V6.0 (Image Ident: V7.3-140A 26-NOV-2004)
Using LDDRIVER trace, it can be seen, that every consecutive block (LBN) on the RX26 is read 2-3 times while the 'USE A: DVA0:' operation is in progress.
When using LD CONN DVA0:/REPLACE LDA1:, the operations finally fails with:
PCDISK> use a: lda1:
%PCDISK-E-ECONNECT, Error connecting drive A: as LDA1:
-PCDSHR-E-BADBPB, Non-DOS disk, or partitioned hard disk format
but the duration of the command is the same as with direct access to DVA0:
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2006 09:55 PM
07-31-2006 09:55 PM
Re: Problems with PCDISK utility on VMS 8.2
Does the LED on the floppy drive do
anything? When?
SHOW ERROR ?
If you get desperate, you might look into
mtools as an alternative:
http://antinode.org/dec/sw/mtools.html
Or MGPCX.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2006 10:30 PM
07-31-2006 10:30 PM
Re: Problems with PCDISK utility on VMS 8.2
During the USE command the floppy disk light is on contonuously. I suspect what Volker is saying is correct i.e. the number of IOs is larger that expected.
On my system the "A>" prompt does eventually return and IMPORT/EXPORT commands then work correctly. It just seems to be the USE command that causes the long delay.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2006 10:44 PM
07-31-2006 10:44 PM
Re: Problems with PCDISK utility on VMS 8.2
I also did get the A:> prompt eventually. And I could do a DIR of the MS-DOS floppy.
It just failed, when tracing the IOs with LDDRIVER, but this test at least explained what PCDISK was doing...
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 02:55 AM
08-01-2006 02:55 AM
Re: Problems with PCDISK utility on VMS 8.2
Or one freshly formatted by PCDISK?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 04:37 AM
08-01-2006 04:37 AM
Re: Problems with PCDISK utility on VMS 8.2
I get the same slow response if the disk is formatted with a PC or via PCDISK.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 09:33 PM
08-01-2006 09:33 PM
Re: Problems with PCDISK utility on VMS 8.2
a simple $ MOUNT/FOR DVA0: also shows this behaviour. Lots of single block IOs. PCDISK is apparently calling SYS$MOUNT (MOUNTSHR is activated in the process). Can you still test this on an older version of OpenVMS ?
It would then be an OpenVMS MOUNT/FOREIGN (?) problem, as PCDISK is out of the picture.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 10:47 PM
08-01-2006 10:47 PM
Re: Problems with PCDISK utility on VMS 8.2
Mount/for dva0: works OK on VMS 7.3.
My previous thread concerned a problem with the SYS$MOUNT system service and the LKWSETFUL error returned if the process quota is not large enough. It would appear that something has changed in the MOUNTSHR executable between 7.3 and 8.2.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 06:03 PM
08-02-2006 06:03 PM
Solutionit's a feature not a bug !
Due to changes made for I64 in OpenVMS V8.2 common sources (the home block of an I64 system disk can't be at LBN 1 anymore), MOUNT/FOREIGN will scan the disk for up to 255. blocks looking for a home block.
These 255. read-IOs (each read is also retried, resulting in about 500-600 IOs) take about 3.5 minutes on a floppy.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 06:45 PM
08-02-2006 06:45 PM
Re: Problems with PCDISK utility on VMS 8.2
the data on the disk? Isn't that _my_
business?
Sounds more like a bug than a feature to me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 06:50 PM
08-02-2006 06:50 PM
Re: Problems with PCDISK utility on VMS 8.2
should I come back the next day because some
bug says that the whole thing needs to be
scanned for some special data which may or
may not be there, and which may or may not be
of any interest if it is there?
I don't think so.
So, why for a floppy?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 07:10 PM
08-02-2006 07:10 PM
Re: Problems with PCDISK utility on VMS 8.2
the MOUNT/FOREIGN search for the home block is limited to the first 255 blocks (HM2$C_LIMITED_SEARCH_LENGTH) on the disk. You won't probably recognize the delay when mounting a real disk, but for a floppy, it does take some time.
AFAIK this is meant to try to do additional security checks, if a home block would be present and found.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 11:13 PM
08-02-2006 11:13 PM
Re: Problems with PCDISK utility on VMS 8.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 11:18 PM
08-02-2006 11:18 PM
Re: Problems with PCDISK utility on VMS 8.2
ftp://ftp.process.com/vms-freeware/fileserv/mgpcx.zip
but if they use the $mount system service the behaviour will be the same.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 11:24 PM
08-02-2006 11:24 PM
Re: Problems with PCDISK utility on VMS 8.2
if this 'behaviour' change caused by V8.2 - and it certainly is noticable - affects your application or business, please consider to log a case with HP support.
We have analyzed and pin-pointed the problem, so it should be sent straightforward to OpenVMS Engineering.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2006 06:45 PM
08-04-2006 06:45 PM
Re: Problems with PCDISK utility on VMS 8.2
this issue is now also being discussed on comp.os.vms
http://groups.google.de/group/comp.os.vms/browse_frm/thread/69a90f0c43fb63a8/d3171b757012678e?hl=de#d3171b757012678e
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2006 07:15 PM
08-06-2006 07:15 PM
Re: Problems with PCDISK utility on VMS 8.2
We have raised the problem with HP Engeneering support through our supplier so hopefully there will be a patch available in the future.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2007 11:10 PM
07-11-2007 11:10 PM
Re: Problems with PCDISK utility on VMS 8.2
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2007 12:05 AM
07-25-2007 12:05 AM
Re: Problems with PCDISK utility on VMS 8.2
Thanks for update, we have got the patch and it fixes the problem.
Many thanks for your time.