- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ignite link
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
02-04-2008 04:56 AM
02-04-2008 04:56 AM
ignite link
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/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2008 06:00 AM
02-04-2008 06:00 AM
Re: ignite link
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2008 06:21 AM
02-04-2008 06:21 AM
Re: ignite link
Option one above is probably better, soft link redirection.
/var filesystem is rarely large enough to hold a lot of Ignite images.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2008 07:18 AM
02-04-2008 07:18 AM
Re: ignite link
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2008 10:46 AM
02-04-2008 10:46 AM
Re: ignite link
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.