Linux

Linux到Solaris:性能监控

2019-03-06

性能监控对服务器管理员来讲至关重要,通常我们需要监控机器的CPU,内存,磁盘,以及网络流量等。主要包括: 处理器,内存,网络,磁盘,卷和文件系统,系统和用户进程,输入输出(I/O,input/output) 等等一些 如果需要更深入的了解瓶颈所在,可使用dtrace工具。OpenSolaris DTrace Community提供了一些专注于此方面的dtrace脚本,可在执行性能调优时使用。 处 ...

Linux

Using DenyHosts

2019-03-06

At a Glance How to run DenyHosts on a SmartMachine. You can install DenyHosts to help prevent SSH server attacks (also known as dictionary-based or brute-force attacks). DenyHosts runs as a se ...

Linux

ldd命令的原理与使用方法

2019-03-06

报错: ld: fatal: symbol referencing errors. No output written to bin/libnetapi.so.0 ld.so.1: nagios: fatal: libperl.so: open failed: No such file or directory 处理: ldd /opt/local/bin/nagios f ...

Linux

Solaris10 svcadm使用

2019-03-06

Solaris10 使用svcadm管理系统服务,使用这个工具,可以enable、disable和维护系统服务。 enable/disable [straylight] % svcs network/ssh STATE STIME FMRI online Sep_24 svc:/network/ssh:default 我们测试通过ssh方式连接straylight,ssh正常运行 [proxima ...

Linux

Using IPFilter Rules

2019-03-06

At a Glance Using and setting up IPFilter. SmartMachines include crossbow networking and access to the virtual NIC by default. This means you have full control over the networking stack of you ...

Linux

Solaris 编译安装 erlang R16B02

2019-03-06

问题: 因为pkgin安装的erlang 14b版本的加密模块有bug,所以自行编译安装了Erlang R16B01.安装完成后,启动加密库有报错,如下: [root@db1-233 /]# erl Erlang R16B02 (erts-5.10.3) [source] [smp:16:16] [async-threads:10] [hipe] [kernel-poll:false] Eshe ...