色综合图-色综合图片-色综合图片二区150p-色综合图区-玖玖国产精品视频-玖玖香蕉视频

您的位置:首頁技術(shù)文章
文章詳情頁

SYBASE 11.0.0 For SCO Unix 安裝手冊

瀏覽:145日期:2024-06-28 15:32:55

SYBASE SYSTEM 11.0.0 for SCO Unix 5.0.5 安 裝 說 明 1.首先必須確定網(wǎng)卡已正確地配置在系統(tǒng)上。 2.以root登錄,用scoadmin命令創(chuàng)建Sybase用戶,組屬為Sybase 確定上述二部驟無誤之后,我們可以轉(zhuǎn)入一階段地安裝工作。 3.login:root # divvy 系統(tǒng) 子分區(qū)表(試舉例) NameTypeNew Fs#Fist BlockLast Block bootEAFSno0019999 swapNON FSno120000109999 rootHTFSno211000709999 /uHTFSno37100001309999 raw1NON FSno4-- raw2NON FSno5-- recoverNON FSno621104542110463 hd0WHOLE DISKno702111471 raw1和raw2是Sybase的數(shù)據(jù)庫設(shè)備實際存放的物理設(shè)備名稱。raw1用來存放數(shù)據(jù)庫,raw2用來存放事務(wù)日志。 在這里我們正確地分配raw1和raw2的大小: 假設(shè)我們定義raw1=600M, raw2=200m。 nName or renawe a divishon cCredit a new file system on this divison tSelect or change filesystem type on new filesystem pPrevent a new file system from being crented on the division sStart a division on a different block eEnd a division on a different block rRestore the original division table Enter you choice or q to Quit_____ n ↙ Whick division (o through 7): 4 ↙ What do your want to call it?:raw1 ↙ 定義起始塊,按需要設(shè)定起始塊: Enter you choice or q Quit: S ↙ Whick division ? :4 ↙ Start number block:1310000 ↙ (建議:boot 的大小為20MB,u文件系統(tǒng)的大小為500MB) 同上,如此類推定義raw2后,屏幕應(yīng)提示 NameTypeNew Fs#Fist BlockLast Block bootEAFSno0019999 swapNON FSno120000109999 rootHTESno211000709999 /uEAFSno37100001309999 raw1NON FSno413100001910000 raw2NON FSno519100012110001 recoverNON FSno621104542110463 hd0aWHOLE DISKno702111471 Enter you choice or q to Quit q ↙ 系統(tǒng)提示: iInstall the division set_up shown rRetarn to the previous menu eexit without installing a division table Enter your choice or q to Quit i ↙ 然后,準備物理設(shè)備raw1, raw2,在root下將raw1, rraw1, raw2, rraw2的屬性及組名更改為sybase,并且權(quán)限為666 # cd dev ↙ # chown sybase raw* rraw* ↙ # chgrp sybase raw* rraw* ↙ # chmod 666 raw* rraw* ↙ 然后退出以Sybase用戶登錄系統(tǒng) $ mkdir install ↙ $ cd install ↙ $ tar xv6 sco_kernel.scr ↙ 把光盤插入CD_ROM將它安裝進文件系統(tǒng),以root登錄。 # mount /dev/cd0 /mnt ↙ 再次以Sybase用戶登錄: $ cd /mnt $ sybload -D ↙ current Directory is '/mnt'設(shè)置安裝的路徑 Is this the correct directory for installation? If so, Please enter 'y' or 'n' : n ↙ Please specify the correct installation directory here A null entry will terminate this installation: /u/sybase ↙ Current directory is '/u/Sybase' Is this the correct directory for installation? If so, Please enter 'Y' or 'Y' : y 設(shè)置安裝的方式:Is this a local or Remote in installation, as defined in your installation Guide? Please enter L for Local or R for Remote. > L ↙ Please enter the full name of the disk file of the global archive : > /mnt/sybimage ↙ Yor specifIEd /mnt/sybimage for the media device, Is this correct? Please enter 'y' or 'Y' to continue: y 緊跟隨著系統(tǒng)將會提示你輸入Sybase產(chǎn)品的序列號(CAS): CAS:DVBYBY SOKOBY BYBYBD BYBKBK BZTWLO BJVL ↙ 正確輸入序列號后,會提供一串可供安裝的菜單項 選擇1:Sybase 11.0之后回車 可把光盤上的Sybase安裝至/u/Sybase之下。 至此,Sybase已安裝至硬盤上面,我們可以進行設(shè)置方面地工作。 $ pwd ↙ $/mnt $ cd.. ↙ 退出mnt目錄。 首先, 要把在/mnt下的sybase拆卸掉,我們以root登錄,執(zhí)行# umount /dev/cd0 ↙ 即可 然后# cd /u/sybase/install ↙ “設(shè)置環(huán)境變量” # SYBASE = /u/sybase; export SYBASE ↙ 增大SHMMAX的大小 # 重新鏈接內(nèi)核 sh ./sco_kernel.scr sybase ↙ # cd /etc/conf/cf.d ↙ # vi stune 刪掉MAXPMEM 0該行后,存盤退出 # vi mtune 修改NAIOHBUF該行,將50修改成500后,存盤退出 # cd /etc/conf/pack.d /itimer ↙ # cp space.c.presyb space.c ↙ # vi space.c 修改該行int alarm_accuracy設(shè)為等于-1; # cd /usr/lib # cp aiomemlock. presyb aiomemlock ↙ # vi aiomemlock (在該文件末增加一行sybase 28000000) # cd /etc/conf/sdevice.d # vi aio 將該文件重覆的兩行刪掉一行后,存盤退出 # vi suds 將suds該行的N,改為Y后存盤退出 # cd /etc/rc2.d # vi S99* 在#字符下一行的行首加入一句: /etc/suds_ctrl -a 100 該100為Sybase的組號,做完此步之后 鏈接內(nèi)核重新啟動后,重新進入Sybase用戶 $ cd install $ sybinit 此時,請參考附頁1,將參數(shù)設(shè)置正確,提示安裝成功即可。

