- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NFS mount between HP and Sun
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
Discussions
Discussions
Discussions
Forums
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
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
тАО12-11-2003 06:32 AM
тАО12-11-2003 06:32 AM
NFS mount between HP and Sun
If so, are there issues?
Trying to share a cdrom for remote installation.
Any additional info is VERY welcome.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2003 06:35 AM
тАО12-11-2003 06:35 AM
Re: NFS mount between HP and Sun
There should be no problem. We do it all the time.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2003 06:35 AM
тАО12-11-2003 06:35 AM
Re: NFS mount between HP and Sun
For example, to share your cdrom on HP with a Solaris box:
mount /dev/dsk/
exportfs -i -o ro /cdrom
Rgds..Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2003 06:39 AM
тАО12-11-2003 06:39 AM
Re: NFS mount between HP and Sun
NFS is pretty standard across platforms.
Linux has gotten a bit off the path with extra /etc/exports options, but heck, you can even NFS with Novell, ask Pete Randall.
SEP
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
тАО12-11-2003 06:54 AM
тАО12-11-2003 06:54 AM
Re: NFS mount between HP and Sun
-Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2003 06:55 AM
тАО12-11-2003 06:55 AM
Re: NFS mount between HP and Sun
Thanks again...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2003 07:04 AM
тАО12-11-2003 07:04 AM
Re: NFS mount between HP and Sun
If you are planning to export only the /cdrom then
solaris /etc/dfs/dfstab should look like this,
share -F nfs /cdrom
and run shareall
If you are exporting from HP-UX
then check if /etc/exports contains,
/cdrom
and run exportfs -a
Now you should be able to mount w/o probs.
-Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2003 07:09 AM
тАО12-11-2003 07:09 AM
Re: NFS mount between HP and Sun
In any case if ur are mounting as root, root is always treated as unknown user.
(Very sure about HP-ux, but not with sun)
So you will have to put anon option in /etc/exports file and on sun machine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2003 07:16 AM
тАО12-11-2003 07:16 AM
Re: NFS mount between HP and Sun
unshareall/shareall
or
exportfs -u /mnt
exportfs -a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2003 09:59 AM
тАО12-11-2003 09:59 AM
Re: NFS mount between HP and Sun
It's a pfs mount.
It's been exported with pfs_export -av and the proper entry in pfs_exports.
The disk is mounted pfs mode and reads fine on the NFS server.
How can I check if I see this mount on the NFS client?
Is there a different way to mount a pfs share?
I'm still getting a permission denied while issuing the mount hostname:/mount1 /localdir
Thanks again!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2003 10:09 AM
тАО12-11-2003 10:09 AM
Re: NFS mount between HP and Sun
nohup /usr/sbin/pfs_mountd &
nohup /usr/sbin/pfsd &
pfs_mount -o xlat=unix nfssrv:/cdrom /local_mnt_pnt
-Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2003 10:30 AM
тАО12-11-2003 10:30 AM
Re: NFS mount between HP and Sun
Install guides are written to the lowest common denominator system. HP-UX has not required the pfs_mount command for some time now....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-12-2003 02:50 AM
тАО12-12-2003 02:50 AM
Re: NFS mount between HP and Sun
Must be missing something.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-12-2003 03:47 AM
тАО12-12-2003 03:47 AM
Re: NFS mount between HP and Sun
exportfs -i -o ro access=sunserver /cdrom
and/or root:
exportfs -i -o ro root=sunserver /cdrom
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-12-2003 04:28 AM
тАО12-12-2003 04:28 AM
Re: NFS mount between HP and Sun
They should be matching.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-12-2003 05:33 AM
тАО12-12-2003 05:33 AM