1.运行$sybase\asep\jdk1_1_8-win,安装路径c:\jdk1.1.8

2.配置环境变量

java_home=c:\jdk1.1.8

classpath=d:\sybase\asep\3pclass.zip;d:\sybase\asep\monclass.zip;c:\jdk1.1.8\lib;c:\jdk1.1.8\lib\classes.zip

path=c:\jdk1.1.8\bin;c:\sybase\sybase central 3.2\win32

sybase central shortcut:by right clicking on the icon, and the select properties.

lick on the shortcut tab, here there is a row called "start in:, put c:\jdk1.1.8\bin , or the bin directory where the jdk was installed. this directory should contain the files jre.exe and jrew.exe.

- copy the files jre.exe and jrew.exe to the c:\winnt in case of windowsnt or to windows in case of windows95/98

- insert the path c:\jdk1.1.8\bin (or it''s corresponding directory) at the begining of the path variable,

and also make sure that the c:\winnt or c:\windows (or it''s corresponding directory) it''s included in the path.

-copy $sybase\ase_12-5\bin\libunic.dll to c:\winnt\system32\

recycle pc

sometimes libunic.dll file is missing for some reason. when the file is missing you get the symptoms ; screen comes up but with no statistics. another symptom is that they are unable to change the sampling interval - it stays at zero.

one thing to check is to make sure that you have the following file:

c:\winnt\system32\libunic.dll

转载于:https://blog.51cto.com/ribut9225/107914

sybase如何配置monitor相关推荐

  1. Sybase常用配置参数

    Sybase常用配置参数 可以采用sp_configure查看SYBASE所有的配置,也可以在sybase根目录下面有"[库名].cfg"配置,该文件中用户没有更改的项全部显示值为 ...

  2. Sybase数据库连接配置

    简介 1984年,Mark B. Hiffman和Robert Epstern创建了Sybase公司,并在1987年推出了Sybase数据库产品.SYBASE主要有三种版本,一是UNIX操作系统下运行 ...

  3. sybase数据库配置经验交流

    Sybase配置参数 sp_configure 'max online engines',4 go --配置启动cpu个数 sp_configure 'number of engines at sta ...

  4. sybase数据库配置环境搭建

    配置环境: 在安装Replication Server完基础上,配置sybase数据库Create Adaptive Server.点击开始--所有程序,打开sybase目录下的Server Conf ...

  5. Smart Link与Monitor Link的配置

    一.原理简述 在以太网的网络中,为了提高网络的可靠性,一般采用双归属上行方式进行组网,就是指交换机同时连接着两台上行交换机,可是存在一些问题,例如二层网络中可能存在环路问题.其解决方法是采用STP技术 ...

  6. 交换机-Smart Link AND Monitor Link的配置

            在网络实际运用中,为了对网络的可靠性实现提高,通常采用双归属上行方式进行组网--一台交换机同时连接两台上行交换机.这里可能会造成环路问题,为了解决环路问题,学了前面的知识,我们知道可以 ...

  7. linux monitor模式,ubuntu14.04 安装linux-802.11n csitool Monitor模式

    参考 一.准备工作--发射器接收器都需要的操作 1. 1.sudo apt-get install gcc make linux-headers-$(uname -r) git-core 2.CSIT ...

  8. Sybase数据库技术,数据库恢复---分享Sybase数据库知识(博客文章索引@51cto)

    Sybase数据库技术,数据库恢复 分享Sybase数据库知识 博客文章列表,更新时间:2014-12-14 Sybase数据库技术,数据库恢复 站点地图 最新文章 ASE使用with ignore_ ...

  9. 各型号交换机端口镜像配置方法和命令

    各型号交换机端口镜像配置方法和命令 "Port Mirror"即端口镜像,端口镜像为网络传输提供了备份通道.此外,还可以用于进行数据流量监测.可以这样理解:在端口A和端口B之间建立 ...

  10. 单点故障解决方案介绍smart link/monitor link /stp

    文章目录 以太网单点故障 单点故障解决方案之Smart Link 单设备"链路备份"方案 Smart Link之链路正常 Smart Link之链路故障 Smart Link的基础 ...

最新文章

  1. 暑期集训1:C++STL 练习题B:HDU-1004
  2. R探索新数据分析(Exploratory Data Analysis,EDA)
  3. asp.net的三层架构图
  4. 关于Ajax 错误:'sys'未定义解决方法.
  5. 创业冲突的五种解决方法是_当创业合伙人发生冲突时,最好的解决办法看这5招...
  6. QT中使用OpenGL绘制图形
  7. 免授权版傻瓜式建站系统
  8. 云服务器拷贝文件大小,如何从云服务器上拷贝大文件
  9. 聊聊V8引擎的垃圾回收
  10. 向数据源DataTable 中添加新的一列,并向其赋值
  11. 阿里巴巴分布式服务框架HSF
  12. 苹果的airplayer推荐
  13. 点进来看看,这篇文章告诉你什么软件可以识别PDF中的文字!
  14. c语言中calc是什么函数,CSS 3 中的计算函数 calc() 有啥用?
  15. 猿人时代java_猿人时代攻略
  16. 亚马逊广告接口 amazon advertising
  17. FMDB数据库简单使用
  18. AutoMagic使用说明
  19. 用自己的雷达进行Cartographer建图或仿真
  20. 加密相册、保险箱App打开就闪退、点击提示App Store不提供应用、需要更新才能使用的解决方案

热门文章

  1. (十一)洞悉linux下的Netfilteriptables:iptables命令行工具源码解析【上】
  2. 网络数据包收发流程:从驱动到协议栈
  3. Linux 火焰图(on-cpu , off-cpu , memory)
  4. Linux_I2C读写流程
  5. SQlite数据库的C编程接口(五) 便捷函数(Convenience Functions) ——《Using SQlite》读书笔记
  6. html页面整体换算单位,通过媒体查询meta和JS转换REM单位实现100%自适应
  7. sort colors 三色排序
  8. 使用匿名内部类排序对象
  9. java 十进制与二进制,八进制,十六进制之间的转换
  10. 联想服务器pxe安装系统,使用CloudBoot裸机部署Lenovo ThinkSystem服务器