Standby database dont  apply the logs

Hi,
since we had a power failure, the standby database dont
apply the logs. Can someone advise me plaese.
Thanks

Fetching gap sequence for thread 1, gap sequence 41018-41054
Trying FAL server: DB1
Failed to request gap sequence. Thread #: 1, gap sequence: 41018-41054
All FAL server has been attempted.
Attempt to start background Managed Standby Recovery process
MRP0 started with pid=14
MRP0: Background Managed Standby Recovery process started
Starting datafile 1 recovery in thread 1 sequence 41018
Datafile 1: '/oracle/DB1/database/data/DB1_SYSTEM01.dbf'
Starting datafile 2 recovery in thread 1 sequence 41018
Datafile 2: '/oracle/DB1/database/data/DB1_UNDO01.dbf'
Starting datafile 3 recovery in thread 1 sequence 41018
Datafile 3: '/oracle/DB1/database/data/DB1_D01_DATA01.dbf'
Starting datafile 4 recovery in thread 1 sequence 41018
Datafile 4: '/oracle/DB1/database/data/DB1_I01_DATA01.dbf'
Starting datafile 5 recovery in thread 1 sequence 41018
Datafile 5: '/oracle/DB1/database/data/DB1_D01_DATA02.dbf'
Wed Aug 12 17:08:13 2009
Completed: alter database recover managed standby database di
Wed Aug 12 17:08:13 2009
Media Recovery Waiting for thread 1 seq# 41018
Fetching gap sequence for thread 1, gap sequence 41018-41054
Trying FAL server: DB1
Wed Aug 12 17:09:54 2009
Restarting dead background process QMN0
QMN0 started with pid=9
Wed Aug 12 17:10:59 2009
Failed to request gap sequence. Thread #: 1, gap sequence: 41018-41054
All FAL server has been attempted.
Wed Aug 12 17:15:06 2009
Restarting dead background process QMN0

