- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mounting cdrom from linux to HPUX
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
02-11-2004 09:48 PM
02-11-2004 09:48 PM
I mount my cdrom (HPUX Application)
on a linux box RH7.3
#mount /dev/cdrom
#ll /mnt/cdrom => looks ok.
#exportfs -i lxsys3:/mnt/cdrom
#exportfs
/mnt/cdrom lxsys3
On the hp box (11i) :
#mount lxsys3:/mnt/cdrom /cdrom
nfs mount: get_fh: lxsys3:: RPC: Program not registered
nfs mount: get_fh: lxsys3:: RPC: Program not registered
nfs mount: retry: retrying(1) for: /cdrom after 5 seconds
nfs mount: retry: giving up on: /cdrom
So I tried :
#pfs_mountd&
#pfsd&
#pfs_mount -v -t nfs lxsys3:/mnt/cdrom /cdrom
Version: 2.9.3F (UNLIMITED) Built: Sun Jul 25 16:39:53 PDT 1999
pfs_mount: giving up on /cdrom
#ll /cdrom
Nothing mounted ...
Have you an idea ?
Best regards.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 09:51 PM
02-11-2004 09:51 PM
SolutionTry restarting NFS daemons and export. ALso, check /var/log/messages after restarting NFS.
Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 09:52 PM
02-11-2004 09:52 PM
Re: Mounting cdrom from linux to HPUX
Is the NFSD ( daemon ) running ?
# ps -ef | grep nfs
# /sbin/init.d/nfs.client start
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 10:18 PM
02-11-2004 10:18 PM
Re: Mounting cdrom from linux to HPUX
You export the cdrom for usage from lxsys3. Which should be the NFS client then.
But when mounting, you specify lxsys3 as the server.
So you need to replace lxsys3 on the exportfs command or on the mount line... I think the exportfs is what you need to change.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 10:19 PM
02-11-2004 10:19 PM
Re: Mounting cdrom from linux to HPUX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 10:55 PM
02-11-2004 10:55 PM
Re: Mounting cdrom from linux to HPUX
nfsd wasn't running on the linux box.
(thanks all)
and the export wasn't good.
(thanks elmar)
Everything is ok now !!
Best regards.