Sponsored Content
Full Discussion: D Class HP 9000 Server Setup
Operating Systems HP-UX D Class HP 9000 Server Setup Post 54042 by NoHope on Friday 30th of July 2004 03:02:41 PM
Old 07-30-2004
Out of all the tons of old cables I found lying around, I found one that tested for 2,3 crossed and 5,7 crossed With the connection going from DB25 to DB9. Hopefully this will work when I get the Server finally dug out of the closet.

Thanks for the help guys!
 

10 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

HBA compatible on Emulex Lightpulse 9000 with IBM 8840 PKU X346 server.

Hi there, does anybody knows/info on compatiblity on Emulex Lightpulse 9000 with IBM 8840 PKU X346 server. Regards. (0 Replies)
Discussion started by: gagasan_makmur
0 Replies

2. UNIX for Dummies Questions & Answers

setup a DNS server for my redhat server

Using Redhat Linux Enterprise AS 4 can someone teach me how to setup a dns server for my webserver? i've registered a domainname at mydomain.com but when i type in the domain i register i cannot enter to my webserver. someone told me that it is related with the DNS setting on my server. i've... (2 Replies)
Discussion started by: kaixiang88
2 Replies

3. UNIX for Dummies Questions & Answers

HP 9000 rp7420 server

Hi all, I'm trying to find out info on HP 9000 rp7420 server. 16-way rp7420 server - what does 16-way stand for? There is 32-way rpxxxx also. I searched www.hp.com site but no luck. Can anyone put some light in it pls. Thanks in advance (3 Replies)
Discussion started by: mhbd
3 Replies

4. HP-UX

urgent help needed on HP 9000 rp3410 server for a newbie

Hi friends i dont know whether it is the right forum to ask this or not. if its not please excuse me and please give me the link for such a forum. i am novice about HP 9000 rp3410 server and its things but i had to install and configure it. I came to know that it doesnot comes with builtin... (4 Replies)
Discussion started by: bnaravinda
4 Replies

5. HP-UX

hp 9000 k class server not booting

We have an old k class server that we would like to use as a testbed for our oracle application. However, it is not booting properly - fiailing the self boot test (light at the back of server is blinking). On the little window on the front of server i see the following message about console (?). ... (9 Replies)
Discussion started by: lombard_c
9 Replies

6. AIX

NIM server setup on etherchannel setup environment

I know that IBM's official stance is that NIM does not work on etherchannel environment, but has anyone able to get around it? I'm working on a p5-590 LPAR system, and the NIM master and clients are all on the same frame. Any help is appreciated. (1 Reply)
Discussion started by: pdtak
1 Replies

7. UNIX for Advanced & Expert Users

How to setup unix training class with thin clients and a blade server?

Hello folks, I have to conduct a demo session on bash scripting in any unix/linux distro to my colleagues (12 of them). Our company has not appointed a system administrator for linux. So I am seeking help from you all. We only have thin clients running windows XP and are connected to a blade... (0 Replies)
Discussion started by: AnjaanFauji
0 Replies

8. UNIX for Dummies Questions & Answers

How to setup unix training class with thin clients and a blade server?

Hello folks, I have to conduct a demo session on bash scripting in any unix/linux distro to my colleagues (12 of them). Our company has not appointed a system administrator for linux. So I am seeking help from you all. We only have thin clients running windows XP and are connected to a blade... (1 Reply)
Discussion started by: AnjaanFauji
1 Replies

9. UNIX for Advanced & Expert Users

Get pointer for existing device class (struct class) in Linux kernel module

Hi all! I am trying to register a device in an existing device class, but I am having trouble getting the pointer to an existing class. I can create a class in a module, get the pointer to it and then use it to register the device with: *cl = class_create(THIS_MODULE, className);... (0 Replies)
Discussion started by: hdaniel@ualg.pt
0 Replies

10. IP Networking

[ASK] How to setup portfw to server behind another server

Hi Experts, I was trying to find some documentations about this but seems I'm not good enough to find that one, so I'm seeking a help from the expert here. I have 3 Solaris Server and the diagram as follow: My PC => ---------------------- I was able to setup port forwarding to Server... (0 Replies)
Discussion started by: AdziE
0 Replies
IFMEDIA(4)						   BSD Kernel Interfaces Manual 						IFMEDIA(4)

