[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference orarep::nomahs::dectrace_v20

Title:DECtrace V2.0 and All-in-1 Perf Rpts conf.
Notice:Kits+Doc, 2 | Patches, 3
Moderator:OMYGOD::LAVASH
Created:Mon Apr 26 1993
Last Modified:Mon Jun 02 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:467
Total number of notes:2058

443.0. "Error open data collection file:%RMS-F-DEV" by svrav1.au.oracle.com::MCHAN () Wed Feb 26 1997 02:43

Oracle V2.1.68
Rdb 6.0A

Hi,

One of our customer intermittently getting problem starting the collection.
It failed with error message:

 %EPC-E-RG_ACT_DCFOPEN, Error opening data collection file !AS 
 %RMS-F-DEV, error in device name or inappropriate device type for operation 

There is no disk error during the collection and the same error message
occurs even customer divert the collection to other devices. As customer
using multiple files list for the collection, the collection files can also 
be created on the device but only have a file size of 320 blocks. 

This is the command used to schedule the collection in hourly basis :
$ collect schedule collect epc epc.dat -
        /filelist -
        /selection=acms -
        /cluster -
        /protection=(world:rw)


Collection:  A$EPC97013010
Node:  A

Date and Time            EPID      Process Name     Registration Id
-----------------------  --------  ---------------  --------------------
30-JAN-1997 10:00:15.28  20200258  EPC$REGISTRAR     
   %EPC-E-RG_ACT_COLNOTAC, Unexpected error encountered, data collection not
   activated
   %EPC-E-RG_ACT_DCFOPEN, Error opening data collection file !AS
   %RMS-F-DEV, error in device name or inappropriate device type for operation

Collection:  A$EPC97013012
Node:  A

Date and Time            EPID      Process Name     Registration Id
-----------------------  --------  ---------------  --------------------
30-JAN-1997 12:00:19.37  20200258  EPC$REGISTRAR     
   %EPC-E-RG_ACT_COLNOTAC, Unexpected error encountered, data collection not
   activated
   %EPC-E-RG_ACT_DCFOPEN, Error opening data collection file !AS
   %RMS-F-DEV, error in device name or inappropriate device type for operation

Collection:  A$EPC97013015
Node:  A

Date and Time            EPID      Process Name     Registration Id
-----------------------  --------  ---------------  --------------------
30-JAN-1997 15:00:34.19  20200258  EPC$REGISTRAR     
   %EPC-E-RG_ACT_DCFOPEN, Error opening data collection file !AS
   %EPC-E-RG_ACT_COLNOTAC, Unexpected error encountered, data collection not
   activated
   %RMS-F-DEV, error in device name or inappropriate device type for operation


Did I miss out anything? 
Appreciated for any suggestion.

Regards,
Michael.

T.RTitleUserPersonal
Name
DateLines
443.1Try this and see if you find a clueOMYGOD::LAVASHSame as it ever was...Wed Feb 26 1997 11:2117
Have the customer isssue the same command but place the start time somewhere
in the future.

Then attach through SQL to EPC$ADMIN_DB

SELECT * from EPC$TEST_FILES;

Checkout the DEVICE_NAME field.

See if it's crap.  We get the device name out of an RMS returned structure,
store it in the DB and pass it back later on when we try to activate the
collection.

You might get some kind of clue by looking at what we think the device name
is after we create the empty .dat files...

George