- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Multiple ips for 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-16-2009 06:54 AM
03-16-2009 06:54 AM
I got the package with ip 200.10.10.5 subnet 200.10.10.0
I would like to add the ip
10.100.0.5 subnet 10.100.0.0
You can do this by setting within the SG or only with ifconfig?
thanks for support
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2009 06:58 AM
03-16-2009 06:58 AM
Re: Multiple ips for package
floating ip addresses are set by the package control script, not ifconfig.
You should get ip addresses to allocate in you package control script from your network administrator.
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-16-2009 06:59 AM
03-16-2009 06:59 AM
Re: Multiple ips for package
You can have different subnet ip's for different packages. But you cannot have different subnet ip's for single package.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2009 07:37 AM
03-16-2009 07:37 AM
Re: Multiple ips for package
cmmodnet
but did not use the same command for different subnets, but this has already been explained here before for you.
If I have need for additional 3 ips in additional subnets you have to create more packages for this?
At least this is the scenario that I see now that I have to mount.
Today I have additional ips ests but because the working set up with ifconfig and I have this control through the SG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2009 09:43 AM
03-16-2009 09:43 AM
Re: Multiple ips for package
http://docs.hp.com/en/B3936-90122/ch07s05.html
Although it demonstrates the method for cross-subnet clusters, it shows how two entries can be added:
IP[0] = 15.244.65.82
SUBNET[0] 15.244.65.0
IP[1] = 15.244.65.83
SUBNET[1] 15.244.65.0
Be aware that each IP must have a corresponding NIC that supports the subnet of that IP. Use 'netstat -in' to identify the "network" (subnet) of each NIC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2009 10:02 AM
03-16-2009 10:02 AM
Re: Multiple ips for package
But my need is to have 3 more ips for different subnets, if this could be taken control by the SG would be ideal.
I have to do this control through ifconfig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2009 04:40 PM
03-16-2009 04:40 PM
Re: Multiple ips for package
of course
Assumptions SG systems on same subnet
IP[0]=10.10.67.134
SUBNET[0]=10.10.0.0
IP[1]=192.168.1.234
SUBNET[1]=192.168.1.0
This is a example of how to do it.
THe subnet parameter specifies what lan card to put the IP on.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2009 03:09 AM
03-17-2009 03:09 AM
Re: Multiple ips for package
Now I think I do not understand ...
this configuration is possible in the same package?
IP [0] = 10.10.67.134
SUBNET [0] = 10.10.0.0
IP [1] = 192.168.1.234
SUBNET [1] = 192.168.1.0
why I already tried here in my initial tests and had no success and I was informed that it is not possible to have different subnets on the same package.
tanks for you help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2009 04:22 AM
03-17-2009 04:22 AM
Solution1- The IP addresses must match a subnet already supported by NICS
2- The NICs/subnets are configured in the cluster via the cluster configuration file and cmapplyconf.
If you are trying to configure an IP/SUBNET to a particular NIC that doesn't already support that IP, it cannot be done using the IP[x], SUBNET[x] parameters in the legacy style package control script or in the modular style package configuration file. That sort of thing would have to be done in the legacy package control script customer_defined_run_cmds section and also removed via the customer_defined_halt_cmds section, or, if using modular packages, via an external script.