- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to read IOS image files?
Operating System - HP-UX
1822144
Members
3390
Online
109640
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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-02-2005 02:42 PM
тАО11-02-2005 02:42 PM
hi,
Now we must install a software from IOS image files,but HP-UX can't read it ,please tell me how to solve it?
thank u very much!
Now we must install a software from IOS image files,but HP-UX can't read it ,please tell me how to solve it?
thank u very much!
Solved! Go to Solution.
- Tags:
- ISO image
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-02-2005 02:52 PM
тАО11-02-2005 02:52 PM
Re: How to read IOS image files?
Is the ISO image on cdrom/dvd??
What does following say??
fstyp -v /dev/dsk/cxtxdx
HP-IX can not directly mount it. You will have to use, pfs to mount it. Check following.
http://docs.hp.com/en/5964-5283/ch05s08.html
What does following say??
fstyp -v /dev/dsk/cxtxdx
HP-IX can not directly mount it. You will have to use, pfs to mount it. Check following.
http://docs.hp.com/en/5964-5283/ch05s08.html
There is no substitute to HARDWORK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-02-2005 04:47 PM
тАО11-02-2005 04:47 PM
Solution
Hi,wangmx
It seems like a ISO image mount problem,
Have a look at the follow
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062967165
" Doc ID: UNX1010009 "
Mounting
--------
If the ISO 9660 CD does not require the Rock Ridge extensions, you can
use either the mount(1M) or pfs_mount(1M) command to mount IS0 9660 CDs.
For example, to use mount(1M) to mount an ISO 9660 CD located at
/dev/cdrom onto the file system /cdrom, enter:
# mount -F cdfs -o cdcase /dev/cdrom /cdrom
The "-F cdfs" option indicates this is the CDFS file system type.
The "-o cdcase" option suppresses the display of version numbers
and the semicolon and converts file names to lower case.
For example, to use pfs_mount(1M) to mount an ISO 9660 CD located at
/dev/cdrom onto the file system /cdrom, enter:
# pfs_mount -t iso9660 -x unix /dev/cdrom /cdrom
The "-t iso9660" option causes pfs_mount to attempt to mount
the CD-ROM image using the iso9660 specifications.
The "-x unix" option suppresses the display of version numbers
and the semicolon and converts file names to lower case.
If the ISO 9660 CD-ROM requires the Rock Ridge extensions to be enabled,
you must use pfs_mount with the "-t rrip" option.
For example:
# pfs_mount -t rrip /dev/cdrom /cdrom
The "-t rrip" option causes pfs_mount to attempt to mount the CD-ROM
image using the Rock Ridge Interchange specifications. If the CD image
is not rrip-compatible, the mount fails.
For a detailed description of usage and options, refer to the mount(1M) and
pfs_mount(1M) manpages. For more information about PFS (the Portable
File System) refer to the pfs(4) manpage.
It seems like a ISO image mount problem,
Have a look at the follow
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062967165
" Doc ID: UNX1010009 "
Mounting
--------
If the ISO 9660 CD does not require the Rock Ridge extensions, you can
use either the mount(1M) or pfs_mount(1M) command to mount IS0 9660 CDs.
For example, to use mount(1M) to mount an ISO 9660 CD located at
/dev/cdrom onto the file system /cdrom, enter:
# mount -F cdfs -o cdcase /dev/cdrom /cdrom
The "-F cdfs" option indicates this is the CDFS file system type.
The "-o cdcase" option suppresses the display of version numbers
and the semicolon and converts file names to lower case.
For example, to use pfs_mount(1M) to mount an ISO 9660 CD located at
/dev/cdrom onto the file system /cdrom, enter:
# pfs_mount -t iso9660 -x unix /dev/cdrom /cdrom
The "-t iso9660" option causes pfs_mount to attempt to mount
the CD-ROM image using the iso9660 specifications.
The "-x unix" option suppresses the display of version numbers
and the semicolon and converts file names to lower case.
If the ISO 9660 CD-ROM requires the Rock Ridge extensions to be enabled,
you must use pfs_mount with the "-t rrip" option.
For example:
# pfs_mount -t rrip /dev/cdrom /cdrom
The "-t rrip" option causes pfs_mount to attempt to mount the CD-ROM
image using the Rock Ridge Interchange specifications. If the CD image
is not rrip-compatible, the mount fails.
For a detailed description of usage and options, refer to the mount(1M) and
pfs_mount(1M) manpages. For more information about PFS (the Portable
File System) refer to the pfs(4) manpage.
Easy going at all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-02-2005 05:35 PM
тАО11-02-2005 05:35 PM
Re: How to read IOS image files?
You need to burm ISO image to CD, then you can install from CD. You use cdrecord which is part Internet Express package, http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1123
-Arun
-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP