Sponsored Content
Full Discussion: quad card configuration
Operating Systems Solaris quad card configuration Post 302283112 by sameergrover on Monday 2nd of February 2009 03:03:06 PM
Old 02-02-2009
Data quad card configuration

Hi Group,

I Have just installed quad card in my V440 machine,

I am facing problem I cn just ping its ce0 card only rest of the cards are not ping able,
here is details of my machine.

ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index
1
inet 127.0.0.1 netmask ff000000
ce0: flags=1000803<UP,BROADCAST,MULTICAST,IPv4> mtu 1500 index 2
inet 10.2.132.72 netmask ffffff80 broadcast 10.2.132.127
ether 0:3:ba:9e:90:ed
ce1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
inet 10.2.132.73 netmask ffffff80 broadcast 10.2.132.127
ether 0:3:ba:a1:fc:e0
ce2: flags=1000803<UP,BROADCAST,MULTICAST,IPv4> mtu 1500 index 4
inet 10.2.132.74 netmask ffffff80 broadcast 10.2.132.127
ether 0:3:ba:a1:fc:e1
ce3: flags=1000803<UP,BROADCAST,MULTICAST,IPv4> mtu 1500 index 5
inet 10.2.132.75 netmask ffffff80 broadcast 10.2.132.127
ether 0:3:ba:a1:fc:e2




bash-3.00# pwd
/etc
bash-3.00# cat hosts
::1 localhost
127.0.0.1 localhost
10.2.132.72 north02
10.2.132.73 north021
10.2.132.74 north022
10.2.132.75 north023
bash-3.00# cat hostname.ce0
north02
bash-3.00# cat hostname.ce1
north021
bash-3.00# cat hostname.ce2
north022
bash-3.00# cat hostname.ce3
north023



can anyone please suggest me where can be the problem

S A M
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Sound Card configuration

Hie, Im using Linux Kernel 2.2.16-22 (Linux Ver7.0), My problem is My sound Card is not detected and configured properly, i tried many ways but still cant configured it out. Heres my detail problem. Whenever i tried to configure my sound card which i newly purchased ( Creative Vibra 128 Audio... (2 Replies)
Discussion started by: killerserv
2 Replies

2. IP Networking

Quad Fast Ethernet Card on Sparc 10?

I am having a problem getting my configuration to stick. After I installed my quad-card I did the following: 1. created hostname.qe0, hostname.qe1, hostname.qe2, hostname.qe3 files in my /etc directory. 2. In my /etc/hosts file I added the ip address of each interface and the name for each... (7 Replies)
Discussion started by: jskillet
7 Replies

3. BSD

Quad Booting...

Ok so currently I have XP and Slack booting on my laptop, the next two goals will be FreeBSD and Windows Server 2003, in that order (though I may need to start over and do server before unix/linux. Either way, how I got linux interacting nicely with XP was via this link: ... (1 Reply)
Discussion started by: jboswell
1 Replies

4. Windows & DOS: Issues & Discussions

Quad or Duel Processors

Which hardware configuration gives you the best though put for processing? 1.) Quad CPU at 2 GHZ 2.) Dual CPU at 3 GHZ and More Memory. We currently have setup #1, I want to upgrade the server and I am investigating hardware configurations. Wanted to know if set #1 gives better though put... (4 Replies)
Discussion started by: rfmurphy_6
4 Replies

5. SCO

speciliax card configuration

dear all i configured pci speciliax card in sco open server 5.0.5 but i only getting cursor prompt in terminal side my terminal is vt100 pls give the quries for configure terminal and speciliax card regards jeevaraj (0 Replies)
Discussion started by: jeevaraj
0 Replies

6. Solaris

Dual IP configuration with two different network card

I am trying to configure dual IP each on different interfaces (ce0, ce2) with one logical/virtual IP. I can ping all three IP but can not TELNET to any of them. Here is all the information: ********************************************************* root@osssvr # more /etc/hosts # # Internet host... (2 Replies)
Discussion started by: dr.adnan.sarwar
2 Replies

7. Solaris

Quad Ethernet

I have a Quad Ethernet card in a 220R. 2 ports activated. Each has its own hostname file and both hostnames are in the hosts file. I want both ports to have the same IP address so we can use the 2nd port in case we lose communication on the port. On bootup, the box gives me: SIOCSLIFFLAGS:... (5 Replies)
Discussion started by: hshapiro
5 Replies

8. UNIX Desktop Questions & Answers

Does Red Hat Fedora support Nvidia card 8800GTX and 260 card?

Does Red Hat Fedora support Nvidia card 8800GTX and 260 card? Does any Linux OS support Nvidia card? (1 Reply)
Discussion started by: sito
1 Replies

9. HP-UX

how can i know this processor quad or dual core ?

hi every body i want to know if i have server with hp-ux os if i did "machinfo" i will see no of cpu = for example 16 how can i know this is dual or quad core . thanks (2 Replies)
Discussion started by: maxim42
2 Replies
aseqnet(1)						      General Commands Manual							aseqnet(1)

NAME
aseqnet - ALSA sequencer connectors over network SYNOPSIS
aseqnet [remotehost] DESCRIPTION
aseqnet is an ALSA sequencer client which sends and receives event packets over network. Suppose two hosts connected by network, hostA as a server and hostB as a client. The ALSA sequencer system must be running on both hosts. For creating the server port, run the following on hostA: hostA% aseqnet sequencer opened: 128:0 Then a user client 128 with port 0 was opened on hostA. (The client number may vary.) For creating the (network-)client port, run aseqnet with the hostname of the server: hostB% aseqnet hostA sequencer opened: 132:0 Now all events sent to hostA:128:0 are transferred to hostB:132:0, and vice versa. The ports created by aseqnet can be connected arbitrary to other sequencer ports via aconnect(1). For example, to connect hostB:132:0 to a MIDI output device 65:0: hostB% aconnect 132:0 65:0 Then events to hostA:128:0 will be delivered to hostB:65:0. The following command plays MIDI on hostB. hostA% pmidi -p 128:0 foo.mid The multiple clients may exist simultaneously. If hostC is connected as a client to hostA, events from from hostA are sent to all con- nected network clients, i.e. hostB and hostC. However, only one connection is allowed from a client to a server. To disconnect network, stop all clients before server by ctrl-C or sending signal to them. The server will automatically quit. OPTIONS
-p port Specify the TCP port number or TCP service name. -s addr Subscribe to the given address for read automatically. -d addr Subscribe to the given address for write automatically. -v Verbose mode. SEE ALSO
aconnect(1), pmidi(1) AUTHOR
Takashi Iwai <tiwai@suse.de>. January 1, 2000 aseqnet(1)
All times are GMT -4. The time now is 03:34 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy