1834768 Members
3395 Online
110070 Solutions
New Discussion

Re: ignite link

 
Francis Flan
Regular Advisor

ignite link

Hi,

I've a pretty basic ln question:

I created a VG to hold all the ignite images from make_net_recovery.
How can I link the current location of the image to this new VG without the current location expanding in size anymore.

Something along the lines of this?
ln /var/opt/ignite/recovery/client... /vg_ignite/images/
4 REPLIES 4
Robert-Jan Goossens
Honored Contributor

Re: ignite link

Francis,

I asume you have created a logical volume in your new vg and you have created a mount point for this lvol.

option 1
create a link from /var/opt/ignite/recovery/client to your new lvol.

# ln -s /var/opt/ignite/recovery/client.... /mount_point

option 2
use the new lvol to store the complete /var/opt/ignite tree and mount it on /var/opt/ignite.

HTH,
Robert-Jan
Steven E. Protter
Exalted Contributor

Re: ignite link

Shalom,

Option one above is probably better, soft link redirection.

/var filesystem is rarely large enough to hold a lot of Ignite images.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Francis Flan
Regular Advisor

Re: ignite link

Thanks for the advice guys.
I just kicked off a make_net_recovery and so far it is proceding as normal.

Now to allow other servers to store their Ignite images on the same VG - do I use NFS or present the Ignite disk to each of the servers?
Tim Nelson
Honored Contributor

Re: ignite link

>>Now to allow other servers to store their Ignite images on the same VG - do I use NFS or present the Ignite disk to each of the servers

The ignite server does this for you. When you either use the gui or make_net_recovery from a client it automatically mounts the /var/opt/ignite/clients and /var/opt/ignite/recovery/archives to the client server.

Only need all clients to be in /etc/exports.