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

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

Chinaunix

  平臺 論壇 博客 文庫
最近訪問板塊 發(fā)新帖
查看: 4084 | 回復(fù): 2
打印 上一主題 下一主題

[安裝配置] HP-UX11.31安裝iso鏡像文件 [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報(bào)告]
發(fā)表于 2011-03-30 21:09 |只看該作者 |倒序?yàn)g覽
HP-UX 11.31上安裝鏡像文件的方法:
1.創(chuàng)建一個(gè)叫iso的邏輯卷,大小等于所要安裝的鏡像文件的大小
# lvcreate -L 74M -n iso /dev/vg00
2.將鏡像文件寫到新的邏輯卷,也就是說你必須有相關(guān)的剩余空間
# dd if=/Software_Glance_5.0_HP_UX_11.31.iso of=/dev/vg00/riso bs=8192
8959+1 records in
8959+1 records out
3.將鏡像掛載到目錄下就可以了
# mount /dev/vg00/iso /cdrom
這樣就成功了,鏡像文件成功安裝

論壇徽章:
0
2 [報(bào)告]
發(fā)表于 2011-03-31 13:49 |只看該作者
AIX的如下:
Q. I know how to mount an ISO image in Sun Solaris UNIX and Linux. I was just wondering if there is a way to mount an ISO image in IBM AIX UNIX.

A. You need to type the following commands:
=> crfs: Adds a file system.

=> dd: A raw copy tool for UNIX

=> chfs: Changes attributes of a file system.

=> mount: Mount a file system

=> rmfs : Remove a file system

First Create a filesystem with crfs command:

#/usr/sbin/crfs -v jfs -g rootvg -a size=800 -m/cd1iso -Ano -pro -tno -a frag=4096 -a nbpi=4096 -a ag=8

This command creates the /cd1iso file system on the rootvg volume group.

Now dd the "iso" image into rlv00

# dd if=image.iso of=/dev/rlv00 bs=10M

Use chfs to change the attributes of a file system:

# chfs -a vfs=cdrom cd1iso
# mount /cd1iso
# cd /cd1iso

When done, remove the filesystem/unmount, enter:

# rmfs /cd1iso

This removes the /cd1iso file system, its entry in the /etc/filesystems (created using chfs command) file, and the underlying logical volume.

論壇徽章:
0
3 [報(bào)告]
發(fā)表于 2011-03-31 15:52 |只看該作者
哈哈,樓上的兩位哥們在比較技能嗎
您需要登錄后才可以回帖 登錄 | 注冊

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

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP