HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Getting IgniteUX working correctly - advice needed
Operating System - HP-UX
1832085
Members
3004
Online
110037
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
12-28-2003 10:03 PM
12-28-2003 10:03 PM
We have just moved from Unixware to HPUX 11 & have bought 2 HP servers. I have got Ignite working but I want to be sure what I did is correct. Taking one example, I wish to run Ignite on SERVER1 & create the output(recovery) file on SERVER2. Firstly I got NFS working on both servers.
On SERVER2 I then exported /var/opt/ignite/recovery/archives/server1 (available to everyone).
On SERVER1 I ran /opt/ignite/bin/make_net_recovery â s SERVER1 â i. and got the following error:
./make_net_recovery -s SERVER1-i
* Creating NFS mount directories for configuration files.
Permission denied
ERROR: Could not NFS mount directory /var/opt/ignite/clients on SERVER1. The
exports file on SERVER1 should contain the entry
"/var/opt/ignite/clients -anon=2". Ensure that /var/opt/ignite/clients
has been exported using the "exportfs -av" command.
ERROR: Failed mounting directory
/var/opt/ignite/recovery/client_mnt:/Connection refused (errno = 239)
ERROR: Failed to creaet NFS mount directories for configuration files.
So on SERVER1 I exported /var/opt/ignite/clients and ran make_net_recovery again putting it the destination host as SERVER2 & no. of archives=1& it ran OK A large file (recovery) was created on SERVER2 in the format 2003-12-29,09:10. This , I reckon, is the file I need to archive off & keep.
There are also files created on SERVER1 in a directory called /var/opt/ignite/clients/0X00306E4C?F1C. Are these required for the recovery or is it just the file on SERVER2.
Does the above sound OK?.
Many Thanks in anticipation.
Rgds,
On SERVER2 I then exported /var/opt/ignite/recovery/archives/server1 (available to everyone).
On SERVER1 I ran /opt/ignite/bin/make_net_recovery â s SERVER1 â i. and got the following error:
./make_net_recovery -s SERVER1-i
* Creating NFS mount directories for configuration files.
Permission denied
ERROR: Could not NFS mount directory /var/opt/ignite/clients on SERVER1. The
exports file on SERVER1 should contain the entry
"/var/opt/ignite/clients -anon=2". Ensure that /var/opt/ignite/clients
has been exported using the "exportfs -av" command.
ERROR: Failed mounting directory
/var/opt/ignite/recovery/client_mnt:/Connection refused (errno = 239)
ERROR: Failed to creaet NFS mount directories for configuration files.
So on SERVER1 I exported /var/opt/ignite/clients and ran make_net_recovery again putting it the destination host as SERVER2 & no. of archives=1& it ran OK A large file (recovery) was created on SERVER2 in the format 2003-12-29,09:10. This , I reckon, is the file I need to archive off & keep.
There are also files created on SERVER1 in a directory called /var/opt/ignite/clients/0X00306E4C?F1C. Are these required for the recovery or is it just the file on SERVER2.
Does the above sound OK?.
Many Thanks in anticipation.
Rgds,
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2003 10:52 PM
12-28-2003 10:52 PM
Re: Getting IgniteUX working correctly - advice needed
Hi,
Normally you don't need to do any manual configurations with Ignite. Just install the Ignite software on SERVER2, start the Ignite GUI, run Server Setup (from GUI) and then Create Network Recovery Archive (also from the GUI on the Ignite server). You dont need to do anything on the client. And (of course) no files on the client is needed for recovery.
Normally you don't need to do any manual configurations with Ignite. Just install the Ignite software on SERVER2, start the Ignite GUI, run Server Setup (from GUI) and then Create Network Recovery Archive (also from the GUI on the Ignite server). You dont need to do anything on the client. And (of course) no files on the client is needed for recovery.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2003 01:27 AM
12-29-2003 01:27 AM
Solution
It is straight forward, you will find almost all how-to's in the
"Ignite-UX Administration Guide" http://docs.hp.com/hpux/pdf/B2355-90829.pdf
take time to review the FAQs :
http://www.software.hp.com/products/IUX/faq.html
There is an interesting tutorial when IUX GUI is run that you 'd take a tour of:
# /opt/ignite/bin/ignite
When run for the 1st time u 'd get:
"No clients were found. This may be the first time you are running Ignite-UX ..."
->hit Ok then select "Tutorial and Demo... "
"Ignite-UX Administration Guide" http://docs.hp.com/hpux/pdf/B2355-90829.pdf
take time to review the FAQs :
http://www.software.hp.com/products/IUX/faq.html
There is an interesting tutorial when IUX GUI is run that you 'd take a tour of:
# /opt/ignite/bin/ignite
When run for the 1st time u 'd get:
"No clients were found. This may be the first time you are running Ignite-UX ..."
->hit Ok then select "Tutorial and Demo... "
Little learning is dangerous!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2003 01:41 AM
12-29-2003 01:41 AM
Re: Getting IgniteUX working correctly - advice needed
Tom,
Your Ignite server and a client (the server you want to create an ignite tape for) should resolve each other hostname/IP address.
The /etc/exports file on the Ignite server contains at least two lines if you have one client:
/var/opt/ignite/clients -anon=2
/var/opt/ignite/recovery/archives/client_hostname -anon=2,access=client_hostname
The second line shows the default location of the ignite archive file for the particular client, where the client_hostname will be the hostname of your client.
I think the /etc/exports file is created when you set up the Ignite server through GUI.
HTH
Elena.
Your Ignite server and a client (the server you want to create an ignite tape for) should resolve each other hostname/IP address.
The /etc/exports file on the Ignite server contains at least two lines if you have one client:
/var/opt/ignite/clients -anon=2
/var/opt/ignite/recovery/archives/client_hostname -anon=2,access=client_hostname
The second line shows the default location of the ignite archive file for the particular client, where the client_hostname will be the hostname of your client.
I think the /etc/exports file is created when you set up the Ignite server through GUI.
HTH
Elena.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP