亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費(fèi)注冊(cè) 查看新帖 |

Chinaunix

  平臺(tái) 論壇 博客 文庫(kù)
12下一頁(yè)
最近訪問(wèn)板塊 發(fā)新帖
查看: 11806 | 回復(fù): 14
打印 上一主題 下一主題

[Tru64 UNIX] 制作帶有 hpsas 驅(qū)動(dòng)的SCO OpenServer 5.0.6應(yīng)急光盤和引導(dǎo)光盤安裝HP DL380 G5 [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報(bào)告]
發(fā)表于 2008-05-15 21:14 |只看該作者 |倒序?yàn)g覽
制作帶有 hpsas 驅(qū)動(dòng)的SCO OpenServer 5.0.6應(yīng)急光盤和引導(dǎo)光盤安裝HP DL380 G5


安裝SCO OpenServer 5.0.6虛擬機(jī)用來(lái)制作應(yīng)急光盤和引導(dǎo)光盤
        安裝SCO OpenServer 5.0.6虛擬機(jī)
1、        配置AMD PCNet-PCI網(wǎng)卡參數(shù)
2、        配置硬盤為SCSI 0:0        blc(0,0,0,0)
3、        配置光驅(qū)為IDE 0:0        wd(0,0,0,0)
4、        只安裝SCO OpenServer Enterprise System (ver 5.0.6j)

制作installation drivers only應(yīng)急光盤1
使用installation drivers only的unix核心文件,特點(diǎn)是能link驅(qū)動(dòng),不能mount光驅(qū),能mount硬盤

安裝準(zhǔn)備
安裝cdrtools-1.8a23-VOLS.tar,得到mkisofs命令

提取SCO安裝光盤的引導(dǎo)文件
用UltraISO打開(kāi)SCO OpenServer 5.0.6.iso,點(diǎn)擊“啟動(dòng)光盤”->“保存引導(dǎo)文件”,保存為boot288.img.std,有2.88M,這樣做是為了產(chǎn)生一個(gè)EAFS文件系統(tǒng)且能放下boot和root兩張盤的內(nèi)容。

以root用戶登陸SCO系統(tǒng)

mkdir /tmp/boot288
mkdir /tmp/bootroot1
mkdir /tmp/bootroot2
mkdir /tmp/btld
mkdir /tmp/image
mkdir /tmp/network
mkdir /tmp/soft
mkdir /mnt2

拷貝btld1.img 到 /tmp 目錄下,btld1.img是hpsas驅(qū)動(dòng)的btld盤,從hp網(wǎng)站上下載EFS-5.790a-osr5,解壓得到01_BTLD文件
拷貝boot288.img.std ---> /tmp/image/boot288.img.std

marry -a /tmp/btld1.img
mount -r /dev/marry/tmp/btld1.img /mnt2         

cp -rp /mnt2/hpsas /tmp/btld
chown -R root:sys /tmp/btld/hpsas
chmod 755 /tmp/btld/hpsas

umount /mnt2
marry -d /dev/marry/tmp/btld1.img               

unix核心調(diào)整
刪除與blc驅(qū)動(dòng)沖突的ad驅(qū)動(dòng)
/etc/conf/bin/idinstall -d ad

建立boot盤
cd /dev
mv fd0135ds36 fd0135ds36.std
mv rfd0135ds36 rfd0135ds36.std

>/tmp/boot.img
marry -a /tmp/boot.img
ln /dev/marry/tmp/boot.img /dev/fd0135ds36
l /dev/fd0135ds36
mknod rfd0135ds36 c 76 1

mkdev fd
選2. Emergency Boot and Root floppy filesystems       
選3. 135tpi, double sided, 36 sectors per track (2.88Mb 3.5 inch)
選3. Single floppy Boot and Root filesystem (2.88Mb only)
選y                Would you like to format the floppy first? (y/n)
選n                Do you want to place extra files on the root filesystem? (y/n)
選2. Generic boot (builds a special kernel)
提示如下
Copying files to /dev/fd0135ds36 ...
Attempting to build a generic kernel using currently installed drivers:
        The UNIX Operating System will now be rebuilt.
        This will take a few minutes.  Please wait.
        Root for this system build is /
        The UNIX Kernel has been rebuilt.
Compressing the kernel ...
Cannot fit built kernel on floppy.
Building a generic kernel using installation drivers only:
        The UNIX Operating System will now be rebuilt.
        This will take a few minutes.  Please wait.
        Root for this system build is /
        The UNIX Kernel has been rebuilt.
Compressing the kernel ...
Boot filesystem floppy creation complete.
選q 退出

cd /dev
mv fd0135ds36.std fd0135ds36
mv rfd0135ds36.std rfd0135ds36

mount /dev/marry/tmp/boot.img /mnt

cp /tmp/image/boot288.img.std /tmp/bootroot1/bootroot1.img
marry -a /tmp/bootroot1/bootroot1.img
mount /dev/marry/tmp/bootroot1/bootroot1.img /mnt2
rm -rf /mnt2/*
cp -rp /mnt/* /mnt2

umount /mnt
marry -d /tmp/boot.img
rm /tmp/boot.img


建立root盤
cd /dev
mv fd096ds15 fd096ds15.std
mv rfd096ds15 rfd096ds15.std

>/tmp/root.img
marry -a /tmp/root.img
ln /dev/marry/tmp/root.img /dev/fd096ds15
l /dev/fd096ds15
mknod rfd096ds15 c 76 1

mkdev fd
選2. Emergency Boot and Root floppy filesystems       
選1.  96tpi, double sided, 15 sectors per track (1.2Mb 5.25 inch)
選1. Root filesystem
選y                Would you like to format the floppy first? (y/n)
選y                Do you want to place extra files on the root filesystem? (y/n)
<bootroot1>
rm /mnt/bin/basename
rm /mnt/bin/cat
rm /mnt/bin/dd
rm /mnt/bin/dirname
rm /mnt/bin/dparam
rm /mnt/bin/du
rm /mnt/bin/ed
rm /mnt/bin/od
rm /mnt/bin/telinit
rm /mnt/bin/uname
rm /mnt/etc/badtrk
rm /mnt/etc/chroot
rm /mnt/etc/dkinit
rm /mnt/etc/emulator
rm /mnt/etc/fixperm
rm /mnt/etc/mvdir
rm /mnt/etc/uadmin
rm /mnt/usr/bin/getopt
rm /mnt/usr/bin/ping
rm /mnt/usr/bin/rcmd
rm /mnt/usr/bin/rcp
rm /mnt/usr/bin/rlogin
rm /mnt/usr/bin/tput
rm /mnt/usr/bin/zcat

cp /usr/bin/vi /mnt/usr/bin
mkdir -p /mnt/usr/lib/terminfo/a
cp /usr/lib/terminfo/a/ansi /mnt/usr/lib/terminfo/a

cp -rp /tmp/btld/hpsas /mnt
cp -rp /tmp/btld/aacraid /mnt
cp -rp /tmp/btld/lsil /mnt

cp /etc/haltsys /mnt/etc/haltsys

        exit

提示如下
Placing extra file, ./etc/uadmin
Placing extra file, ./etc/reboot
File system statistics, Free 512 byte blocks and inodes
/mnt      (/dev/marry/tmp/ramdisk ):       40 blocks     1235 i-nodes
Compressing ramdisk image ...
File system statistics, Free 512 byte blocks and inodes
/mnt      (/dev/fd096ds15   ):      254 blocks       29 i-nodes
Root filesystem floppy creation complete.
選q 退出

cd /dev
mv fd096ds15.std fd096ds15
mv rfd096ds15.std rfd096ds15


mount /dev/marry/tmp/root.img /mnt
cp /mnt/* /mnt2

umount /mnt
marry –d /dev/marry/tmp/root.img
rm /tmp/root.img


cp -rp /tmp/btld/hpsas /mnt2
cp -rp /tmp/btld/aacraid /mnt2
cp -rp /tmp/btld/lsil /mnt2


umount /mnt2
marry -d /dev/marry/tmp/bootroot1/bootroot1.img


/usr/local/bin/mkisofs -r -l -v -o /tmp/bootroot1.iso -b bootroot1.img /tmp/bootroot1

制作currently installed drivers應(yīng)急光盤2
使用currently installed drivers的通用unix核心文件,特點(diǎn)是不能link驅(qū)動(dòng),能mount光驅(qū),能mount硬盤

安裝準(zhǔn)備

安裝cdrtools-1.8a23-VOLS.tar,得到mkisofs命令

提取SCO安裝光盤的引導(dǎo)文件
用UltraISO打開(kāi)SCO OpenServer 5.0.6.iso,點(diǎn)擊“啟動(dòng)光盤”->“保存引導(dǎo)文件”,保存為boot288.img.std,有2.88M,這樣做是為了產(chǎn)生一個(gè)EAFS文件系統(tǒng)且能放下boot和root兩張盤的內(nèi)容。


以root用戶登陸SCO系統(tǒng)

mkdir /tmp/boot288
mkdir /tmp/bootroot1
mkdir /tmp/bootroot2
mkdir /tmp/btld
mkdir /tmp/image
mkdir /tmp/network
mkdir /tmp/soft
mkdir /mnt2

拷貝btld1.img 到 /tmp 目錄下,btld1.img是hpsas驅(qū)動(dòng)的btld盤,從hp網(wǎng)站上下載EFS-5.790a-osr5,解壓得到01_BTLD文件
拷貝boot288.img.std ---> /tmp/image/boot288.img.std

marry -a /tmp/btld1.img
mount -r /dev/marry/tmp/btld1.img /mnt2         

cp -rp /mnt2/hpsas /tmp/btld
chown -R root:sys /tmp/btld/hpsas
chmod 755 /tmp/btld/hpsas

umount /mnt2
marry -d /dev/marry/tmp/btld1.img               

unix核心調(diào)整

刪除與blc驅(qū)動(dòng)沖突的ad驅(qū)動(dòng)
/etc/conf/bin/idinstall -d ad

安裝各種btld驅(qū)動(dòng)和網(wǎng)卡驅(qū)動(dòng)

建立boot盤

cd /dev
mv fd0135ds36 fd0135ds36.std
mv rfd0135ds36 rfd0135ds36.std

>/tmp/boot.img
marry -a /tmp/boot.img
ln /dev/marry/tmp/boot.img /dev/fd0135ds36
l /dev/fd0135ds36
mknod rfd0135ds36 c 76 1

mkdev fd
選2. Emergency Boot and Root floppy filesystems       
選3. 135tpi, double sided, 36 sectors per track (2.88Mb 3.5 inch)
選2. Boot filesystem
選2. Generic boot (builds a special kernel)
選y                Would you like to format the floppy first? (y/n)
提示如下
Copying files to /dev/fd0135ds36 ...
Attempting to build a generic kernel using currently installed drivers:
        The UNIX Operating System will now be rebuilt.
        This will take a few minutes.  Please wait.
        Root for this system build is /
        The UNIX Kernel has been rebuilt.
Compressing the kernel ...
Boot filesystem floppy creation complete.
選q 退出

cd /dev
mv fd0135ds36.std fd0135ds36
mv rfd0135ds36.std rfd0135ds36


mount /dev/marry/tmp/boot.img /mnt

cp /tmp/image/boot288.img.std /tmp/bootroot2/bootroot2.img
marry -a /tmp/bootroot2/bootroot2.img
mount /dev/marry/tmp/bootroot2/bootroot2.img /mnt2
rm -rf /mnt2/*
cp -rp /mnt/* /mnt2

umount /mnt
marry -d /tmp/boot.img
rm /tmp/boot.img

修改/mnt2/etc/default/boot文件,其中第一行改為
DEFBOOTSTR=fd(44)unix.Z ramdisk=fd(44)/ramdisk.Z root=ram(7) ram.preload=7 swap=
none ksl.disable


建立root盤

cd /dev
mv fd096ds15 fd096ds15.std
mv rfd096ds15 rfd096ds15.std

>/tmp/root.img
marry -a /tmp/root.img
ln /dev/marry/tmp/root.img /dev/fd096ds15
l /dev/fd096ds15
mknod rfd096ds15 c 76 1

mkdev fd
選2. Emergency Boot and Root floppy filesystems       
選1.  96tpi, double sided, 15 sectors per track (1.2Mb 5.25 inch)
選1. Root filesystem
選y                Would you like to format the floppy first? (y/n)
選y                Do you want to place extra files on the root filesystem? (y/n)
<bootroot2>
rm /mnt/bin/basename
rm /mnt/bin/cat
rm /mnt/bin/dd
rm /mnt/bin/dirname
rm /mnt/bin/dparam
rm /mnt/bin/du
rm /mnt/bin/ed
rm /mnt/bin/od
rm /mnt/bin/telinit
rm /mnt/bin/uname
rm /mnt/etc/badtrk
rm /mnt/etc/chroot
rm /mnt/etc/dkinit
rm /mnt/etc/emulator
rm /mnt/etc/fixperm
rm /mnt/etc/mvdir
rm /mnt/etc/uadmin
rm /mnt/usr/bin/getopt
rm /mnt/usr/bin/ping
rm /mnt/usr/bin/rcmd
rm /mnt/usr/bin/rcp
rm /mnt/usr/bin/rlogin
rm /mnt/usr/bin/tput
rm /mnt/usr/bin/zcat

cp /usr/bin/vi /mnt/usr/bin
mkdir -p /mnt/usr/lib/terminfo/a
cp /usr/lib/terminfo/a/ansi /mnt/usr/lib/terminfo/a

cp –rp /etc/fscmd.d/HS /mnt/etc/fscmd.d
cp –rp /etc/fscmd.d/ISO9660 /mnt/etc/fscmd.d
chown -R root:sys /mnt/etc/fscmd.d
chmod 755 /mnt/etc/fscmd.d

cp /etc/reboot /mnt/etc/reboot
cp /usr/bin/tar /mnt/usr/bin/tar
cp /etc/default/tar /mnt/etc/default/tar
cp /bin/chmod /mnt/bin/chmod
cp /bin/df /mnt/bin/df
cp /bin/find /mnt/bin/find

        exit

提示如下
Placing extra file, ./etc/uadmin
Placing extra file, ./etc/haltsys
Placing extra file, ./etc/mvdir
Placing extra file, ./bin/basename
Placing extra file, ./bin/dirname
File system statistics, Free 512 byte blocks and inodes
/mnt      (/dev/marry/tmp/ramdisk ):      136 blocks     1261 i-nodes
Compressing ramdisk image ...
File system statistics, Free 512 byte blocks and inodes
/mnt      (/dev/fd096ds15   ):      232 blocks       29 i-nodes
Root filesystem floppy creation complete.
選q 退出

cd /dev
mv fd096ds15.std fd096ds15
mv rfd096ds15.std rfd096ds15


mount /dev/marry/tmp/root.img /mnt
cp /mnt/* /mnt2

umount /mnt
marry –d /dev/marry/tmp/root.img
rm /tmp/root.img



cp -rp /tmp/btld/hpsas /mnt2


umount /mnt2
marry -d /dev/marry/tmp/bootroot2/bootroot2.img


/usr/local/bin/mkisofs -r -l -v -o /tmp/bootroot2.iso -b bootroot2.img /tmp/bootroot2



制作引導(dǎo)光盤

cp /tmp/image/boot288.img.std /tmp/boot288/boot288.img


marry -a /tmp/boot288/boot288.img
mount /dev/marry/tmp/boot288/boot288.img /mnt

cd /mnt
rm ahslink unix.notebook

cp -rp /tmp/btld/hpsas /mnt
cp –rp /tmp/btld/aacraid /mnt
cp –rp /tmp/btld/lsil /mnt
cp –rp /tmp/btld/ipsraid /mnt
cp –rp /tmp/btld/wd506 /mnt

cd /
umount /mnt
marry -d /dev/marry/tmp/boot288/boot288.img

/usr/local/bin/mkisofs -r -l -v -o /tmp/boot288.iso -b boot288.img /tmp/boot288         

安裝系統(tǒng)
方式一
使用SCO507光盤和USB軟驅(qū)或ILO2端口引導(dǎo),換SCO506光盤進(jìn)行安裝

方式二
使用引導(dǎo)光盤引導(dǎo),換SCO506光盤進(jìn)行安裝

1- 使用制作好的引導(dǎo)光盤啟動(dòng),輸入引導(dǎo)字符串
Now add the following install boot string   
boot
: defbootstr link=fd(64)hpsas Sdsk=hpsas(0,0,0,0) Srom=wd(0,0,0,0)
當(dāng)提示插入hpsas驅(qū)動(dòng)盤時(shí),回車?yán)^續(xù)安裝

2- 當(dāng)系統(tǒng)安裝藍(lán)色界面出現(xiàn)后,取出引導(dǎo)光盤,插入SCO OpenServer 5.0.6安裝盤
輸入正確序列號(hào),依提示輸入必要信息
當(dāng)信息配置結(jié)束時(shí),見(jiàn)下文
The BTLD package will now be extracted        
mount: Bad address                  
Please select the floppy device you are using           
(1) /dev/fd0  
(2) /dev/fd1

choose option (2) and you will be asked to insert the
lsil BTLD floppy disk again:  這里需要選擇2

Please insert the floppy for BTLD package: hpsas
and press <Return>:  

執(zhí)行 RETURN 系統(tǒng)會(huì)有如下信息:      
mount: Bad address, Could not mount the BTLD floppy
You may:
(a) try again  
(b) abort BTLD load, but continue installation  
(c) abort the installation  
Respond with one of (a,b,c):           
choose option "b". 這里選擇b
直到系統(tǒng)安裝完畢

安裝btld驅(qū)動(dòng)到硬盤
方式一
使用SCO507光盤和USB軟驅(qū)引導(dǎo)到硬盤,加載btld驅(qū)動(dòng)到硬盤

方式二

使用應(yīng)急光盤2引導(dǎo)到硬盤,插入應(yīng)急光盤2引導(dǎo)系統(tǒng)到boot提示符下,敲入引導(dǎo)字符:

boot
: defbootstr root=hd(42) Srom=wd(0,0,0,0)
系統(tǒng)引導(dǎo)后,進(jìn)入單用戶狀態(tài):
(注意:系統(tǒng)一定要進(jìn)入單用戶狀態(tài)操作,也就是在Ctrl+D選項(xiàng)時(shí),直接輸入root用戶口令)
執(zhí)行以下操作安裝hpsas 驅(qū)動(dòng)到系統(tǒng)中
Mount the BTLD Boot CD and install the "hpsas" BTLD:

mount /dev/cd0 /mnt
mkdir /mnt2
marry -a /mnt/bootroot2.img
mount -r /dev/marry/mnt/bootroot2.img /mnt2
btldinstall /mnt2
提示是否更新hpsas驅(qū)動(dòng)選擇"Y",到安裝完成并手工LINK核心
relink the kernel
/etc/conf/conf/link_unix

un-marry and unmount the BTLD Boot CD and reboot

umount /mnt2
marry -d /dev/marry/mnt/bootroot2.img
umount /mnt
init 6
至此安裝系統(tǒng)結(jié)束



測(cè)試
安裝



引導(dǎo)到硬盤
mount /dev/cd0 /mnt
hpsas
vi

引導(dǎo)到軟盤
mount /dev/cd0 /mnt
mount /dev/hd0root /mnt
hpsas
vi

[local]1[/local]
[local]2[/local]
[local]3[/local]

[ 本帖最后由 天地續(xù)緣 于 2008-5-15 21:22 編輯 ]

制作帶有 hpsas 驅(qū)動(dòng)的SCO OpenServer 5.0.6應(yīng)急光盤和引導(dǎo)光盤.rar

16.13 KB, 下載次數(shù): 487

論壇徽章:
0
2 [報(bào)告]
發(fā)表于 2008-05-15 21:18 |只看該作者

已經(jīng)制作好的boot288引導(dǎo)光盤

已經(jīng)制作好的boot288引導(dǎo)光盤

論壇徽章:
0
3 [報(bào)告]
發(fā)表于 2008-05-16 20:08 |只看該作者

回復(fù) #3 天地續(xù)緣 的帖子

哈哈,本來(lái)想用你的辦法裝hp380G5的,只不過(guò)制盤過(guò)程比較麻煩,就另找別的辦法了。

論壇徽章:
0
4 [報(bào)告]
發(fā)表于 2008-05-18 20:36 |只看該作者
謝謝lz
支持一下

論壇徽章:
0
5 [報(bào)告]
發(fā)表于 2008-05-19 09:54 |只看該作者
支持一下

論壇徽章:
0
6 [報(bào)告]
發(fā)表于 2008-05-28 09:16 |只看該作者
實(shí)用性很強(qiáng),謝謝。

論壇徽章:
0
7 [報(bào)告]
發(fā)表于 2008-05-29 08:56 |只看該作者
不錯(cuò),支持鼓勵(lì)

論壇徽章:
1
15-16賽季CBA聯(lián)賽之北控
日期:2022-03-04 22:35:50
8 [報(bào)告]
發(fā)表于 2008-06-04 08:09 |只看該作者
技術(shù)論壇最需要這樣的原創(chuàng)帖子了。

論壇徽章:
1
數(shù)據(jù)庫(kù)技術(shù)版塊每日發(fā)帖之星
日期:2016-03-10 06:20:00
9 [報(bào)告]
發(fā)表于 2008-06-17 16:47 |只看該作者
原有的網(wǎng)卡ping不通問(wèn)題,有沒(méi)解決?

還是要另增一塊網(wǎng)卡嘛?

論壇徽章:
0
10 [報(bào)告]
發(fā)表于 2008-06-21 20:34 |只看該作者
1.3        操作系統(tǒng)安裝
1.        使用制作好的引導(dǎo)光盤啟動(dòng),輸入引導(dǎo)字符串
Now add the following install boot string   
boot
: defbootstr link=fd(64)hpsas Sdsk=hpsas(0,0,0,0) Srom=wd(0,0,0,0)
當(dāng)提示插入hpsas驅(qū)動(dòng)盤時(shí),回車?yán)^續(xù)安裝
2.        當(dāng)系統(tǒng)安裝藍(lán)色界面出現(xiàn)后,取出引導(dǎo)光盤,插入SCO OpenServer 5.0.6安裝盤
3.        選擇光驅(qū)的接口。系統(tǒng)能自動(dòng)檢測(cè)CD-ROM是SCSI還是IDE類型的,若顯示的參數(shù)不對(duì),按計(jì)算機(jī)的實(shí)際配置進(jìn)行調(diào)整,按回車鍵繼續(xù);
4.        選擇Keyboard類型為:US English , 按回車鍵繼續(xù);
5.        輸入"SCO OpenServer User License"的許可證的License Number、License Code、License Data,注意大小寫,確保正確后,按回車鍵繼續(xù);
6.        安裝方式有Upgrade (升級(jí))和Fresh(全新)兩種(注意:Upgrade是指從5.0.x升級(jí)到5.0.6,非3.0升級(jí)到5.0),選擇Fresh,按回車鍵繼續(xù);
7.        配置基本系統(tǒng):輸入Systemname(系統(tǒng)名),Domain name(域名),Time zone(時(shí)區(qū))選“Asia”和“China”。Security profile(安全級(jí)別)和Language(語(yǔ)言)用缺省值,按回車鍵繼續(xù)繼續(xù);
8.        進(jìn)入“Initial System profile”界面后,將第三項(xiàng)“Database Sevices”改為"Yes",按回車鍵繼續(xù);
9.        進(jìn)入“Preparing your disk and choosing software”,接著進(jìn)行硬盤規(guī)劃(Hard disk setup)和選擇要安裝的軟件。將光標(biāo)移到“Hard disk setup”一欄,按空格鍵進(jìn)行硬盤劃分,再按空格鍵后,選擇“Interactive fdisk/divvy”,按回車鍵繼續(xù);
10.        回到 "Preparing your disk an choosing software" 界面后,"option software…" 一項(xiàng)用缺省值,按回車鍵繼續(xù);
11.        配置網(wǎng)卡、網(wǎng)址、顯示卡、鼠標(biāo)和E-MAIL系統(tǒng)。若不能自動(dòng)檢測(cè)到網(wǎng)卡,可在系統(tǒng)裝完后用netconfig命令配置;顯示卡選用缺省值(VESA SVGA),裝好后可以修改其類型;鼠標(biāo)如果是串口鼠標(biāo),則選Microsoft serial COM1,若為Keyboard Mouse(PS/2),則選Hight revolution Keyboard Mouse;E-Mail系統(tǒng)選為"send mail",按回車鍵繼續(xù);
12.        輸入超級(jí)用戶root的密碼兩次,按回車鍵繼續(xù);
13.        進(jìn)入“Starting Hard Disk Initialization…”界面后,選1.continue with hard disk Initialization,按回車鍵繼續(xù);
14.        系統(tǒng)調(diào)用"/etc/fdisk",進(jìn)行分區(qū):
a)        選擇“6.Delete Partition”刪除原有分區(qū);
b)        選擇“4.Create UNIX Partition”,創(chuàng)建第一個(gè)Unix分區(qū)(分區(qū)大小為總量-14G);
c)        選擇“5.Activate Partition”,激活第一個(gè)UNIX分區(qū);
d)        選擇“3.Use Rest of Disk for UNIX”,創(chuàng)建第二個(gè)分區(qū),大小為14G;
e)        選擇q,按回車鍵繼續(xù)。
15.        進(jìn)入磁道檢測(cè)界面后,選q,按回車鍵繼續(xù);
16.        進(jìn)入“Enter the number of bad blocks to allocate space ”界面后,選默認(rèn),按回車鍵繼續(xù);
17.        如果提示還有一個(gè)文件系統(tǒng),選擇N 不保留原來(lái)的系統(tǒng)分區(qū),按回車鍵繼續(xù);
18.        進(jìn)入“Please enter the swap-space allocation”界面后,設(shè)置"swap"子分區(qū)的大小為內(nèi)存的兩倍,按回車鍵繼續(xù);
19.        進(jìn)入“Please enter the boot-space allocation”界面后,設(shè)置"boot"子分區(qū)的大小為默認(rèn),按回車鍵繼續(xù);
20.        進(jìn)入“Do you want a separate /u filesystem?”界面后,選“n”,按回車鍵繼續(xù);
21.        進(jìn)入“Do you wish to make any manual adjustmentsto”界面后,選“n”,按回車鍵繼續(xù);
22.        選擇i[nstall], 系統(tǒng)自動(dòng)開(kāi)始建立分區(qū);
23.        當(dāng)信息配置結(jié)束時(shí),見(jiàn)下文
The BTLD package will now be extracted        
mount: Bad address                  
Please select the floppy device you are using           
(1) /dev/fd0  
(2) /dev/fd1

choose option (2) and you will be asked to insert the
lsil BTLD floppy disk again:  這里需要選擇2

Please insert the floppy for BTLD package: hpsas
and press <Return>:  

執(zhí)行 RETURN 系統(tǒng)會(huì)有如下信息:      
mount: Bad address, Could not mount the BTLD floppy
You may:
(a) try again  
(b) abort BTLD load, but continue installation  
(c) abort the installation  
Respond with one of (a,b,c):           
choose option "b". 這里選擇b
直到系統(tǒng)安裝完畢
24.        安裝btld驅(qū)動(dòng)到硬盤
使用應(yīng)急光盤2引導(dǎo)到硬盤,插入應(yīng)急光盤2引導(dǎo)系統(tǒng)到boot提示符下,敲入引導(dǎo)字符:

boot
: defbootstr root=hd(42) Sdsk=hpsas(0,0,0,0) Srom=wd(0,0,0,0)
系統(tǒng)引導(dǎo)后,進(jìn)入單用戶狀態(tài):
(注意:系統(tǒng)一定要進(jìn)入單用戶狀態(tài)操作,也就是在Ctrl+D選項(xiàng)時(shí),直接輸入root用戶口令)
執(zhí)行以下操作安裝hpsas 驅(qū)動(dòng)到系統(tǒng)中
Mount the BTLD Boot CD and install the "hpsas" BTLD:

mount /dev/cd0 /mnt
btldinstall /mnt/btld                        ,選擇hpsas
提示是否更新hpsas驅(qū)動(dòng)選擇"Y",到安裝完成并手工LINK核心
/etc/conf/conf/link_unix

umount /mnt
init 6
至此安裝系統(tǒng)結(jié)束

1.4        安裝RS506A
采用custom安裝。
先安裝“RSS506A:Software Manager Supplement”這個(gè)軟件。
安裝完成后,退出custom,重新用custom命令登錄軟件安裝,安裝另一個(gè)RSS506A打頭的軟件。


1.5        安裝OSS646C

安裝oss646c(Execution Environment Supplement),安裝過(guò)程可能會(huì)提示一個(gè)警告,選擇繼續(xù)即可。

1.6        網(wǎng)卡驅(qū)動(dòng)的安裝

安裝EFS-5.770a中的VOL.000.000和VOL.001.000
安裝sp37912.tgz中的bnx2目錄的VOL.000.000

以root用戶登錄:
1.        #netconfig,
a)        配置第一塊HP NC373i TCP/IP信息
b)        配置第二塊HP NC373i TCP/IP信息
3. 重新編譯內(nèi)核,重新啟動(dòng)。
   
1.7        漢字系統(tǒng)的安裝
漢字系統(tǒng)目前安裝的版本是DragonPro for SCO OpenServer 5.0.6。采用custom安裝。
重新編譯內(nèi)核,重新啟動(dòng)。

1.8        開(kāi)發(fā)環(huán)境的安裝
需要安裝開(kāi)發(fā)環(huán)境。采用custom安裝。
您需要登錄后才可以回帖 登錄 | 注冊(cè)

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號(hào)-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號(hào):11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報(bào)專區(qū)
中國(guó)互聯(lián)網(wǎng)協(xié)會(huì)會(huì)員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過(guò)ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請(qǐng)注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP