安装说明:

《浦软红鹰网络服务行为监控系统v2.9》
下载版安装说明

欢迎您下载试用我公司的《浦软红鹰网络服务行为监控系统v2.9》。这次我们提供的有针对操作系统为RedHat 8.0、RedHat 9.0、RedHat Advanced Server 3.0、RedFlag Advanced Server/Databases Center 4.1的单CPU服务器版本,请您选择与您服务对应的版本进行下载,如果您的服务所使用的操作系统未列入,请您与我们联系。下面以RedHat9.0为例,对本系统的安装做一下简要的说明,请根据以下步骤进行安装,其他版本基本相同。在进行如下操作前请先确保你是root身份。

1.      下载对应的软件包RedHawk2.9_for_RedHat90.tgz


2. 对软件包进行解压
#tar xfz RedHawk2.9_for_RedHat90.tgz
解压后在当前目录下产生RedHawk目录


3. 执行安装程序
cd RedHawk
#./install


4. 修改启动配置文件。这里分为系统使用grub和lilo两种情况
i. grub
修改/etc/grub.conf文件。以下是/etc/grub.conf文件的原有内容
###################### grub.conf file start #####################
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/hda2
# initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-8)
root (hd0,0)
kernel /vmlinuz-2.4.20-8 ro root=LABEL=/
initrd /initrd-2.4.20-8.img
######################## grub.conf file end #####################

将最后4行进行复制,并做如下修改
###################### 修改后的grub.conf #####################
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/hda2
# initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title RedHawk Linux (2.4.20-8)
root (hd0,0)
kernel /RedHawk ro root=LABEL=/
initrd /initrd-2.4.20-8.img
title Red Hat Linux (2.4.20-8)
root (hd0,0)
kernel /vmlinuz-2.4.20-8 ro root=LABEL=/
initrd /initrd-2.4.20-8.img
######################## file end #####################

ii. lilo
修改/etc/lilo.conf,以下是/etc/lilo.conf的原有内容
######################## lilo.conf file ##################
prompt
timeout=50
default=linux
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
message=/boot/message
lba32

image=/boot/vmlinuz-2.4.20-8
label=linux
initrd=/boot/initrd-2.4.20-8.img
read-only
append="root=LABEL=/"
######################## file end #####################

按以下结果进行修改

######################## lilo.conf file ##################
prompt
timeout=50
default=RedHawk
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
message=/boot/message
lba32

image=/boot/vmlinuz-2.4.20-8
label=linux
initrd=/boot/initrd-2.4.20-8.img
read-only
append="root=LABEL=/"
image=/boot/RedHawk
label=RedHawk
initrd=/boot/initrd-2.4.20-8.img
read-only
append="root=LABEL=/"
######################## file end #####################

修改完以后执行lilo命令

5. 安装完《浦软红鹰》后启动时要选RedHawk来引导,启动后以root身份登录系统。《浦软红鹰》的启动命令为:

starttool start [外网IP [内网IP]]

其中外网或内网的IP格式为XXX.XXX.XXX.XXX,这里可以内外网两个都设,也可以只设外网或两个都不设。启动的过程中会提示您输入SSL证书文件的口令,如下:
Enter PEM pass phrase:
默认的口令为1234,您如果需要修改,请重新制作证书,具体的方法您可以查看联机手册中附录E。
《浦软红鹰》的终止命令为:

starttool stop

7. 《浦软红鹰》启动以后,您可以在局域网中的任何一台与其相连的PC机上用web浏览器进行管理和监控(建议使用windows的IE5.0以上版本)。以windows下的IE为例,由于《浦软红鹰》采用了SSL协议对数据通信中的信息进行加密,所以在地址栏中需要输入https://ip:100/ (如https://192.168.0.1:100)。按回车后,会弹出《浦软红鹰》的登录界面。系统默认有两个用户,一个是超级管理用户administrator,为了安全起见他需要两个口令才能登录系统,两个初始口令都是11111111;还有一个是审计用户auditor,他只需要一个口令,初始值同样是11111111。在《浦软红鹰》的“系统管理”中对这两位用户可以进行改名、修改密码的操作。输入正确的用户名、口令并按“登录”按钮后便登录了系统。如果操作完想要录出,只要直接关掉《浦软红鹰》界面窗口即可。