Sponsored Content
Operating Systems Solaris Link Based IPMP on Shared IP Solaris Zone Post 302535042 by giles.cardew on Wednesday 29th of June 2011 12:18:01 PM
Old 06-29-2011
Link Based IPMP on Shared IP Solaris Zone

Hi,

This may have already been raised previously so sorry for the duplication. What I want to achieve is have a physical server using link based IPMP setup in the global zone (not problem doing that) and then create a zone set as Shared-IP so when the servers NIC has an issue the IP will failover.

The issue I have is that when you build a zone and you "add net" and set the physical interface, you seem to have to specify an address. But the whole point of IPMP is that the second interface does not have an address, it gets inherited once the primary fails.

So what is have is

net:
address: 10.44.86.234
physical: bge0
defrouter not specified

net:
address: 0.0.0.0
physical: bge1
defrouter not specified

When the zone boots up I get this warning

# zoneadm -z zone1 reboot
zoneadm: zone 'zone1': WARNING: bge1:1: no matching subnet found in netmasks(4) for 0.0.0.0; using default of 255.0.0.0.

Running if_mpadm from the global zone does fail over the NIC ok in the Global zone and zone1.

So am I doing this a bit backwards or can I just ignore the warning.

Thanks,
Giles
 

9 More Discussions You Might Find Interesting

1. Solaris

link state ipmp with load spreading

Hello, I am wondering if its possible to do link state IPMP with load spreading on Solaris 10 with 3 addresses, 2 fixed and 1 virtual/floating. I want to ensure the 'virtual' ip is the only one that can be used by applications. I know with probe based I could mark interfaces as deprecated... (1 Reply)
Discussion started by: Actuator
1 Replies

2. Solaris

Difference between IPMP and Link Aggregation ?

Hi everybody, One client asked me to configure network failover and load balancing for two Ethernet interfaces, I tried IPMP but I was unable to do so, because he's using his Gateway as firewall and PING is disabled. so IPMP kept telling me that all interfaces failed because gateway can't be... (8 Replies)
Discussion started by: Sun Fire
8 Replies

3. Solaris

Link based Active Active IPMP

Hi, I need to configure 4 ip address (same subnet and mask) in one ipmp group (two interfaces) in an active active formation (link based). Can some one provide the steps or a tutorial link. Thanks (2 Replies)
Discussion started by: Mack1982
2 Replies

4. Solaris

Solaris 10 local zone on Solaris 11 global zone

Hi, A quick question: Can Solaris 10 local zones be moved to a Solaris 11 global zone and work well? Thank you in advance! (5 Replies)
Discussion started by: aixlover
5 Replies

5. Solaris

Can we configure link based IPMP in private connectivity in Oracle RAC

Hi I would like to know whether we can configure link based IPMP in private connectivity in Oracle RAC Regarsd ---------- Post updated at 04:35 PM ---------- Previous update was at 04:27 PM ---------- Here I am taking about in case of private connectivity through cross cable (6 Replies)
Discussion started by: sb200
6 Replies

6. Solaris

Solaris 10 branded zone with IPMP

All. I am trying to create a 10 branded zone on a Sol 11.1 T5. The Global is using IPMP...so aggregating is out of the question. Has anyone successfully created a branded zone with IPMP? If they have can you please show me the steps you took to get this to run. Thanks (4 Replies)
Discussion started by: aeroforce
4 Replies

7. UNIX for Advanced & Expert Users

Solaris 10: I forgot to detach a zone before zpool export. Uninstall zone?

Dear all, recently, I migrated a solaris zone from one host to another. The zone was inside of a zpool. The zpool cotains two volumes. I did the following: host1: $ zlogin zone1 shutdown -y -g0 -i0 #Zone status changes from running to installed $ zpool export zone1 host2: $ zpool... (2 Replies)
Discussion started by: custos
2 Replies

8. Solaris

Solaris 11 Global zone patching having Solaris 10 branded zone

I am planning to do solaris 11 global zone patching having solaris 10 branded zone. I have a doubts on step 8 specially Can someone clear my step 8 doubts or if anything wrong between step 1 to step 9 please correct that also as I have pretty good idea about Step 10 mean patching in solaris 10... (2 Replies)
Discussion started by: amity
2 Replies

