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(1)							   User Commands						       IFCONFIG(1)

NAME
ifconfig - configure network interfaces SYNOPSIS
ifconfig [OPTION...] DESCRIPTION
NAME [ADDR] [broadcast BRDADDR] [pointopoint|dstaddr DSTADDR] [netmask MASK] [metric N] [mtu N] [txqueuelen N] [up|down] [FLAGS] Configure network interfaces. -a, --all display all available interfaces -A, --address=ADDR set interface address to ADDR -B, -b, --broadcast=ADDR, --brdaddr=ADDR set broadcast address to ADDR -d, -p, --dstaddr=ADDR, --peer=ADDR set destination (peer) address to ADDR --down shut the interface down --format=FORMAT select output format (or set back to default) -F, --flags=FLAG[,FLAG...] set interface flags -i, --interface=NAME configure network interface NAME -m, --netmask=MASK set netmask to MASK --metric=N set metric of interface to N -M, --mtu=N set mtu of interface to N -s, --short short output format --up activate the interface (default if address is given) -v, --verbose output information when configuring interface Linux-specific options -T, --txqlen=N set transmit queue length to N -?, --help give this help list --usage give a short usage message -V, --version print program version Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options. Known flags are: allmulti, automedia, debug, loopback, multicast, portsel, running, trailers, up AUTHOR
Written by Marcus Brinkmann. REPORTING BUGS
Report bugs to <bug-inetutils@gnu.org>. COPYRIGHT
Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SEE ALSO
The full documentation for ifconfig is maintained as a Texinfo manual. If the info and ifconfig programs are properly installed at your site, the command info ifconfig should give you access to the complete manual. GNU inetutils 1.9 December 2011 IFCONFIG(1)
All times are GMT -4. The time now is 09:58 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy