- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NFS version and "share"
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
07-05-2005 05:50 PM
07-05-2005 05:50 PM
First, How to know which NFS version is running on the HP-UX system ?
Second, when I run "/usr/sbin/share" on HP-UX 11.23, it complains as follows:
"share: Running old NFS library, requires new NFS library"
and there is no man pages for the "share".
I know, I can use "exportfs" instead of "share", but I don't want to do that for some reason.
Any idea, what is the problem and I need to replace which library ?
Thanks in Advance.
Regards,
Tarun
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 07:17 PM
07-05-2005 07:17 PM
Solutionuse rpcinfo -s
rpcinfo -s
program version(s) netid(s) service owner
100000 2,3,4 udp,tcp,ticlts,ticotsord,ticots rpcbind superuser
100024 1 tcp,udp status superuser
100021 2,4,3,1 udp,tcp nlockmgr superuser
100020 1 tcp,udp llockmgr superuser
100068 5,4,3,2 udp cmsd superuser
100083 1 tcp ttdbserver superuser
100005 3,1 tcp,udp mountd superuser
100003 3,2 udp nfs superuser
1342177279 2,1,3 tcp - superuser
Sudeesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 08:35 PM
07-05-2005 08:35 PM
Re: NFS version and "share"
I know that you are familiar whith Solaris because you use share instead exportfs...
You have to use the exportfs command in HP-ux, it works fine in the same manner of share (it reads the /etc/exports file as share command reads /etc/dfs/dfstab file in Solaris).
regards
Giacomo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 09:04 PM
07-05-2005 09:04 PM
Re: NFS version and "share"
Regarding "share", I still want to know why this is not working for HP-UX. Why does it ask for new NFS libraries ?
Regards,
Tarun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 09:48 PM
07-05-2005 09:48 PM
Re: NFS version and "share"
uname -a
file /usr/sbin/share
Sudeesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 10:10 PM
07-05-2005 10:10 PM
Re: NFS version and "share"
Here is o/p, as per requirement:
(root@hp_ux)[/] uname -a
HP-UX hp_ux B.11.23 U 9000/800 2653658371 unlimited-user license
(root@hp_ux)[/] file /usr/sbin/share
/usr/sbin/share: PA-RISC1.1 shared executable dynamically linked -not stripped dynamically linked
***Additional information about 'ldd' on 'share':
(root@hp_ux)[/] ldd /usr/sbin/share
/usr/lib/libdld.2 => /usr/lib/libdld.2
/usr/lib/libc.2 => /usr/lib/libc.2
/usr/lib/libdld.2 => /usr/lib/libdld.2
/usr/lib/libc.2 => /usr/lib/libc.2
/usr/lib/libnsl.1 => /usr/lib/libnsl.1
/usr/lib/libxti.2 => /usr/lib/libxti.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2005 11:29 AM
07-08-2005 11:29 AM
Re: NFS version and "share"
whereis share
Sudeesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2005 06:41 PM
07-08-2005 06:41 PM
Re: NFS version and "share"
ll *share*
-r-xr--r-- 1 bin bin 24372 Sep 3 2003 share
-r-xr--r-- 1 bin bin 1515 Sep 3 2003 shareall
-r-xr--r-- 1 bin bin 19956 Sep 3 2003 unshare
-r-xr--r-- 1 bin bin 976 Sep 3 2003 unshareall
/usr/sbin/swlist -l product -l file | grep /usr/sbin/share
NFS.NFS2-SERVER: /usr/sbin/share
NFS.NFS2-SERVER: /usr/sbin/shareall
These commands are part of NFS (see above o/p) and not of Samba. I stand corrected.
Lets hope HP will come up with some information regarding these commands in the near future.
Sudeesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2006 09:09 PM
03-30-2006 09:09 PM
Re: NFS version and "share"
and edit /etc/exports