Sponsored Content
Operating Systems Solaris Multipath address configuration in Solaris 10. Post 302929888 by achenle on Sunday 28th of December 2014 03:16:10 PM
Old 12-28-2014
Quote:
Originally Posted by MadeInGermany
You can hide IPs with the 'deprecated' flag.
Code:
man ifconfig

That won't stop applications from binding to the IP address explicitly and sending packets via the deprecated IP, though it may be sufficient for the OP's purposes.

I thought the test IP for Solaris IPMP was already marked deprecated but I've been known to be wrong... Smilie

If there's some requirement to absolutely prevent applications from using the IP address, Trusted Solaris Extensions should work.
 

9 More Discussions You Might Find Interesting

1. IP Networking

dhcp configuration for MAC address

hi I need a dhcp congfigured to give some of my clients IP regarding their MAC addresses and rest should get any IP from same pool. I am not sure what to add dhcpd.conf to provide such a pool or group or class. I tried with this but seems not good enough. <<<<dhcpd.conf>>>> ... (2 Replies)
Discussion started by: ouzist
2 Replies

2. Debian

Question on the dhcp-server configuration for a fixed IP address.

Hi , when i configure my server with a fixed ip address in dhcpd.conf as below subnet 172.21.151.0 netmask 255.255.255.0 { range 172.21.151.66 172.21.151.66; } host switch { hardware ethernet 00:05:30:02:DB:31; fixed-address 172.21.151.66; } when i start dhcpd server , it... (2 Replies)
Discussion started by: Gopi Krishna P
2 Replies

3. IP Networking

Tracing a MAC address to IP address: Solaris

Hi there I lost connectivity to one of our remote systems and when I checked the messages log I found the following: Aug 10 23:42:34 host xntpd: time reset (step) 1.681729 s Aug 16 13:20:51 host ip: WARNING: node "mac address" is using our IP address x.x.x.x on aggr1 Aug 16 13:20:51 host... (9 Replies)
Discussion started by: notreallyhere
9 Replies

4. Solaris

solaris turn off multipath mpxio

Im not able to turn the multipath off on the solaris s10 X86...since im on FC boot.. if i disable multipath , from /kernel/drv/iscsi.conf then im not able to boot the machine.:wall: Is there any other go or any suggestions . (2 Replies)
Discussion started by: gowtham.varma
2 Replies

5. Red Hat

Multipath.conf configuration max_fds

Hi all, I am looking at the specific configuration settings for multipath.conf on RHEL5.5. In particular i was looking at the max_fds setting. Can anyone tell me the max number of open file descriptors that the RHEL5.5 system can have? It has been set previously to 8192, and i was... (4 Replies)
Discussion started by: Tommyk
4 Replies

6. Solaris

IP configuration in Solaris

Hi Experts, - I have below two queries, please suggest. 1) I have 2 IP's in my server and want to remove 1 of the ip, so which are the files i need to modify as of my knowledge we need to modify (1) /etc/hosts remove the unwanted ip (2) /etc/hostname.interface_name Please suggest if any... (3 Replies)
Discussion started by: kurva
3 Replies

7. Red Hat

Cannot remove root Filesystem from the Multipath configuration

Hello all, I am running "Red Hat Enterprise Linux Server release 6.4 (Santiago)" The root Filesystem is currently part of the Multipath configuration and I need to remove it without rebooting the production Server. The wwid I want to remove from Multipathing is the last one i the list of... (3 Replies)
Discussion started by: logsbyrne
3 Replies

8. Solaris

Solaris SAN Storage Multipath and Messages Check Script

Hi everybody, i am working on the new script , its job discover the Storage Env ( especially MultiPATH ) and FC cards for solaris 11 sparc systems for now.. script is seem working ( but may contain any mistakes or bug ) on the oracle Qlogic fc cards on Emc_VMAx systems and Solaris 11 Sparc_64... (0 Replies)
Discussion started by: ygemici
0 Replies

9. Red Hat

Multipath configuration not being detected

Hi, In a RHEL 5 box, I have just added new multipath configurations in /etc/multipath.conf : blacklist_exceptions { wwid "360002ac0000000000000008e0001ee00" wwid "360002ac0000000000000008f0001ee00" wwid "360002ac000000000000000900001ee00" wwid... (0 Replies)
Discussion started by: anaigini45
0 Replies
libtsol(3LIB)							Interface Libraries						     libtsol(3LIB)

NAME
libtsol - Solaris Trusted Extensions library SYNOPSIS
cc [flag...] file... -ltsol [library...] #include <tsol.h> DESCRIPTION
Functions in this library provide programmatic access to Solaris Trusted Extensions features such as labels and Mandatory Access Policy (MAC) on systems that are configured with Trusted Extensions software. INTERFACES
The shared object libtsol.so.2 provides the public interfaces that are defined below. See Intro(3) for additional information on shared object interfaces. Committed Functions bldominates blequal blstrictdom getpathbylabel getplabel getdevicerange getuserrange getzoneidbylabel getzonelabelbyid getzonerootbyid getzonerootbylabel getzonerootbyname label_to_str labelbuilder labelclipping m_label_alloc m_label_dup m_label_free setflabel str_to_label tsol_lbuild_create tsol_lbuild_destroy tsol_lbuild_get tsol_lbuild_set Xbcleartos Xbsltos Obsolete Functions The following functions are preserved to aid porting. Function Committed Replacement bcleartoh label_to_str bcleartoh_r label_to_str bcleartos label_to_str bltocolor label_to_str bltocolor_r label_to_str bsltoh label_to_str bsltoh_r label_to_str bsltos label_to_str h_alloc label_to_str h_free label_to_str htobclear str_to_label htobsl str_to_label sbcleartos str_to_label sbsltos str_to_label stobsl str_to_label stobclear str_to_label FILES
/lib/libtsol.so.2 shared object /lib/64/libtsol.so.2 64-bit shared object ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsl | +-----------------------------+-----------------------------+ |Interface Stability |See the manual pages for | | |the individual functions. | +-----------------------------+-----------------------------+ |MT-Level |Safe | +-----------------------------+-----------------------------+ SEE ALSO
Intro(3), libtsnet(3LIB), attributes(5) NOTES
The functionality described on this manual page is available only if the system has been configured with Trusted Extensions. SunOS 5.11 20 Jul 2007 libtsol(3LIB)
All times are GMT -4. The time now is 02:38 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy