- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /var/opt/ignite/clients directory - can it be move...
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
04-01-2005 09:32 AM
04-01-2005 09:32 AM
/var/opt/ignite/clients directory - can it be moved?
I'm looking to move the clients directory to a different location, and I'm wondering if it's possible. Searching the almighty google hasn't gotten me anywhere yet. :-)
We use a lot of network attached storage in our environment, and I decided to mount /var/opt/ignite from the netapp for a variety of reasons:
1) If we lost the ignite server, all I'd have to do is install another server, point it to that directory, and I'd be ready to go again.
2) The netapps have much faster network connections than the server and much better redundancy. In my configuration files, I actually pull the depots and golden images down from the netapp directly, bypassing the ignite server.
However, that export on the netapp is read/write only to the ignite server. It's read only to everything else. On top of that, you obviously can't export a directory that you've mounted from somewhere else. So what appears to be the simplest solution to my problem is to give ignite a different location for the clients directory. Can anyone tell me how to do that?
Thanks!
Lance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2005 10:30 AM
04-01-2005 10:30 AM
Re: /var/opt/ignite/clients directory - can it be moved?
You will need to go through your Ignite INDEX and other configuration files and point them the right way.
If this is an NFS connection, you may have to deal with some congestion issues as well.
All of the configuration files are in /opt/ignite or the /var system.
Take your time, change and test.
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
04-03-2005 12:12 AM
04-03-2005 12:12 AM
Re: /var/opt/ignite/clients directory - can it be moved?
What problem?
I'm not understanding the question, because the answer seems too simple:
Just move the /var/opt/ignite/clients directory to wherever you want and make a symbolic link from /var/opt/ignite/clients to the new location.
That just can't be what you're asking ;>)
hth
bv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2005 02:58 AM
04-04-2005 02:58 AM
Re: /var/opt/ignite/clients directory - can it be moved?
Unfortunately, Bob, it's not quite that simple, because you can't share a remotely mounted filesystem. Even though the link points back to the local filesystem, it still can't be mounted. :(
Lance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2005 03:07 AM
04-04-2005 03:07 AM
Re: /var/opt/ignite/clients directory - can it be moved?
If it's a disk space issue, you can have /var/opt/ignite/clients be it's own Logical Volume (lv) making it available for NFS mounting.
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2005 08:02 AM
04-04-2005 08:02 AM
Re: /var/opt/ignite/clients directory - can it be moved?
Lance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2005 02:08 AM
04-05-2005 02:08 AM
Re: /var/opt/ignite/clients directory - can it be moved?
I created a new directory: /silo/ignite
I linked /var/opt/ignite to /silo/ignite
When I tried to add a client the nfs failed becuase of the link.
So I manually exported /silo/ignite/clients
Then I added a client to ignite and it worked. It picked up the /silo/ignite/clients export.
How this will react with a restore is yet to be seen.