- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Ignite-UX: How to disable the question "Do u want ...
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
01-21-2009 08:12 PM
01-21-2009 08:12 PM
Ignite-UX: How to disable the question "Do u want to use the previous installation session settings"
startup. Do you wish to retain these settings for the
current session? ". Is it possible to disable this popup ? I want to use the configuration mentioned in the client specific config file without asking the question, and the user should be allowed to modify these parameters if he needs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2009 02:23 PM
01-22-2009 02:23 PM
Re: Ignite-UX: How to disable the question "Do u want to use the previous installation session settings"
Whenever a client is registered with the ignite server either by the way of adding a client to the server or by installation once or by installing and interrupting once the config is kept and retained by the server for that client mapped to client's MACaddress.
the warning that u r getting u can simply answer with a NO and then u can continue the installation of the client with the way u want to configure the client installation.
Regards
sujit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2009 03:58 PM
01-22-2009 03:58 PM
Re: Ignite-UX: How to disable the question "Do u want to use the previous installation session settings"
- "bootsys -f" will force ignoring the previous config
- _hp_ignore_prior_config=true will also do this
I am not aware of a way to turn off the pop-up and use the previous install data.
For a manual user, it is a good question:
"start from scratch, or do what we did before"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2009 12:42 AM
01-23-2009 12:42 AM
Re: Ignite-UX: How to disable the question "Do u want to use the previous installation session settings"
On your ignite server, under /var/opt/ignite/client/0xMAC, remove everything but CINDEX file and recovery directory. CINDEX and recovery contains informations about all existing recovery image from the client identified by 0xMAX. There are mandatory to access images and that's why you must keep them. Most of others files contains informations from latest installation or are not mandatory.
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2009 10:25 PM
01-24-2009 10:25 PM
Re: Ignite-UX: How to disable the question "Do u want to use the previous installation session settings"
Thank you guys ...