Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Where can I download Solaris 8 or any new Unix Software??? Post 14047 by Gavan on Monday 28th of January 2002 01:09:16 AM
Old 01-28-2002
Solaris

Well, you can't download Solaris 8 for an Intel system anymore, but if you have a Sun system based on a SPARC processor you can(I seriously doubt anyone on this whole forum personally owns a Sun machine).You can order a Solaris 8 Intel media pack via Sun.com but I don't think it will be worth your while seeing as Sun is no longer making Solaris for Intel systems. So i recomend using some other Unix based OS.

Lates
 

8 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

download copy of UNIX, SOLARIS, SCO, anything?

Hi All, I'm a UNIX Newbie, yes, I hate to say it. I'm decent enough though on LINUX box. But of course, it's not the same! Does anyone know where I can download a copy of the UNIX network operating system, that I can install on one of my boxes? I'd very much appreciate all suggestions. ... (2 Replies)
Discussion started by: JaredsNew
2 Replies

2. Solaris

unix/solaris data eraser software

Do anyone know of a data eraser software that I can use on my sun box running solaris that meets the D.O.D 5220.22-m standard (4 Replies)
Discussion started by: cyberbuzz
4 Replies

3. Solaris

how and where can i download sun solaris hpc mpirun software

how and where can i download sun solaris2.8 hpc mprun software?thanks (1 Reply)
Discussion started by: jingwp
1 Replies

4. UNIX for Advanced & Expert Users

Where to download unix not unix flavours like ubuntu, redhat etc.

I checked unix.org but did not find any link where i can download basic unix flavour. any idea from where i can download unix. thanks in advance. - nilesh (14 Replies)
Discussion started by: ynilesh
14 Replies

5. Red Hat

Redhat - Software download

Hello, I am not a sysadmin. I wanted to install Redhat linux 64 bit on my PC in a new secondary hard disk. Could you please help me where can I download 64 bit Redhat Linux? I tried on the redhat download page and find out the below mentioned versions Red Hat Linux 7.1 i386 Red Hat Linux... (5 Replies)
Discussion started by: oradba_arun
5 Replies

6. HP-UX

Software assistant swa get does not download patches

Hi, I am having some issues setting up and using swa report and swa get. When I use "swa report -a SEC -a CRIT -x hp_id username -x hp_pw pword -x proxy=http://proxservername:8080" the report is generated, etc as expected. However when I execute "swa get -t /var/spool/sw/ -x... (1 Reply)
Discussion started by: seanm
1 Replies

7. Solaris

Download of Solaris 9/9

Hi All, Can somebody tell me, if Solaris -9 (Update 9) is available for download for Sparc ? If yes, please guide me. I need to upgrade my Solaris-9 update-7 to Solaris-9 update-9 for a specific requirement. On support.oracle.com, I can only see Solaris-10 and Solaris-11 under Download... (1 Reply)
Discussion started by: solaris_1977
1 Replies

8. Solaris

Looking for X.25 Download (Solaris 8)

Hello Forum Folks, I'm hoping to find a trustworthy download of a (Solstice?) X.25 package suitable for Solaris 8. I've been searching the Internet for many weeks (I am subscribed to "UNIX Packages", previously 'sunfreeware' and could not find anything). Would anyone know or have this... (3 Replies)
Discussion started by: ssid61
3 Replies
ixgb(7d)							      Devices								  ixgb(7d)

NAME
ixgb - SUNWixgb, 10G Gigabit Ethernet driver for Intel 82597ex controllers and Sun Kirkwood adapters SYNOPSIS
/dev/ixgb DESCRIPTION
The ixgb 10Gigabit Ethernet driver is a multi-threaded, loadable, clonable, GLD-based STREAMS driver supporting the Data Link Provider Interface, DLPI, on Intel 82597ex 10 Gigabit Ethernet controllers and Sun 10G Kirkwood adapters. The Intel 10G controller incorporates both MAC and PHY functions and provides 10G (fiber) Ethernet operation on the SR and LR connectors. The Sun Kirkwood adapter is a 133 MHz PCIX 10 Gig Ethernet card utilizing the Intel 82597EX PCIX MAC controller with XFP-based 10GigE optics. The ixgb driver functions include controller initialization, frame transmit and receive, promiscuous and multicast support and error recov- ery and reporting. The ixgb driver and hardware support auto-negotiation, a protocol specified by the 802.ae specification. APPLICATION PROGRAMMING INTERFACE
The cloning character-special device /dev/ixgb is used to access all Intel 10G controllers and Sun Kirkwood adapters installed within the system. The ixgb driver is dependent on /kernel/misc/gld, a loadable kernel module that provides the ixgb driver with the DLPI and STREAMS func- tionality required of a LAN driver. See gld(7D) for more details on supported primitives. You must send an explicit DL_ATTACH_REQ message to associate the opened stream with a particular device (PPA). The PPA ID is interpreted as an unsigned integer data type and indicates the corresponding device instance (unit) number. The driver returns an error (DL_ERROR_ACK) if the PPA field value does not correspond to a valid device instance number for the system. The device is initialized on first attach and de- initialized (stopped) at last detach. The values returned by the driver in the DL_INFO_ACK primitive in response to the DL_INFO_REQ are as follows: o Maximum SDU is 1500 (ETHERMTU - defined in <sys/ethernet.h>). o Minimum SDU is 0. o DLSAP address length is 8. o MAC type is DL_ETHER. o SAP length value is -2 meaning the physical address component is followed immediately by a 2 byte SAP component within the DLSAP address. o Broadcast address value is Ethernet/IEEE broadcast address (FF:FF:FF:FF:FF:FF). Once in the DL_ATTACHED state, you must send a DL_BIND_REQ to associate a particular Service Access Point (SAP) with the stream. By default, the ixgb driver performs auto-negotiation to select the 10G link speed. FILES
/dev/ixgb ixgb special character device. /kernel/drv/sparcv9/ixgbixgb driver binary. /kernel/drv/amd64/ixgb 64-bit kernel module (x86 only.) ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Architecture |SPARC, x86 | +-----------------------------+-----------------------------+ SEE ALSO
attributes(5), gld(7D), streamio(7I), dlpi(7P) Writing Device Drivers STREAMS Programming Guide Network Interfaces Programmer's Guide SunOS 5.10 1 Dec 2004 ixgb(7d)
All times are GMT -4. The time now is 09:19 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy