Sponsored Content
Operating Systems Solaris Configure ce0 as ce4000 in Solaris 9 ? Post 302775705 by judi on Tuesday 5th of March 2013 09:30:10 AM
Old 03-05-2013
Configure ce0 as ce4000 in Solaris 9 ?

can we configure the ce0 and ce1 interface as ce4000 and ce5000 in solaris 9

I have a server configured similar way.. I need to setup another two server in such configuration find the sample output from working server.

Please help

Code:
root@judi:[15:26:19]:/dev# ifconfig -a
lo0: flags=1000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4> mtu 8232 index 1
        inet 127.0.0.1 netmask ff000000
ce4000: flags=201000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,CoS> mtu 1500 index 2
        inet 172.20.49.144 netmask ffffff80 broadcast 172.20.49.255
        ether 0:3:ba:7a:e2:d0
ce5000: flags=201000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,CoS> mtu 1500 index 3
        inet 172.20.37.67 netmask ffffff00 broadcast 172.20.37.255
        ether 0:3:ba:7a:e2:d0
root@judi:[15:26:21]:/dev# grep -i net /etc/path_to_inst
"/pci@1f,0/network@a" 0 "ce"
"/pci@1f,0/network@b" 1 "ce"
root@judi:[15:26:43]:/dev# uname -a
SunOS judi 5.9 Generic_118558-02 sun4u sparc SUNW,Serverblade1
root@judi:[15:26:47]:/dev#


Last edited by DukeNuke2; 03-05-2013 at 03:04 PM..
 

10 More Discussions You Might Find Interesting

1. IP Networking

configure TCP/IP for solaris 8

Hello, I have 4 unix (Solaris 8) stations need to setup on network. what is a easy way and quick to setup TCP/IP so I can bring it online?. Please advise! (3 Replies)
Discussion started by: phapvn
3 Replies

2. Solaris

ce0 and ce1 have the same mac address

i have ce0 and ce1 online, on 2 different networks. im getting a message that says one nic is trying to assume the others IP or something to thta effect. I do ifconfig -a and i see they have the same mac. How do i deal with this? Solaris 9 i beleive 04/04 Thanks, Brian (2 Replies)
Discussion started by: BG_JrAdmin
2 Replies

3. Cybersecurity

How to configure sendmail in solaris 10

how to configure sendmail in solaris 10 ???? Anyone knows, pls share the documents. (1 Reply)
Discussion started by: vishwanathhcl
1 Replies

4. Solaris

how to configure network in solaris 10?

Hi..i have installed solaris 10 on vmware. I m not able connect to internet. pls help in detail. how to solve the problem. During the installation i have put no DHCP. cofigured manually ( Ip 192.168.1.9) default gateway 192.168.1.1 . (3 Replies)
Discussion started by: johnavery
3 Replies

5. Solaris

Increasing link speed on ce0.

Hi, Does anyone know how to increase the link speed on a ce interface? Currently mine is running at 100. I need to increase this to 1000. # kstat -p ce:0::link* ce:0:ce0:link_T4 0 ce:0:ce0:link_asmpause 0 ce:0:ce0:link_duplex 2 ce:0:ce0:link_pause 0... (4 Replies)
Discussion started by: sparcman
4 Replies

6. Solaris

how to configure IPMP in solaris 9

Hi friends , can anyone provide me the complete steps to configure IPMP in solaris 9 or 10 provided i have two NIC card ? regards jagan (4 Replies)
Discussion started by: jaganblore
4 Replies

7. Solaris

Help to configure sendmail on Solaris 10

Hello, I need help to configure sendmail on Solaris 10. I have to configure sendmail to send mail on the Internet, now works only for sending mail for local users. I'm studying several tutorials ... When I try to send a mail to an external address (eg aaaa@gmail.com) the mail is placed... (3 Replies)
Discussion started by: arfry
3 Replies

8. UNIX for Advanced & Expert Users

Configure a domain in Solaris.

People i have 2 solaris 10 A webserver and a mailserver. What i need to do is to send a mail inside de webserver to the domain company In the webserver When i use mailx -v -s Prueba me@gmail.com This is ok and the mail is send. But when i try to send a mail to someone inside de company ... (4 Replies)
Discussion started by: enkei17
4 Replies

9. UNIX for Dummies Questions & Answers

Solaris Logic to transmit traffic to physical interfaces ( eg ce0 and ce1)

Just wanted to understand what is the logic being used by Solaris(kernel) to transmit data/traffic on physical interfaces. I have seen most of the time traffic is being sent to interface ce0 and sometime to ce1. I have removed ip address from below command for some reason. netstat -rn ... (3 Replies)
Discussion started by: nadeemahmed
3 Replies

10. Solaris

Configure mailx in Solaris 10

Hello, We are using exchange server in our environment. I need to configure mailx to send email from Solaris box to one mail I'd which is on exchange server. I know ip of exchange server.. Let me know where should I configure that ip to do the needful? (2 Replies)
Discussion started by: sureshsun
2 Replies
IFCONFIG(8)						      System Manager's Manual						       IFCONFIG(8)

NAME
ifconfig - configure a TCP/IP device SYNOPSIS
ifconfig [-I ip-device] [-h ipaddr] [-n netmask] [-iv] DESCRIPTION
Ifconfig initializes a TCP/IP device setting the IP address and/or netmask. It will report the address and netmask set. This command may be used if the system has not been configured properly yet. It is only used at boot time to set a fixed address for a system without a physical ethernet. Normally the inet task will find it out by itself from the RARP server. OPTIONS
-h The decimal TCP/IP address to set. -n The netmask to set. -i Don't set the IP address or netmask if already set. This way ifconfig cannot interfere if the numbers have been found out by RARP. -v Report IP address and netmask. This is the default action if there are no other options. SEE ALSO
hostaddr(1), rarpd(8), set_net_default(8), boot(8). AUTHOR
Kees J. Bot (kjb@cs.vu.nl) IFCONFIG(8)
All times are GMT -4. The time now is 06:01 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy