Omega Owners Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Welcome to OOF

Pages: 1 [2]  All   Go Down

Author Topic: Any Sybase experts?  (Read 2224 times)

0 Members and 1 Guest are viewing this topic.

cem_devecioglu

  • Guest
Re: Any Sybase experts?
« Reply #15 on: 22 August 2011, 12:23:46 »

"00:00000:00001:2011/08/22 11:22:51.69 server  Database 'master' is now online."

this means that sybase start up properly with master database (which is critical for itself)


still checking the logs....
« Last Edit: 22 August 2011, 12:24:15 by cem_devecioglu »
Logged

tunnie

  • Get A Life!!
  • *****
  • Offline Offline
  • Gender: Male
  • Surrey
  • Posts: 37573
    • Zafira Tourer & BMW 435i
    • View Profile
Re: Any Sybase experts?
« Reply #16 on: 22 August 2011, 12:26:07 »

Quote
"00:00000:00001:2011/08/22 11:22:51.69 server  Database 'master' is now online."

this means that sybase start up properly with master database (which is critical for itself)


still checking the logs....

Thanks Cem  :y

Logged

cem_devecioglu

  • Guest
Re: Any Sybase experts?
« Reply #17 on: 22 August 2011, 12:26:29 »

cant see initalization of disks DATA_10 and DATA_11 :-/

seems like they partitioned data to multiple disks which means trouble :-/
« Last Edit: 22 August 2011, 12:26:50 by cem_devecioglu »
Logged

cem_devecioglu

  • Guest
Re: Any Sybase experts?
« Reply #18 on: 22 August 2011, 12:32:16 »

00:00000:00011:2011/08/22 11:22:52.83 server  Database 'replicator_test' cannot be opened. An earlier attempt at recovery marked it 'suspect'. Check the SQL Server errorlog for information as to the cause.

yep.. you cant touch a suspect database directly from DB tools.. it must be stopped first of all..

and also sql server does the same when it cant reach files physically :-/


also

server  Started UNDO pass for database 'billing'. The total number of log records to process is 6756.
00:00000:00011:2011/08/22 11:22:53.22 server  Undo pass for database 'billing': 6000 records done (88%); 756 records left.00:00000:00011:2011/08/22 11:22:53.22 server  Undo pass of recovery has processed 1 incomplete transactions.

this must have happened when its shut down..
« Last Edit: 22 August 2011, 12:34:18 by cem_devecioglu »
Logged

tunnie

  • Get A Life!!
  • *****
  • Offline Offline
  • Gender: Male
  • Surrey
  • Posts: 37573
    • Zafira Tourer & BMW 435i
    • View Profile
Re: Any Sybase experts?
« Reply #19 on: 22 August 2011, 12:37:01 »

Quote
00:00000:00011:2011/08/22 11:22:52.83 server  Database 'replicator_test' cannot be opened. An earlier attempt at recovery marked it 'suspect'. Check the SQL Server errorlog for information as to the cause.

yep.. you cant touch a suspect database directly from DB tools.. it must be stopped first of all..

and also sql server does the same when it cant reach files physically :-/


also

server  Started UNDO pass for database 'billing'. The total number of log records to process is 6756.
00:00000:00011:2011/08/22 11:22:53.22 server  Undo pass for database 'billing': 6000 records done (88%); 756 records left.00:00000:00011:2011/08/22 11:22:53.22 server  Undo pass of recovery has processed 1 incomplete transactions.

this must have happened when its shut down..

Thanks Cem, yet another pointer to HD, not a problem if they had kept it RAID.  >:(

Logged

cem_devecioglu

  • Guest
Re: Any Sybase experts?
« Reply #20 on: 22 August 2011, 12:41:56 »

yep.. now reached the end of log..

according to logs Sybase working properly most of its databases brought online..

2 databases effected from problem

'replicator_test'  is suspect which you cant reach and see the files also..

another one is the 'billing database'

Started REDO pass for database 'billing'.

The total number of log records to process is 13705

server  Started UNDO pass for database 'billing'. The total number of log records to process is 6756.
00:00000:00011:2011/08/22 11:22:53.22 server  Undo pass for database 'billing': 6000 records done (88%); 756 records left.
00:00000:00011:2011/08/22 11:22:53.22 server  Undo pass of recovery has processed 1 incomplete transactions.

which means half of the records are written and committed and nearly half of the transactions are rolled back.. (so its not same as its last stage)

probably when op.system trying to recover disk/file system problems it erased some files of the replicator_test..

this is all I can say.. :-/
« Last Edit: 22 August 2011, 13:31:08 by cem_devecioglu »
Logged

tunnie

  • Get A Life!!
  • *****
  • Offline Offline
  • Gender: Male
  • Surrey
  • Posts: 37573
    • Zafira Tourer & BMW 435i
    • View Profile
Re: Any Sybase experts?
« Reply #21 on: 22 August 2011, 13:20:45 »

Thanks Cem, much appreciated  :y  :y 
Logged

cem_devecioglu

  • Guest
Re: Any Sybase experts?
« Reply #22 on: 22 August 2011, 13:30:38 »

Quote
Thanks Cem, much appreciated  :y  :y 

no probs.. I'd be happy if it helps a bit :y :y
Logged

TheBoy

  • Administrator
  • *****
  • Offline Offline
  • Gender: Male
  • Brackley, Northants
  • Posts: 107048
  • I Like Lockdown
    • Whatever Starts
    • View Profile
Re: Any Sybase experts?
« Reply #23 on: 22 August 2011, 18:46:25 »

Initial reaction, based on my MSSQL and MySQL limited knowledge, is possibly the underlying filesystem.  If the DB removes files itself, I'd like to think it was clever enough not to try to load them.  Not looked at the logs though.

Cem knows far more about RDBMS than I ever will, and he has cast his eyes over it.


I'm guessing if you had bought the licence, rather than run an illegal copy, you might have had some support from Sybase. Also guessing you don't have an active Redhat licence to cover the OS either ::)
Logged
Grumpy old man

