- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to mount ISO image file on 11.31 Release 45 (S...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2009 08:12 AM
11-11-2009 08:12 AM
Any suggestions?
/var/adm/sw# cd /var/spool/sw
/var/spool/sw# ll *.iso
-rw-r--r-- 1 root sys 74250240 Mar 24 2009 GlancePlus_11.31_B3693-13016.iso
-rw-r--r-- 1 root sys 226097152 Mar 24 2009 ovpa_C.04.70_B7490-13297.iso
/var/spool/sw# mount -F cdfs /var/spool/sw/ovpa_C.04.70_B7490-13297.iso /cdrom
mount: /var/spool/sw/ovpa_C.04.70_B7490-13297.iso is an invalid operand
/var/spool/sw# mount -F cdfs -orr /var/spool/sw/ovpa_C.04.70_B7490-13297.iso /cdrom
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2009 08:36 AM
11-11-2009 08:36 AM
Re: How to mount ISO image file on 11.31 Release 45 (Sept 2009)
nohup /usr/sbin/pfs_mountd&
nohup /usr/sbin/pfsd&
/usr/sbin/pfs_mount -t iso9660 -x unix iso_image_file mount_dir
-SJ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2009 08:44 AM
11-11-2009 08:44 AM
Solutioncheck this link its a great how to mount a iso under HP-UX 11.31:
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1375750
mikap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2009 10:38 AM
11-11-2009 10:38 AM
Re: How to mount ISO image file on 11.31 Release 45 (Sept 2009)
http://docs.hp.com/en/5992-6561/ch05s14.html
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2009 10:39 AM
11-11-2009 10:39 AM
Re: How to mount ISO image file on 11.31 Release 45 (Sept 2009)
https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=ISOIMAGE-ENH
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2009 11:52 AM
11-11-2009 11:52 AM
Re: How to mount ISO image file on 11.31 Release 45 (Sept 2009)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2009 12:46 PM
11-11-2009 12:46 PM
Re: How to mount ISO image file on 11.31 Release 45 (Sept 2009)
With your hp-ux version you can mount ISO files directly.
The patches are prereq's, but you need to install the product!
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2009 01:14 PM
11-11-2009 01:14 PM
Re: How to mount ISO image file on 11.31 Release 45 (Sept 2009)
Thanks. I missed the extra details in the 11iv3 Sept 2009 Release Notes about loading the fspd DLM into the kernel. Works as advertised now.
Regards,
Rene Feitelson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2009 01:16 PM
11-11-2009 01:16 PM
Re: How to mount ISO image file on 11.31 Release 45 (Sept 2009)
kcmodule fspd=loaded