NAME
ifmedia -- network interface media settings SYNOPSIS
#include <sys/socket.h> #include <net/if.h> #include <net/if_media.h> DESCRIPTION
The ifmedia interface provides a consistent method for querying and setting network interface media and media options. The media is typi- cally set using the ifconfig(8) command. There are currently four link types supported by ifmedia: IFM_ETHER Ethernet IFM_TOKEN Token Ring IFM_FDDI FDDI IFM_IEEE80211 IEEE802.11 Wireless LAN The following sections describe the possible media settings for each link type. Not all of these are supported by every device; refer to your device's manual page for more information. The lists below provide the possible names of each media type or option. The first name in the list is the canonical name of the media type or option. Additional names are acceptable aliases for the media type or option. COMMON MEDIA TYPES AND OPTIONS
The following media types are shared by all link types: IFM_AUTO Autoselect the best media. [autoselect, auto] IFM_MANUAL Jumper or switch on device selects media. [manual] IFM_NONE Deselect all media. [none] The following media options are shared by all link types: IFM_FDX Place the device into full-duplex mode. This option only has meaning if the device is normally not full-duplex. [full- duplex, fdx] IFM_HDX Place the device into half-duplex mode. This option only has meaning if the device is normally not half-duplex. [half- duplex, hdx] IFM_FLOW Hardware flow control support. [flowcontrol, flow] IFM_FLAG0 Driver-defined flag. [flag0] IFM_FLAG1 Driver-defined flag. [flag1] IFM_FLAG2 Driver-defined flag. [flag2] IFM_LOOP Place the device into hardware loopback mode. [loopback, hw-loopback, loop] MEDIA TYPES AND OPTIONS FOR ETHERNET
The following media types are defined for Ethernet: IFM_HPNA_1 HomePNA 1.0, 1Mb/s. [HomePNA1, HPNA1] IFM_10_T 10BASE-T, 10Mb/s over unshielded twisted pair, RJ45 connector. [10baseT, UTP, 10UTP] IFM_10_2 10BASE2, 10Mb/s over coaxial cable, BNC connector, also called Thinnet. [10base2, BNC, 10BNC] IFM_10_5 10BASE5, 10Mb/s over 15-wire cables, DB15 connector, also called AUI. [10base5, AUI, 10AUI] IFM_10_STP 10BASE-STP, 10Mb/s over shielded twisted pair, DB9 connector. [10baseSTP, STP, 10STP] IFM_10_FL 10BASE-FL, 10Mb/s over fiber optic cables. [10baseFL, FL, 10FL] IFM_100_TX 100BASE-TX, 100Mb/s over unshielded twisted pair, RJ45 connector. [100baseTX, 100TX] IFM_100_FX 100BASE-FX, 100Mb/s over fiber optic cables. [100baseFX, 100FX] IFM_100_T4 100BASE-T4, 100Mb/s over 4-wire (category 3) unshielded twisted pair, RJ45 connector. [100baseT4, 100T4] IFM_100_T2 100BASE-T2. [100baseT2, 100T2] IFM_100_VG 100VG-AnyLAN. [100baseVG, 100VG] IFM_1000_SX 1000BASE-SX, 1Gb/s over multi-mode fiber optic cables. (short waves) [1000baseSX, 1000SX] IFM_1000_LX 1000BASE-LX, 1Gb/s over single-mode fiber optic cables. (long waves) [1000baseLX, 1000LX] IFM_1000_CX 1000BASE-CX, 1Gb/s over shielded twisted pair. (twinax) [1000baseCX, 1000CX] IFM_1000_T 1000BASE-T, 1Gb/s over category 5 unshielded twisted pair, 802.3ab, RJ45 connector. [1000baseT, 1000T] IFM_10G_LR 10GBASE-LR, 10Gb/s over single-mode fiber optic cables. [10GbaseLR, 10GLR] The following media option is defined for Ethernet: IFM_ETH_MASTER Configure a 1000BASE-T PHY as the clock master for a 1000BASE-T link. This option has no effect (shows current status only) if the media is IFM_AUTO. IFM_ETH_TXPAUSE Configure the device to send PAUSE (flow control) frames. This option has no effect (shows current status only) if the media is IFM_AUTO. IFM_ETH_RXPAUSE Configure the device to receive PAUSE (flow control) frames. This option has no effect (shows current status only) if the media is IFM_AUTO. MEDIA TYPES AND OPTIONS FOR TOKEN RING
The following media types are defined for Token Ring: IFM_TOK_STP4 4Mb/s, shielded twisted pair, DB9 connector. [DB9/4Mbit, 4STP] IFM_TOK_STP16 16Mb/s, shielded twisted pair, DB9 connector. [DB9/16Mbit, 16STP] IFM_TOK_UTP4 4Mb/s, unshielded twisted pair, RJ45 connector. [UTP/4Mbit, 4UTP] IFM_TOK_UTP16 16Mb/s, unshielded twisted pair, RJ45 connector. [UTP/16Mbit, 16UTP] The following media options are defined for Token Ring: IFM_TOK_ETR Early token release. [EarlyTokenRelease, ETR] IFM_TOK_SRCRT Enable source routing features. [SourceRouting, SRCRT] IFM_TOK_ALLR All routes vs. single route broadcast. [AllRoutes, ALLR] MEDIA TYPES AND OPTIONS FOR FDDI
The following media types are defined for FDDI: IFM_FDDI_SMF Single-mode fiber. [Single-mode, SMF] IFM_FDDI_MMF Multi-mode fiber. [Multi-mode, MMF] IFM_FDDI_UTP Unshielded twisted pair, RJ45 connector. [UTP, CDDI] The following media options are defined for FDDI: IFM_FDDI_DA Dual-attached station vs. Single-attached station. [dual-attach, das] MEDIA TYPES AND OPTIONS FOR IEEE802.11 WIRELESS LAN The following media types are defined for IEEE802.11 Wireless LAN: IFM_IEEE80211_FH1 Frequency Hopping 1Mbps. [FH1] IFM_IEEE80211_FH2 Frequency Hopping 2Mbps. [FH2] IFM_IEEE80211_DS1 Direct Sequence 1Mbps. [DS1] IFM_IEEE80211_DS2 Direct Sequence 2Mbps. [DS2] IFM_IEEE80211_DS5 Direct Sequence 5Mbps. [DS5] IFM_IEEE80211_DS11 Direct Sequence 11Mbps. [DS11] IFM_IEEE80211_DS22 Direct Sequence 22Mbps. [DS22] IFM_IEEE80211_OFDM6 Orthogonal Frequency Division Multiplexing 6Mbps. [OFDM6] IFM_IEEE80211_OFDM9 Orthogonal Frequency Division Multiplexing 9Mbps. [OFDM9] IFM_IEEE80211_OFDM12 Orthogonal Frequency Division Multiplexing 12Mbps. [OFDM12] IFM_IEEE80211_OFDM18 Orthogonal Frequency Division Multiplexing 18Mbps. [OFDM18] IFM_IEEE80211_OFDM24 Orthogonal Frequency Division Multiplexing 24Mbps. [OFDM24] IFM_IEEE80211_OFDM36 Orthogonal Frequency Division Multiplexing 36Mbps. [OFDM36] IFM_IEEE80211_OFDM48 Orthogonal Frequency Division Multiplexing 48Mbps. [OFDM48] IFM_IEEE80211_OFDM54 Orthogonal Frequency Division Multiplexing 54Mbps. [OFDM54] IFM_IEEE80211_OFDM72 Orthogonal Frequency Division Multiplexing 72Mbps. [OFDM72] The following media options are defined for IEEE802.11 Wireless LAN: IFM_IEEE80211_ADHOC Ad-hoc (IBSS) mode. [adhoc, ibss] In some drivers, it may be used with the IFM_FLAG0 [flag0] media option to specify non-standard ad-hoc demo mode. IFM_IEEE80211_HOSTAP Access Point mode [hostap] IFM_IEEE80211_MONITOR Monitor mode [monitor] IFM_IEEE80211_TURBO Turbo mode [turbo] SEE ALSO
netintro(4), ifconfig(8) HISTORY
The ifmedia interface first appeared in BSD/OS 3.0. The implementation that appeared in NetBSD 1.3 was written by Jonathan Stone and Jason R. Thorpe to be compatible with the BSDI API. It has since gone through several revisions which have extended the API while maintaining backwards compatibility with the original API. Support for the IEEE802.11 Wireless LAN link type was added in NetBSD 1.5. BSD
October 7, 2006 BSD
All times are GMT -4. The time now is 02:16 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy