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
08-22-2001 11:38 PM
08-22-2001 11:38 PM
Any info much appreciated.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2001 11:49 PM
08-22-2001 11:49 PM
Re: NFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2001 11:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2001 11:54 PM
08-22-2001 11:54 PM
Re: NFS
I just need to add it using swinstall then? I'm sure I read that somewhere!!
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2001 11:59 PM
08-22-2001 11:59 PM
Re: NFS
You don't need to add it , it should alreadyu be loaded with the OS and may just need activating by changing 0 to 1 in your /etc/rc.config.d/nfsconf file. Just use SAM to configure you 10.20 as a server and the add your NFS filesystems on your 11.00 system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2001 12:02 AM
08-23-2001 12:02 AM
Re: NFS
You don't need to swinstall NFS. It's already part of the hp-ux installation. You just need to enable it /etc/rc.config.d/nfsconf and ensure the following entries are set :
NFS_CLIENT=1
NFS_SERVER=1
NUM_NFSD=4
NUM_NFSIOD=4
Magdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2001 12:03 AM
08-23-2001 12:03 AM
Re: NFS
For using NFS on HPUX1100 you need not purchase anything seperately. I think it the same with HPUX10.20.
For mounting the filesystems of one machine on another using NFS you have to execute the below steps.
1) make an entry in /etc/exports on machine 1 and save
ex: /var -access=IPif machine2
2) do exportfs -a on machine 1 , to read the modified exports file
3) Start the nfs server on machine 1
/sbin/init.d/nfs_server start
4) start rpc.daemon
rpc.mountd
5) on machine 2 mount the filesystem
mount -F NFS -o ro machine1:/var /directoryon machine2
This will mount the /var filesystem of machine 1 on machine 2.
Hope this helps...
...BPK...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2001 12:04 AM
08-23-2001 12:04 AM
Re: NFS
Thanks again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2001 12:05 AM
08-23-2001 12:05 AM
Re: NFS
HPUXEng64RT, NFS will be included with it. Once you install the operating system, you need to enable NFS in /etc/rc.config.d/nfsconf by setting NSF_CLIENT=1 NFS_SERVER=1 NUM_NFSD=4 etc.,
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2001 12:14 AM
08-23-2001 12:14 AM
Re: NFS
Thanks for your points. I feel that a person should get only 10 points max in a discussion otherwise if there are multiple questions.
-Sri