- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How do i do a pfsmount on a network
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
05-01-2001 11:23 AM
05-01-2001 11:23 AM
How do i do a pfsmount on a network
can anybody give the correct syntax??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2001 11:31 AM
05-01-2001 11:31 AM
Re: How do i do a pfsmount on a network
Remote (CD-server) :
nohup /usr/sbin/pfs_mountd &
nohup /usr/sbin/pfsd &
/usr/sbin/pfs_mount ?t rrip ?x \ unix /dev/dsk/c9t9d0 /cdrom
vi /etc/pfs_exports and add:
/cdrom ?access=other_host
pfs_exportfs ?a ?v
Local (Oracle server):
nohup /usr/sbin/pfs_mountd &
nohup /usr/sbin/pfsd 4 &
/usr/sbin/pfs_mount cdserver:/cdrom /cdrom
BTW if you used search you would probably have found some threads on this, but then again I would have missed a chance to get some points ;))))
good luck,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2001 11:34 AM
05-01-2001 11:34 AM
Re: How do i do a pfsmount on a network
Knowledge Base document #KBAN00000252 ("PFS to mount Oracle, Rockridge and most PC formatted CD-ROM 11.x") gives a very good summary of the methodology and cautions used with pfs_mounts.
Document #KBRC00001258 ("Export a pfs_mounted CD-ROM using pfs_export") discusses the pfs_export procedures needed.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2001 11:49 AM
05-01-2001 11:49 AM
Re: How do i do a pfsmount on a network
Remoter Server (B)
On (A)
1. /usr/sbin/pfs_mountd &
2. /usr/sbin/pfsd &
3. in /etc create file pfs_exportfs and add
/cdrom
4. pfs_mount /dev/dsk/cXtYdZ /cdrom
5. pfs_exportfs -a -v
6. check in bdf that the mount of the CDROm should be
a:/cdrom xxx xxx xxxx xxxx /cdrom
on the serve (B)
1. /usr/sbin/pfs_mountd &
2. /usr/sbin/pfsd &
3. pfs_mount a:/cdrom /cdrom
also check in the /etc/hosts file that the corresponding IP conversions should be present for each servers.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2001 12:02 PM
05-01-2001 12:02 PM
Re: How do i do a pfsmount on a network
Inspite of using the commands, i still get an error message :
# /usr/sbin/pfs_mount 10.12.104.34:/CDROM /CDROM1
/usr/sbin/pfs_mount: access denied for 10.12.104.34:/CDROM.
/usr/sbin/pfs_mount: giving up on /CDROM1
what should be the problme
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2001 12:16 PM
05-01-2001 12:16 PM
Re: How do i do a pfsmount on a network
Also check the step 6 that after the pfs_exportfs -a -v the bdf should give the cdrom mounted as
a:/cdrom xxxx xxxx xxxxx /cdrom
If this doesnt show up then there is a issue in local server it self.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2001 12:33 PM
05-01-2001 12:33 PM
Re: How do i do a pfsmount on a network
Both the boxes talk to each other. I see the CDROM successfully mounted on the server. It can be seen in the bdf output.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2001 12:56 PM
05-01-2001 12:56 PM
Re: How do i do a pfsmount on a network
1. the mount should be as
A:/cdrom xxxxx xxxx 0 100% /cdrom and not
/dev/dsk/cXtYdZ xxx xxxx 0 100% /cdrom
2. What is the HPUX version on each machine ?
3. create in /etc the following file other than pfs_exports , pfs_fstab with the following entry in the both the machines :
/dev/dsk/cXtYdZ /cdrom pfs_rrip xlat=unix 0 0
also please note the sequence of pfsd and pfs_mountd .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2001 03:19 AM
05-02-2001 03:19 AM
Re: How do i do a pfsmount on a network
sorry to hear things did't work out from the first try :(
okay, so the CD is (pfs-)mounted on the cd-server.
1. did the pfs_export work okay, did you get the message '/CDROM exported' ?
2. are pfs_mountd and pfsd running on both servers?
(maybe you could try to mount with the servername instead of the IP address, should also work however, just a wild hunch)
good luck,
Thierry.
BTW if things really don't work, pfs-mount the CD on a server, and copy the whole CD to a temporary directory on the oracle-server, and then install from there. That's how I did it my very first time ;))