附頁1

注:在下文中每屏信息由橫線隔開,在<>中在值為輸入值,MASTER設(shè)備為raw1. Sybase的主目錄為/u/sybase

SYBINIT

1. Release directory: /u/sybase

2. Edit / View Interfaces File

3. Configure a Server product 4. Configure an Open Client/Server product 5. Configure a Front End product

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return: <3> ----------------------------------------------------------------------------

CONFIGURE SERVER PRODUCTS

Product Date Installed Date Configured 1. SQL Server Jun 09 96 14:35 Jun 13 96 17:30 2. Backup Server Jun 09 96 14:35 Jun 13 96 17:32

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return: <1> ----------------------------------------------------------------------------

NEW OR EXISTING SQL SERVER

1. Configure a new SQL Server 2. Configure an existing SQL Server

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return: <1> ----------------------------------------------------------------------------

ADD NEW SQL SERVER

1. SQL Server name:SYBASE

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the name of the new SQL Server (default is 'SYBASE'): <SYBASE> ----------------------------------------------------------------------------

ADD NEW SQL SERVER

1. SQL Server name:SYBASE

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return:<ctrl-a> ----------------------------------------------------------------------------

SQL SERVER CONFIGURATION

1. CONFIGURE SERVER'S INTERFACES FILE ENTRY Incomplete

2. MASTER DEVICE CONFIGURATION Incomplete 3. SYBSYSTEMPROCS DATABASE CONFIGURATION Incomplete 4. SET ERRORLOG LOCATION Incomplete 5. CONFIGURE DEFAULT BACKUP SERVER Incomplete

6. CONFIGURE LANGUAGES Incomplete 7. CONFIGURE CHARACTER SETS Incomplete 8. CONFIGURE SORT ORDER Incomplete

9. ACTIVATE AUDITING Incomplete

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return:<1> ----------------------------------------------------------------------------

SERVER INTERFACES FILE ENTRY SCREEN Server name: SYBASE

1. Retry Count: 0 2. Retry Delay: 0

3. Add a new listener service

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return:<1> Enter the retry count (default is '0'): <3> ----------------------------------------------------------------------------

SERVER INTERFACES FILE ENTRY SCREEN Server name: SYBASE

1. Retry Count: 3 2. Retry Delay: 0

3. Add a new listener service

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return:<2> Enter the delay interval between retries (default is '0'): <3> ----------------------------------------------------------------------------

SERVER INTERFACES FILE ENTRY SCREEN Server name: SYBASE

1. Retry Count: 3 2. Retry Delay: 3

3. Add a new listener service

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return:<3> ----------------------------------------------------------------------------

EDIT TCP SERVICE

1. Hostname/Address: credit.credit.COM 2. Port: 3. Name Alias:

4. Delete this service from the interfaces entry

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return:<2> Enter the port number to use for this entry (default is ''):<7371> ---------------------------------------------------------------------------- EDIT TCP SERVICE

1. Hostname/Address: credit.credit.COM 2. Port: 7371 3. Name Alias:

4. Delete this service from the interfaces entry

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return:<ctrl-a> Is this information is correct? <y> ----------------------------------------------------------------------------

SERVER INTERFACES FILE ENTRY SCREEN Server name: SYBASE

1. Retry Count: 3 2. Retry Delay: 3

3. Add a new listener service

Modify or delete a service

Listener services available:

Protocol Address Port Name Alias 4. tcp credit.credit.COM 7371

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return:<ctrl-a> Write the changes to the interfaces file now?<y> ----------------------------------------------------------------------------

SQL SERVER CONFIGURATION

1. CONFIGURE SERVER'S INTERFACES FILE ENTRY Complete

2. MASTER DEVICE CONFIGURATION Incomplete 3. SYBSYSTEMPROCS DATABASE CONFIGURATION Incomplete 4. SET ERRORLOG LOCATION Incomplete 5. CONFIGURE DEFAULT BACKUP SERVER Incomplete

6. CONFIGURE LANGUAGES Incomplete 7. CONFIGURE CHARACTER SETS Incomplete 8. CONFIGURE SORT ORDER Incomplete

9. ACTIVATE AUDITING Incomplete

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return:<2> ----------------------------------------------------------------------------

MASTER DEVICE CONFIGURATION

1. Master Device: </u/sybase/master.dat>

2. Size (Meg): 29.299805 (建議:Master Device最好放在裸設(shè)備/dev/rraw1下)

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return:<1> ----------------------------------------------------------------------------

MASTER DEVICE CONFIGURATION

1. Master Device: </u/sybase/data/master.dat> 2. Size (Meg): 29.299805

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return:<2> Enter the size of the SQL sever's master device in megabutes:40 ----------------------------------------------------------------------------------

MASTER DEVICE CONFIGURATION

1. Master Device: </u/sybase/data/master.dat> 2. Size (Meg): 40

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return:<ctrl-a> ---------------------------------------------------------------------------------- SQL SERVER CONFIGURATION

1. CONFIGURE SERVER'S INTERFACES FILE ENTRY Complete

2. MASTER DEVICE CONFIGURATION Complete 3. SYBSYSTEMPROCS DATABASE CONFIGURATION Incomplete 4. SET ERRORLOG LOCATION Incomplete 5. CONFIGURE DEFAULT BACKUP SERVER Incomplete

6. CONFIGURE LANGUAGES Incomplete 7. CONFIGURE CHARACTER SETS Incomplete 8. CONFIGURE SORT ORDER Incomplete

9. ACTIVATE AUDITING Incomplete

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return:<3> ---------------------------------------------------------------------------

SYBSYSTEMPROCS DATABASE CONFIGURATION

1. sybsystemprocs database size (Meg): 16

2. sybsystemprocs logical device name: sysprocsdev

3. create new device for the sybsystemprocs database: yes

4. physical name of new device:

5. size of the new device (Meg): 16

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return:<4> Enter the physical device name for the sybsystemprocs database: </u/sybase/data/sysprocs.dat> (建議:sybsystemprocs database放在裸設(shè)備/dev/rraw2下) ---------------------------------------------------------------------------

SYBSYSTEMPROCS DATABASE CONFIGURATION

1. sybsystemprocs database size (Meg): 16

2. sybsystemprocs logical device name: sysprocsdev

3. create new device for the sybsystemprocs database: yes

4. physical name of new device: /u/sybase/data/sysprocs.dat

5. size of the new device (Meg): 16

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return:<ctrl-a> ----------------------------------------------------------------------------

SQL SERVER CONFIGURATION

1. CONFIGURE SERVER'S INTERFACES FILE ENTRY Complete

2. MASTER DEVICE CONFIGURATION Complete 3. SYBSYSTEMPROCS DATABASE CONFIGURATION Complete 4. SET ERRORLOG LOCATION Incomplete 5. CONFIGURE DEFAULT BACKUP SERVER Incomplete

6. CONFIGURE LANGUAGES Incomplete 7. CONFIGURE CHARACTER SETS Incomplete 8. CONFIGURE SORT ORDER Incomplete

9. ACTIVATE AUDITING Incomplete

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return:<4> ---------------------------------------------------------------------------

