- 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-13-2002 04:42 PM
01-13-2002 04:42 PM
I am having problems mounting my Oracle cdrom via pfs_mount, have executed pfs mountd and pfsd commands then pfs_mount but still gets 'nfs server not responding' any ideas what's wrong? or what i need to do further?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2002 04:56 PM
01-13-2002 04:56 PM
Re: pfs_mount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2002 04:58 PM
01-13-2002 04:58 PM
Re: pfs_mount
# nohup /usr/sbin/pfs_mountd &
# nohup /usr/sbin/pfsd &
#pfs_mount -o xlat=unix /dev/rdsk/c0t2d0 /CDROM
Thanks...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2002 05:02 PM
01-13-2002 05:02 PM
Re: pfs_mount
Have a look at the attached link. It give the procedure that I am sure that you want.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x53e7d211e18ad5118ff10090279cd0f9,00.html
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2002 05:08 PM
01-13-2002 05:08 PM
Re: pfs_mount
I guess this was because the pfsd and pfs_mountd were already running. When we run pfsd and pfs_mountd without nohup option and mount the CDROMs and when we exit out of the shell, the mounts will hang and produce NFS Server not responding results. Someone might have done it before on your system. Make sure everything is clean on your system. Do a bdf and see if it is not hanging.
Kill all the pfs*, take out the CD and mount it again. Try with the usual nohup process.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2002 05:15 PM
01-13-2002 05:15 PM
Re: pfs_mount
You should be using the block device and not the raw device. If your CDROM drive is c0t2d0 then you should be using /dev/dsk/c0t2d0 in the pfs_mount command. Also make sure the directory /CDROM exist.
pfs_mount -o xlat=unix /dev/dsk/c0t2d0 /CDROM
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2002 05:41 PM
01-13-2002 05:41 PM
Re: pfs_mount
First kill pfs process and Try first nohup for pfsd and pfs_mountd
Followed by this command
/usr/sbin/pfs_mount -t rrip -x unix /dev/dsk/
for other CD format
mount -F cdfs -r -o cdcase /dev/dsk
Hope this helps
Goodluck
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2002 07:14 PM
01-13-2002 07:14 PM
Re: pfs_mount
On HP-UX:
1. #vi /etc/rc.config.d/netconf
...
NFS_CLIENT=1
NFS_SERVER=1
NUM_NFSD=4
START_MOUNTD=1
...
2. #/sbin/init.d/nfs.server start
#/sbin/init.d/nfs.client start
3. #vi /etc/pfs_fstab
/dev/dsk/cXtXdX /cdrom pfs-rrip xlat=unix 0 0
4. #nohup /usr/sbin/pfs_mountd &
#nohup /usr/sbin/pfsd &
#/usr/sbin/pfs_mount /cdrom
OK!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2002 08:49 PM
01-13-2002 08:49 PM
Re: pfs_mount
tried some of them,
i tried killing pfs processes [in sequence] but i found one pfs_mountd.rpc process which was owned by init. and I cant kill it, how do i resolve this?
Thanks for all the help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2002 08:53 PM
01-13-2002 08:53 PM
Re: pfs_mount
You should have been able to kill the pfs_mountd.rpc, but it should be done before you kill pfs_mountd. If you are still able to kill the process, there in no other choice, you have to reboot the system to clear the process.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2002 08:57 PM
01-13-2002 08:57 PM
Re: pfs_mount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2002 09:58 PM
01-13-2002 09:58 PM
Re: pfs_mount
no 'NFS_whatsoever=1' on netconf file
what is /etc/pfs_mtab for?
help...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2002 10:07 PM
01-13-2002 10:07 PM
Re: pfs_mount
There is a typo with the file that should
be edited. The file should be /etc/rc.config.d/nfsconf not /etc/rc.config.d/netconf
'netconf' is for networking, 'nfsconf' for NFS.
Remove the changes in netconf and place them
into nfsconf. The /etc/pfs_fstab file is similar to /etc/fstab file except is used for 'pfs' type mounting and and not ordinary mounting.
'pfs' mounting is commonly called 'RockRidge Format'.
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2002 10:20 PM
01-13-2002 10:20 PM
Re: pfs_mount
Try this link,
http://us-support3.external.hp.com/cki/bin/doc.pl/sid=06a1fe7213bb9b6730/screen=ckiDisplayDocument?docId=200000055877498
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2002 11:20 PM
01-13-2002 11:20 PM
Re: pfs_mount
executed 'nohup' commands
executed pfs_mount etc...
[get error message:]
pfs_mountd at hpn: /dev/dsk/c#t#d# not responding
what's /etc/pfs_mtab got to do with port#?
entry:
/dev/dsk/c#t#d# /
where can i get this port=932?
Help... thanks everyone...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2002 11:24 PM
01-13-2002 11:24 PM
Re: pfs_mount
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2002 03:17 AM
01-16-2002 03:17 AM
Re: pfs_mount
I'm new in this forum
Sanjay, who do you suggest to use the block device?
In the man page pfs_mount(1M) I find:
...
PFS expects a character device to be used for mounts, not a block
device. Use of a block device with PFS is not supported.
...
Some time ago, I tried to use block device, but if I want to mount the cd-rom in one system and remotly mount that cd-rom from another one, with the block device it doesn't work.
Thank you for your attention.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2002 05:53 AM
01-16-2002 05:53 AM
Re: pfs_mount
Thanks for pointing out. I was mistaken. you use the block device when adding an entry in the /etc/pfs_fstab file. the entry should be
/dev/dsk/c5t2d0 /SD_CDROM pfs-rrip xlat=unix 1 0
the do a nuhup for the two pfs processes,
# nohup /usr/sbin/pfs_mountd &
# nohup /usr/sbin/pfsd &
Then mount the pfs CD,
# /usr/sbin/pfs_mount /SD_CDROM
If you mention the device file name in the command line to mount the CD, you have to use a character device file in /dev/rdsk.
Sorry about the earlier post.
Regds
Sanjay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 11:30 AM
01-22-2002 11:30 AM
Re: pfs_mount
I'm confused.
I read the man page of both pfs_mount and pfs_fstab and I think it's not documented very well.
I put the extract for pfs_mount(1M) page:
...
PFS expects a character device to be used for mounts, not a block
device. Use of a block device with PFS is not supported.
...
And the pfs_fstab(5):
...
filesystem
is the pathname of a raw or block-special device, the
name of a remote file system in host:pathname form, or
the name of a file created with MakeDisc.
...
I think you can use both type of device file, but I had some problem with the block one in remote mounting.
Man pages are not clear.
Anyway I think there is correspondence:
mount <--> pfs_mount
fstab <--> pfs_fstab
I mean you have to put the same object in command line (pfs_mount) or in then file (pfs_fstab).
Tell me your opinion, please.
Bye
Andrea
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 06:35 PM
01-22-2002 06:35 PM
SolutionPFS is actually a product developed by a company called Young Minds. The man pages for the product are very poorly written and are hard to understand. I have had to work with this issue on all sorts of third party cds.
Here is what is needed to get PFS to work as well as it can.
First run this:
# swlist -l product | grep -i pfs
PHCO_16438 1.0 PFS cumulative patch
If you don't have this patch you will need to get it.
Next vi /etc/rc.config.d/nsfconf
Change the following entries to the following:
NFS_CLIENT=1(optional, sometimes this can cause problems if it is not set to 1)
NFS_SERVER=1(manitory, pfs needs this to run correctly)
REBOOT the server :) or just run a ps -ef | grep -i nfs. If you get nfsd back you are okay.
The reason that NFS needs to be running is that PFS use the NFS subsystems to basically do a local NFS mount with the pfs_mount command. If you don't have it running it gets confused.
Now run the nohups stated earlier
nohup /usr/sbin/pfs_mountd &
nohup /usr/sbin/pfsd &
now you can run the mount command, be sure to use the raw device. Sometimes the kernal can have problem translating if you only use the normal device file i.e.
pfs_mount -o xlat=unix /dev/rdsk/c0t2d0 /CDROM
Now to answer your question about the /etc/pfs_mtab file. This is the /etc/mnttab file for normal filesystems. It gets update as the pfs_mount and pfs_umount commands get run.
I hope this helps and explains some of the questions you might have.
Good luck and keep the questions coming.
Layne
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 08:28 PM
01-22-2002 08:28 PM
Re: pfs_mount
Have u checked whether rpcbind or portmap(depending on ur HP-UX version) daemon is running?. If not stop all the daemons and then run,
# /sbin/init.d/nfs.core start
Then start pfs daemons and mount cdrom,
# nohup /usr/sbin/pfs_mountd &
# nohup /usr/sbin/pfsd &
#pfs_mount -o xlat=unix /dev/rdsk/c0t2d0 /CDROM
Hope this will solve ur problem.
Cheers...
Satish.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 09:16 PM
01-22-2002 09:16 PM
Re: pfs_mount
Thanks for all yer suggestions!
have tried it all, all patches are already installed, checked anny available s/w issue, changed Oracle CD
still errs....
So i have decided to change my CDRom [any relevance?] and everything went OK!!!!
Whew!!! now that's troubleshooting!
Thanks again everybody!!!