9000服务器
1752661 成员
5643 在线
108788 解答
新建帖子

回复: hpux 11.31挂载ISO文件

 
wuxi
投稿人

hpux 11.31挂载ISO文件

How to mount iso file on HPUX11.31

Since HPUX 11.31 psfmount series of commans have been obsoleted, so that means you can't use it on HPUX11.31 any more. But if we want to mount a iso file on hpux11.31, then how to do it?

 

A sample way to do that is -

1) download 'ISOIMAGE-ENH' package, which is available from the link: (user/password required)

https://h20392.www2.hp.com/portal/swdepot/try.do?productNumber=ISOIMAGE-ENH&lang=en&cc=CN&hpappid=PDAPI_SWD

 

2) install this package: #swinstall -s `pwd`/<package>.depot \*

 

3) After the installation of the ISOIMAGE-ENH bundle, the module fspd needs to be loaded (DLKM module) to enable the NCF, plz use the following command to mount a iso file on HPUX 11.31 system.

 To load the module:

        # kcmodule fspd=loaded

 To unload the module:

        # kcmodule fspd=unused

 

 And here is how it works very simply:

        # mkdir /iso

        # mount `pwd`/<TA-1500>.iso /iso

 NOTE: mount: absolute path name is required

 

以上方法经过实践可用。

 

2 条回复2
donywood
首席顾问

回复: hpux 11.31挂载ISO文件

非常有用的东西,多谢楼主分享。

zhu Longlin
本科生

回复: hpux 11.31挂载ISO文件

非常好的文档,以后安装iso就轻松多了