Re: Sybase&networker restore master error
Hello, Please refer below SAP Note for the same. 1618817 - SYB: How to restore a Sybase ASE database server (UNIX)1618815 - SYB: How to restore a Sybase ASE database server (WINDOWS)RegardsKiran Kumar...
View ArticleNeed to fill the transaction logs to test dump tran
Hi all, I want to load data to a sybase database and fill the trasaction log to test dump tran and restore data from upto a particular transaction. I loaded the data for almost 2 hours. But it just...
View ArticleRe: Need to fill the transaction logs to test dump tran
Shankar, Run the bulk update/insert in the loop for 10000 iterations which will fill up the transaction log. RegardsKiran Kumar A
View ArticleRe: Need to fill the transaction logs to test dump tran
Shankar, Other Practice is > insert into table values(RUJNOCDNOI, 327298y82)> go 100000 even this fills rapidly. Also make sure you disable the "truncate log on checkpoint" option and...
View ArticleRe: Need to fill the transaction logs to test dump tran
Create a table that has a column that is a CHAR(n) NOT NULL where (n) is larger that @@maxpagesize. i.e. on a 2K page size server, CREATE TABLE mytable (c1 CHAR(1200)). This makes row so wide that...
View ArticleRe: Sybase&networker restore master error
Thanks,Kiran Kumar Adharapuram. I excuted these command:====================================================================declare @needed_mb int, @needed_pages int, @master_end int,@pgspermb...
View ArticleRe: Sybase&networker restore master error
Sounds like you should be able to log into the master database despite the error during recovery of tempdb. The error suggests a problem with the sysusages rows for tempdb.Please do a "select * from...
View ArticleRe: Sybase&networker restore master error
1> select * from master..sysusages where dbid = 2 order by lstart2> go dbid segmap lstart size vstart location unreservedpgs crdate vdevno...
View Articlesddone: write error on virtual disk while doing NetApp failover
Some years ago we introduced NetApp Filers in our ASE environments here with great success, running ASE on SUSE Linux. At some point when we did a failover on the NetApp Filer, we ran into serious...
View ArticleRe: 15.7 SP110 -> CPU, proccache and memory consumption increase after IMDB
Unfortunately, proc cache management is a rather involved topic, but the above points to a rather confusion of issues. First, TF757 simply reduces the scale down of large allocations when the proc...
View ArticleRe: sddone: write error on virtual disk while doing NetApp failover
Hi Mike, Could you describe your system just a little more (are you just using mirroring, full HA, etc.) and detail just what you did to test failover? Cheers,-bret
View ArticleRe: Double-byte characters not saving properly in DB
Hi Dawn, Please check my previous reply and advise on what to check and modify next. From the results above, ASE default charset is cp858, which should be OK for Korean characters, correct? Thanks in...
View ArticleSQL.ini not read by Sybase Central 6
Bonjour, I am using Sybase Central 6.0.0.4790 with Sybase ASE 15.7 pluggin. The problem comes when I try to add a database connection. Sybase Central does not read the sql.ini file. I have %SYBASE%...
View ArticleRe: SQL.ini not read by Sybase Central 6
Hi,What version of Windows are you running?I currently have this set-up with the same version of Sybase Central and it has the 15.7 plug-in on a Windows 7 box. So check the following:Double check the...
View ArticleRe: SQL.ini not read by Sybase Central 6
Thanks Dawn, after reading your post I went trough the file, checking first permissions and state and after that I went trough the file structure. I found out that, even though the structure was...
View ArticleRe: Events Cluster Edition
Hi Mark, The problem again occurred yesterday,I set up the memory dump following your indications (same path exist on both nodes and the form of execution) but definitely not generate two files (one...
View ArticleRe: Events Cluster Edition
Hi Cristian, Can you post the output from sp_shmdumpconfig (with no options)? Also, are there any messages in the errorlog from when you triggered the memdump? Any messages in your isql session where...
View ArticleRe: Events Cluster Edition
Hi Mark, 1. The output from sp_shmdumpconfig is the following: Configured Shared Memory Dump Conditions---------------------------------------- Dbcc --- Type:...
View ArticleRe: Events Cluster Edition
Any output from instance2's errorlog? Is /backup/mem_dump/ a shared directory between the nodes? If so, since you specified a file name (mem_dump_sleep), it may have been overwritten or prevented from...
View ArticleRe: Events Cluster Edition
Hi Mark, The Path /backup/mem_dump/ is a local directory in both nodes not is a shared directory. Is necesary that this File System is Shared (nfs) Between both nodes?. Thanks. Cristian.
View Article