- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- post_config_script
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
11-11-2003 04:31 AM
11-11-2003 04:31 AM
post_config_script
post_config_script += "/path/to/script"
to my core_cfg work?
Jun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2003 08:42 AM
11-11-2003 08:42 AM
Re: post_config_script
What environment will this run in? The "+=" syntax won't work in the posix shell or in ksh.
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2003 09:05 AM
11-11-2003 09:05 AM
Re: post_config_script
Obviously the config file itself is not a shell script.
Jun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2003 04:06 AM
11-12-2003 04:06 AM
Re: post_config_script
I do something similar to the post_config_script line in one of my script-generated IUX config files and it works fine.
echo "post_config_cmd+=\"" >> $CONFIG
/usr/bin/cat $DIR/post_config_cmd >> $CONFIG
echo "\"" >> $CONFIG
(where post_config_cmd contains regular shell
syntax and $CONFIG is a new IUX config file I'm generating based on a number of variables that aren't important here)
My guess is that it would work, but most of my IUX knowledge is rather new, so don't quote me on it. I know the lines above work fine for me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2003 02:00 AM
11-13-2003 02:00 AM
Re: post_config_script
To answer my question, I need to choose Go! to see the result, but I'm waiting for such a box I can do so.
Thank you very much for the reply.
Jun