- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to transfer package to other node in service g...
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
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
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
тАО06-23-2010 04:11 AM
тАО06-23-2010 04:11 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-23-2010 04:16 AM
тАО06-23-2010 04:16 AM
Re: how to transfer package to other node in service guard
Refer the following link -
http://docs.hp.com/en/B5158-90019/ch07s04.html
It talks about "Managing Packages and Services"
- Starting a Package
- Halting a Package
- Moving a Package
- Modifying a Package Configuration
- Reconfiguring a Package
Hope this helps.
Regards,
Murali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-23-2010 04:24 AM
тАО06-23-2010 04:24 AM
Re: how to transfer package to other node in service guard
cmhaltpkg pkgname
and then
cmrunpkg -n nodename pkgname
or
goto the second node
cmrunpkg pkgname
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-23-2010 04:25 AM
тАО06-23-2010 04:25 AM
Re: how to transfer package to other node in service guard
Some more links -
http://docstore.mik.ua/manuals/hp-ux/en/B3936-90122/ch01s01.html
-> What is Serviceguard?
http://www.scribd.com/doc/4379512/Service-Guard
->Chapter 19 - Serviceguard
Regards,
Murali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-23-2010 04:30 AM
тАО06-23-2010 04:30 AM
Re: how to transfer package to other node in service guard
and it is better to give one example ,wish your support! thanks again!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-23-2010 04:31 AM
тАО06-23-2010 04:31 AM
Re: how to transfer package to other node in service guard
If you need the commands for that, then below are the ones..
#cmhaltpkg pkgname
#cmrunpkg -n node1 -p pkgname
#cmmodpkg -e pkgname
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-23-2010 04:43 AM
тАО06-23-2010 04:43 AM
Re: how to transfer package to other node in service guard
To move a package pkg1 from Node1 to Node2
# cmhaltpkg pkg1 -n node1
# cmrunpkg -n node2 pkg1
# cmmodpkg -e pkg1
Refer the section "Using HP-UX Commands to Move a Running Package."
in the link i had given.
Regards,
Murali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-23-2010 04:56 AM
тАО06-23-2010 04:56 AM
Re: how to transfer package to other node in service guard
I can understand how to move the package,
and who can tell me the diffrence between OPS cluster and normal cluster( service guard 11.18), thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-23-2010 04:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-23-2010 05:30 AM
тАО06-23-2010 05:30 AM
Re: how to transfer package to other node in service guard
OPC stands for Oracle Parallel Server.
In case of OPC, all nodes in a cluster will concurrently execute transactions
on same database. These way multiple nodes are used to concurrently perform
tasks/transaction on the same database.
For more details, Refer -
http://www.urz.uni-heidelberg.de/UnixCluster/Hinweise/Hilfe/Anwendung/Db/oracle.doc.816/paraserv.816/a76968/psintro.htm#11518
Regards,
Murali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-23-2010 05:44 AM
тАО06-23-2010 05:44 AM
Re: how to transfer package to other node in service guard
If I can understand OPC will allow one package runs in all nodes ? so even if one node is down, then package does need to move to other nodes, therefore, it is different from service guard(HP), can I understand it right ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-23-2010 05:55 AM
тАО06-23-2010 05:55 AM
Re: how to transfer package to other node in service guard
Yes,
OPC provide high availablity.
If one node fails, then the other node will recover the failed node so that
the system as a whole will provide data access to the user.
Regards,
Murali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2010 04:02 AM
тАО06-24-2010 04:02 AM