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

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

Chinaunix

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

一篇關(guān)于Itanium2 Mirror Root Disk文章。! [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報(bào)告]
發(fā)表于 2003-11-13 16:33 |只看該作者 |倒序?yàn)g覽
c3t2d0 be the existing primary disk and c3t1d0 the new mirror boot disk

1) Setup the disk partitions
Create a partition description file
# vi /tmp/partitionfile
2
EFI 100MB
HPUX 100%

Use idisk command to partition the disk according to this file
# idisk -wf /tmp/partitionfile /dev/rdsk/c3t1d0
idisk version: 1.2
********************** WARNING ***********************
If you continue you may destroy all data on this disk.
Do you wish to continue(yes/no)? yes
...

2) Create the new device files for the new partitions (c3t1d0s1 and c3t1d0s2)
# insf -e –Cdisk

3) Use mkboot to format the EFI partition (s1) and populate it with the EFI files below
/usr/lib/efi/ and to format the LIF volume (s2) and populate it with the LIF
files (ISL, AUTO, HPUX, LABEL) below /usr/lib/uxbootlf
# mkboot -e -l /dev/rdsk/c3t1d0 (e:EFI l:LIF)
# efi_ls -d /dev/rdsk/c3t1d0s1 (to check EFI)
File Name Last Modified Size
EFI/ 5/19/2003 0
STARTUP.NSH 5/19/2003 336
total space 103215616 bytes, free space 100076032 bytes
# lifls -l /dev/rdsk/c3t1d0s2 (to check LIF)

4) Write content of AUTO file to EFI partition:
# mkboot -a \"boot vmunix\" /dev/rdsk/c3t1d0
# efi_cp -d /dev/rdsk/c3t1d0s1 -u /EFI/HPUX/AUTO /tmp/x; cat /tmp/x
(to check it)
NOTE: Specify -a “boot vmunix -lq” if prefer that your system boots up without interruption
in case of a disk failure.

5) Initialize the LVM partition (s2) and add it to vg00
# pvcreate [-f] –B /dev/rdsk/c3t1d0s2
# vgextend vg00 /dev/dsk/c3t1d0s2
Mirror the LVs to the s2 partition
# for i in lvol1 lvol ... lvol8
>; do lvextend -m 1 /dev/vg00/$i /dev/dsk/c3t1d0s2
>; done
Write content of LABEL file, i.e. set root, boot, swap and dump device:
# lvlnboot -r /dev/vg00/lvol3
# lvlnboot -b /dev/vg00/lvol1
# lvlnboot -s /dev/vg00/lvol2
# lvlnboot -d /dev/vg00/lvol2
# lvlnboot -v
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c3t2d0s2 (0/1/1/1.2.0) -- Boot Disk
/dev/dsk/c3t1d0s2 (0/1/1/0.1.0) -- Boot Disk
Boot: lvol1 on: /dev/dsk/c3t2d0s2
/dev/dsk/c3t1d0s2
Root: lvol3 on: /dev/dsk/c3t2d0s2
/dev/dsk/c3t1d0s2
Swap: lvol2 on: /dev/dsk/c3t2d0s2
/dev/dsk/c3t1d0s2
Dump: lvol2 on: /dev/dsk/c3t2d0s2, 0

論壇徽章:
0
2 [報(bào)告]
發(fā)表于 2003-11-13 16:37 |只看該作者

一篇關(guān)于Itanium2 Mirror Root Disk文章。!

4) Write content of AUTO file to EFI partition:
# mkboot -a \"boot vmunix\" /dev/rdsk/c3t1d0
# efi_cp -d /dev/rdsk/c3t1d0s1 -u /EFI/HPUX/AUTO /tmp/x; cat /tmp/x (to check it)

這部我沒(méi)有看明白什么意思?我覺(jué)得只要將第一塊盤的AUTO文件考過(guò)來(lái)就行了,然后再EFI-shell中直接增加啟動(dòng)選項(xiàng)就行了,不知這了/tmp/x是做什么的?討論討論。。

論壇徽章:
0
3 [報(bào)告]
發(fā)表于 2003-11-13 17:11 |只看該作者

一篇關(guān)于Itanium2 Mirror Root Disk文章!!

是HP-UX 11i v2嗎?沒(méi)用過(guò)。

論壇徽章:
0
4 [報(bào)告]
發(fā)表于 2004-04-29 10:49 |只看該作者

一篇關(guān)于Itanium2 Mirror Root Disk文章。。

這里得/tmp/x文件只是查看一下AUTO文件得的內(nèi)容,并沒(méi)有其他意思

論壇徽章:
0
5 [報(bào)告]
發(fā)表于 2007-05-09 18:21 |只看該作者
boot vmunix -lq

中的-lq 是什么意思

論壇徽章:
0
6 [報(bào)告]
發(fā)表于 2007-05-09 22:01 |只看該作者
壞了一塊也可以啟動(dòng),不然要一半以上數(shù)目的磁盤都正常才能啟動(dòng)

論壇徽章:
0
7 [報(bào)告]
發(fā)表于 2008-11-07 17:03 |只看該作者
這篇是在安騰11.2上面的創(chuàng)建MIRROR的吧!11.3上的
vi /tmp/partitionfile
3
EFI 500MB
HPUX 100%
HPSP 400MB
,11、3上的應(yīng)該就這步不一樣

論壇徽章:
0
8 [報(bào)告]
發(fā)表于 2008-11-15 13:04 |只看該作者

re

好像不太對(duì),安騰機(jī)器的硬盤分為3個(gè)區(qū)啊,最后一個(gè)HPSP好像是診斷工具的位置,這個(gè)還是不要少的好,另外,11.x都這樣作的。

論壇徽章:
0
9 [報(bào)告]
發(fā)表于 2009-03-03 14:00 |只看該作者
Thanks!
Thanks!
Thanks!
您需要登錄后才可以回帖 登錄 | 注冊(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