9. Solaris

Solaris 11 zone has no external network access (except to Global Zone)

Hi, hoping someone can help, its been a while since I used Solaris. After creating a NGZ (non global zone), the NGZ can access the GZ (Global Zone) and the GZ can access the NGZ (using ssh, zlogin) However, the NGZ cannot access any other netwqork devices, it can't even see the default router ... (2 Replies)
Discussion started by: GazinLincoln
2 Replies
DONUTSD(1p)						User Contributed Perl Documentation					       DONUTSD(1p)

NAME
donutsd - Run the donuts syntax checker periodically and report the results to an administrator SYNOPSIS
donutsd [-z FREQ] [-t TMPDIR] [-f FROM] [-s SMTPSERVER] [-a DONUTSARGS] [-x] [-v] [-i zonelistfile] [ZONEFILE ZONENAME ZONECONTACT] DESCRIPTION
donutsd runs donuts on a set of zone files every so often (the frequency is specified by the -z flag which defaults to 24 hours) and watches for changes in the results. These changes may be due to the time-sensitive nature of DNSSEC-related records (e.g., RRSIG validity periods) or because parent/child relationships have changed. If any changes have occurred in the output since the last run of donuts on a particular zone file, the results are emailed to the specified zone administrator's email address. OPTIONS
-v Turns on more verbose output. -o Run once and quit, as opposed to sleeping or re-running forever. -a ARGUMENTS Specifies command line arguments to be passed to donuts executions. -z TIME Sleeps TIME seconds between calls to donuts. The DNSSEC-Tools timetrans program can be used to convert from large time units (e.g., weeks and days) to seconds. -e ADDRESS Mail ADDRESS with a summary of the results from all the files. These are the last few lines of the donuts output for each zone that details the number of errors found. -s SMTPSERVER When sending mail, send it to the SMTPSERVER specified. The default is localhost. -f FROMADDR When sending mail, use FROMADDR for the From: address. -x Send the diff output in the email message as well as the donuts output. -t TMPDIR Store temporary files in TMPDIR. -i INPUTZONES See the next section details. ZONE ARGUMENTS
The rest of the arguments to donutsd should be triplets of the following information: ZONEFILE The zone file to examine. ZONENAME The zonename that file is supposed to be defining. ZONECONTACT An email address of the zone administrator (or a comma-separated list of addresses.) The results will be sent to this email address. Additionally, instead of listing all the zones you wish to monitor on the command line, you can use the -i flag which specifies a file to be read listing the TRIPLES instead. Each line in this file should contain one triple with white-space separating the arguments. Example: db.zonefile1.com zone1.com admin@zone1.com db.zonefile2.com zone2.com admin@zone2.com,admin2@zone2.com For even more control, you can specify an XML file (whose name must end in .xml) that describes the same information. This also allows for per-zone customization of the donuts arguments. The XML::Smart Perl module must be installed in order to use this feature. <donutsd> <zones> <zone> <file>db.example.com</file> <name>example.com</name> <contact>admin@example.com</contact> <!-- this is not a signed zone therefore we'll add these args so we don't display DNSSEC errors --> <donutsargs>-i DNSSEC</donutsargs> </zone> </zones> </donutsd> The donutsd tree may also contain a configs section where command-line flags can be specified: <donutsd> <configs> <config><flag>a</flag><value>--features live --level 8</value></config> <config><flag>e</flag><value>wes@example.com</value></config> </configs> <zones> ... </zones> </donutsd> Real command line flags will be used in preference to those specified in the .xml file, however. EXAMPLE
donutsd -a "--features live --level 8" -f root@example.com db.example.com example.com admin@example.com COPYRIGHT
Copyright 2005-2012 SPARTA, Inc. All rights reserved. See the COPYING file included with the DNSSEC-Tools package for details. AUTHOR
Wes Hardaker <hardaker@users.sourceforge.net> SEE ALSO
donuts(8) timetrans(1) http://dnssec-tools.sourceforge.net perl v5.14.2 2012-06-28 DONUTSD(1p)
All times are GMT -4. The time now is 07:42 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy