HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: mounting cdrom using NFS
Operating System - HP-UX
1828253
Members
3544
Online
109975
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
07-27-2004 06:55 PM
07-27-2004 06:55 PM
Hi,
I want to mount cdrom on a server (which do not have cdrom drive) from another server (which has cdrom drive). I have created /etc/exports with following contents
/cdrom -ro
then I issue '#exportfs -a' on cdrom-drive server. When I try to mount by giving 'mount cdrom_drive_server:/cdrom /cdrom' on no_cdrom_drive_server, I receive following error
nfs mount:get_fh:cdrom_server::RPC:Program not registerd
nfs mount:retry:retrying(1) for:/cdrom after 5 econds
nfs mount:retry:giving up on:/cdrom
Do anybody has clue?
Thanx in advance
Samir
I want to mount cdrom on a server (which do not have cdrom drive) from another server (which has cdrom drive). I have created /etc/exports with following contents
/cdrom -ro
then I issue '#exportfs -a' on cdrom-drive server. When I try to mount by giving 'mount cdrom_drive_server:/cdrom /cdrom' on no_cdrom_drive_server, I receive following error
nfs mount:get_fh:cdrom_server::RPC:Program not registerd
nfs mount:retry:retrying(1) for:/cdrom after 5 econds
nfs mount:retry:giving up on:/cdrom
Do anybody has clue?
Thanx in advance
Samir
Samir
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2004 07:18 PM
07-27-2004 07:18 PM
Solution
hi,
Are nfs services running on both the server as well as client
For NFS Server:
/sbin/init.d/nfs.core start
/sbin/init.d/nfs.server start
/sbin/init.d/nfs.client start
For client ( where you want the cdrom)
/sbin/init.d/nfs.core start
/sbin/init.d/nfs.client start
Also check for proper configurations in
/etc/rc.config.d/nfs.conf file on the respective servers.
Also use rpcinfo command to check whether
the nfs program is available
( see man rpcinfo for details )
Regards,
Are nfs services running on both the server as well as client
For NFS Server:
/sbin/init.d/nfs.core start
/sbin/init.d/nfs.server start
/sbin/init.d/nfs.client start
For client ( where you want the cdrom)
/sbin/init.d/nfs.core start
/sbin/init.d/nfs.client start
Also check for proper configurations in
/etc/rc.config.d/nfs.conf file on the respective servers.
Also use rpcinfo command to check whether
the nfs program is available
( see man rpcinfo for details )
Regards,
I'll sleep when i am dead.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2004 07:18 PM
07-27-2004 07:18 PM
Re: mounting cdrom using NFS
Is rpc.mountd running on the server? If not, set
START_MOUNTD=1
in /etc/rc.config.d/nfsconf
and run /sbin/init.d/nfs.server start
To check that /cdrom is exported ok, from the client run
showmount -e
START_MOUNTD=1
in /etc/rc.config.d/nfsconf
and run /sbin/init.d/nfs.server start
To check that /cdrom is exported ok, from the client run
showmount -e
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 12:24 AM
07-28-2004 12:24 AM
Re: mounting cdrom using NFS
Hi Shaikh,
It was right on the hole. I got it.
Thanks
Samir
It was right on the hole. I got it.
Thanks
Samir
Samir
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP