![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to tar a directory in a sun solaris? | mmb | SUN Solaris | 7 | 05-19-2008 08:03 AM |
| Usage of /var/tmp/ directory on Solaris 10 | patilmuragesh | SUN Solaris | 1 | 12-12-2007 09:31 AM |
| Linking problem while linking to shared library | laho | High Level Programming | 6 | 03-16-2004 07:01 AM |
| Solaris-ksh: directory not found | dangral | UNIX for Dummies Questions & Answers | 5 | 02-19-2004 12:12 PM |
| How to compress a directory on a Sun Solaris 5.7 ? | sameerdes | UNIX for Dummies Questions & Answers | 4 | 08-22-2003 09:44 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
help linking directory from a hp to a solaris
I need to link a directory from a hp to a solaris machine
like mapping in windows any suggestion will be apreciated thanks Raulb |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
I will assume that the boxes are named hpbox and sunbox. You start on hpbox.
I will assume HP-UX 11i. Edit /etc/exports (create the file if it doesn't exist) and add a line to export the directory to the sunbox. Something like /some/directory -rw=sunbox Edit /etc/rc.config.d/nfsconf and make sure that NFS_SERVER=1. If it had been zero, run: /sbin/init.d/nfs.server start If it had been 1, just run: exportfs -a Now move to sunbox. Create a mountpoint: mkdir -p /nfs/hpbox/directory Add an entry to /etc/vfstab: hpbox:/some/directory - /nfs/hpbox/directory nfs - yes rw and then run mount /nfs/hpbox/directory to mount it. I think I got this right... it's close anyway. |
|
#3
|
|||
|
|||
|
thanks
I will try |
|
#4
|
|||
|
|||
|
Perderabo
it works fine Thank you very much raulb |
|||
| Google The UNIX and Linux Forums |