Sponsored Content
Operating Systems Solaris Problem getting SUN trunking to work Post 302234335 by bruhnf on Tuesday 9th of September 2008 12:21:08 PM
Old 09-09-2008
Quote:
Originally Posted by incredible
Unless a V490 is a Java networking class or API you're asking in the wrong place.
Don't understand your post dude. The title of this forum is The UNIX and Linux Forums -> OS Specific Forums -> SUN Solaris.

SUN Trunking = SUN Solaris = OS Specific. Besides, I see other posts in here about VMware, Networking, etc.... and you replied to them.

Sure you're in the right place?
 

7 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

Using a Sun Ultra 5 at work

I wouldn't call myself exactly new to Unix. I've played with Linux before so I can get around alright. I just have never really learned the basics, like setting a user's path. How do I do that on my Sun station? Obvioulsly, I've got several different bins, but I can only use the commands in... (1 Reply)
Discussion started by: skinnell2
1 Replies

2. Solaris

Sun Trunking

Does anyone know where I can download Sun Trunking for Solaris 8? Sun gives this away for Solaris 10 but you have to pay for it for Solaris 8? Seems kind of bass ackwards if you ask me..... (3 Replies)
Discussion started by: hshapiro
3 Replies

3. Solaris

SUn Trunking Guide

Hello..Guys I need some help on sun trunking... I have followed the configuration guide C H A P T E R 3 - Configuring the Sun Trunking 1.3 Software from Sun but it doesn't work. Is it suppose to failover from 1 link to another when 1 of the link/port is down in the trunk, or once the head... (2 Replies)
Discussion started by: xiaochensg
2 Replies

4. Shell Programming and Scripting

common UNIX script which is to work in HP and SUN environment

I have two different UNIX scripts for updating Co-ordinate points which are working fine seperately in HP and SUN environments. But I am trying to write a common UNIX script which is to work in HP and SUN environment. The following are the scripts i am using SUN: #!/bin/ksh info () {... (6 Replies)
Discussion started by: ramkumar2yk
6 Replies

5. Solaris

Config reader module in Sun MC Agent not work in E2900

Hi men, Have you ever meet this error ? I install full Sun MC 4.0 packages (+ Add ons) exception of Sun Midrange Platform Administration because i don't know how to configure it Then all other servers are ok, only E2900 servers have Config reader module error: Data Acquisition error I... (12 Replies)
Discussion started by: tien86
12 Replies

6. UNIX for Advanced & Expert Users

Solaris 10 10/09 u8, iSCSI and SUN Trunking

I am running Solaris 10 on a V490. I have Dell EqualLogic SAN attached. I would like to take full advantage of the iSCSI initiator. I have a primary network interface and IP addresses for all four SAN ports. Since the four ports are SUN GigaSwift (legacy), I cannot utilize dladm, so I downloaded... (2 Replies)
Discussion started by: KSFlyer
2 Replies

7. Solaris

Solaris Trunking and its impact on VCS cluster and others

Hello guys, I have a question regarding link aggregation / trunking in Solaris 9 Sun Trunking does not come by default in Solaris 9 unlike Solaris 10 where we can use the "dladm" command to trunk 4 physical NIC interfaces together. My question is in Solaris 9. Will the configurations of... (1 Reply)
Discussion started by: br1an
1 Replies
ieee1394(7D)							      Devices							      ieee1394(7D)

NAME
ieee1394, firewire, 1394 - Solaris IEEE-1394 Architecture DESCRIPTION
IEEE-1394 provides a means for interconnecting devices in computer and home entertainment systems. (The IEEE-1394 architecture is also known as Firewire, an Apple Computer trademark, and i.Link, a Sony trademark). The most common IEEE-1394 devices are digital camcorders, mass-storage devices and cameras (including webcam-type devices). For more information on USB, refer to the 1394 Trade Association website at http://www.1394ta.org. The Solaris IEEE-1394 architecture supports up to 63 hot-pluggable IEEE-1394 devices per IEEE-1394 bus. The maximum data transfer rate is 400 Mbits, depending on the capabilities of the attached device. The Solaris IEEE-1394 architecture supports devices implementing a number of different specifications. The basic behavior of the IEEE-1394 bus is described in the IEEE 1394-1995 and IEEE 1394a-2000 specifications. IEEE-1394 host controllers implementing the 1394 Open Host Controller Interface specification are supported. Camcorders implementing the IEC 61883 and 1394 Trade Association AV/C specifications are supported. Mass-storage devices implementing the ANSI SBP-2 specification are supported. Digital cameras implementing the 1394 Trade Association 1394-based Digital Camera (IIDC) specification are supported. FILES
Listed below are drivers and modules which either utilize or are utilized by the Solaris IEEE-1394 architecture. Drivers in /kernel/drv are 32 bit drivers (only). Drivers in /kernel/drv/sparcv9 or /kernel/drv/amd64 are 64 bit drivers. +--------------------------------------------------------+-------------------------------+ | SUPPORT MODULE(S) | FUNCTION | +--------------------------------------------------------+-------------------------------+ |/kernel/misc/[sparcv9|amd64/]s1394 | IEEE-1394 framework | +--------------------------------------------------------+-------------------------------+ |/kernel/misc/[sparcv9|amd64/]sbp2 | Serial Bus Protocol-2 (SBP-2) | +--------------------------------------------------------+-------------------------------+ +--------------------------------------------------------+-----------------------------+ | TARGET DRIVER | DEVICE CLASS | +--------------------------------------------------------+-----------------------------+ |/kernel/drv/[sparcv9|amd64/]s1394 | IEEE-1394 framework | +--------------------------------------------------------+-----------------------------+ |/kernel/drv/[sparcv9|amd64/]scsa1394 | mass storage class | +--------------------------------------------------------+-----------------------------+ |/kernel/drv/[sparcv9|amd64/]av1394 | camcorder (AV/C) class | +--------------------------------------------------------+-----------------------------+ |/kernel/drv/[sparcv9|amd64/]dcam1394 | digital camera (IIDC) class | +--------------------------------------------------------+-----------------------------+ +--------------------------------------------------------+----------+ | HOST CONTROLLER INTERFACE DRIVER(S) | DEVICE | +--------------------------------------------------------+----------+ |/kernel/drv/[sparcv9|amd64/]hci1394 | Open HCI | +--------------------------------------------------------+----------+ ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Architecture |PCI-based systems | +-----------------------------+-----------------------------+ |Availability |SUNW1394, SUNW1394h, SUN- | | |Wav1394, SUNWscsa1394, SUN- | | |Wsbp2, SUNWfwdc, SUNWfwdcu | +-----------------------------+-----------------------------+ SEE ALSO
attributes(5), av1394(7D), dcam1394(7D), hci1394(7D), scsa1394(7D) http://www.sun.com/io IEEE 1394a Specification - 1394 Trade Association, 2000 IEEE 1394 Specification - 1394 Trade Association, 1995 NOTES
Booting from IEEE-1394 mass-storage devices is not supported, but may be possible if supported by the BIOS of the computer system. SunOS 5.11 30 August 2005 ieee1394(7D)
All times are GMT -4. The time now is 03:41 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy