- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ignite ux gui
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
08-27-2007 03:04 PM
08-27-2007 03:04 PM
ignite ux gui
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2007 03:44 PM
08-27-2007 03:44 PM
Re: ignite ux gui
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2007 04:12 PM
08-27-2007 04:12 PM
Re: ignite ux gui
Hi Jose,
We have raised this enhancement request
CR: JAGaf71993
Ignite-UX GUI enhancement to help manage recovery archives
---------------------------------
At the moment there is no current plans to implement this request.
WK
please assign points
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2007 07:01 PM
08-27-2007 07:01 PM
Re: ignite ux gui
As whiteknight mentioned, there is an open discussion in this matter for giving the opportunity for better handling recovery archives in the new UI, but there is still no deadline when it will be implemented.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2007 03:21 AM
08-29-2007 03:21 AM
Re: ignite ux gui
1. If it does not already exist create a target client directory on the IUX server. The directory should have the client's MAC address as it's name. A symbolic link should be created with the client's host name:
mkdir /var/opt/ignite/clients/0x00306E4B28C9
ln -s 0x00306E4B28C9 /var/opt/ignite/clients/
2. Copy the source client directory to the target directory:
cd /var/opt/ignite/clients/
find CINDEX recovery | cpio -pdvma ../
3. Add the target client to the source client's exported image directory in /etc/exports and re-export the directory:
/var/opt/ignite/recovery/archives/
exportfs /var/opt/ignite/recovery/archives/
4. From the Ignite GUI select
Actions + Boot client...
Actions + Install Client + New Install...
Hope this helps.