- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- mount network drive
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
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
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
тАО02-03-2005 11:06 PM
тАО02-03-2005 11:06 PM
mount network drive
i have hp-ux version 10.20
i want to mount network drive(run on linux client Redhat).on my server hp-ux
how can i do that WITHOUT using software (like SAMBA,....)?
if there way please help
thank you
kamal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-03-2005 11:11 PM
тАО02-03-2005 11:11 PM
Re: mount network drive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-03-2005 11:15 PM
тАО02-03-2005 11:15 PM
Re: mount network drive
but can you explain the steps for doing this operation .?
thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-03-2005 11:30 PM
тАО02-03-2005 11:30 PM
Re: mount network drive
- Go into linux box and edit /etc/hosts and add the hp-ux machine
- In hp-ux edit the file /etc/exports and add the filesystem you want to export
- In linux add the nfs service or restart it.
/etc/rc.d/init.d/nfs start (you probably want to do it in the boot, use chkconfig to do it. chkconfig --level 345 nfs on)
- Edit /etc/hosts en the hp-ux box and add the linux box.
- Edit /etc/hosts.equiv in the hp-ux and add the linux.
- Edit /etc/hosts.equiv in the linux and add the hp-ux.
- In hp-ux run exportfs -a to make the export changes active.
I think i'm not forgotten anythig.
good luck
Frank.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-03-2005 11:33 PM
тАО02-03-2005 11:33 PM
Re: mount network drive
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=213941
thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-04-2005 03:12 AM
тАО02-04-2005 03:12 AM
Re: mount network drive
but when i execute the mount command
i have an error
err (no such file or directory)
i think i type command with wrong systax
can u help me for that?
i want to mount :
mount (directory in linux client) on (directory on hp-ux server)
thank you
kamal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-04-2005 04:53 AM
тАО02-04-2005 04:53 AM
Re: mount network drive
try these steps:
- on Linux:
vi /etc/exports
/test
save and exit by :wq!
exportfs -a
- on HP-UX:
mkdir /test
mount
Let me know if it works and if it cannot work let me know the error, if I can then I will try to help you.
Bets regards,
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-04-2005 06:05 AM
тАО02-04-2005 06:05 AM
Re: mount network drive
i try the steps
but this is error
on linux
vi etc/exports
/kimo
wq
exportfs -a
and this is error
*****************************************
exportfs: No 'sync' or 'async' option specified for export ":/kimo".
Assuming default behaviour ('sync').
NOTE: this default has changed from previous versions
exportfs: No host name given with /kimo(sync) (ro,sync,wdelay,hide,secure,root_squash,no_all_squash,subtree_check,secure_locks,mapping=identity,anonuid=-2,anongid=-2), suggest *(ro,sync,wdelay,hide,secure,root_squash,no_all_squash,subtree_check,secure_locks,mapping=identity,anonuid=-2,anongid=-2) to avoid warning
exportfs: No host name given with /kimo(rw) (ro,sync,wdelay,hide,secure,root_squash,no_all_squash,subtree_check,secure_locks,mapping=identity,anonuid=-2,anongid=-2), suggest *(ro,sync,wdelay,hide,secure,root_squash,no_all_squash,subtree_check,secure_locks,mapping=identity,anonuid=-2,anongid=-2) to avoid warning
exportfs: No host name given with /kimo (ro,sync,wdelay,hide,secure,root_squash,no_all_squash,subtree_check,secure_locks,mapping=identity,anonuid=-2,anongid=-2), suggest *(ro,sync,wdelay,hide,secure,root_squash,no_all_squash,subtree_check,secure_locks,mapping=identity,anonuid=-2,anongid=-2) to avoid warning.
******************************************
and on hp-ux
mount kamal(this is linux name):/kimo /home/dir1
but that is error
***************************
server not responding: RPC_PMAP_FAILURE - RPC_PMAP_FAILURE
***************************
please advise
kamal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-05-2005 01:39 AM
тАО02-05-2005 01:39 AM
Re: mount network drive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-05-2005 09:44 AM
тАО02-05-2005 09:44 AM
Re: mount network drive
just now I can see your post.
Then:
- first of all, what kind of Linux is your system?
- on Linux is nfs service launched?
service nfs start
- on HP-UX is the nfs client started?
/sbin/init.d/nfs.client start
- you use DNS or /etc/hosts?
- on /etc/hosts of both systems anyway insert
on Linux system
on HP-UX system
Let me know.
Best regards,
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-06-2005 01:39 AM
тАО02-06-2005 01:39 AM
Re: mount network drive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-06-2005 11:22 PM
тАО02-06-2005 11:22 PM
Re: mount network drive
Error stands on the format of /etc/exports.
To solve your problem follow steps below:
- on Linux:
vi /etc/exports
/
ro just is an option for read-only, you can insert what you want separated with a comma (,).
service nfs stop
service nfs start
exportfs -a
ignore messages.
- on HP-UX:
mount
Let me know if it solves your problem.
Best regards,
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-07-2005 01:59 AM
тАО02-07-2005 01:59 AM
Re: mount network drive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-08-2005 10:55 PM
тАО02-08-2005 10:55 PM
Re: mount network drive
now it is new error and I needed a few time to search something.
I don't think that the different version is a problem.
Try:
on Linux system create or (if already exists) modify
/etc/hosts.allow
portmap : 192.167.16.130/255.255.255.0 : allow
Above just an example. You have to specify IP/subnet mask of the HP-UX system in /etc/hosts.allow.
Then stop/start the service again on both systems.
Hope this helps you.
Best regards,
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-14-2005 03:33 AM
тАО02-14-2005 03:33 AM
Re: mount network drive
in linux
when i removed it
mountd works good
thank you