Similar Messages

  • Standby database not applying archivelogs, manually apply after registering

    Hi
    I have a small problem with physical standby db.
    Standby db was created and it was working fine, was applying logs with no problem. One day I had to switch it to read only mode, it stayed in this mode for quiet a while. Then there was a problem with space for archive logs. I fixed this, copied missing logs, registered them and these were applied.
    And then database stopped on the sequence which was automatically registered by primary database.
    v$managed_standby:
    PROCESS STATUS CLIENT_P SEQUENCE# DELAY_MINS BLOCK#
    ARCH CLOSING ARCH 19667 0 126977
    ARCH CLOSING ARCH 19668 0 133121
    MRP0 WAIT_FOR_LOG N/A 19600 0 0
    As you can see there is WAIT_FOR_LOG sequence 19600 which should be applied, which is in the directory, to which oracle user has rights to read etc, etc.
    Only way to force database to apply this log is to manually register it, but I have to add "or replace", because file is already registered.
    /path/dbsid1_19600_668777138.log 2 19600 YES NO NO A 28-OCT-09 28-OCT-09
    alter database register or replace physical logfile '/path/dbsid1_19600_668777138.log';
    After this I have:
    /path/dbsid_19600_668777138.log 2 19600 YES NO NO A 28-OCT-09 28-OCT-09
    /path/dbsid_19600_668777138.log 0 19600 YES YES NO A 29-OCT-09 28-OCT-09
    Registering this file causes applying at once.
    In pfile on primary:
    log_archive_dest_2 string SERVICE=DRSTDB2 ARCH DELAY=2880
    Pay attention - destination 2.
    Question is obvious - why logs are not applied automatically?
    Why logs ARE applying manually but the DEST_ID is set to 0?
    There was no major structure change in primary, besides - logs are applied after all. Bouncing the database doesn't give me any good, switching to readonly and back to recovery mode neither.
    Please can you help? I can build this standby again but this is not a solution.
    Any additional info on request.
    Regards
    Jarek Jozwik
    Edited by: user11281267 on 30-Oct-2009 06:15

    You haven't given any usefuly information on your problem.
    show parameter log_archive_dest
    show parameter fal
    show parameter dg
    What errors are in your alert logs ?
    What command are you using to recover ?
    Check the contents of v$archived_log
    # run on primary to detect failures :-
    select destination, status, fail_date, valid_now
    from v$archive_dest
    where status != 'VALID' or VALID_NOW != 'YES';
    # run on standby to get exact position of rollforward :-
    select thread#, to_char(snapshot_time,'dd-mon-yyyy:hh24:mi'),
    to_char(applied_time,'dd-mon-yyyy:hh24:mi'),
    to_char(newest_time,'dd-mon-yyyy:hh24:mi') from V$STANDBY_APPLY_SNAPSHOT;
    Are you using dataguard broker ?

  • 10gR2 Logical Standby database not applying logs

    No errors are appearing in the logs and I've started the apply process :ALTER DATABASE START LOGICAL STANDBY APPLY but when I query dba_logstdby_log, none of the logs for the last 4 days shows as applied and the first SCN is still listed as current. Any thoughts on where I should start looking?
    the latest event in DBA_LOGSTDBY_EVENTS is the startup of the log mining and apply.
    I do not have standby redo logs so I cannot do real time apply, though I am looking to implementing this. Obviously, this is pretty new to me.

    Sorry I didn't mention this before, the logs are being transferred, I verified their location on the os and it matches the location in the dba_logstdby_log view.

  • Standby Database Creation in the same Box Oracle 9.2.0.1

    Box - Sun Solaris 64 bit
    Oracle Version - 9.2.0.1
    I have a database called 'sales' in the above box. I want to create a standby database in the same box (in different mount point). This is what I did:
    1. took cold backup of all datafiles
    2. created standby controlfile
    3. updated init file.
    -when I tried to start the stabdby db, it is throwing error because the controlfile is confusing with the same db name as the primary ('sales').
    My question is: Can I create a standby db in the same box?

    Hello,
    For keeping the standby database on same HOST....it does seems to be great...i must be on separate box....may be on different network...i believe you would be using it for some failiover purpose...Isn't it.
    For Unix it is quite easy..you may implement like this...The Issue which you are referring may be because of wrong Oracle Home or SID....(i'm not very much sure..) You may try following steps:
    1. Create a separate Unix A/c and set ORACLE_HOME and ORACLE_SID relevant to your StandBy Database. I believe the Home would be same whereas SID would be your standby databse.
    2. Take a Cold Backup of All your database files from Production.
    3. Copy these files on separate mount points for standby Db. Put them all to relevant directory and be sure to set the Group of all these files as "SYSDBA" This is Must.
    4. And then modify your INIT.ORA file i.e. InitSID.ora file accordingly and put the file in ORACLE_HOME
    5. Login to Newly created Unix A/c. Check whether ORACLE_SID is set ot not to your standby database instance.
    6. Login to sys as sysdba and start up the database. It will by default would try to check & do for your relevant Oracle SID for this profile...
    HTH
    Regards,
    Kamesh Rastogi

  • Standby database creation with the Grid Control Wizard.

    Has anyone had issues with this tool ? I keep getting 'Failed' with the following error on the step 'Restore One Datafile'
    and step 'Restore Current Logs' .
    SQL> Connected to an idle instance.
    ORA-01034: ORACLE not available
    All the other steps 'Succeeded' .
    We need to make this wizard work since the customer needs the capability and they are NOT going to do a manual setup.
    Thanks for any pertinent assistance in advance .

    Blues Breaker wrote:
    Has anyone had issues with this tool ? I keep getting 'Failed' with the following error on the step 'Restore One Datafile'
    and step 'Restore Current Logs' .
    SQL> Connected to an idle instance.
    ORA-01034: ORACLE not available
    All the other steps 'Succeeded' .
    We need to make this wizard work since the customer needs the capability and they are NOT going to do a manual setup.
    Thanks for any pertinent assistance in advance .Instance status in not even in no mount status, instance not started and no background processes of oracle are running.
    You want to restore only datafile? then database should be in mount status.

  • Kernal panic. dont understand the logs? please help

    i have a 4 year old mac ibook g4 12inch. its ran perfectly until yesterday when i installed bt broadband software. the kernal panics also come up when i move my computer sometimes. its very frustrating. i am about to post the system log from this mornig. i would be so grateful if someone could at least determine the problem if not resolve it completely. thank you
    i know its very long but i didnt know which bit i needed to put in so i put all of it in.
    this is the system log
    Size: 41.7 KB
    Last Modified: 10/07/2007 09:29
    Location: /var/log/system.log
    Contents: Jul 10 03:15:08 Unknown-00-0d-93-81-5a-85 syslogd: restart
    Jul 10 03:15:08 Unknown-00-0d-93-81-5a-85 syslogd: hostname changed, "localhost" to "Unknown-00-0d-93-81-5a-85"
    Jul 10 08:04:22 localhost syslogd: restart
    Jul 10 08:04:22 localhost syslogd: kernel boot file is /mach_kernel
    Jul 10 08:04:22 localhost kernel: standard timeslicing quantum is 10000 us
    Jul 10 08:04:22 localhost kernel: vmpagebootstrap: 60981 free pages
    Jul 10 08:04:22 localhost kernel: migtable_maxdispl = 68
    Jul 10 08:04:22 localhost kernel: IOKit Component Version 7.9:
    Jul 10 08:04:22 localhost kernel: Wed Mar 30 20:07:52 PST 2005; root(rcbuilder):RELEASE_PPC/iokit/RELEASE
    Jul 10 08:04:22 localhost kernel: 83 prelinked modules
    Jul 10 08:04:22 localhost kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Jul 10 08:04:22 localhost kernel: The Regents of the University of California. All rights reserved.
    Jul 10 08:04:22 localhost kernel:
    Jul 10 08:04:22 localhost kernel: using 655 buffer headers and 655 cluster IO buffer headers
    Jul 10 08:04:22 localhost kernel: Local FireWire GUID = 0xd93ff:0xfe6af016
    Jul 10 08:04:22 localhost kernel: ApplePMU::readI2CbattData ERR 0, status = 0xfd, err = 0xe00002bc
    Jul 10 08:04:22 localhost kernel: ADB present:8c
    Jul 10 08:04:22 localhost kernel: Security auditing service present
    Jul 10 08:04:22 localhost kernel: BSM auditing present
    Jul 10 08:04:22 localhost kernel: From path: "/pci@f4000000/ata-6@d/disk@0:3,\mach_kernel", Waiting on <dict ID="0"><key>IOPathMatch</key><string ID="1">IODeviceTree:/pci@f4000000/ata-6@d/@0:3</string></dict>
    Jul 10 08:04:22 localhost kernel: Got boot device = IOService:/MacRISC2PE/pci@f4000000/AppleMacRiscPCI/ata-6@D/AppleKauaiATA/ATADev iceNub@0/IOATABlockStorageDriver/IOATABlockStorageDevice/IOBlockStorageDriver/TO SHIBA MK3025GAS Media/IOApplePartitionScheme/Untitled@3
    Jul 10 08:04:22 localhost kernel: BSD root: disk0s3, major 14, minor 2
    Jul 10 08:04:22 localhost kernel: jnl: replay_journal: from: 1654272 to: 7401472 (joffset 0x8601000)
    Jul 10 08:04:23 localhost kernel: Jettisoning kernel linker.
    Jul 10 08:04:23 localhost kernel: Resetting IOCatalogue.
    Jul 10 08:04:23 localhost kextd[88]: registering service "com.apple.KernelExtensionServer"
    Jul 10 08:04:29 localhost kernel: Matching service count = 0
    Jul 10 08:04:29 localhost kernel: AppleRS232Serial: 0 0 AppleRS232Serial::start - returning false early, Connector or machine incorrect
    Jul 10 08:04:30 localhost kernel: UniNEnet: Ethernet address 00:0d:93:6a:f0:16
    Jul 10 08:04:30 localhost kernel: AirPortPCI: Ethernet address 00:0d:93:81:5a:85
    Jul 10 08:04:30 localhost kernel: IOFireWireIP: FireWire address 00:0d:93:ff:fe:6a:f0:16
    Jul 10 08:04:30 localhost lookupd[97]: lookupd (version 324.13) starting - Tue Jul 10 08:04:30 2007
    Jul 10 08:04:31 localhost diskarbitrationd[91]: disk0s3 hfs 94ACCE2D-0606-37BE-ACEE-01B15973CA2B Macintosh HD /
    Jul 10 08:04:31 localhost SystemStarter: Welcome to Macintosh.
    Jul 10 08:04:31 localhost ConsoleMessage: Starting kernel event agent
    Jul 10 08:04:31 localhost SystemStarter: Starting kernel event agent
    Jul 10 08:04:32 localhost ConsoleMessage: Starting Apple Multicast DNS Responder
    Jul 10 08:04:32 localhost ConsoleMessage: Initializing network
    Jul 10 08:04:32 localhost ConsoleMessage: Starting SecurityServer
    Jul 10 08:04:32 localhost ConsoleMessage: Starting timed execution services
    Jul 10 08:04:38 localhost ConsoleMessage: Starting HP IO Monitor
    Jul 10 08:04:39 localhost configd[90]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Jul 10 08:04:39 localhost set-hostname[175]: setting hostname to nick-baines-Computer.local
    Jul 10 08:04:41 localhost kernel: ATY,Via_A: vram [9c000000:02000000]
    Jul 10 08:04:41 localhost kernel: ATY,Via_B: vram [98000000:02000000]
    Jul 10 08:04:41 localhost SystemStarter: The "HasShadow" window property is obsolete. Use CGSSetWindowShadowAndRimParameters(cid, wid, 0.0,0.0, 0,0, CGSNoShadowStyle) to turn off the window shadow instead. Set a break-point on CGSLogMessage to find out where this property is set.
    Jul 10 08:04:42 localhost mDNSResponder[180]: mDNSResponder-58.8.1 (Jan 31 2005 21:11:41) starting
    Jul 10 08:04:42 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/libexec/fix_prebinding": exited with non-zero status 1 [pid 197]
    Jul 10 08:04:42 localhost ConsoleMessage: Loading Shared IP extension
    Jul 10 08:04:42 localhost /usr/libexec/panicdump: Error (-1) setting variable - 'aapl,panic-info'
    Jul 10 08:04:42 localhost ConsoleMessage: Starting printing services
    Jul 10 08:04:42 localhost ConsoleMessage: Checking disks
    Jul 10 08:04:42 localhost SystemStarter: crash reporter (214) did not complete successfully.
    Jul 10 08:04:43 localhost syslogd: /dev/console: Input/output error
    Jul 10 08:04:43 localhost init: kernel security level changed from 0 to 1
    Jul 10 08:04:43 localhost ConsoleMessage: Starting Apple File Service
    Jul 10 08:04:43 localhost ConsoleMessage: Starting Apache web server
    Jul 10 08:04:43 localhost ConsoleMessage: Starting HP Trap Monitor
    Jul 10 08:04:43 localhost DirectoryService[258]: Launched version 1.8.5 (v258.3)
    Jul 10 08:04:43 localhost /usr/sbin/httpd: Sent launch request message to DirectoryService mach_init port
    Jul 10 08:04:43 localhost /usr/sbin/AppleFileServer: Sent launch request message to DirectoryService mach_init port
    Jul 10 08:04:44 localhost ConsoleMessage: Loading IP Firewall extension
    Jul 10 08:04:45 localhost kernel: IP packet filtering initialized, divert enabled, rule-based forwarding enabled, default to accept, logging disabled
    Jul 10 08:04:45 localhost kernel: IPv6 packet filtering initialized, default to accept, logging disabled
    Jul 10 08:04:45 localhost kernel: IP firewall loaded
    Jul 10 08:04:45 localhost ConsoleMessage: Starting internet services
    Jul 10 08:04:45 localhost xinetd[266]: xinetd Version 2.3.11 started with libwrap options compiled in.
    Jul 10 08:04:45 localhost xinetd[266]: Started working: 2 available services
    Jul 10 08:04:46 localhost SystemStarter: The following StartupItems failed to properly start:
    Jul 10 08:04:46 localhost SystemStarter: /System/Library/StartupItems/CrashReporter
    Jul 10 08:04:46 localhost SystemStarter: - execution of Startup script failed
    Jul 10 08:04:46 localhost SystemStarter:
    Jul 10 08:04:52 localhost kernel: AirPort: Link UP: "BTHomeHub-66EB" - 0018f65e09d3 - chan 1
    Jul 10 08:06:35 localhost syslogd: restart
    Jul 10 08:06:35 localhost syslogd: kernel boot file is /mach_kernel
    Jul 10 08:06:35 localhost kernel: standard timeslicing quantum is 10000 us
    Jul 10 08:06:35 localhost kernel: vmpagebootstrap: 60981 free pages
    Jul 10 08:06:35 localhost kernel: migtable_maxdispl = 68
    Jul 10 08:06:35 localhost kernel: IOKit Component Version 7.9:
    Jul 10 08:06:35 localhost kernel: Wed Mar 30 20:07:52 PST 2005; root(rcbuilder):RELEASE_PPC/iokit/RELEASE
    Jul 10 08:06:35 localhost kernel: 83 prelinked modules
    Jul 10 08:06:35 localhost kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Jul 10 08:06:35 localhost kernel: The Regents of the University of California. All rights reserved.
    Jul 10 08:06:35 localhost kernel:
    Jul 10 08:06:35 localhost kernel: using 655 buffer headers and 655 cluster IO buffer headers
    Jul 10 08:06:35 localhost kernel: Local FireWire GUID = 0xd93ff:0xfe6af016
    Jul 10 08:06:35 localhost kernel: ADB present:8c
    Jul 10 08:06:35 localhost kernel: Security auditing service present
    Jul 10 08:06:35 localhost kernel: BSM auditing present
    Jul 10 08:06:35 localhost kernel: From path: "/pci@f4000000/ata-6@d/disk@0:3,\mach_kernel", Waiting on <dict ID="0"><key>IOPathMatch</key><string ID="1">IODeviceTree:/pci@f4000000/ata-6@d/@0:3</string></dict>
    Jul 10 08:06:35 localhost kernel: Got boot device = IOService:/MacRISC2PE/pci@f4000000/AppleMacRiscPCI/ata-6@D/AppleKauaiATA/ATADev iceNub@0/IOATABlockStorageDriver/IOATABlockStorageDevice/IOBlockStorageDriver/TO SHIBA MK3025GAS Media/IOApplePartitionScheme/Untitled@3
    Jul 10 08:06:35 localhost kernel: BSD root: disk0s3, major 14, minor 2
    Jul 10 08:06:35 localhost kernel: jnl: replay_journal: from: 7401472 to: 4424192 (joffset 0x8601000)
    Jul 10 08:06:36 localhost kernel: Jettisoning kernel linker.
    Jul 10 08:06:36 localhost kextd[88]: registering service "com.apple.KernelExtensionServer"
    Jul 10 08:06:37 localhost kernel: Resetting IOCatalogue.
    Jul 10 08:06:42 localhost kernel: Matching service count = 0
    Jul 10 08:06:42 localhost kernel: AppleRS232Serial: 0 0 AppleRS232Serial::start - returning false early, Connector or machine incorrect
    Jul 10 08:06:43 localhost kernel: UniNEnet: Ethernet address 00:0d:93:6a:f0:16
    Jul 10 08:06:43 localhost kernel: AirPortPCI: Ethernet address 00:0d:93:81:5a:85
    Jul 10 08:06:43 localhost kernel: IOFireWireIP: FireWire address 00:0d:93:ff:fe:6a:f0:16
    Jul 10 08:06:43 localhost SystemStarter: Welcome to Macintosh.
    Jul 10 08:06:43 localhost lookupd[130]: lookupd (version 324.13) starting - Tue Jul 10 08:06:43 2007
    Jul 10 08:06:43 localhost ConsoleMessage: Starting kernel event agent
    Jul 10 08:06:43 localhost ConsoleMessage: Starting SecurityServer
    Jul 10 08:06:44 localhost ConsoleMessage: Starting timed execution services
    Jul 10 08:06:44 localhost ConsoleMessage: Initializing network
    Jul 10 08:06:44 localhost SystemStarter: Starting kernel event agent
    Jul 10 08:06:44 localhost ConsoleMessage: Starting Apple Multicast DNS Responder
    Jul 10 08:06:44 localhost diskarbitrationd[91]: disk0s3 hfs 94ACCE2D-0606-37BE-ACEE-01B15973CA2B Macintosh HD /
    Jul 10 08:06:44 localhost SystemStarter: Starting SecurityServer
    Jul 10 08:06:44 localhost ConsoleMessage: Checking disks
    Jul 10 08:06:44 localhost SystemStarter: Starting timed execution services
    Jul 10 08:06:44 localhost SystemStarter: Initializing network
    Jul 10 08:06:44 localhost SystemStarter: Starting Apple Multicast DNS Responder
    Jul 10 08:06:45 localhost SystemStarter: Checking disks
    Jul 10 08:06:45 localhost mDNSResponder[180]: mDNSResponder-58.8.1 (Jan 31 2005 21:11:41) starting
    Jul 10 08:06:48 localhost mDNSResponder[180]: SetupAddr invalid sa_family 0
    Jul 10 08:06:50 localhost ConsoleMessage: Starting HP IO Monitor
    Jul 10 08:06:52 localhost configd[90]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Jul 10 08:06:52 localhost set-hostname[194]: setting hostname to nick-baines-Computer.local
    Jul 10 08:06:54 localhost kernel: ATY,Via_A: vram [9c000000:02000000]
    Jul 10 08:06:54 localhost kernel: ATY,Via_B: vram [98000000:02000000]
    Jul 10 08:06:54 localhost SystemStarter: The "HasShadow" window property is obsolete. Use CGSSetWindowShadowAndRimParameters(cid, wid, 0.0,0.0, 0,0, CGSNoShadowStyle) to turn off the window shadow instead. Set a break-point on CGSLogMessage to find out where this property is set.
    Jul 10 08:06:54 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/libexec/fix_prebinding": exited with non-zero status 1 [pid 200]
    Jul 10 08:06:54 localhost ConsoleMessage: Loading Shared IP extension
    Jul 10 08:06:54 localhost /usr/libexec/panicdump: Error (-1) setting variable - 'aapl,panic-info'
    Jul 10 08:06:54 localhost syslogd: /dev/console: Input/output error
    Jul 10 08:06:54 localhost init: kernel security level changed from 0 to 1
    Jul 10 08:06:54 localhost SystemStarter: crash reporter (214) did not complete successfully.
    Jul 10 08:06:54 localhost ConsoleMessage: Starting printing services
    Jul 10 08:06:54 localhost ConsoleMessage: Starting Apache web server
    Jul 10 08:06:55 localhost ConsoleMessage: Starting Apple File Service
    Jul 10 08:06:55 localhost ConsoleMessage: Starting HP Trap Monitor
    Jul 10 08:06:55 localhost DirectoryService[258]: Launched version 1.8.5 (v258.3)
    Jul 10 08:06:55 localhost /usr/sbin/AppleFileServer: Sent launch request message to DirectoryService mach_init port
    Jul 10 08:06:55 localhost /usr/sbin/httpd: Sent launch request message to DirectoryService mach_init port
    Jul 10 08:06:57 localhost ConsoleMessage: Loading IP Firewall extension
    Jul 10 08:06:58 localhost kernel: IP packet filtering initialized, divert enabled, rule-based forwarding enabled, default to accept, logging disabled
    Jul 10 08:06:58 localhost kernel: IPv6 packet filtering initialized, default to accept, logging disabled
    Jul 10 08:06:58 localhost kernel: IP firewall loaded
    Jul 10 08:06:58 localhost ConsoleMessage: Starting internet services
    Jul 10 08:06:58 localhost xinetd[273]: xinetd Version 2.3.11 started with libwrap options compiled in.
    Jul 10 08:06:58 localhost xinetd[273]: Started working: 2 available services
    Jul 10 08:06:58 localhost SystemStarter: The following StartupItems failed to properly start:
    Jul 10 08:06:58 localhost SystemStarter: /System/Library/StartupItems/CrashReporter
    Jul 10 08:06:58 localhost SystemStarter: - execution of Startup script failed
    Jul 10 08:06:58 localhost SystemStarter:
    Jul 10 08:07:03 localhost kernel: AirPort: Link UP: "BTHomeHub-66EB" - 0018f65e09d3 - chan 1
    Jul 10 08:07:05 localhost configd[90]: posting notification com.apple.system.config.network_change
    Jul 10 08:07:05 localhost configd[90]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Jul 10 08:07:05 localhost configd[90]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Jul 10 08:07:05 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/sbin/lookupd": exited as a result of signal 1 [pid 130]
    Jul 10 08:07:05 localhost lookupd[307]: lookupd (version 324.13) starting - Tue Jul 10 08:07:05 2007
    Jul 10 08:07:06 localhost ConsoleMessage: Starting network file system
    Jul 10 08:07:06 localhost automount[347]: automount version 57
    Jul 10 08:07:06 localhost set-hostname[357]: setting hostname to Unknown-00-0d-93-81-5a-85.home
    Jul 10 08:07:06 localhost automount[360]: automount version 57
    Jul 10 08:15:49 localhost syslogd: restart
    Jul 10 08:15:49 localhost syslogd: kernel boot file is /mach_kernel
    Jul 10 08:15:49 localhost kernel: standard timeslicing quantum is 10000 us
    Jul 10 08:15:49 localhost kernel: vmpagebootstrap: 60981 free pages
    Jul 10 08:15:49 localhost kernel: migtable_maxdispl = 68
    Jul 10 08:15:49 localhost kernel: IOKit Component Version 7.9:
    Jul 10 08:15:49 localhost kernel: Wed Mar 30 20:07:52 PST 2005; root(rcbuilder):RELEASE_PPC/iokit/RELEASE
    Jul 10 08:15:49 localhost kernel: 83 prelinked modules
    Jul 10 08:15:49 localhost kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Jul 10 08:15:49 localhost kernel: The Regents of the University of California. All rights reserved.
    Jul 10 08:15:49 localhost kernel:
    Jul 10 08:15:49 localhost kernel: using 655 buffer headers and 655 cluster IO buffer headers
    Jul 10 08:15:49 localhost kernel: Local FireWire GUID = 0xd93ff:0xfe6af016
    Jul 10 08:15:49 localhost kernel: ADB present:8c
    Jul 10 08:15:49 localhost kernel: Security auditing service present
    Jul 10 08:15:49 localhost kernel: BSM auditing present
    Jul 10 08:15:49 localhost kernel: From path: "/pci@f4000000/ata-6@d/disk@0:3,\mach_kernel", Waiting on <dict ID="0"><key>IOPathMatch</key><string ID="1">IODeviceTree:/pci@f4000000/ata-6@d/@0:3</string></dict>
    Jul 10 08:15:49 localhost kernel: Got boot device = IOService:/MacRISC2PE/pci@f4000000/AppleMacRiscPCI/ata-6@D/AppleKauaiATA/ATADev iceNub@0/IOATABlockStorageDriver/IOATABlockStorageDevice/IOBlockStorageDriver/TO SHIBA MK3025GAS Media/IOApplePartitionScheme/Untitled@3
    Jul 10 08:15:49 localhost kernel: BSD root: disk0s3, major 14, minor 2
    Jul 10 08:15:49 localhost kernel: jnl: replay_journal: from: 5338112 to: 3540992 (joffset 0x8601000)
    Jul 10 08:15:50 localhost kernel: Jettisoning kernel linker.
    Jul 10 08:15:50 localhost kextd[88]: registering service "com.apple.KernelExtensionServer"
    Jul 10 08:15:51 localhost kernel: Resetting IOCatalogue.
    Jul 10 08:15:56 localhost kernel: Matching service count = 0
    Jul 10 08:15:56 localhost kernel: AppleRS232Serial: 0 0 AppleRS232Serial::start - returning false early, Connector or machine incorrect
    Jul 10 08:15:57 localhost kernel: UniNEnet: Ethernet address 00:0d:93:6a:f0:16
    Jul 10 08:15:57 localhost kernel: AirPortPCI: Ethernet address 00:0d:93:81:5a:85
    Jul 10 08:15:57 localhost kernel: IOFireWireIP: FireWire address 00:0d:93:ff:fe:6a:f0:16
    Jul 10 08:16:01 localhost SystemStarter: Welcome to Macintosh.
    Jul 10 08:16:02 localhost lookupd[125]: lookupd (version 324.13) starting - Tue Jul 10 08:16:02 2007
    Jul 10 08:16:03 localhost ConsoleMessage: Starting SecurityServer
    Jul 10 08:16:03 localhost ConsoleMessage: Starting Apple Multicast DNS Responder
    Jul 10 08:16:03 localhost ConsoleMessage: Starting kernel event agent
    Jul 10 08:16:03 localhost ConsoleMessage: Starting timed execution services
    Jul 10 08:16:03 localhost ConsoleMessage: Starting HP IO Monitor
    Jul 10 08:16:03 localhost SystemStarter: Starting SecurityServer
    Jul 10 08:16:04 localhost SystemStarter: Starting Apple Multicast DNS Responder
    Jul 10 08:16:04 localhost mDNSResponder[171]: mDNSResponder-58.8.1 (Jan 31 2005 21:11:41) starting
    Jul 10 08:16:04 localhost SystemStarter: Starting kernel event agent
    Jul 10 08:16:04 localhost ConsoleMessage: Initializing network
    Jul 10 08:16:04 localhost diskarbitrationd[91]: disk0s3 hfs 94ACCE2D-0606-37BE-ACEE-01B15973CA2B Macintosh HD /
    Jul 10 08:16:04 localhost ConsoleMessage: Checking disks
    Jul 10 08:16:04 localhost mDNSResponder[171]: SetupAddr invalid sa_family 0
    Jul 10 08:16:04 localhost SystemStarter: Starting timed execution services
    Jul 10 08:16:04 localhost SystemStarter: Starting HP IO Monitor
    Jul 10 08:16:04 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/libexec/fix_prebinding": exited with non-zero status 1 [pid 184]
    Jul 10 08:16:04 localhost SystemStarter: Initializing network
    Jul 10 08:16:04 localhost SystemStarter: Checking disks
    Jul 10 08:16:05 localhost configd[90]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Jul 10 08:16:05 localhost set-hostname[197]: setting hostname to nick-baines-Computer.local
    Jul 10 08:16:07 localhost kernel: ATY,Via_A: vram [9c000000:02000000]
    Jul 10 08:16:07 localhost kernel: ATY,Via_B: vram [98000000:02000000]
    Jul 10 08:16:07 localhost SystemStarter: The "HasShadow" window property is obsolete. Use CGSSetWindowShadowAndRimParameters(cid, wid, 0.0,0.0, 0,0, CGSNoShadowStyle) to turn off the window shadow instead. Set a break-point on CGSLogMessage to find out where this property is set.
    Jul 10 08:16:07 localhost ConsoleMessage: Loading Shared IP extension
    Jul 10 08:16:08 localhost syslogd: /dev/console: Input/output error
    Jul 10 08:16:07 localhost init: kernel security level changed from 0 to 1
    Jul 10 08:16:08 localhost /usr/libexec/panicdump: Error (-1) setting variable - 'aapl,panic-info'
    Jul 10 08:16:08 localhost SystemStarter: crash reporter (214) did not complete successfully.
    Jul 10 08:16:08 localhost ConsoleMessage: Starting Apple File Service
    Jul 10 08:16:08 localhost ConsoleMessage: Starting printing services
    Jul 10 08:16:08 localhost ConsoleMessage: Starting Apache web server
    Jul 10 08:16:08 localhost ConsoleMessage: Starting HP Trap Monitor
    Jul 10 08:16:08 localhost DirectoryService[258]: Launched version 1.8.5 (v258.3)
    Jul 10 08:16:08 localhost /usr/sbin/AppleFileServer: Sent launch request message to DirectoryService mach_init port
    Jul 10 08:16:09 localhost ConsoleMessage: Loading IP Firewall extension
    Jul 10 08:16:10 localhost kernel: IP packet filtering initialized, divert enabled, rule-based forwarding enabled, default to accept, logging disabled
    Jul 10 08:16:10 localhost kernel: IPv6 packet filtering initialized, default to accept, logging disabled
    Jul 10 08:16:10 localhost kernel: IP firewall loaded
    Jul 10 08:16:10 localhost ConsoleMessage: Starting internet services
    Jul 10 08:16:10 localhost xinetd[265]: xinetd Version 2.3.11 started with libwrap options compiled in.
    Jul 10 08:16:10 localhost xinetd[265]: Started working: 2 available services
    Jul 10 08:16:10 localhost /usr/sbin/httpd: Sent launch request message to DirectoryService mach_init port
    Jul 10 08:16:11 localhost SystemStarter: The following StartupItems failed to properly start:
    Jul 10 08:16:11 localhost SystemStarter: /System/Library/StartupItems/CrashReporter
    Jul 10 08:16:11 localhost SystemStarter: - execution of Startup script failed
    Jul 10 08:16:11 localhost SystemStarter:
    Jul 10 08:16:18 localhost kernel: AirPort: Link UP: "BTHomeHub-66EB" - 0018f65e09d3 - chan 1
    Jul 10 08:16:20 localhost configd[90]: posting notification com.apple.system.config.network_change
    Jul 10 08:16:20 localhost configd[90]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Jul 10 08:16:20 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/sbin/lookupd": exited as a result of signal 1 [pid 125]
    Jul 10 08:16:20 localhost configd[90]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Jul 10 08:16:20 localhost lookupd[298]: lookupd (version 324.13) starting - Tue Jul 10 08:16:20 2007
    Jul 10 08:16:20 localhost ConsoleMessage: Starting network file system
    Jul 10 08:16:21 localhost automount[347]: automount version 57
    Jul 10 08:16:21 localhost automount[350]: automount version 57
    Jul 10 08:16:22 localhost set-hostname[360]: setting hostname to Unknown-00-0d-93-81-5a-85.home
    Jul 10 08:25:31 localhost loginwindow[224]: sendQuitEventToApp (HP IO Classic Proxy): AESendWithMach returned error -609
    Jul 10 08:25:31 localhost loginwindow[224]: sendQuitEventToApp (HP IO Classic Proxy 2): AESendWithMach returned error -609
    Jul 10 08:25:33 localhost loginwindow[224]: halting
    Jul 10 08:25:33 localhost shutdown: halt by nickbaines:
    Jul 10 08:25:36 localhost syslogd: exiting on signal 15
    Jul 10 09:04:42 localhost syslogd: restart
    Jul 10 09:04:42 localhost syslogd: kernel boot file is /mach_kernel
    Jul 10 09:04:42 localhost kernel: standard timeslicing quantum is 10000 us
    Jul 10 09:04:42 localhost kernel: vmpagebootstrap: 60981 free pages
    Jul 10 09:04:42 localhost kernel: migtable_maxdispl = 68
    Jul 10 09:04:42 localhost kernel: IOKit Component Version 7.9:
    Jul 10 09:04:42 localhost kernel: Wed Mar 30 20:07:52 PST 2005; root(rcbuilder):RELEASE_PPC/iokit/RELEASE
    Jul 10 09:04:43 localhost kernel: 83 prelinked modules
    Jul 10 09:04:43 localhost kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Jul 10 09:04:43 localhost kernel: The Regents of the University of California. All rights reserved.
    Jul 10 09:04:43 localhost kernel:
    Jul 10 09:04:43 localhost kernel: using 655 buffer headers and 655 cluster IO buffer headers
    Jul 10 09:04:43 localhost kernel: Local FireWire GUID = 0xd93ff:0xfe6af016
    Jul 10 09:04:43 localhost kernel: ADB present:8c
    Jul 10 09:04:43 localhost kernel: Security auditing service present
    Jul 10 09:04:43 localhost kernel: BSM auditing present
    Jul 10 09:04:43 localhost kernel: From path: "/pci@f4000000/ata-6@d/disk@0:3,\mach_kernel", Waiting on <dict ID="0"><key>IOPathMatch</key><string ID="1">IODeviceTree:/pci@f4000000/ata-6@d/@0:3</string></dict>
    Jul 10 09:04:43 localhost kernel: Got boot device = IOService:/MacRISC2PE/pci@f4000000/AppleMacRiscPCI/ata-6@D/AppleKauaiATA/ATADev iceNub@0/IOATABlockStorageDriver/IOATABlockStorageDevice/IOBlockStorageDriver/TO SHIBA MK3025GAS Media/IOApplePartitionScheme/Untitled@3
    Jul 10 09:04:43 localhost kernel: BSD root: disk0s3, major 14, minor 2
    Jul 10 09:04:44 localhost kernel: Jettisoning kernel linker.
    Jul 10 09:04:44 localhost kextd[88]: registering service "com.apple.KernelExtensionServer"
    Jul 10 09:04:45 localhost kernel: Resetting IOCatalogue.
    Jul 10 09:04:49 localhost kernel: Matching service count = 0
    Jul 10 09:04:49 localhost kernel: AppleRS232Serial: 0 0 AppleRS232Serial::start - returning false early, Connector or machine incorrect
    Jul 10 09:04:50 localhost kernel: UniNEnet: Ethernet address 00:0d:93:6a:f0:16
    Jul 10 09:04:51 localhost kernel: AirPortPCI: Ethernet address 00:0d:93:81:5a:85
    Jul 10 09:04:51 localhost kernel: IOFireWireIP: FireWire address 00:0d:93:ff:fe:6a:f0:16
    Jul 10 09:04:50 localhost SystemStarter: Welcome to Macintosh.
    Jul 10 09:04:56 localhost lookupd[124]: lookupd (version 324.13) starting - Tue Jul 10 09:04:56 2007
    Jul 10 09:04:56 localhost ConsoleMessage: Starting SecurityServer
    Jul 10 09:04:56 localhost ConsoleMessage: Starting Apple Multicast DNS Responder
    Jul 10 09:04:57 localhost ConsoleMessage: Starting kernel event agent
    Jul 10 09:04:57 localhost ConsoleMessage: Starting timed execution services
    Jul 10 09:04:57 localhost diskarbitrationd[91]: disk0s3 hfs 94ACCE2D-0606-37BE-ACEE-01B15973CA2B Macintosh HD /
    Jul 10 09:04:57 localhost ConsoleMessage: Starting HP IO Monitor
    Jul 10 09:04:57 localhost SystemStarter: Starting SecurityServer
    Jul 10 09:04:57 localhost ConsoleMessage: Initializing network
    Jul 10 09:04:57 localhost SystemStarter: Starting Apple Multicast DNS Responder
    Jul 10 09:04:57 localhost mDNSResponder[175]: mDNSResponder-58.8.1 (Jan 31 2005 21:11:41) starting
    Jul 10 09:04:57 localhost ConsoleMessage: Checking disks
    Jul 10 09:04:57 localhost mDNSResponder[175]: SetupAddr invalid sa_family 0
    Jul 10 09:04:57 localhost SystemStarter: Starting kernel event agent
    Jul 10 09:04:57 localhost SystemStarter: Starting timed execution services
    Jul 10 09:04:57 localhost SystemStarter: Starting HP IO Monitor
    Jul 10 09:04:57 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/libexec/fix_prebinding": exited with non-zero status 1 [pid 183]
    Jul 10 09:04:57 localhost SystemStarter: Initializing network
    Jul 10 09:04:57 localhost SystemStarter: Checking disks
    Jul 10 09:04:58 localhost ConsoleMessage: Starting HP Trap Monitor
    Jul 10 09:04:59 localhost configd[90]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Jul 10 09:04:59 localhost set-hostname[205]: setting hostname to nick-baines-Computer.local
    Jul 10 09:05:01 localhost kernel: ATY,Via_A: vram [9c000000:02000000]
    Jul 10 09:05:01 localhost kernel: ATY,Via_B: vram [98000000:02000000]
    Jul 10 09:05:01 localhost SystemStarter: The "HasShadow" window property is obsolete. Use CGSSetWindowShadowAndRimParameters(cid, wid, 0.0,0.0, 0,0, CGSNoShadowStyle) to turn off the window shadow instead. Set a break-point on CGSLogMessage to find out where this property is set.
    Jul 10 09:05:01 localhost ConsoleMessage: Loading Shared IP extension
    Jul 10 09:05:01 localhost ConsoleMessage: Starting Apple File Service
    Jul 10 09:05:02 localhost ConsoleMessage: Starting Apache web server
    Jul 10 09:05:02 localhost ConsoleMessage: Starting printing services
    Jul 10 09:05:02 localhost syslogd: /dev/console: Input/output error
    Jul 10 09:05:02 localhost init: kernel security level changed from 0 to 1
    Jul 10 09:05:02 localhost DirectoryService[258]: Launched version 1.8.5 (v258.3)
    Jul 10 09:05:02 localhost /usr/sbin/AppleFileServer: Sent launch request message to DirectoryService mach_init port
    Jul 10 09:05:03 localhost ConsoleMessage: Loading IP Firewall extension
    Jul 10 09:05:04 localhost kernel: IP packet filtering initialized, divert enabled, rule-based forwarding enabled, default to accept, logging disabled
    Jul 10 09:05:04 localhost kernel: IPv6 packet filtering initialized, default to accept, logging disabled
    Jul 10 09:05:04 localhost kernel: IP firewall loaded
    Jul 10 09:05:04 localhost ConsoleMessage: Starting internet services
    Jul 10 09:05:04 localhost xinetd[265]: xinetd Version 2.3.11 started with libwrap options compiled in.
    Jul 10 09:05:04 localhost xinetd[265]: Started working: 2 available services
    Jul 10 09:05:12 localhost kernel: AirPort: Link UP: "BTHomeHub-66EB" - 0018f65e09d3 - chan 1
    Jul 10 09:05:14 localhost configd[90]: posting notification com.apple.system.config.network_change
    Jul 10 09:05:14 localhost configd[90]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Jul 10 09:05:14 localhost configd[90]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Jul 10 09:05:14 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/sbin/lookupd": exited as a result of signal 1 [pid 124]
    Jul 10 09:05:14 localhost lookupd[311]: lookupd (version 324.13) starting - Tue Jul 10 09:05:14 2007
    Jul 10 09:05:15 localhost ConsoleMessage: Starting network file system
    Jul 10 09:05:15 localhost automount[347]: automount version 57
    Jul 10 09:05:15 localhost set-hostname[357]: setting hostname to Unknown-00-0d-93-81-5a-85.home
    Jul 10 09:05:15 localhost automount[360]: automount version 57
    Jul 10 09:13:42 localhost syslogd: restart
    Jul 10 09:13:42 localhost syslogd: kernel boot file is /mach_kernel
    Jul 10 09:13:42 localhost kernel: standard timeslicing quantum is 10000 us
    Jul 10 09:13:42 localhost kernel: vmpagebootstrap: 60981 free pages
    Jul 10 09:13:42 localhost kernel: migtable_maxdispl = 68
    Jul 10 09:13:42 localhost kernel: IOKit Component Version 7.9:
    Jul 10 09:13:42 localhost kernel: Wed Mar 30 20:07:52 PST 2005; root(rcbuilder):RELEASE_PPC/iokit/RELEASE
    Jul 10 09:13:42 localhost kernel: 83 prelinked modules
    Jul 10 09:13:42 localhost kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Jul 10 09:13:42 localhost kernel: The Regents of the University of California. All rights reserved.
    Jul 10 09:13:42 localhost kernel:
    Jul 10 09:13:42 localhost kernel: using 655 buffer headers and 655 cluster IO buffer headers
    Jul 10 09:13:42 localhost kernel: Local FireWire GUID = 0xd93ff:0xfe6af016
    Jul 10 09:13:42 localhost kernel: ADB present:8c
    Jul 10 09:13:42 localhost kernel: Security auditing service present
    Jul 10 09:13:42 localhost kernel: BSM auditing present
    Jul 10 09:13:42 localhost kernel: From path: "/pci@f4000000/ata-6@d/disk@0:3,\mach_kernel", Waiting on <dict ID="0"><key>IOPathMatch</key><string ID="1">IODeviceTree:/pci@f4000000/ata-6@d/@0:3</string></dict>
    Jul 10 09:13:42 localhost kernel: Got boot device = IOService:/MacRISC2PE/pci@f4000000/AppleMacRiscPCI/ata-6@D/AppleKauaiATA/ATADev iceNub@0/IOATABlockStorageDriver/IOATABlockStorageDevice/IOBlockStorageDriver/TO SHIBA MK3025GAS Media/IOApplePartitionScheme/Untitled@3
    Jul 10 09:13:42 localhost kernel: BSD root: disk0s3, major 14, minor 2
    Jul 10 09:13:42 localhost kernel: jnl: replay_journal: from: 5842432 to: 3659264 (joffset 0x8601000)
    Jul 10 09:13:43 localhost kernel: Jettisoning kernel linker.
    Jul 10 09:13:43 localhost kextd[88]: registering service "com.apple.KernelExtensionServer"
    Jul 10 09:13:44 localhost kernel: Resetting IOCatalogue.
    Jul 10 09:13:49 localhost kernel: Matching service count = 0
    Jul 10 09:13:49 localhost kernel: AppleRS232Serial: 0 0 AppleRS232Serial::start - returning false early, Connector or machine incorrect
    Jul 10 09:13:50 localhost kernel: UniNEnet: Ethernet address 00:0d:93:6a:f0:16
    Jul 10 09:13:50 localhost kernel: AirPortPCI: Ethernet address 00:0d:93:81:5a:85
    Jul 10 09:13:50 localhost kernel: IOFireWireIP: FireWire address 00:0d:93:ff:fe:6a:f0:16
    Jul 10 09:13:50 localhost SystemStarter: Welcome to Macintosh.
    Jul 10 09:13:55 localhost lookupd[129]: lookupd (version 324.13) starting - Tue Jul 10 09:13:55 2007
    Jul 10 09:13:56 localhost ConsoleMessage: Starting kernel event agent
    Jul 10 09:13:56 localhost ConsoleMessage: Starting SecurityServer
    Jul 10 09:13:56 localhost SystemStarter: Starting kernel event agent
    Jul 10 09:13:56 localhost ConsoleMessage: Starting Apple Multicast DNS Responder
    Jul 10 09:13:56 localhost diskarbitrationd[91]: disk0s3 hfs 94ACCE2D-0606-37BE-ACEE-01B15973CA2B Macintosh HD /
    Jul 10 09:13:56 localhost ConsoleMessage: Starting timed execution services
    Jul 10 09:13:56 localhost SystemStarter: Starting SecurityServer
    Jul 10 09:13:56 localhost ConsoleMessage: Starting HP IO Monitor
    Jul 10 09:13:57 localhost SystemStarter: Starting Apple Multicast DNS Responder
    Jul 10 09:13:57 localhost mDNSResponder[170]: mDNSResponder-58.8.1 (Jan 31 2005 21:11:41) starting
    Jul 10 09:13:57 localhost SystemStarter: Starting timed execution services
    Jul 10 09:13:57 localhost mDNSResponder[170]: SetupAddr invalid sa_family 0
    Jul 10 09:13:57 localhost ConsoleMessage: Checking disks
    Jul 10 09:13:57 localhost SystemStarter: Starting HP IO Monitor
    Jul 10 09:13:57 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/libexec/fix_prebinding": exited with non-zero status 1 [pid 181]
    Jul 10 09:13:57 localhost SystemStarter: Checking disks
    Jul 10 09:13:57 localhost ConsoleMessage: Initializing network
    Jul 10 09:13:57 localhost SystemStarter: Initializing network
    Jul 10 09:13:58 localhost configd[90]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Jul 10 09:13:58 localhost set-hostname[197]: setting hostname to nick-baines-Computer.local
    Jul 10 09:14:00 localhost kernel: ATY,Via_A: vram [9c000000:02000000]
    Jul 10 09:14:00 localhost kernel: ATY,Via_B: vram [98000000:02000000]
    Jul 10 09:14:00 localhost SystemStarter: The "HasShadow" window property is obsolete. Use CGSSetWindowShadowAndRimParameters(cid, wid, 0.0,0.0, 0,0, CGSNoShadowStyle) to turn off the window shadow instead. Set a break-point on CGSLogMessage to find out where this property is set.
    Jul 10 09:14:01 localhost ConsoleMessage: Starting HP Trap Monitor
    Jul 10 09:14:01 localhost ConsoleMessage: Loading Shared IP extension
    Jul 10 09:14:01 localhost ConsoleMessage: Starting Apple File Service
    Jul 10 09:14:01 localhost ConsoleMessage: Starting Apache web server
    Jul 10 09:14:01 localhost ConsoleMessage: Starting printing services
    Jul 10 09:14:01 localhost syslogd: /dev/console: Input/output error
    Jul 10 09:14:01 localhost init: kernel security level changed from 0 to 1
    Jul 10 09:14:01 localhost /usr/sbin/AppleFileServer: Sent launch request message to DirectoryService mach_init port
    Jul 10 09:14:01 localhost DirectoryService[256]: Launched version 1.8.5 (v258.3)
    Jul 10 09:14:02 localhost ConsoleMessage: Loading IP Firewall extension
    Jul 10 09:14:03 localhost /usr/sbin/httpd: Sent launch request message to DirectoryService mach_init port
    Jul 10 09:14:04 localhost kernel: IP packet filtering initialized, divert enabled, rule-based forwarding enabled, default to accept, logging disabled
    Jul 10 09:14:04 localhost kernel: IPv6 packet filtering initialized, default to accept, logging disabled
    Jul 10 09:14:04 localhost kernel: IP firewall loaded
    Jul 10 09:14:04 localhost ConsoleMessage: Starting internet services
    Jul 10 09:14:04 localhost xinetd[272]: xinetd Version 2.3.11 started with libwrap options compiled in.
    Jul 10 09:14:04 localhost xinetd[272]: Started working: 2 available services
    Jul 10 09:14:10 localhost kernel: AirPort: Link UP: "BTHomeHub-66EB" - 0018f65e09d3 - chan 1
    Jul 10 09:14:12 localhost configd[90]: posting notification com.apple.system.config.network_change
    Jul 10 09:14:12 localhost configd[90]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Jul 10 09:14:12 localhost configd[90]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Jul 10 09:14:12 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/sbin/lookupd": exited as a result of signal 1 [pid 129]
    Jul 10 09:14:13 localhost lookupd[307]: lookupd (version 324.13) starting - Tue Jul 10 09:14:13 2007
    Jul 10 09:14:14 localhost ConsoleMessage: Starting network file system
    Jul 10 09:14:14 localhost set-hostname[353]: setting hostname to Unknown-00-0d-93-81-5a-85.home
    Jul 10 09:14:14 localhost automount[357]: automount version 57
    Jul 10 09:14:14 localhost automount[360]: automount version 57
    Jul 10 09:28:33 localhost syslogd: restart
    Jul 10 09:28:33 localhost syslogd: kernel boot file is /mach_kernel
    Jul 10 09:28:33 localhost kernel: standard timeslicing quantum is 10000 us
    Jul 10 09:28:33 localhost kernel: vmpagebootstrap: 60981 free pages
    Jul 10 09:28:33 localhost kernel: migtable_maxdispl = 68
    Jul 10 09:28:33 localhost kernel: IOKit Component Version 7.9:
    Jul 10 09:28:33 localhost kernel: Wed Mar 30 20:07:52 PST 2005; root(rcbuilder):RELEASE_PPC/iokit/RELEASE
    Jul 10 09:28:33 localhost kernel: 83 prelinked modules
    Jul 10 09:28:34 localhost kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Jul 10 09:28:34 localhost kernel: The Regents of the University of California. All rights reserved.
    Jul 10 09:28:34 localhost kernel:
    Jul 10 09:28:34 localhost kernel: using 655 buffer headers and 655 cluster IO buffer headers
    Jul 10 09:28:34 localhost kernel: Local FireWire GUID = 0xd93ff:0xfe6af016
    Jul 10 09:28:34 localhost kernel: ADB present:8c
    Jul 10 09:28:34 localhost kernel: Security auditing service present
    Jul 10 09:28:34 localhost kernel: BSM auditing present
    Jul 10 09:28:34 localhost kernel: From path: "/pci@f4000000/ata-6@d/disk@0:3,\mach_kernel", Waiting on <dict ID="0"><key>IOPathMatch</key><string ID="1">IODeviceTree:/pci@f4000000/ata-6@d/@0:3</string></dict>
    Jul 10 09:28:34 localhost kernel: Got boot device = IOService:/MacRISC2PE/pci@f4000000/AppleMacRiscPCI/ata-6@D/AppleKauaiATA/ATADev iceNub@0/IOATABlockStorageDriver/IOATABlockStorageDevice/IOBlockStorageDriver/TO SHIBA MK3025GAS Media/IOApplePartitionScheme/Untitled@3
    Jul 10 09:28:34 localhost kernel: BSD root: disk0s3, major 14, minor 2
    Jul 10 09:28:34 localhost kernel: jnl: replay_journal: from: 6746112 to: 3913216 (joffset 0x8601000)
    Jul 10 09:28:35 localhost kernel: Jettisoning kernel linker.
    Jul 10 09:28:35 localhost kextd[88]: registering service "com.apple.KernelExtensionServer"
    Jul 10 09:28:36 localhost kernel: Resetting IOCatalogue.
    Jul 10 09:28:41 localhost kernel: Matching service count = 0
    Jul 10 09:28:41 localhost kernel: AppleRS232Serial: 0 0 AppleRS232Serial::start - returning false early, Connector or machine incorrect
    Jul 10 09:28:42 localhost kernel: UniNEnet: Ethernet address 00:0d:93:6a:f0:16
    Jul 10 09:28:42 localhost kernel: AirPortPCI: Ethernet address 00:0d:93:81:5a:85
    Jul 10 09:28:42 localhost kernel: IOFireWireIP: FireWire address 00:0d:93:ff:fe:6a:f0:16
    Jul 10 09:28:42 localhost SystemStarter: Welcome to Macintosh.
    Jul 10 09:28:48 localhost lookupd[124]: lookupd (version 324.13) starting - Tue Jul 10 09:28:48 2007
    Jul 10 09:28:48 localhost ConsoleMessage: Starting SecurityServer
    Jul 10 09:28:48 localhost ConsoleMessage: Starting timed execution services
    Jul 10 09:28:48 localhost ConsoleMessage: Starting kernel event agent
    Jul 10 09:28:48 localhost diskarbitrationd[91]: disk0s3 hfs 94ACCE2D-0606-37BE-ACEE-01B15973CA2B Macintosh HD /
    Jul 10 09:28:48 localhost ConsoleMessage: Starting Apple Multicast DNS Responder
    Jul 10 09:28:48 localhost SystemStarter: Starting SecurityServer
    Jul 10 09:28:49 localhost ConsoleMessage: Initializing network
    Jul 10 09:28:49 localhost SystemStarter: Starting timed execution services
    Jul 10 09:28:49 localhost ConsoleMessage: Checking disks
    Jul 10 09:28:49 localhost SystemStarter: Starting kernel event agent
    Jul 10 09:28:49 localhost ConsoleMessage: Starting HP IO Monitor
    Jul 10 09:28:49 localhost SystemStarter: Starting Apple Multicast DNS Responder
    Jul 10 09:28:49 localhost mDNSResponder[181]: mDNSResponder-58.8.1 (Jan 31 2005 21:11:41) starting
    Jul 10 09:28:49 localhost SystemStarter: Initializing network
    Jul 10 09:28:49 localhost mDNSResponder[181]: SetupAddr invalid sa_family 0
    Jul 10 09:28:49 localhost SystemStarter: Checking disks
    Jul 10 09:28:49 localhost SystemStarter: Starting HP IO Monitor
    Jul 10 09:28:49 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/libexec/fix_prebinding": exited with non-zero status 1 [pid 186]
    Jul 10 09:28:50 localhost ConsoleMessage: Starting HP Trap Monitor
    Jul 10 09:28:50 localhost configd[90]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Jul 10 09:28:51 localhost set-hostname[205]: setting hostname to nick-baines-Computer.local
    Jul 10 09:28:52 localhost kernel: ATY,Via_A: vram [9c000000:02000000]
    Jul 10 09:28:52 localhost kernel: ATY,Via_B: vram [98000000:02000000]
    Jul 10 09:28:52 localhost SystemStarter: The "HasShadow" window property is obsolete. Use CGSSetWindowShadowAndRimParameters(cid, wid, 0.0,0.0, 0,0, CGSNoShadowStyle) to turn off the window shadow instead. Set a break-point on CGSLogMessage to find out where this property is set.
    Jul 10 09:28:53 localhost ConsoleMessage: Loading Shared IP extension
    Jul 10 09:28:53 localhost ConsoleMessage: Starting Apple File Service
    Jul 10 09:28:53 localhost ConsoleMessage: Starting printing services
    Jul 10 09:28:53 localhost syslogd: /dev/console: Input/output error
    Jul 10 09:28:53 localhost init: kernel security level changed from 0 to 1
    Jul 10 09:28:53 localhost ConsoleMessage: Starting Apache web server
    Jul 10 09:28:53 localhost DirectoryService[258]: Launched version 1.8.5 (v258.3)
    Jul 10 09:28:53 localhost /usr/sbin/AppleFileServer: Sent launch request message to DirectoryService mach_init port
    Jul 10 09:28:54 localhost ConsoleMessage: Loading IP Firewall extension
    Jul 10 09:28:55 localhost /usr/sbin/httpd: Sent launch request message to DirectoryService mach_init port
    Jul 10 09:28:56 localhost kernel: IP packet filtering initialized, divert enabled, rule-based forwarding enabled, default to accept, logging disabled
    Jul 10 09:28:56 localhost kernel: IPv6 packet filtering initialized, default to accept, logging disabled
    Jul 10 09:28:56 localhost kernel: IP firewall loaded
    Jul 10 09:28:56 localhost ConsoleMessage: Starting internet services
    Jul 10 09:28:56 localhost xinetd[269]: xinetd Version 2.3.11 started with libwrap options compiled in.
    Jul 10 09:28:56 localhost xinetd[269]: Started working: 2 available services
    Jul 10 09:29:02 localhost kernel: AirPort: Link UP: "BTHomeHub-66EB" - 0018f65e09d3 - chan 1
    Jul 10 09:29:04 localhost configd[90]: posting notification com.apple.system.config.network_change
    Jul 10 09:29:04 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/sbin/lookupd": exited as a result of signal 1 [pid 124]
    Jul 10 09:29:04 localhost configd[90]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Jul 10 09:29:04 localhost configd[90]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Jul 10 09:29:04 localhost lookupd[300]: lookupd (version 324.13) starting - Tue Jul 10 09:29:04 2007
    Jul 10 09:29:05 localhost ConsoleMessage: Starting network file system
    Jul 10 09:29:06 localhost automount[347]: automount version 57
    Jul 10 09:29:06 localhost automount[350]: automount version 57
    Jul 10 09:29:06 localhost set-hostname[360]: setting hostname to Unknown-00-0d-93-81-5a-85.home

    Okay, This subject was just covered in a mag I was reading today..MacWorld. Startup in safe-mode [hold the shift key down when you hear the tone and release it when you see the Apple logo]. One you are booted up open MacintoshHD>System>Library>Extentions. In that folder look for the bt broadband or whatever the update was. It will have .kext on it. Throw it in the trash and restart.
    If you are not sure which it is you could open the Update you installed with Pacifist and search the files of the installer.
    Pacifist can be found at:
    http://www.charlessoft.com/
    Good Luck, Glynn

  • Macbook pro unable to reinstall macosx lion. I dont have the log ins for it Please help.

    Hey Lovely Apple support community.
    I just bought a macbook pro off gumtree (a classified listings website).
    everything was working fine but the laptop was slow.
    I did some research and it mentioned that i needed to repair the disk, i tried that but was it told me i needed to erase everything.
    I erased everything and tried to reinstall macosx lion, its asking for verification.
    Solutions i tried:
    - I asked the seller and he said he couldnt help
    - I tried to put my apple id and it declined it.
    - i tried to buy macosx lion but its no longer available
    - i bought macosx mountain lion but rejects it
    Please help: What do you guys think is the best way to go on about this issue?

    kngsharif,
    which model MacBook Pro did you buy? When you erased everything, did “everything” include Lion’s hidden recovery partition?
    You shouldn’t need to purchase Lion if your MacBook Pro originally came from the factory with Lion installed, but you can still buy Lion from the store.apple.com site — for example, the UK page from which Lion can be purchased is here.

  • Restored standby database from primary; now no logs are shipped

    Hi
    We recently had a major network/SAN issue and had to restore our standby database from a backup of the primary. To do this, we restored the database to the standby, created a standby controlfile on the primary, copied this across to the control file locations and started in standby recover and applied the logs manually/registered to get it back up to speed.
    However, no new logs are being shipped across from the primary.
    Have we missed a step somewhere?
    One thing we've noticed is that there is no RFS process running on the standby:
    SQL> SELECT PROCESS, CLIENT_PROCESS, SEQUENCE#, STATUS FROM V$MANAGED_STANDBY;
    PROCESS CLIENT_P SEQUENCE# STATUS
    ARCH ARCH 0 CONNECTED
    ARCH ARCH 0 CONNECTED
    MRP0 N/A 100057 WAIT_FOR_LOG
    How do we start this? Or will it only show if the arc1 process on the primary is sending files?
    The arc1 process is showing at OS level on the primary but I'm wondering if its faulty somehow?
    There are NO errors in the alert logs in the primary or the standby. There's not even the normal FAL gap sequence type error - in the standby it's just saying 'waiting for log' and a number from ages ago. It's like the primary isn't even talking to the standby. The listener is up and running ok though...
    What else can we check/do?
    If we manually copy across files and do an 'alter database register' then they are applied to the standby without issue; there's just no automatic log shipping going on...
    Thanks
    Ross

    Hi all
    Many thanks for all the responses.
    The database is 10.2.0.2.0, on AIX 6.
    I believe the password files are ok; we've had issues previously and this is always flagged in the alert log on the primary - not the case here.
    Not set to DEFER on primary; log_archive_dest_2 is set to service="STBY_PHP" optional delay=720 reopen=30 and log_archive_dest_state_2 is set to ENABLE.
    I ran those troubleshooting scripts, info from standby:
    SQL> @troubleshoot
    NAME DISPLAY_VALUE
    db_file_name_convert
    db_name PHP
    db_unique_name PHP
    dg_broker_config_file1 /oracle/PHP/102_64/dbs/dr1PHP.dat
    dg_broker_config_file2 /oracle/PHP/102_64/dbs/dr2PHP.dat
    dg_broker_start FALSE
    fal_client STBY_PHP
    fal_server PHP
    local_listener
    log_archive_config
    log_archive_dest_2 service=STBY_PHP optional delay=30 reopen=30
    log_archive_dest_state_2 DEFER
    log_archive_max_processes 2
    log_file_name_convert
    remote_login_passwordfile EXCLUSIVE
    standby_archive_dest /oracle/PHP/oraarch/PHParch
    standby_file_management AUTO
    NAME DB_UNIQUE_NAME PROTECTION_MODE DATABASE_R OPEN_MODE
    PHP PHP MAXIMUM PERFORM PHYSICAL S MOUNTED
    ANCE TANDBY
    THREAD# MAX(SEQUENCE#)
    1 100149
    PROCESS STATUS THREAD# SEQUENCE#
    ARCH CONNECTED 0 0
    ARCH CONNECTED 0 0
    MRP0 WAIT_FOR_LOG 1 100150
    NAME VALUE UNIT TIME_COMPUTED
    apply finish time day(2) to second(1) interval
    apply lag day(2) to second(0) interval
    estimated startup time 8 second
    standby has been open N
    transport lag day(2) to second(0) interval
    NAME Size MB Used MB
    0 0
    On the primary, the script has froze!! How long should it take? Got as far as this:
    SQL> @troubleshoot
    NAME DISPLAY_VALUE
    db_file_name_convert
    db_name PHP
    db_unique_name PHP
    dg_broker_config_file1 /oracle/PHP/102_64/dbs/dr1PHP.dat
    dg_broker_config_file2 /oracle/PHP/102_64/dbs/dr2PHP.dat
    dg_broker_start FALSE
    fal_client STBY_R1P
    fal_server R1P
    local_listener
    log_archive_config
    log_archive_dest_2 service="STBY_PHP" optional delay=720 reopen=30
    log_archive_dest_state_2 ENABLE
    log_archive_max_processes 2
    log_file_name_convert
    remote_login_passwordfile EXCLUSIVE
    standby_archive_dest /oracle/PHP/oraarch/PHParch
    standby_file_management AUTO
    NAME DB_UNIQUE_NAME PROTECTION_MODE DATABASE_R OPEN_MODE SWITCHOVER_STATUS
    PHP PHP MAXIMUM PERFORMANCE PRIMARY READ WRITE SESSIONS ACTIVE
    THREAD# MAX(SEQUENCE#)
    1 100206
    NOW - before you say it - :) - yes, I'm aware that fal_client as STBY_R1P and fal_server as R1P are incorrect - should be PHP - but it looks like it's always been this way! Well, as least for the last 4 years where it's worked fine, as I found an old SP file and it still has R1P set in there...?!?
    Any ideas?
    Ross

  • Build standby database using cold backup on a different file system & host

    Hi gurus,
    The database version is 11.2.0.3. OS is HP UX Itanium 11.31
    I am building a standby database using cold backup of primary. The primary mount points are (/p003/oracle, /p004/oracle) on HOST1 and the standby file system on HOST2 are (/s003/oracle,/s004/oracle). I am not using Data Guard to apply logs as we have a script that mounts the log location periodically to standby server and apply the logs to make it current. I am using cold backup as the database is small like 200G and can be taken down. Could someone help me with the steps to build standby using cold backup for a different file location in standby ?? My concern is I can copy the data files from /p003 to /s003. How will I build the controlfile ?
    If it was same File system on both HOST 1 and HOST2 I can copy the cold backup to the standby server, build a standby control file on primary and copy and replace the standby control file and everything was set.
    Thanks
    Cherrish Vaidiyan

    Hello;
    I have a note on this using a cold copy of the current files instead of a copy backup :
    http://www.visi.com/~mseberg/data_guard_on_oracle_10_step_by_step.html
    I will post SCP SQL in a moment.
    Best Regards
    mseberg
    set heading off
    set feedback off
    set pagesize 100
    set linesize 400
    select 'scp '||a.name ||' server_name:' || a.name as newname from v$datafile a;
    select 'scp '||a.name ||' server_name:' || a.name as newname from v$controlfile a;
    select 'scp '||a.member ||' server_name:' || a.member as newname from v$logfile a;Edited by: mseberg on May 25, 2013 10:35 AM

  • Oracle manually standby database with standard edition

    Hi, I want to have a plan for disaster. I'm triying with two virtual machines with oracle database 10g on suse linux. I follow these URLs
    http://www.dbasupport.com/oracle/ora10g/manual_standby.shtml
    http://oramdq.blogspot.com/2009/05/como-configurar-un-sistema-de-alta.html
    and it look that work all right.
    I know that with manually standby database we applied archived logs, and so, we don't propagate any physical changes to secondary database (standby), for example, if I create a new tablespace, or adding a new datafile to an existing tablespace, it don't work in the secondary database.
    Anyone does know how is the better way to apply the physical changes??
    Anyone have any scripts to do that?
    Thanks in advance.

    HI,
    Add the STANDBY_FILE_MANAGEMENT = AUTO to the primary parameter file, it will solve it.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/initparams209.htm]
    Reagds,
    Vijayaraghavan K
    Edited by: Vijayaraghavan Krishnan on Feb 24, 2010 7:19 PM

  • Standby not applying the online redo logs

    Hi,
    The redo apply process does not seem to apply the current logs to the standby database.
    The output from the query
    Select last_change#, sequence# from v$standby_log;
    LAST_CHANGE# GROUP# SEQUENCE#
    4 0
    10120537 5 8586
    6 0
    7 0
    gives me the current SCN as that of the primary.
    But the CURRENT_SCN from v$database on the standby lags from that of the output above.
    Select CURRENT_SCN from v$database;
    CURRENT_SCN
    10119641
    The STATUS and PROCESS information from the v$managed_standby show the following:
    PROCESS STATUS SEQUENCE#
    ARCH CONNECTED 0
    ARCH CONNECTED 0
    ARCH CONNECTED 0
    ARCH CONNECTED 0
    RFS IDLE 0
    RFS IDLE 0
    RFS IDLE 8586
    RFS IDLE 0
    RFS IDLE 0
    RFS IDLE 0
    RFS IDLE 0
    PROCESS STATUS SEQUENCE#
    MRP0 APPLYING_LOG 8586
    Any thoughts on why the standby has not applied the recived logs from the primary?
    I am currently using version Oracle 11.2.0.2 for Active dataguard setup. I currently have a primary server and one standy server.
    Thanks

    I had sent the output of the queries in the earlier post. Here it is again
    The output for the query
    select thread#, max(sequence#) from v$archived_log group by thread#; (on primary)
    THREAD# MAX(SEQUENCE#)
    1 8585
    The output for
    select thread#, max(sequence#) from v$archived_log where applied = 'YES' group by thread#; (on standby)
    THREAD# MAX(SEQUENCE#)
    1 8585
    Also the query
    select LAST_CHANGE#, STATUS from V$STANDBY_LOG;
    gives me the current scn generated at the primary.
    LAST_CHANGE# STATUS
    10149990 ACTIVE
    10146538 ACTIVE
    10150844 ACTIVE
    But the current_scn from v$database is lagging.
    select current_scn from v$database;
    CURRENT_SCN
    10146535
    Also the query
    select  THREAD#, LOW_SEQUENCE#, HIGH_SEQUENCE# from v$archive_gap;
    returns no rows. So there are no archive logs missing on the standby either.
    So I beleive that the RFS has recieved the logs from the primary but the logs have not been applied at the standby.
    Thanks

  • Standby database is not applying redo logs due to missing archive log

    We use 9.2.0.7 Oracle Database. My goal is to create a physical standby database.
    I have followed all the steps necessary to fulfill this in Oracle Data Guard Concepts and Administration manual. Archived redo logs are transmitted from primary to standby database regularly. But the logs are not applied due to archive log gap.
    SQL> select process, status from v$managed_standby;
    PROCESS STATUS
    ARCH CONNECTED
    ARCH CONNECTED
    MRP0 WAIT_FOR_GAP
    RFS RECEIVING
    RFS ATTACHED
    SQL> select * from v$archive_gap;
    THREAD# LOW_SEQUENCE# HIGH_SEQUENCE#
    1 503 677
    I have tried to find the missing archives on the primary database, but was unable to. They have been deleted (somehow) regularly by the existing backup policy on the primary database. I have looked up the backups, but these archive logs are too old to be in the backup. Backup retention policy is 1 redundant backup of each file. I didn't save older backups as I didn't really need them from up to this point.
    I have cross checked (using rman crosscheck) the archive log copies on the primary database and deleted the "obsolete" copies of archive logs. But, v$archived_log view on the primary database only marked those entries as "deleted". Unfortunately, the standby database is still waiting for those logs to "close the gap" and doesn't apply the redo logs at all. I am reluctant to recreate the control file on the primary database as I'm afraid this occurred through the regular database backup operations, due to current backup retention policy and it probably might happen again.
    The standby creation procedure was done by using the data files from 3 days ago. The archive logs which are "producing the gap" are older than a month, and are probably unneeded for standby recovery.
    What shall I do?
    Kind regards and thanks in advance,
    Milivoj

    On a physical standby database
    To determine if there is an archive gap on your physical standby database, query the V$ARCHIVE_GAP view as shown in the following example:
    SQL> SELECT * FROM V$ARCHIVE_GAP;
    THREAD# LOW_SEQUENCE# HIGH_SEQUENCE#
    1 7 10
    The output from the previous example indicates your physical standby database is currently missing log files from sequence 7 to sequence 10 for thread 1.
    After you identify the gap, issue the following SQL statement on the primary database to locate the archived redo log files on your primary
    database (assuming the local archive destination on the primary database is LOG_ARCHIVE_DEST_1):
    SQL> SELECT NAME FROM V$ARCHIVED_LOG WHERE THREAD#=1 AND DEST_ID=1 AND 2> SEQUENCE# BETWEEN 7 AND 10;
    NAME
    /primary/thread1_dest/arcr_1_7.arc /primary/thread1_dest/arcr_1_8.arc /primary/thread1_dest/arcr_1_9.arc
    Copy these log files to your physical standby database and register them using the ALTER DATABASE REGISTER LOGFILE statement on your physical standby database. For example:
    SQL> ALTER DATABASE REGISTER LOGFILE
    '/physical_standby1/thread1_dest/arcr_1_7.arc';
    SQL> ALTER DATABASE REGISTER LOGFILE
    '/physical_standby1/thread1_dest/arcr_1_8.arc';
    After you register these log files on the physical standby database, you can restart Redo Apply.
    Note:
    The V$ARCHIVE_GAP fixed view on a physical standby database only returns the next gap that is currently blocking Redo Apply from continuing. After resolving the gap and starting Redo Apply, query the V$ARCHIVE_GAP fixed view again on the physical standby database to determine the next gap sequence, if there is one. Repeat this process until there are no more gaps.
    Restoring the archived logs from the backup set
    If the archived logs are not available in the archive destination then at that time we need to restore the required archived logs from the backup step. This task is accomplished in the following way.
    To restore range specified archived logs:
    Run {
    Set archivelog destination to '/oracle/arch/arch_restore'
    Restore archivelog from logseq=<xxxxx> until logseq=<xxxxxxx>
    To restore all the archived logs:
    Run {
    Set archivelog destination to '/oracle/arch/arch_restore';
    Restore archivelog all;
    }

  • MV Logs not getting purged in a Logical Standby Database

    We are trying to replicate a few tables in a logical standby database to another database. Both the source ( The Logical Standby) and the target database are in Oracle 11g R1.
    The materialized views are refreshed using FAST REFRESH.
    The Materialized View Logs created on the source ( the Logical Standby Database) are not getting purged when the MV in the target database is refreshed.
    We checked the entries in the following Tables: SYS.SNAP$, SYS.SLOG$, SYS.MLOG$
    When a materialized view is created on the target database, a record is not inserted into the SYS.SLOG$ table and it seems like that's why the MV Logs are not getting purged.
    Why are we using a Logical Standby Database instead of the Primary ? Because, the load on the Primary Database is too much and the machine doesn't have enough resources to support MV based replication. The CPU usage is 95% all the time. The appplication owner won't allow us to go against the Primary database.
    Do we have to do anything different in terms of Configuration/Privileges etc. because we are using a Logical Standby Database as a source ?
    Thanks in Advance.

    We have a 11g RAC database in solaris OS where there is huge gap in archive log apply.
    Thread Last Sequence Received Last Sequence Applied Difference
    1 132581 129916 2665
    2 108253 106229 2024
    3 107452 104975 2477
    The MRP0 process seems not to be working also.Almost 7000+ archives lag in standby if compared with primary database.
    i suggest you to go with Incremental rollforward backups to make it SYNC, use this below link for step by step procedure.
    http://www.oracle-ckpt.com/rman-incremental-backups-to-roll-forward-a-physical-standby-database-2/
    Here questions.
    1) Whether those archives are transported & just not applied?
    2) Is in production do you have archives or backup of archives?
    3) What you have found errors in alert log file?
    post
    SQL> select severity,message,error_code,timestamp from v$dataguard_status where dest_id=2;
    4) What errors in primary database alert log file?
    Also post
    select     ds.dest_id id
    ,     ad.status
    ,     ds.database_mode db_mode
    ,     ad.archiver type
    ,     ds.recovery_mode
    ,     ds.protection_mode
    ,     ds.standby_logfile_count "SRLs"
    ,     ds.standby_logfile_active active
    ,     ds.archived_seq#
    from     v$archive_dest_status     ds
    ,     v$archive_dest          ad
    where     ds.dest_id = ad.dest_id
    and     ad.status != 'INACTIVE'
    order by
         ds.dest_id
    /Also check errors from standby database.

  • Standby database Error in applying archives

    Hi All
    Environment:
    Oracle 8i
    Platform- HP-UX
    I have production database on HPUX box and standby database on anothe HPUX box.
    I am applying archive to standby everyday manually.
    In last week, I have added ney datafile webapp03 in Production database tablespace.
    When I apply archive to standby database. It says archive apply sucessfully but give below warning:
    ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
    ORA-01195: online backup of file 25 needs more recovery to be consistent
    ORA-01110: data file 25: '/u06/oradata/vestcom/webapp03.dbf'
    Yesterday I have copied datafile from production to standby database.
    But still I am getting same warning:
    Please let me know in detail, I am totally new in this admin field.
    Please help me out for this issue:
    Thanks in Advance.
    R M

    Absolutely. First place the tablespace space in backup mode, then copy over the datafile and then end the backup mode - applying the log files should be fine now.
    HTH
    Thanks
    Chandra

  • Standby Database fails to read dictionary from redo log

    hi,
    I am attempting to create a Logical standby database on same machine as the primary database. I have executed the steps outlined in Oracle Documentation several times, but end up with the same error. Detailes of setup and error are provided below. Please help. Thanks.
    ==========
    OS: REdhat 8 (2.4.18-14)
    RDBMS: Oracle EE Server 9.2.0.3.0
    primary db init details:
    *.log_archive_dest_1='LOCATION=/usr3/oracle/admin/lbsp/archive/ MANDATORY'
    *.log_archive_dest_2='SERVICE=STDBY'
    standby db init details:
    log_archive_dest_1='LOCATION=/usr3/oracle/admin/stdby/archive/'
    standby_archive_dest='/usr3/oracle/admin/lbsp/archive_pdb/'
    Standby alert log file (tail)
    LOGSTDBY event: ORA-01332: internal Logminer Dictionary error
    Sun Jul 13 11:37:20 2003
    Errors in file /usr3/oracle/admin/stdby/bdump/stdby_lsp0_13691.trc:
    ORA-01332: internal Logminer Dictionary error
    LSP process trace file:
    Instance name: stdby
    Redo thread mounted by this instance: 1
    Oracle process number: 18
    Unix process pid: 13691, image: oracle@prabhu (LSP0)
    *** 2003-07-13 11:37:19.972
    *** SESSION ID:(12.165) 2003-07-13 11:37:19.970
    <krvrd.c:krvrdfdm>: DDL or Dict mine error exit. 384<krvrd.c:krvrdids>: Failed to mine dictionary. flgs 180
    knahcapplymain: encountered error=1332
    *** 2003-07-13 11:37:20.217
    ksedmp: internal or fatal error
    . (memory dump)
    KNACDMP: Unassigned txns = { }
    KNACDMP: *******************************************************
    error 1332 detected in background process
    OPIRIP: Uncaught error 447. Error stack:
    ORA-00447: fatal error in background process
    ORA-01332: internal Logminer Dictionary error
    another trace file created by error is: stdby_p001_13695.trc
    Instance name: stdby
    Redo thread mounted by this instance: 1
    Oracle process number: 20
    Unix process pid: 13695, image: oracle@prabhu (P001)
    *** 2003-07-13 11:37:19.961
    *** SESSION ID:(22.8) 2003-07-13 11:37:19.908
    krvxmrs: Leaving by exception: 604
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01031: insufficient privileges
    ORA-06512: at "SYS.LOGMNR_KRVRDREPDICT3", line 68
    ORA-06512: at line 1
    there are no errors anywhere during the creation, mounting or opening of standby database. After the initial log register, any log switch on primary is communicated to standby and visible in DBA_LOGSTDBY_LOG. Also, archived logs from primary are successfuly copied by system to directory pointed by standby db's standby_archive_dest parameter.
    I noticed, somehow everytime I issue "ALTER DATABASE START LOGICAL STANDBY APPLY" command the procedures and packages related to logmnr get invalid. I compile them and again after "APPLY" they become invalid.
    Invalid object list:
    OBJECT_TYPE OBJECT_NAME
    VIEW DBA_LOGSTDBY_PROGRESS
    PACKAGE BODY DBMS_INTERNAL_LOGSTDBY
    PACKAGE BODY DBMS_STREAMS_ADM_UTL
    VIEW LOGMNR_DICT
    PACKAGE BODY LOGMNR_DICT_CACHE
    PROCEDURE LOGMNR_GTLO3
    PROCEDURE LOGMNR_KRVRDA_TEST_APPLY
    Anybody point out what I am doing wrong. Thanks for the help

    ORA-15001: diskgroup "ORAREDO3" does not exist or is not mounted
    ORA-15001: diskgroup "ORAREDO3" does not exist or is not mountedhave you mentioned parameter LOG_FILE_NAME_CONVERT in standby when online redo log locations are different?
    post from standby:-
    SQL> select name, state From v$asm_diskgroup;
    FAL[client, MRP0]: Error 1031 connecting to MKS01P_PRD for fetching gap sequence
    ORA-01031: insufficient privilegesPost from primary & standby
    SQL> select * from v$pwfile_users;
    User Profile for 919131
    919131     
    Handle:     919131  
    Status Level:     Newbie
    Registered:     Mar 6, 2012
    Total Posts:     16
    Total Questions:     8 (8 unresolved)
    OTN failed 100% to help you, then why you posted another question?
    First close all your old answered threads and then better continue your updates in your thread.
    Edited by: CKPT on Jul 9, 2012 11:45 AM

Maybe you are looking for