Sponsored Content
Operating Systems AIX Misconfiguration detected Adapter interface name en 3 Adapter offset 0 Post 303036055 by trevian3969 on Thursday 13th of June 2019 09:24:56 AM
Old 06-13-2019
Hi bakunin
You are right, our systems is very old, but for our boss this system could work at least one more year. This servers are 12 years old, and some of their parts we buy it as refurbished....

As you said there is a problems with the zoning. How can I check this,?
I know is a dummy question, but Im new in this area.

Thanks again
 

10 More Discussions You Might Find Interesting

1. IP Networking

LAN Adapter

Im newest in unix, Please, give me solution for installing lan adapter if driver not found in the list of ethernet drivers ihave unix driver in a dos diskete please give me the other solution and tell me where the domain of unix class online, so ican read from it. Thank's very much (3 Replies)
Discussion started by: ade_muhdiat
3 Replies

2. Solaris

Which SCSI Adapter?

Hi. I need to find a simple SCSI adapter card for a Sun Ultra 5 workstation. I don't need the type w/ ethernet attached (e.g. X1032) as I already have ethernet onboard & they are more spendy. I know Adaptec is out, but what unit would work? I am attaching an external SCSI tape unit to this... (4 Replies)
Discussion started by: Plain Person
4 Replies

3. Solaris

Creator 3D Video Adapter

Hi everyone, it's me the Solaris novice once again. Here's my situation. - I bought a Sun Ultra 10 Creator 3D Workstation and Sony 19" SVGA Monitor package deal. - The system has the Creator 3D Video Adapter installed but I could not use it because the adapter has a 13w3 connection and my... (5 Replies)
Discussion started by: jbarbuto
5 Replies

4. HP-UX

what is an adapter?

Hi , Hi what is an adapter?what is its use ? How to log into a tibco server from unix home directory. (1 Reply)
Discussion started by: megh
1 Replies

5. UNIX for Dummies Questions & Answers

Simulated driver for Network Interface Adapter

Hi all, I got sort of a task to do. I have to write in C "simulated network driver". What does it mean? - It has to run on all network adapters - It has to be as simple as it can be - It has to run on all linux distributions (or at least most of them) - It does not have to run a network... (4 Replies)
Discussion started by: Chrisdot
4 Replies

6. SCO

Installing LAN adapter

I inserted a PCI Realtek RTL8139 network adapter on a PC running SCO Openserver 5.0.6. I successfully loaded drivers and I'm trying to install the card with netconfig command, unfortunately without success. Here are the steps I follow to install the card: I run netconfig, from menu 'hardware'... (2 Replies)
Discussion started by: kampus
2 Replies

7. Hardware

SCSI Ultra320 80->68 adapter

I need to connect 80pin SCA Ultra320 SCSI hdd to 68pin. There are rumors that some bad "passive" adapters with problematic termination can fry the HDD. The adapter we got is Assmann ABSCA-2. Hard drive is 'Fujitsu MAW3073NC' Do we need to set any jumpers before turning it on? We already had... (0 Replies)
Discussion started by: orange47
0 Replies

8. AIX

Dedicate graphics adapter ?

Hello, Runing VIO and couple lpars on POWER blade. I want to dedicate graphics adapter(ati0) to one lpar. Is that possible ? I tried to do that using IVM (I/O Adapter Management->View/Modify Physical Adapters->Modify partition assignment): Failed to remove adapter U78A6.001.WIH4088-P2-C8... (1 Reply)
Discussion started by: vilius
1 Replies

9. AIX

Vscsi and npiv on same adapter

Hi, I want to change from vscsi to npiv. Is it possible to use both on the same adapter, so we can change the systems one by one, or must we place a second FC adapter in the VIO servers? Thanks, Ronald (2 Replies)
Discussion started by: ronaldm60
2 Replies

10. Red Hat

Ethernet Adapter not detected.

Hi, I have installed Oracle Enterprise Linux 5 in my PC. After the installation the Ethernet Card is not got detected. But I could able to get the details using the command lspci -a: 01:00.0 Ethernet controller: Attansic Technology Corp. L1 Gigabit Ethernet Adapter (rev b0). But I could... (4 Replies)
Discussion started by: chidhu.anu
4 Replies
SMP_ENA_DIS_ZONING(8)						     SMP_UTILS						     SMP_ENA_DIS_ZONING(8)

NAME
smp_ena_dis_zoning - invoke ENABLE DISABLE ZONING SMP function SYNOPSIS
smp_ena_dis_zoning [--disable] [--ena-dis=ED] [--expected=EX] [--help] [--hex] [--interface=PARAMS] [--raw] [--sa=SAS_ADDR] [--save=SAV] [--verbose] [--version] SMP_DEVICE[,N] DESCRIPTION
Sends a SAS Management Protocol (SMP) ENABLE DISABLE ZONING function request to a SMP target. The SMP target is identified by the SMP_DEVICE and the --sa=SAS_ADDR. Depending on the interface, the SAS_ADDR may be deduced from the SMP_DEVICE. The mpt interface uses SMP_DEVICE to identify a HBA (an SMP initiator) and needs the additional ,N to differentiate between HBAs if there are multiple present. If neither --disable nor --ena-dis=ED options are given then enable zoning (i.e. "--ena-dis=1") is assumed. This function does not change the state of the current zoning enabled flag (as seen in the REPORT GENERAL response). Such a state change will occur on a subsequent invocation of the ZONE ACTIVATE function. OPTIONS
Mandatory arguments to long options are mandatory for short options as well. -d, --disable set the 'enable disable zoning' field in the SMP request to 2 which will disable zoning. -e, --ena-dis=ED set the 'enable disable zoning' field in the SMP request. ED may take these values: 0 for no change, 1 for enable zoning (default) and 2 for disable zoning. If this option and the --disable option are both given then they cannot contradict one another. -E, --expected=EX set the 'expected expander change count' field in the SMP request. The value EX is from 0 to 65535 inclusive with 0 being the default value. When EX is greater than zero then if the value doesn't match the expander change count of the SMP target (i.e. the expander) when the request arrives then the target ignores the request and sets a function result of "invalid expander change count" in the response. -h, --help output the usage message then exit. -H, --hex output the response (less the CRC field) in hexadecimal. -I, --interface=PARAMS interface specific parameters. In this case "interface" refers to the path through the operating system to the SMP initiator. See the smp_utils man page for more information. -r, --raw send the response (less the CRC field) to stdout in binary. All error messages are sent to stderr. -s, --sa=SAS_ADDR specifies the SAS address of the SMP target device. The mpt interface needs this option and it will typically be an expander's SAS address. The SAS_ADDR is in decimal but most SAS addresses are shown in hexadecimal. To give a number in hexadecimal either prefix it with '0x' or put a trailing 'h' on it. -S, --save=SAV set the 'save' field in the SMP request. SAV may take these values: 0 for updating the shadow values (default), 1 for updating the saved values, 2 for updating shadow values and if available the saved values, 3 for updating both saved and shadow values. -v, --verbose increase the verbosity of the output. Can be used multiple times. -V, --version print the version string and then exit. CONFORMING TO
The SMP ENABLE DISABLE ZONING function was introduced in SAS-2 . AUTHORS
Written by Douglas Gilbert. REPORTING BUGS
Report bugs to <dgilbert at interlog dot com>. COPYRIGHT
Copyright (C) 2011 Douglas Gilbert This software is distributed under a FreeBSD license. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PUR- POSE. SEE ALSO
smp_utils, smp_lock, smp_zone_activate, smp_zone_unlock(smp_utils) smp_utils-0.96 June 2011 SMP_ENA_DIS_ZONING(8)
All times are GMT -4. The time now is 03:39 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy