Sybase Central is a graphical user interface (GUI) management tool. Sybase Central accepts a variety of “plug-ins” that allow you to manage specific Sybase products. The Adaptive Server plug-in allows you to manage Adaptive Server and helps you perform complex administration tasks without the need to remember the syntax of Transact-SQL commands or system stored procedures.

一.Installing Adaptive Server Sybase Central Plug-in

1.Download Adaptive Server Sybase Central Plug-in  from sybase website.For AIX,the package name is EBF20414.tgz.Ensure that you have a account on sybase website then you can download it.

2.Login as user sybase to install.

   
   
   
   
  1. #cd /u01/tmp2 
  2. # gunzip -S .tgz EBF20414.tgz|tar xf - 
  3. #su – sybase 
  4. $cd /u01/tmp2/ebf20414 
  5. $ ./setup.bin 
  6. Preparing to install...  
  7. Extracting the JRE from the installer archive...  
  8. Unpacking the JRE...  
  9. Extracting the installation resources from the installer archive...  
  10. Configuring the installer for this system's environment... 
  11.  
  12. Launching installer... 

Configuring Adaptive Server Sybase Central Plug-in_第1张图片

Configuring Adaptive Server Sybase Central Plug-in_第2张图片

Configuring Adaptive Server Sybase Central Plug-in_第3张图片

Configuring Adaptive Server Sybase Central Plug-in_第4张图片

Configuring Adaptive Server Sybase Central Plug-in_第5张图片

Configuring Adaptive Server Sybase Central Plug-in_第6张图片

After above,click done to finish installation.

二.Starting and stopping sybase central

1.Excute /sybase/shared/sybcentral600/scjview.sh script to start.

   
   
   
   
  1. $ /sybase/shared/sybcentral600/scjview.sh 

Configuring Adaptive Server Sybase Central Plug-in_第7张图片

Click connect from file menu:

Configuring Adaptive Server Sybase Central Plug-in_第8张图片

Enter User name and Password connect to Sybase server then you can do followint things.

Configuring Adaptive Server Sybase Central Plug-in_第9张图片

Configuring Adaptive Server Sybase Central Plug-in_第10张图片

2.Click Exit from file menu to stop sybase central.

三.Performing common tasks

1.Create a database:

Right-click database folder.The Create a New Database wizard opens.

(1).Enter database name:

Configuring Adaptive Server Sybase Central Plug-in_第11张图片

(2).Specify the device for database mydb.

Configuring Adaptive Server Sybase Central Plug-in_第12张图片

(3).Using override option for mydb.

Configuring Adaptive Server Sybase Central Plug-in_第13张图片

(4).Using full level for mydb.

Configuring Adaptive Server Sybase Central Plug-in_第14张图片

(5).Summary

Configuring Adaptive Server Sybase Central Plug-in_第15张图片

You can click preview to view SQL Language.

Configuring Adaptive Server Sybase Central Plug-in_第16张图片

Click finish to create mydb database.

2.Add a user

Right-click logins folder,The Create a New User wizard opens.

Configuring Adaptive Server Sybase Central Plug-in_第17张图片

Specify the default database for user candon:

Configuring Adaptive Server Sybase Central Plug-in_第18张图片

Configuring Adaptive Server Sybase Central Plug-in_第19张图片

Click finish to create user candon.

For more information:

1.Managing and Monitoring Adaptive Server