Operating System - HP-UX
1747985 Members
4816 Online
108756 Solutions
New Discussion юеВ

Re: Mounting iso file in HP-UX

 
shashi kanth
Super Advisor

Mounting iso file in HP-UX

I have followed the bellow URL to mount the iso file in HP-IX 11.23 IA.

http://h20229.www2.hp.com/downloads/iso_format.html?jumpid=reg_R1002_USEN


But, when i execute the last command in series, the command simply hangs. The command own't come out.

# pfs_mount -o xlat=UNIX sf_5.0_hpux_dvd1.iso /data1

Anyone tell me what are the right steps.


# ps -ef | grep pfs
root 5952 5390 0 20:03:08 pts/ta 0:00 pfsd
root 5959 5390 0 20:03:19 pts/ta 0:00 grep pfs
root 5947 5946 0 20:02:51 pts/ta 0:00 pfs_mountd.rpc
root 5946 5390 0 20:02:50 pts/ta 0:00 pfs_mountd


7 REPLIES 7
Asif Sharif
Honored Contributor

Re: Mounting iso file in HP-UX

Hi shashi,

The pathToIso is correct "sf_5.0_hpux_dvd1.iso"?

Regards,
Asif Sharif
Regards,
Asif Sharif
shashi kanth
Super Advisor

Re: Mounting iso file in HP-UX

Yes, it is correct only.

I have issue the command from the directory where my ISO file is there.

Even i tried the bellow command, this command also hangs.

#pfs_mount -o xlat=UNIX /sf_5.0_hpux_dvd1.iso /data1
Asif Sharif
Honored Contributor

Re: Mounting iso file in HP-UX

Hi Shashi,

Kill all pfs demons and start them up again.

see this thread also.
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=82600

Regards,
Asif Sharif
Regards,
Asif Sharif
Jeeshan
Honored Contributor

Re: Mounting iso file in HP-UX

you may try to follow the whiteknight's steps from this link
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1228538
a warrior never quits
TMcB
Super Advisor

Re: Mounting iso file in HP-UX

i realy appreciate your help.

I
recreated all the files under /dev/vg00 using, :
mknod lvol1 b 64 0x000001
mknod rlvol1 c 64 0x000001

now when I reboot I get eror below
lvlnboot: Could not find root lv related info to create /stand/rootconf file
: ioinit: Rebooting the system because /etc/ioconfig and /stand/ioconfig files are inconsistent

thanks
Dennis Handly
Acclaimed Contributor

Re: Mounting iso file in HP-UX