SET ERRORLOG LOCATION

1. SQL Server errlrlog: /u/sybase/install/errorlog

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return:<ctrl-a> ---------------------------------------------------------------------------

SQL SERVER CONFIGURATION

1. CONFIGURE SERVER'S INTERFACES FILE ENTRY Complete

2. MASTER DEVICE CONFIGURATION Complete 3. SYBSYSTEMPROCS DATABASE CONFIGURATION Complete 4. SET ERRORLOG LOCATION Complete 5. CONFIGURE DEFAULT BACKUP SERVER Incomplete

6. CONFIGURE LANGUAGES Incomplete 7. CONFIGURE CHARACTER SETS Incomplete 8. CONFIGURE SORT ORDER Incomplete

9. ACTIVATE AUDITING Incomplete

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return:<5> ---------------------------------------------------------------------------

SET THE SQL SERVER'S BACKUP SERVER

1. SQL Server Backuup Server name: SYB_BACKUP

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return:<ctrl-a> ----------------------------------------------------------------------------

SQL SERVER CONFIGURATION

1. CONFIGURE SERVER'S INTERFACES FILE ENTRY Complete

2. MASTER DEVICE CONFIGURATION Complete 3. SYBSYSTEMPROCS DATABASE CONFIGURATION Complete 4. SET ERRORLOG LOCATION Complete 5. CONFIGURE DEFAULT BACKUP SERVER Complete

6. CONFIGURE LANGUAGES Incomplete 7. CONFIGURE CHARACTER SETS Incomplete 8. CONFIGURE SORT ORDER Incomplete

9. ACTIVATE AUDITING Incomplete

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return:<6> ---------------------------------------------------------------------------

CONFIGURE LANGUAGES

Current default language: us_english Current default character set: ISO 8859-1 (Latin-1) - Westen European 8-bitcharacter set. Current sort order: Binary ordering, for the ISO 8859/1 or Latin-1 character set (iso_1).

Select the language you want to install, remove, or designate as the default language.

Language Installed? Remove Install Make default 1. us_english yes no no yes

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return:<ctrl-a>

----------------------------------------------------------------------------

SQL SERVER CONFIGURATION

1. CONFIGURE SERVER'S INTERFACES FILE ENTRY Complete

2. MASTER DEVICE CONFIGURATION Complete 3. SYBSYSTEMPROCS DATABASE CONFIGURATION Complete 4. SET ERRORLOG LOCATION Complete 5. CONFIGURE DEFAULT BACKUP SERVER Complete

6. CONFIGURE LANGUAGES Complete 7. CONFIGURE CHARACTER SETS Incomplete 8. CONFIGURE SORT ORDER Incomplete

9. ACTIVATE AUDITING Incomplete

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return:<7> ---------------------------------------------------------------------------

CONFIGURE CHARACTER SETS

Current default language: us_english Current default character set: ISO 8859-1 (Latin-1) - Westen European 8-bitcharacter set. Current sort order: Binary ordering, for the ISO 8859/1 or Latin-1 character set (iso_1).

Select the character set you want to install, remove, or designate as the default character set.

Character set Installed? Remove Install Make default 1. ASCII, for use with unsp yesno no no 2. Code Page 437, (United S nono no no 3. Code Page 850 (Multiling nono no no 4. ISO 8859-1 (Latin-1) - W yesno no yes 5. Macintosh default charac nono no no 6. Hewlett-Packard propriet nono no no

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return:<ctrl-a> ----------------------------------------------------------------------------

SQL SERVER CONFIGURATION

1. CONFIGURE SERVER'S INTERFACES FILE ENTRY Complete

2. MASTER DEVICE CONFIGURATION Complete 3. SYBSYSTEMPROCS DATABASE CONFIGURATION Complete 4. SET ERRORLOG LOCATION Complete 5. CONFIGURE DEFAULT BACKUP SERVER Complete

6. CONFIGURE LANGUAGES Complete 7. CONFIGURE CHARACTER SETS Complete 8. CONFIGURE SORT ORDER Incomplete

9. ACTIVATE AUDITING Incomplete

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return:<8> ---------------------------------------------------------------------------

CONFIGURE SORT ORDER Current default language: us_english Current default character set: ISO 8859-1 (Latin-1) - Westen European 8-bitcharacter set. Current sort order: Binary ordering, for the ISO 8859/1 or Latin-1 character set (iso_1).

Select a sort order.

SortOrder Chosen 1. Binary ordering, for the ISO 8859/1 or Latin-1 characterset set (is yes 2. General purpose dictionary ordering. no 3. Dictionary order, case insensitive, accent insensitive. no 4. Dictionary order, case insensitive. no 5. Dictionary order, case insensitive with preference. no

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return:<ctrl-a> ------------------------------------------------------------------------------

SQL SERVER CONFIGURATION

1. CONFIGURE SERVER'S INTERFACES FILE ENTRY Complete

2. MASTER DEVICE CONFIGURATION Complete 3. SYBSYSTEMPROCS DATABASE CONFIGURATION Complete 4. SET ERRORLOG LOCATION Complete 5. CONFIGURE DEFAULT BACKUP SERVER Complete

6. CONFIGURE LANGUAGES Complete 7. CONFIGURE CHARACTER SETS Complete 8. CONFIGURE SORT ORDER Complete

9. ACTIVATE AUDITING Incomplete

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return:<9> ---------------------------------------------------------------------------

ACTIVATE AUDITING

1. Install auditing: no

2. sybsecurity database size (Meg): 5

3. sybsecurity logical device name: sybsecurity

4. creat new device for the sybsecurity database: no

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return:<ctrl-a>

------------------------------------------------------------------------------

SQL SERVER CONFIGURATION

1. CONFIGURE SERVER'S INTERFACES FILE ENTRY Complete

2. MASTER DEVICE CONFIGURATION Complete 3. SYBSYSTEMPROCS DATABASE CONFIGURATION Complete 4. SET ERRORLOG LOCATION Complete 5. CONFIGURE DEFAULT BACKUP SERVER Complete

6. CONFIGURE LANGUAGES Complete 7. CONFIGURE CHARACTER SETS Complete 8. CONFIGURE SORT ORDER Complete

9. ACTIVATE AUDITING Complete

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return:<ctrl-a> Execute the SQL Server Configuration now?<y> ---------------------------------------------------------------------------

<在這需要等5分鐘,可出如下提示>

Running task to create the master device. Building the master device ...................................Done Task to create the msster device succeeded. Running task jto boot the SQL Server. Task to boot the SQL Server succeeded. Running task to create the sybsystemprocs database. sybsystemprocs database created. Task to created the sybsystemprocs database succeeded. Running task to install system stored procedures. ............................................................................ ..................................................... Task to install system stored procedures succeeded. Running task to set permissions for the 'model' database. .Done Task to set permissions for the 'model' database succeeded. Running task to set the default character set and/or default sort order for the SQL Server. Setting the default character set to iso_1 Sort order 'binary' has already been installed. Character set 'iso_1' is already is default. Sort order 'binary' is already the default. Task to set the default character set and/or default sort order for the SQL Server succeeded. Running task to set the default language. Setting the default language to us_english. Language 'us_english' is already the default. Task to set the default language succeeded.

Configuration completed successfully. Press <return> to continue.<CR>

-----------------------------------------------------------------------------

NEW OR EXISTING SQL SERVER

1. Configure a new SQL Server 2. Configure an existing SQL Server

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return:<ctrl-a> -----------------------------------------------------------------------------

CONFIGURE SERVER PRODUCTS

Product Date Installed Date Configured 1. SQL Server Jun 09 96 14:35 Jun 13 96 17:30 2. Backup Server Jun 09 96 14:35 Jun 13 96 17:32

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return: <2> ----------------------------------------------------------------------------

NEW OR EXISTING BACKUP SERVER

1. Configure a new Backup Server 2. Configure an existing Backup Server

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return: <1> ----------------------------------------------------------------------------

ADD NEW BACKUP SERVER

1. Backup Server name:SYB_BACKUP

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return: <ctrl-a> ----------------------------------------------------------------------------

BACKUP SERVER CONFIGURATION

1. Backup Server errorlog: /u/sybase/install/backup.log 2. Enter / Modify Backup Server interfaces file information

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return: <2> ----------------------------------------------------------------------------

SERVER INTERFACES FILE ENTRY SCREEN Server name: SYB_BACKUP

1. Retry Count: 0 2. Retry Delay: 0

3. Add a new listener service

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return:<1> Enter the retry count (default is '0'): <3> ----------------------------------------------------------------------------

SERVER INTERFACES FILE ENTRY SCREEN Server name: SYB_BACKUP

1. Retry Count: 3 2. Retry Delay: 0

3. Add a new listener service

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return:<2> Enter the delay interval between retries (default is '0'): <3> ----------------------------------------------------------------------------

SERVER INTERFACES FILE ENTRY SCREEN Server name: SYB_BACKUP

1. Retry Count: 3 2. Retry Delay: 3

3. Add a new listener service

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return:<3> ----------------------------------------------------------------------------

EDIT TCP SERVICE

1. Hostname/Address: credit.credit.COM 2. Port: 3. Name Alias:

4. Delete this service from the interfaces entry

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return:<2> Enter the port number to use for this entry (default is ''):<7372> ----------------------------------------------------------------------------

EDIT TCP SERVICE

1. Hostname/Address: credit.credit.COM 2. Port: 7372 3. Name Alias:

4. Delete this service from the interfaces entry

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return:<ctrl-a> Is this information is correct? <y> ----------------------------------------------------------------------------

SERVER INTERFACES FILE ENTRY SCREEN Server name: SYB_BACKUP

1. Retry Count: 3 2. Retry Delay: 3

3. Add a new listener service

Modify or delete a service

Listener services available:

Protocol Address Port Name Alias 4. tcp credit.credit.C 7372

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return:<ctrl-a> Write the changes to the interfaces file now?<y> ----------------------------------------------------------------------------

BACKUP SERVER CONFIGURATION

1. Backup Server errorlog: /u/sybase/install/backup.log 2. Enter / Modify Backup Server interfaces file information

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return:<ctrl-a> Execute the Backup Server configuration now?<y> ----------------------------------------------------------------------------

Running task to update the Backup Server runserver file. Task jto update the Backup Server runserver file succeeded. Running task to boot the Backup Serve. waiting for server 'SYB_BACKUP' to boot... Task to boot the Backup Server succeeded.

Configuration completed successfully.

Press <return> to continue.

-------------------------------------------------------------------------

NEW OR EXISTING BACKUP SERVER

1. Configure a new Backup Server 2. Configure an existing Backup Server

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ?Help

Enter the number of your choice and press return:<ctrl-a> -----------------------------------------------------------------------------

CONFIGURE SERVER PRODUCTS

Product Date Installed Date Configured 1. SQL Server Jun 09 96 14:35 Jun 13 96 17:30 2. Backup Server Jun 09 96 14:35 Jun 13 96 17:32

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return: <ctrl-a> ---------------------------------------------------------------------------

SYBINIT

1. Release directory: /u/sybase

2. Edit / View Interfaces File

3. Configure a Server product 4. Configure an Open Client/Server product 5. Configure a Front End product

Ctrl-a Accept and Continue, Ctrl-x Exit Screen, ? Help.

Enter the number of your choice and press return: <ctrl-a> ----------------------------------------------------------------------------

Exiting. The log file for this session is '/u/sybase/init/logs/log0613.024'.

標簽: Unix系統(tǒng)
主站蜘蛛池模板: 成人国产片免费 | 国产日韩久久 | 欧美成人三级网站在线观看 | 免费观看欧美精品成人毛片能看的 | 欧美一级成人 | 欧美一级毛片在线 | 中文字幕一区日韩在线视频 | 杨幂国产精品福利在线观看 | 91国内在线| 亚洲片在线观看 | 91久久国产成人免费观看资源 | 精品亚洲一区二区三区 | 国产a一级毛片含羞草传媒 国产a自拍 | 视频二区欧美 | 一级a做爰片欧欧美毛片4 | 欧美人交性视频在线香蕉 | 日韩在线一区二区三区免费视频 | 精品久久久久久久高清 | 白嫩美女直冒白浆 | 全午夜免费一级毛片 | 131的美女午夜爱爱爽爽视频 | 国产a∨一区二区三区香蕉小说 | 久久久国产精品免费视频 | 91香蕉成人 | 日韩午夜免费视频 | 久久久一区二区三区 | 久草福利在线观看 | 久久久久国产精品美女毛片 | 国产精品久久久久三级 | 风流慈禧一级毛片在线播放 | 精品一区二区久久久久久久网站 | 狠狠综合久久久久综合 | 韩国免费毛片在线看 | 美女被免费网站视频软件 | 国产乱纶 | 久久国内精品视频 | 大片国产片日本观看免费视频 | 国产免费一级精品视频 | 亚洲日本在线观看网址 | 欧美在线一区二区三区欧美 | 亚洲国产一区二区a毛片日本 |