- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Pkg with CI Startup error
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-31-2003 07:38 AM
03-31-2003 07:38 AM
Pkg with CI Startup error
Sorry for being a rookie but i was wondering if anyone can help me out with this one:
When I do a cmrunpkg on the secondary node, I get the following error in the pkg control file log:
******************************
Mar 25 19:25:56 - Node "node2": (stop_ci): Halt Central Instance ...
Mar 25 19:25:57 - Node "node2": (stop_ci): ###################################################################
Mar 25 19:25:57 - Node "node2": (stop_ci): stty: : Not a typewriter
Mar 25 19:25:57 - Node "node2": (stop_ci): ^M^M ^[2 ^[2 ^[2 ^[2 ^[2 ^[2 ^[2 ^[2 ^[2 ^[2 ^[2 ^[2 ^[2 ^[2 ^[2 ^[2 ^[2 ^[2 ^[2 ^[2^M ^M
Mar 25 19:25:57 - Node "node2": (stop_ci): ERROR : START-Profile does not exist
Mar 25 19:25:57 - Node "node2": (stop_ci): Please check profile-directory and restart
/etc/cmcluster/CCP/sapdbci.cntl[2]: test: Specify a parameter with this command.
Mar 25 19:25:57 - Node "node2": (stop_saposcol): Stopping on node2
rcmd: -l: Unknown host
/etc/cmcluster/CCP/sapdbci.cntl[2]: number_of_instances: The specified number is not valid for this command.
Mar 25 19:25:58 - Node "node2": (stop_saposcol_as): Skip stopping of saposcol on - different instance detected
******************************
I've done a cmcheckconf, and everything's OK. I've 2 rp8400, with hpux 11.11 and MCSg. 2 Pkgs, one(CI) on node1 and an applicacional on node2, everything works fine until I try to run the CI pkg on the secondary node.
Any Ideas? Thankx in advance...
PS - I don't use the real node or pkg names for security reasons...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 07:40 AM
03-31-2003 07:40 AM
Re: Pkg with CI Startup error
This sounds like something has been changed on one node, and not copied across to hte other node.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 07:48 AM
03-31-2003 07:48 AM
Re: Pkg with CI Startup error
I've checked files cntl, ascci, and even run cmcheckconf.
I may be a file, but I can't understand which one...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 07:50 AM
03-31-2003 07:50 AM
Re: Pkg with CI Startup error
Looks like a SAP start profile does not exist for the secondary node. SAP doesn't pay much attention to your virtual IP hostname during startup, it will be looking for a start profile containing the host name of the secondary host. These are located in the directory /sapmnt/CCP/profile
You will probably find one in there for the primary node, with the form:
START_DVEBMGS
where
Just create a link with the name of the seondary host pointing to this file:
e.g. if your instance ID is 10:
ln START_DVEBMGS10_node1 START_DVEBMGS10_node2
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 07:56 AM
03-31-2003 07:56 AM
Re: Pkg with CI Startup error
check for spelling mistakes?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 07:59 AM
03-31-2003 07:59 AM
Re: Pkg with CI Startup error
HTH
Duncan
I am an HPE Employee
