| 
 | 
 
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?站点注册 
 
 
 
×
 
08/22/08 05:28:49 PM Syconfig/11.9.2/B/PC INTEL/Windows NT 4.0/3/OPT 
08/22/08 05:28:49 PM Confidential property of Sybase, Inc.  
                     Copyright Sybase Inc., 1987, 1998. 
                     Sybase, Inc. All rights reserved. 
                     Unpublished rights reserved under U.S. copyright laws 
 
                     This software contains confidential and trade secret 
                     information of Sybase, Inc. Use, duplication, or diclosure 
                     of the software and documentation by the U.S. Government 
                     is subject to restrictions as set forth in a license  
                     agreement 
                     between the Government and Sybase,Inc. or other written 
                     agreement specifying the Government's rights to use the 
                     software and any applicable FAR provisions, for example, 
                     FAR 52.227-19. 
                     Sybase, Inc. 6475 Christie Avenue, Emeryville, CA 94608  
                     USA. 
 
08/22/08 05:28:49 PM BEGIN ENVIRONMENT INFORMATION 
 
USER ENVIRONMENT 
---------------------------------------- 
current directory:             G:\SYBASE~1\SYBASE~1.NT 
character set:                 iso_1 
language:                      us_english 
auditinit release directory:   C:\Sybase 
working release directory:     C:\Sybase 
 
 
08/22/08 05:28:49 PM END ENVIRONMENT INFORMATION 
08/22/08 05:28:49 PM Running task: create the master device. 
08/22/08 05:28:50 PM Calling the shell with 'C:\Sybase\bin\bldmastr.exe  
                     -dC:\Sybase\DATA\MASTER.DAT -s15360   '. 
08/22/08 05:29:00 PM Calling the shell with '0 = return code.'. 
08/22/08 05:29:00 PM Done 
08/22/08 05:29:00 PM Begin output from 'bldmastr': 
Master device: C:\Sybase\DATA\MASTER.DAT 
writing configuration area 
writing the MASTER database 
writing the MODEL database 
writing allocation pages for remaining 25 MB, (12800 pages) 
2 MB        4 MB        6 MB        8 MB        10 MB        12 MB        14 MB        16 MB        18 MB        20 MB        22 MB        24 MB        25 MB         
Buildmaster complete 
08/22/08 05:29:00 PM End output from 'bldmastr'. 
08/22/08 05:29:00 PM Task succeeded: create the master device. 
08/22/08 05:29:00 PM Running task: update Sybase Server entry in registry. 
08/22/08 05:29:02 PM Task succeeded: update Sybase Server entry in registry. 
08/22/08 05:29:03 PM Running task: start the Sybase Server. 
08/22/08 05:29:03 PM Calling the shell with 'C:\Sybase\bin\sqlsrvr.exe  
                     -dC:\Sybase\DATA\MASTER.DAT -sHF_SVR  
                     -eC:\Sybase\install\errorlog -iC:\Sybase\ini -MC:\Sybase '. 
08/22/08 05:29:03 PM waiting for server 'HF_SVR' to boot... 
08/22/08 05:29:33 PM Task succeeded: start the Sybase Server. 
08/22/08 05:29:33 PM Running task: create the sybsystemprocs database. 
08/22/08 05:29:33 PM Sending the following SQL command to the server: 'use  
                     master'. 
08/22/08 05:29:33 PM Sending the following SQL command to the server: 'disk init  
                     name = 'sysprocsdev', physname =  
                     'C:\Sybase\DATA\SYBPROCS.DAT', vdevno = 1, size = 30720'. 
08/22/08 05:29:33 PM Created device 'sysprocsdev'. 
08/22/08 05:29:33 PM Sending the following SQL command to the server: 'use  
                     master'. 
08/22/08 05:29:33 PM Sending the following SQL command to the server: 'create  
                     database sybsystemprocs  on sysprocsdev = 60'. 
08/22/08 05:29:36 PM Created database 'sybsystemprocs'. 
08/22/08 05:29:36 PM sybsystemprocs database created. 
08/22/08 05:29:36 PM Task succeeded: create the sybsystemprocs database. 
08/22/08 05:29:36 PM Running task: install system stored procedures. 
08/22/08 05:29:36 PM Installing Sybase system stored procedures 
08/22/08 05:30:31 PM Done 
08/22/08 05:30:31 PM Task succeeded: install system stored procedures. 
08/22/08 05:30:31 PM Running task: set permissions for the 'model' database. 
08/22/08 05:30:31 PM Setting the permissions for the 'model' database 
08/22/08 05:30:31 PM Done 
08/22/08 05:30:31 PM Task succeeded: set permissions for the 'model' database. 
08/22/08 05:30:31 PM Running task: set the Backup Server for the Adaptive  
                     Server. 
08/22/08 05:30:31 PM Sending the following SQL command to the server: 'exec  
                     sp_configure 'allow updates', 1'. 
08/22/08 05:30:31 PM Sending the following SQL command to the server:  
                     'reconfigure with override'. 
08/22/08 05:30:31 PM Sending the following SQL command to the server: 'update  
                     master..sysservers set srvnetname='HF_SVR_BS' where  
                     srvname='SYB_BACKUP''. 
08/22/08 05:30:31 PM Sending the following SQL command to the server: 'exec  
                     sp_configure 'allow updates', 0'. 
08/22/08 05:30:31 PM Sending the following SQL command to the server:  
                     'reconfigure with override'. 
08/22/08 05:30:31 PM Task succeeded: set the Backup Server for the Adaptive  
                     Server. 
08/22/08 05:30:31 PM Running task: set the XP Server for the Adaptive Server. 
08/22/08 05:30:31 PM Sending the following SQL command to the server: 'exec  
                     sp_configure 'allow updates', 1'. 
08/22/08 05:30:31 PM Sending the following SQL command to the server:  
                     'reconfigure with override'. 
08/22/08 05:30:31 PM Sending the following SQL command to the server: 'begin  
                     declare @id int select @id = max(srvid) + 1 from  
                     master..sysservers insert master..sysservers values (@id,  
                     0, 'HF_SVR_XP', 'HF_SVR_XP',NULL, NULL) end'. 
08/22/08 05:30:31 PM Sending the following SQL command to the server: 'exec  
                     sp_configure 'allow updates', 0'. 
08/22/08 05:30:31 PM Sending the following SQL command to the server:  
                     'reconfigure with override'. 
08/22/08 05:30:32 PM Task succeeded: set the XP Server for the Adaptive Server. 
08/22/08 05:30:32 PM Running task: update XP Server entry in registry. 
08/22/08 05:30:32 PM Task succeeded: update XP Server entry in registry. 
08/22/08 05:30:32 PM Running task: update Monitor Server entry in registry. 
08/22/08 05:30:32 PM Task succeeded: update Monitor Server entry in registry. 
08/22/08 05:30:32 PM Running task: update Backup Server entry in registry. 
08/22/08 05:30:33 PM Task succeeded: update Backup Server entry in registry. 
08/22/08 05:30:33 PM Running task: set the default character set and/or default  
                     sort order for the Adaptive Server. 
08/22/08 05:30:33 PM Setting the default character set to cp850 
08/22/08 05:30:33 PM Sort order 'binary' has already been installed. 
08/22/08 05:30:33 PM Sending the following SQL command to the server: 'exec  
                     sp_configure 'allow updates', 1'. 
08/22/08 05:30:33 PM Sending the following SQL command to the server:  
                     'reconfigure with override'. 
08/22/08 05:30:33 PM Character set 'cp850' is already the default. 
08/22/08 05:30:33 PM Sort order 'binary' is already the default. 
08/22/08 05:30:33 PM Sending the following SQL command to the server: 'exec  
                     sp_configure 'allow updates', 0'. 
08/22/08 05:30:33 PM Sending the following SQL command to the server:  
                     'reconfigure with override'. 
08/22/08 05:30:33 PM Task succeeded: set the default character set and/or  
                     default sort order for the Adaptive Server. 
08/22/08 05:30:33 PM Running task: set the default language. 
08/22/08 05:30:33 PM Setting the default language to english 
08/22/08 05:30:33 PM Sending the following SQL command to the server: 'exec  
                     sp_configure 'allow updates', 1'. 
08/22/08 05:30:33 PM Sending the following SQL command to the server:  
                     'reconfigure with override'. 
08/22/08 05:30:33 PM Language 'english' is already the default. 
08/22/08 05:30:33 PM Sending the following SQL command to the server: 'exec  
                     sp_configure 'allow updates', 0'. 
08/22/08 05:30:33 PM Sending the following SQL command to the server:  
                     'reconfigure with override'. 
08/22/08 05:30:33 PM Task succeeded: set the default language. 
08/22/08 05:30:33 PM Running task: shutdown the Sybase Server. 
08/22/08 05:30:33 PM Sending the following SQL command to the server:  
                     'shutdown'. 
08/22/08 05:30:33 PM Waiting 10 seconds for the operating system to reclaim  
                     resources before rebooting. 
08/22/08 05:30:54 PM Task succeeded: shutdown the Sybase Server. 
08/22/08 05:30:54 PM Configuration completed successfully. 
08/22/08 05:30:54 PM Exiting. 
08/22/08 05:30:54 PM The log file for this session is  
                     'C:\Sybase\init\logs\log0822.001'. 
08/22/08 05:30:54 PM Log close. 
 
 
 |   
 
 
 
 |