cem_devecioglu

  • Guest
Re: Any Sybase experts?
« Reply #24 on: 22 August 2011, 19:40:39 »

Quote
Initial reaction, based on my MSSQL and MySQL limited knowledge, is possibly the underlying filesystem.  If the DB removes files itself, I'd like to think it was clever enough not to try to load them.  Not looked at the logs though.
Cem knows far more about RDBMS than I ever will, and he has cast his eyes over it.


I'm guessing if you had bought the licence, rather than run an illegal copy, you might have had some support from Sybase. Also guessing you don't have an active Redhat licence to cover the OS either ::)

agreed..

and thanks  :y
Logged

tunnie

  • Get A Life!!
  • *****
  • Offline Offline
  • Gender: Male
  • Surrey
  • Posts: 37573
    • Zafira Tourer & BMW 435i
    • View Profile
Re: Any Sybase experts?
« Reply #25 on: 22 August 2011, 19:52:16 »

Quote
Initial reaction, based on my MSSQL and MySQL limited knowledge, is possibly the underlying filesystem.  If the DB removes files itself, I'd like to think it was clever enough not to try to load them.  Not looked at the logs though.

Cem knows far more about RDBMS than I ever will, and he has cast his eyes over it.


I'm guessing if you had bought the licence, rather than run an illegal copy, you might have had some support from Sybase. Also guessing you don't have an active Redhat licence to cover the OS either ::)

Its no illegal, its legit, its just certain features are not available without the license, they lost various tools, one was the customer service tool. That was not deemed important enough!

Thanks everyone for their input  :y

We keep coming back to same conclusion of file system / hardware, I'm looking at that now  :)  :y
Logged

tunnie

  • Get A Life!!
  • *****
  • Offline Offline
  • Gender: Male
  • Surrey
  • Posts: 37573
    • Zafira Tourer & BMW 435i
    • View Profile
Re: Any Sybase experts?
« Reply #26 on: 22 August 2011, 20:14:37 »

Also RedHat is all legal too its all above board  :)
Logged

cem_devecioglu

  • Guest
Re: Any Sybase experts?
« Reply #27 on: 22 August 2011, 20:15:48 »

Quote
Quote
Initial reaction, based on my MSSQL and MySQL limited knowledge, is possibly the underlying filesystem.  If the DB removes files itself, I'd like to think it was clever enough not to try to load them.  Not looked at the logs though.

Cem knows far more about RDBMS than I ever will, and he has cast his eyes over it.


I'm guessing if you had bought the licence, rather than run an illegal copy, you might have had some support from Sybase. Also guessing you don't have an active Redhat licence to cover the OS either ::)

Its no illegal, its legit, its just certain features are not available without the license, they lost various tools, one was the customer service tool. That was not deemed important enough!

Thanks everyone for their input  :y

We keep coming back to same conclusion of file system / hardware, I'm looking at that now  :)  :y

Tunnie,

if you ask my opinion, although depending on the application,

it may be better for you to choose autocommit=yes=on whatever from DBMS configuration.. so in case of problems your losses will be very minimal..

good luck :y

« Last Edit: 22 August 2011, 20:16:13 by cem_devecioglu »
Logged

tunnie

  • Get A Life!!
  • *****
  • Offline Offline
  • Gender: Male
  • Surrey
  • Posts: 37573
    • Zafira Tourer & BMW 435i
    • View Profile
Re: Any Sybase experts?
« Reply #28 on: 22 August 2011, 20:17:14 »

cheers Cem  :y
Logged

TheBoy

  • Administrator
  • *****
  • Offline Offline
  • Gender: Male
  • Brackley, Northants
  • Posts: 107048
  • I Like Lockdown
    • Whatever Starts
    • View Profile
Re: Any Sybase experts?
« Reply #29 on: 22 August 2011, 20:20:35 »

Quote
Also RedHat is all legal too its all above board  :)
Hokey dokey, in which case you have a support contract with them, so you can use them to assist with tracking down if its a hardware faiilure :y
Logged
Grumpy old man
Pages: 1 [2]  All   Go Up
 

Page created in 0.013 seconds with 17 queries.