T.R | Title | User | Personal Name | Date | Lines |
---|
1037.1 | with console$debug all | 48243::MENICACCI | | Mon Oct 16 1995 07:37 | 77 |
| Hi here is the output when console$debug is defined.
when it works :
$ console archive clichy
POLYCENTER Console Manager
Archive facility Version V1.6-110
Copyright (c) 1995 Digital Equipment Corporation. All Rights Reserved
CMShm: Returning HEADER record
CMShm: Mapped to section, reference count = 1
CMShm: Get Archive flag
CMShm: Returning HEADER record
CMShm: Set Archive flag
CMShm: Returning HEADER record
CMShm: Get Reconfigure flag
CMShm: Returning HEADER record
CMCreateEventPort: Opening local transport event port <ENS>
CMCreateEventPort: Open succeeded
CMShm: Get Reconfigure flag
CMShm: Returning HEADER record
Starting archive procedure for system clichy
CMShm: Searching for system : clichy
CMShm: Set system user name
CMShm: Searching for system : clichy
CMShm: Get system archive flag
CMShm: Searching for system : clichy
CMShm: Set system archive flag
Attempting connect to Controller for host <clichy>
Connected to Controller for host successfully
Writing <CMCtrlMsgBeginArchive> to controller
Write of <CMCtrlMsgBeginArchive> Succeeded, waiting for Ack
<CMCtrlMsgEndArchive> Got Ack Message
Timefile Pass 1: Working ... done.
Timefile Pass 2: Working ... done.
Logfile Pass 1: Working ... done.
Logfile Pass 2: Working ... done.
Eventfile Pass 1: Working ... done.
Updating Pass 1: Working ... done.
CMShm: Searching for system : clichy
CMShm: Reset system archive flag
CMShm: Get Reconfigure flag
CMShm: Returning HEADER record
Archive procedure for system clichy completed successfully
CMShm: Searching for system : clichy
CMShm: Set system archive time
CMCloseEventPort: Closing Event Port <ENS>
CMCloseEventPort: Closing socket associated with event port ...
closed.
CMShm: Reset Archive flag
CMShm: Returning HEADER record
CMShm: Reference count == 0, deleting shared memory from process space
when it doesn't work :
$ console archive halles
POLYCENTER Console Manager
Archive facility Version V1.6-110
Copyright (c) 1995 Digital Equipment Corporation. All Rights Reserved
CMShm: Returning HEADER record
CMShm: Mapped to section, reference count = 1
CMShm: Get Archive flag
CMShm: Returning HEADER record
CMShm: Set Archive flag
CMShm: Returning HEADER record
CMShm: Get Reconfigure flag
CMShm: Returning HEADER record
CMShm: Reset Archive flag
CMShm: Returning HEADER record
CMShm: Reference count == 0, deleting shared memory from process space
I have no error messages ...
Maria.
|
1037.2 | Is it related ???... | 48243::MENICACCI | | Mon Oct 16 1995 11:12 | 17 |
| Hi,
what I noticed is that :
from sh dev/fil/nosys sys$sysdevice:
Console Ctrl 01 20203E31 [CONSOLE.LOG]CLICHY.TIMES;1
Console Ctrl 01 20203E31 [CONSOLE.LOG]CLICHY.EVENTS;1
Console Ctrl 01 20203E31 [CONSOLE.LOG]CLICHY.LOG;1
Console Ctrl 01 is opening log files for clichy (archiving is ok).
Console Ctrl 01 is NOT opening log files for halles (archiving not working).
maria.
|
1037.3 | | 29067::BUTTERWORTH | Gun Control is a steady hand. | Tue Oct 17 1995 18:19 | 7 |
| Based on your sysmptoms it seems we have some issue with the global
section. WHat I would like you to do is get all PCM interfaces shutdown
and restart the software or just reboot the system and see what
happens.
Regs,
Dan
|
1037.4 | | 61017::TSG_TAS | Mr Mass | Tue Oct 17 1995 23:43 | 21 |
| Maria seems to be describing the same problem we are seeing. We used to do a
cons arch all, but it would hang with the archive process in LEF, the cons stat
display showing the next node to be archived, but that nodes new and old files
in console$archive not created. The way out was to blow away the archive process
(which would leave PCM knowing that the next system was currently being
archived) and restart PCM disconnecting all connections.
Then we created a command procedure that archived systems one by one. It worked
for a time, then it got stuck in exactly the same way. Used DECamds to force
exit the process which then went on to the rest of the command procedure
archiving all other systems correctly (all the while the cons stat showed the
stuck node as the currently archived node unless the system actually being
archived were shown and it too was archive in progress). After all this a PCM
restart disconnecting all sessions cleared the stuck node which could then be
archived.
Most recently even using DECamds failed. Node after node's archive failed in the
same manner. We had to restart PCM disconnecting all connections and were only
successful by entering each archive command by hand...
Tony Sherrard
|
1037.5 | Pb still there | 48243::MENICACCI | | Wed Oct 18 1995 13:58 | 7 |
|
1) console shutdown ... archive not working
2) reboot ... archive not working
Maria.
|
1037.6 | new kit or new ECO | 48243::MENICACCI | | Wed Oct 18 1995 14:50 | 6 |
| Hi,
is there any date for a new kit or ECO ...
??
|
1037.7 | Mea culpa ... | 48243::MENICACCI | | Thu Oct 19 1995 10:57 | 16 |
| Hi,
my problem of archiving wasn't a bug ... (no process was LEF in my case).
The answer was in .2 ...
In fact after investigating, I found that for some obscure reason/mistake,
event logfile wasn't enabled for HALLES.
So, console edit modify system in order to have LOGGING ENABLED and stored in
console$logfiles.
And now archiving is OK.
Maria.
|
1037.8 | | 29067::BUTTERWORTH | Gun Control is a steady hand. | Thu Oct 19 1995 17:53 | 6 |
| The you have found a problem as the Archive function should *not* have
hung. it should have output a message indicating that there was no
file or data found.
Regs,
Dan
|