- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- running the 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
04-08-2011 03:03 AM
04-08-2011 03:03 AM
running the package
Hi When i am runnuing the package I am gettingthe following error
cpeiat14 /etc/cmcluster/pkg/v_ip#cmrunpkg VirtualIP
cmrunpkg : Script failed with no restart: VirtualIP should not be restarted.
Check the syslog on node cpeiat14 and pkg log files for more detailed information.
Regards
Nagaraj S G
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2011 03:33 AM
04-08-2011 03:33 AM
Re: running the package
Please have a look at package log file, so you can understand why package not start. Package log file is either in /var/adm/cmcluster/log or /etc/cmcluster/package_name .
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2011 03:49 AM
04-08-2011 03:49 AM
Re: running the package
The log file conatis following error
########### Node "cpeiat14": Starting package at Fri Apr 8 17:04:43 IST 2011 ###########
Apr 8 17:04:43 - Node "cpeiat14": Adding IP address 15.154.49.228 to subnet 15.154.48.0
cmmodnet : Unable to verify IP address 15.154.49.228.
cmmodnet : 15.154.49.228 might already be configured as a heartbeat IP address.
ERROR: Function add_ip_address
ERROR: Failed to add IP address to subnet
Apr 8 17:04:43 - Node "cpeiat14": Remove IP address 15.154.49.228 from subnet 15.154.48.0
###### Node "cpeiat14": Package start failed at Fri Apr 8 17:04:43 IST 2011 ######
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2011 04:11 AM
04-08-2011 04:11 AM
Re: running the package
Is your subnet value of the interface is the same with the package subnet value?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2011 11:42 PM
04-09-2011 11:42 PM
Re: running the package
cpeiat14 /#netstat -in
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
lan1 1500 192.168.1.0 192.168.1.2 179271 0 348775 0 0
lan0 1500 15.154.48.0 15.154.49.228 505983 0 463473 0 0
lo0 4136 127.0.0.0 127.0.0.1 215139 0 215142 0 0
Node2:
cpeiat13 /#netstat -in
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
lan1 1500 192.168.1.0 192.168.1.1 348268 0 178965 0 0
lan0 1500 15.154.48.0 15.154.49.224 662880 0 286335 0 0
lo0 4136 127.0.0.0 127.0.0.1 5320667 0 5320669 0 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2011 03:50 AM
04-11-2011 03:50 AM
Re: running the package
ip_subnet
ip_subnet_node
ip_address
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2011 11:25 PM
04-11-2011 11:25 PM
Re: running the package
The primary address for lan0 is 15.154.49.228.
The package is defined to have a package IP address of 15.154.49.228.
This is a duplicate. Either the primary address of the lan is wrong, the package does not need an explicit package address or the package address itself is wrong. These two addresses should not be the same.
The error occurs because when the package starts it tries to add 15.154.49.228 to lan0 only to find it is already there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2011 08:36 PM
04-12-2011 08:36 PM
Re: running the package
Nagaraj you should change ip_address value in the package config. This ip address shouldnt be used anywhere on the network.