GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- moving from legacy package to modular package sg 1...
Operating System - HP-UX
1845515
Members
2952
Online
110244
Solutions
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Forums
Categories
This widget could not be displayed.
Company
This widget could not be displayed.
Local Language
This widget could not be displayed.
back
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
back
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Blogs
Information
This widget could not be displayed.
This widget could not be displayed.
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
- This widget could not be displayed.This widget could not be displayed.This widget could not be displayed.This widget could not be displayed.This widget could not be displayed.This widget could not be displayed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2007 01:49 AM
12-19-2007 01:49 AM
Hi All,
I need to move my packages from legacy to modular.
I have several questions:
1. is a control script for RUN and HALT generated for each package?
2. IN my Legacy packages, I had some operations that I needed to do just as the volume groups are starting, and right before they are going offline,
How can I achieve that on the mofdular packager? the external_scripts, and pre scripts, are not called on the correct time for my needs.
Thanks,
Anat
I need to move my packages from legacy to modular.
I have several questions:
1. is a control script for RUN and HALT generated for each package?
2. IN my Legacy packages, I had some operations that I needed to do just as the volume groups are starting, and right before they are going offline,
How can I achieve that on the mofdular packager? the external_scripts, and pre scripts, are not called on the correct time for my needs.
Thanks,
Anat
Solved! Go to Solution.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2007 03:11 AM
12-20-2007 03:11 AM
Solution
1. There is no control script generated for each package. There is a framework which calls various scripts and does things dependent on the package configuration options. You can see the scripts which are used in $SGCONF/scripts.
2. If you modified code outside of the customer_defined_run/halt_cmds functions in your legacy packages then you were doing things which were unsupported and it is highly likely that you will not be able to do this with modular packages.
The expectation is that with modular packages you use the hooks provided i.e. those defined by external_script and external_pre_script. If you need things to be run at times other than when these are run you have a problem.
You could potentially create your own modules and scripts and modify the master scripts but again you would be completely unsupported doing this.
2. If you modified code outside of the customer_defined_run/halt_cmds functions in your legacy packages then you were doing things which were unsupported and it is highly likely that you will not be able to do this with modular packages.
The expectation is that with modular packages you use the hooks provided i.e. those defined by external_script and external_pre_script. If you need things to be run at times other than when these are run you have a problem.
You could potentially create your own modules and scripts and modify the master scripts but again you would be completely unsupported doing this.
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 2026 Hewlett Packard Enterprise Development LP