- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: pfs_mount commands and sudo
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-14-2002 06:59 PM
01-14-2002 06:59 PM
pfs_mount commands and sudo
I've tried a couple of things in /etc/sudoers (like setting NOPASSWD on /usr/sbin/pfs_mountd and /usr/sbin/pfsd), but I'm ending up with RPC error messages when trying to do things that way....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2002 07:32 PM
01-14-2002 07:32 PM
Re: pfs_mount commands and sudo
I for one would not want DBA's anywhere near
using the pfs set of commands. pfs is so
diabolical, one little error could create
a mistake and hence a reboot required. If
you must why not set a restricted sam, if
you cannot get sudo working. I would rather
be bothered for a short time and do this
myself than have a DBA that doesn't know
what they are doing cause some problems.
Attached is a link to how to do the pfs
mounting anyway.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1785972194d6d5118ff40090279cd0f9,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x53e7d211e18ad5118ff10090279cd0f9,00.html
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 04:14 AM
01-15-2002 04:14 AM
Re: pfs_mount commands and sudo
Here it is :
# nohup /usr/sbin/pfs_mountd &
# nohup /usr/sbin/pfsd &
# /usr/sbin/pfs_mount /SD_CDROM
Attention:
If you try to bypass these last steps, you may be confronted to the following console error message that oblige you to reboot your system !
NFS server
So attention.
Magdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 08:46 AM
01-15-2002 08:46 AM
Re: pfs_mount commands and sudo
I'm still interested if anyone out there knows the correct entries (configuration) to allow the process to be accomplished with the use of sudo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 11:45 AM
01-15-2002 11:45 AM
Re: pfs_mount commands and sudo
placed the pfs_mountd and pfsd commands in a script, and gave the users permission to execute the script via sudo....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 07:07 PM
01-15-2002 07:07 PM
Re: pfs_mount commands and sudo
The bug with pfs_mount is related to killing the deamons before pfs_umounting.
A pfs_umount must be performed before kill pfsd/pfs_mountd. The only way to kill the pfs_umount's after this occurs is to perform a reboot.
Worth noting that SAP has released Oracle CD's that are not as particular as to need pfs_mount. They mount without a hitch with mount.
Glenn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 07:27 PM
01-15-2002 07:27 PM
Re: pfs_mount commands and sudo
Worth reading document id: A4755662B if you plan to create scripts to help the DBA's mount the Oracle CD's using pfs_mount.
This document will explain the reason for pfs_mount hangs and therefore how to avoid such happening.
Glenn