HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Processes hang when accessing cdrom
Operating System - HP-UX
1834460
Members
2996
Online
110067
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
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
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
12-01-2004 10:30 AM
12-01-2004 10:30 AM
Processes hang when accessing cdrom
The system is HP-UX 11.11, and I've installed the PHKL_32035, PHCO_25841 and PHKL_26269 patches to enable the Rock Ridge extensions.
I have mounted an Oracle CD with the command:
mount -F cdfs -o rr /dev/dsk/c3t2d0 /cdrom
When I enter "ls /cdrom", all file names look OK, but when I try to read a file on the CD (eg: cat /cdrom/welcome.htm) or run a program from the CD (eg: /cdrom/runInstaller) the session hangs. If I disconnect the session and look at the processes (ps -ef|grep ), I can see the hung process. Kill -9 does not kill the process.
I suspect it has something to do with the way the cdrom is mounted. Any ideas?
I have mounted an Oracle CD with the command:
mount -F cdfs -o rr /dev/dsk/c3t2d0 /cdrom
When I enter "ls /cdrom", all file names look OK, but when I try to read a file on the CD (eg: cat /cdrom/welcome.htm) or run a program from the CD (eg: /cdrom/runInstaller) the session hangs. If I disconnect the session and look at the processes (ps -ef|grep ), I can see the hung process. Kill -9 does not kill the process.
I suspect it has something to do with the way the cdrom is mounted. Any ideas?
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2004 12:33 PM
12-01-2004 12:33 PM
Re: Processes hang when accessing cdrom
Allen.
what Oracle version do you use?. If it is oracle 8.1.7. you must mount by pfs_mountd command.
===
1. Determine pfsd and pfs_mountd agent is whether runing or not
#ps -ef|grep pfsd
#ps -ef|grep pfs_mountd
If they are not runing start by 2 command
#pfsd&
#pfs_mountd&
2. Mount Oracle
#pfs_mountd /dev/dsk/c3t2d0 /cdrom
===If you are using other version, Check installation guide inside Oracle CD
what Oracle version do you use?. If it is oracle 8.1.7. you must mount by pfs_mountd command.
===
1. Determine pfsd and pfs_mountd agent is whether runing or not
#ps -ef|grep pfsd
#ps -ef|grep pfs_mountd
If they are not runing start by 2 command
#pfsd&
#pfs_mountd&
2. Mount Oracle
#pfs_mountd /dev/dsk/c3t2d0 /cdrom
===If you are using other version, Check installation guide inside Oracle CD
HP is simple
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2004 08:42 PM
12-01-2004 08:42 PM
Re: Processes hang when accessing cdrom
Hi,
Try doing this:
# mount -F cdfs /dev/dsk/c3t2d0 /cdrom
# cd /cdrom
# more filename
This should work but i doubt if your CD is in problem. It is hanging mean I/o to CD is getting stuck and this could be possible with bad cd. Try mounting another CD and see same thing happens.
Hope that helps.
Regards,
ps. pfs_mount is not required for 11i
Try doing this:
# mount -F cdfs /dev/dsk/c3t2d0 /cdrom
# cd /cdrom
# more filename
This should work but i doubt if your CD is in problem. It is hanging mean I/o to CD is getting stuck and this could be possible with bad cd. Try mounting another CD and see same thing happens.
Hope that helps.
Regards,
ps. pfs_mount is not required for 11i
You need to know a lot to actually know how little you know
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 03:33 AM
12-02-2004 03:33 AM
Re: Processes hang when accessing cdrom
Thank you both for your quick responses.
Nguyen: I'm trying to install the Oracle Client for version 10.1.0. I have already installed the Oracle server, mounting the CD's with pfs.
I tried to use pfs to mount the Client CD, but began having problems. After reading many posts in this forum, I applied the above named HPUX patches to enable Rock Ridge, but am still having problems, described above.
Bharat: I tried your suggestion but the file names are not in their correct format. I have to specify the "rr" option in the mount command so that Unix can read the files using their correct names.
Nguyen: I'm trying to install the Oracle Client for version 10.1.0. I have already installed the Oracle server, mounting the CD's with pfs.
I tried to use pfs to mount the Client CD, but began having problems. After reading many posts in this forum, I applied the above named HPUX patches to enable Rock Ridge, but am still having problems, described above.
Bharat: I tried your suggestion but the file names are not in their correct format. I have to specify the "rr" option in the mount command so that Unix can read the files using their correct names.
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP