(注BMR最新版本为4.7,请参考相关手册)
一、安装前准备
1. 确认软件兼容性(新版本可能有变化,参照相应release notes)
操作系统 版本 可装BMR部件 NBU版本
AIX 4.21, 4.3.0, 4.3.1, 4.3.2 server/client 3.4 only
AIX 4.3.3, 5.1 server/client 3.4以上
Solaris 2.6, 7, 8 server/client 3.4以上
WinNT 4.0 Server, Workstation, client only 3.4以上
Server Enterprise Edition,
Terminal Server,
Win2000 Professional,
Server, Advanced Server
2. 确认所需空间
见BMR 4.5 QuickStart手册page5。HP平台见下。
二、安装过程
1. 准备license
2. 安装配置BMR main server
3. 安装配置BMR file server和boot server
4. 安装配置BMR client
5. create SRT
6. create boot image(BI),for Unix client
7. create boot 软盘,for NT client
(一) HP平台
1. 安装Server
(1)磁盘空间需要
Root file system for /tftpboot: 10 MB
_ /tmp for SRT creation: 5 MB
_ For each SRT: 100 MB
_ /opt/BareMetal: 15 MB
_ /var/bmr: 50 MB
(2)创建用户、组
# groupadd bmradmin
# useradd -g bmradmin bmradmin
(3)创建file server的目录
SRT缺省的目录为/export/srt。如果没有该目录,创建它。确认它的上级目录(本例为/export)没有被NFS share。
# mkdir /export/srt
# chown bmradmin:bmradmin /export/srt
(4)检查所需的网络协议
a. 确认tftp和bootps在/etc/inetd.conf中没有被注释掉
b. 如果修改过/etc/inetd.conf,刷新inetd:
# inetd -c
c. Check for the running NFS daemons:
ps -ef | egrep “nfsd|rpc\.“
- root 676 1 0 21:21:47 ? 0:00 /usr/sbin/rpc.statd
- root 682 1 0 21:21:47 ? 0:00 /usr/sbin/rpc.lockd
- root 1489 1 0 21:22:40 ? 0:00 /usr/sbin/rpc.mountd
- root 1499 1 0 21:22:41 ? 0:00 /usr/sbin/nfsd 4
- root 1502 1499 0 21:22:41 ? 0:00 /usr/sbin/nfsd 4
- root 1500 1499 0 21:22:41 ? 0:00 /usr/sbin/nfsd 4
- root 1506 1499 0 21:22:41 ? 0:00 /usr/sbin/nfsd 4
d. 如果NFS daemon没有运行,检查/etc/rc.config.d/nfsconf,设置NFS_SERVER=1,并启动NFS:
# /sbin/init.d/nfs.server start
(5)安装BMR软件
# nohup pfs_mountd &
# nohup pfsd &
# pfs_mount -o xlat=unix <cdrom_dev>; /cdrom
# swinstall -s /cdrom/hp BareMetal.server
….
# pfs_umount /cdrom
