- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Serviceguard and Weblogic package
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
03-23-2010 05:26 AM
03-23-2010 05:26 AM
Serviceguard and Weblogic package
I have a cluster serviceguard 11.19 and i want to configure weblogic package.
I have installed weblogic in the servers and the script to start/stop weblogic is in the EVA disk (vgapp).
When I want to make package sg i obtain one error with that "script not found".
The external_script variable is used.
What happens?
Thanks,
Jesús
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2010 06:37 AM
03-23-2010 06:37 AM
Re: Serviceguard and Weblogic package
It would be somewhat helpful to see the exact error message.
It would appear on the surface however that your package is referring to a script that is not on your server.
Check the start script in your package control script points to a valid start up script, most likely in /sbin/init.d/
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
03-23-2010 06:39 AM
03-23-2010 06:39 AM
Re: Serviceguard and Weblogic package
Did you enter into the pkg.ascii file:
RUN_SCRIPT /etc/cmcluster/packages/pkg/pkg.cntl
HALT_SCRIPT /etc/cmcluster/packages/pkg/pkg.cntl
If you want to start up weblogic, did you enter into your pkg.cntl script under:
#ADD customer defined run commands
/dir/path/pkg.weblogic.startup.script-file
Second;
Did you double check for type error in your entry?
Did you make sure permissions are set right on the file so it will run?
Just a couple thoughts,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2010 08:11 PM
03-23-2010 08:11 PM
Re: Serviceguard and Weblogic package
I totally agree with Rita, problem lies in the Script file, check you entries once again, it will work.
Shardha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2010 10:54 PM
03-23-2010 10:54 PM
Re: Serviceguard and Weblogic package
>I have installed weblogic in the servers and the script to start/stop weblogic is in the EVA disk (vgapp).
Try to copy the script on a local HDD of the server (in fact if the package is meant to be run on any nodes from the cluster, you should copy this script on each node) and modify the path to it on the external_script variable. Maybe the EVA volume is not available at the time when the weblogic package is starting.
Choosing /etc/cmcluster is also a good idea.
>When I want to make package sg i obtain one error with that "script not found".
Are you talking about obtaining a template for the package configuration file? (cmmakepkg)
Horia.
Horia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2010 03:55 AM
03-24-2010 03:55 AM
Re: Serviceguard and Weblogic package
I resolv this problem, I have copied the startup script to the local disks and it works. The problem I have now with the start script Weblogic. When you start Weblogic not returned the boot prompt and if you Crt + C, the boot stops.
When I run this script in SG, the state of the package is "starting".
The script to start Weblogic is startWeblogic.sh
How I can to exit that this script ?
Thanks,
Jesús
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2010 04:13 AM
03-24-2010 04:13 AM
Re: Serviceguard and Weblogic package
Thanks,
Jesús