Operating System - HP-UX
1833759 Members
2343 Online
110063 Solutions
New Discussion

Re: disk mount from an onother machine

 
SOLVED
Go to solution
I.Delic
Super Advisor

disk mount from an onother machine

Hi Guy's,

How can i mount a disk from an onther machine.
Let's assume i want to mount disk /dev/dsk/c1t1d1 from machine "host_1"
Neme of my curent machine is "host_2".

Is this possible ?

Idea is to put the backup from de host_2 on the disk of the "host_1"

thank you in advance

Idriz

3 REPLIES 3
Sundar_7
Honored Contributor
Solution

Re: disk mount from an onother machine

You cannot mount the disk directly. You need to have a filesystem on the disk and available for mouting via NFS by host_2.

1) Create a volume group using the disk c1t1d1 on host_1

Create a LV and filesystem

2) Start the NFS server daemons on host_1. Export the filesystem that you just created.

3) Start the NFS client daemons on host_2 and mount the filesystem from host_1

4) Backup host_1 to the NFS filesystem.
Learn What to do ,How to do and more importantly When to do ?
Sundar_7
Honored Contributor

Re: disk mount from an onother machine

Oops, I meant backup host_2 to the NFS filesystem.
Learn What to do ,How to do and more importantly When to do ?
Geoff Wild
Honored Contributor

Re: disk mount from an onother machine

With NFS...

Check out "NFS Services Administrator's Guide"

http://docs.hp.com/hpux/onlinedocs/B1031-90053/B1031-90053.html



Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.