HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- can't get script to appear on Ignite Advanced tab ...
Operating System - HP-UX
1830143
Members
25567
Online
109999
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
04-07-2010 01:28 PM
04-07-2010 01:28 PM
As indicated on some other posts on this forum I have added a script I'd like to be available to execute when we Ignite a server.
I ran "manage_index -a -s /var/opt/ignite/recovery/MR_DR_postload.sh"; this added this line to /var/opt/ignite/data/INDEX:
scripts {
"/var/opt/ignite/recovery/MR_DR_postload.sh"
}
When I Ignited the box no scripts are listed under the "Available scripts" side of the Advanced tab.
Based on another post I read I also put thsi INDEX file in /var/opt/ignite/data/Rel_B.11.23. But there was no change doing that.
Am I placing this file in the wrong place - or something else really obvious?
I ran "manage_index -a -s /var/opt/ignite/recovery/MR_DR_postload.sh"; this added this line to /var/opt/ignite/data/INDEX:
scripts {
"/var/opt/ignite/recovery/MR_DR_postload.sh"
}
When I Ignited the box no scripts are listed under the "Available scripts" side of the Advanced tab.
Based on another post I read I also put thsi INDEX file in /var/opt/ignite/data/Rel_B.11.23. But there was no change doing that.
Am I placing this file in the wrong place - or something else really obvious?
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2010 12:13 AM
04-08-2010 12:13 AM
Solution
Hi Scott,
there are several options where you can add the scripts, the question is where it should show up.
The syntax is fine:
Syntax:
scripts {
"/var/opt/ignite/recovery/MR_DR_postload.sh"
}
1. For all installations
Put it in /var/opt/ignite/INDEX
2. In a specific Installation type (all 11.23 f.e.)
Put it in the config.local (f.e. /var/opt/ignite/data/Rel_B.11.23/config.local)
3. For a specific client
add it to the config file
under /var/opt/ignite/clients/
Syntax:
init _hp_custom_scripts="Current Post Configuration Scripts"
_hp_custom_scripts visible_if FALSE
(_hp_custom_scripts=="Current Post Configuration Scripts") {
post_config_script+="/var/opt/ignite/clients//user_defined_scripts/postconfig-script.sh"
} # end "Current Post Configuration Scripts"
For all cases make sure the directory is shared and accessable.
For Ignite Version C.7.9.261 is a bug around if you use it at least in the client specific config file, you will need to add _hp_cfg_detail_level="ipvstf" to your config file or the scripts will not be used automatically (Patch Request QXCR1001013876 - not public vissible yet for more details).
hth
Stephan
there are several options where you can add the scripts, the question is where it should show up.
The syntax is fine:
Syntax:
scripts {
"/var/opt/ignite/recovery/MR_DR_postload.sh"
}
1. For all installations
Put it in /var/opt/ignite/INDEX
2. In a specific Installation type (all 11.23 f.e.)
Put it in the config.local (f.e. /var/opt/ignite/data/Rel_B.11.23/config.local)
3. For a specific client
add it to the config file
under /var/opt/ignite/clients/
Syntax:
init _hp_custom_scripts="Current Post Configuration Scripts"
_hp_custom_scripts visible_if FALSE
(_hp_custom_scripts=="Current Post Configuration Scripts") {
post_config_script+="/var/opt/ignite/clients/
} # end "Current Post Configuration Scripts"
For all cases make sure the directory is shared and accessable.
For Ignite Version C.7.9.261 is a bug around if you use it at least in the client specific config file, you will need to add _hp_cfg_detail_level="ipvstf" to your config file or the scripts will not be used automatically (Patch Request QXCR1001013876 - not public vissible yet for more details).
hth
Stephan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2010 08:31 AM
04-08-2010 08:31 AM
Re: can't get script to appear on Ignite Advanced tab "Available Scripts"
Stephan - adding it to /var/opt/ignite/INDEX on the server where the ignite images are stored worked perfectly.
Making changes on the server itself (and making a new make_net_recovery) does not seem to work as well.
Thanks!
Scott
Making changes on the server itself (and making a new make_net_recovery) does not seem to work as well.
Thanks!
Scott
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