- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: pfs_mount
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
01-15-2002 07:37 PM
01-15-2002 07:37 PM
sorry for the repeatition...
i am trying to mount an Oracle 8.1.7 Installation CD to my N4000 HP-UX 11.0 machine
and i get
'pfs_mountd at hpn: /dev/dsk/c#t#d# not responding'
error message. Commands Oracle gave me are as follows:
# nohup /usr/sbin/pfs_mountd &
# nohup /usr/sbin/pfsd &
# pfs_mount -o xlat=unix /dev/rdsk/c#t#d# /cdrom
I have verified the device in /etc/pfs_fstab.
checked NFS patches, complete... any idea what I missed?
Many thanks in advance
-Dave
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 07:57 PM
01-15-2002 07:57 PM
Re: pfs_mount
1) Is your c#t#d# correct?
2) It is not unusual, especially after repeated attempts, for the pfs commands to get rather thoroughly confused. I would reboot and go through the sequence again. If you start cleanly, the pfs_commands normally work well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 07:59 PM
01-15-2002 07:59 PM
Re: pfs_mount
Here is the procedure for mounting a
Rockridge CD. This is straight from an
oracle 8 manual
Add this entry to /etc/pfs_fstab
/dev/dsk/c5t2d0 /SD_CDROM pfs-rrip xlat=unix 10
Mount the cd in the drive
# nohup /usr/sbin/pfs_mountd &
# nohup /usr/sbin/pfsd &
# /usr/sbin/pfs_mount /SD_CDROM
Make sure the directory is created and you
have not got your shell in that directory at
the time of mounting.
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 08:58 PM
01-15-2002 08:58 PM
Re: pfs_mount
Clay,
i have done several restarts, but still fails, device file is correct...
Mike,
what does '1 0' mean at /etc/pfs_fstab file?
'... xlat=unix 1 0'
i have tried changing it '0 0' and '1 0' but still fails
my /etc/pfs_fstab entry:
/dev/dsk/c#t#d# /cdrom pfs-rrip xlat=unix 0 0
tried mounting again:
# nohup /usr/sbin/pfs_mountd &
# nohup /usr/sbin/pfsd &
# /usr/sbin/pfs_mount /SD_CDROM
what's the difference between
#pfs_mount -o xlat=unix /dev/dsk/c#t#d# /cdrom
and
#pfs_mount /cdrom
?
Thanks again.... please help...:-(
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 09:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 09:21 PM
01-15-2002 09:21 PM
Re: pfs_mount
i left my /etc/pfs_fstab entry as is
'... xlat=unix 0 0'
then tried mounting /cdrom based on your suggested command, without -o [options]...
IT WORKED!!!!!
can I give you 100 points for that?!!
many thanks again!!!
-Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 09:40 PM
01-15-2002 09:40 PM
Re: pfs_mount
Need further help...
after successfully mounting /cdrom and doing an 'ls'... i received:
NFS server not responding message
and my system hanged! i thought i got this fixed!!! oh my, another problem here... please help again...
-Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 10:06 PM
01-15-2002 10:06 PM
Re: pfs_mount
One suggestion I would like to make is that
if you can unmount all of the NFS mount
points. This will stop this problem....but
are you trying to install the oracle onto
a NFS partition? If so I would suggest you have
a look at doing an install onto a directory
like in the attached link.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x53e7d211e18ad5118ff10090279cd0f9,00.html
HTH
-Michael
PS I hope it works I'm leaving for the day!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2002 12:26 AM
01-16-2002 12:26 AM
Re: pfs_mount
Hey everyone, this is going around in circles.
Remember - an NFS server not responding message when accessing an Oracle CD mounted with PFS is NOT an NFS issue - the error is caused by PFS !
And the solution is; your Oracle CD is DIRTY! clean it or replace it. Searching the Oracle metalink for reasons for this error always comes up with the same solution - your CD is dirty.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2002 12:38 AM
01-16-2002 12:38 AM
Re: pfs_mount
I am looking for my /etc/pfs_fstab file in my boxes and I have the same line as you have:
/dev/dsk/c3t2d0 /cdrom pfs-rrip xlat=unix 1 0
As you can see with the 1 space 0, perhaps this is a bug of pfs command?
Regards,
Justo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2002 01:37 AM
01-16-2002 01:37 AM
Re: pfs_mount
Stefan,
Im requesting for another CD from Oracle...
I didn't give you points now, cause i might rate your suggestion incorrectly ;-)
this is definitely a 10
Thanks again...
-Dave