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
10-25-2005 01:49 AM
10-25-2005 01:49 AM
It would be appreciated if someone recommend any option, like nfs, and how.
Thanks.
Steven
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 03:02 AM
10-25-2005 03:02 AM
Solution/media/cdrom *(ro,async)
And, for every cd that you need to use:
Stop nfs services:
service nfs stop
Mount the device:
eject /dev/cdrom
mount /dev/cdrom /media/cdrom
Start nfs services.
From the client, run:
mount -t nfs server:/media/cdrom /media/cdrom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 06:39 AM
10-25-2005 06:39 AM
Re: NFS Help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 06:51 AM
10-25-2005 06:51 AM
Re: NFS Help
If you cannot connect from HP-UX to Linux, try adding "insecure" to the exports options:
/media/cdrom *(ro,async,insecure)
I had problems with AIX and Linux and the problem was solved with this option.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2006 06:12 PM
07-15-2006 06:12 PM
Re: NFS Help
mount -t nfs erver:/media/cdrom /media/cdrom
it's gave me error message
(mount: illegal option -- t )
Kindly help me ...
thanx for all
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2006 09:56 PM
07-15-2006 09:56 PM
Re: NFS Help
Aside: nice name. :=)
mount -t nfs erver:/media/cdrom /media/cdrom
Checklist
Try it without the -t
or add this little honey into /etc/fstab
erver:/media/cdrom /media/cdrom nfs rw,async 0 0
Then mount /media/cdrom
Make sure /media/cdrom is not having something else moutned on it locally.
SEP
Not being shelled.
Really!
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2006 11:24 PM
07-15-2006 11:24 PM