- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX Ignite variable: ALLOW_DISK_REMAP
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
07-19-2007 08:43 AM
07-19-2007 08:43 AM
I am using Ignite command "make_net_recovery" to create Ignite images.
Does anybody know where I can setup variable ALLOW_DISK_REMAP to "true" (in which configuration file), for the recovery to work even if a disk has been moved from one to another slot between backup and recovery ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2007 08:53 AM
07-19-2007 08:53 AM
Re: HP-UX Ignite variable: ALLOW_DISK_REMAP
I don't do it in a configuration file. When you boot an Ignite client you have the option to intervene manually in the process and make any disk arrangements you need.
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
07-19-2007 09:07 AM
07-19-2007 09:07 AM
Re: HP-UX Ignite variable: ALLOW_DISK_REMAP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2007 09:35 AM
07-19-2007 09:35 AM
SolutionI hope you know the significance,consequences of this parameter?. Read the man page of instl_adm.
Don't assume that Ignite-UX is smart enough or reliable enough to select the correct disk for recovery when you change the disk slot i.e h/w path. That's why with Network recovery being Interactive, this paramter is always false by default.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2007 08:47 PM
07-19-2007 08:47 PM
Re: HP-UX Ignite variable: ALLOW_DISK_REMAP
Yes, I know the consequences.
Yes I will use instl_adm to change this variable default value:
1) instl_adm -d > file
2) then insert line
allow_disk_remap=true
into file
3) instl_adm -f file