how to configure ethernet card.
Answers were Sorted based on User's Feedback
Answer / phani
First check whether this device is there in the file
/etc/path_to_inst.
the interfaces are of the types like hme0, rtl, bge0 ... etc.
run vi /etc/path_to_inst and check whether one of the type
is there in the file.
then run the command
ifconfig <interface name> <Ip address> plumb
ifconfig <interface name> <Ip address> up
ifconfig -a - shows your ip address of the system.
eg: ifconfig <rtl> <192.168.51.45> plumb
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / ratheesh
1. Verfy the interface is avaiable
grep -i <interface name> /etc/path_to_inst
ex:grep ce /etc/path_to_inst
2.Plump the interface
ifconfig <interface name> plumb
ex:ifconfig ce0 plumb
3.Configure the ipaddress with the interface
ifconfig <interface name> <ipaddress> netmask <netmask
value> broadcast + up
ex:ifconfig ce0 168.152.10.19 netmask 255.255.255.254
broadcast + up
4. use the below command to check the configuration
ifconfig -a
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sasi
#dladm show-dev -- to see interface name
#ifconfig <interface_name> plumb
#ifconfig <interface_name> <ipaddress> up
#ifconfig -a
| Is This Answer Correct ? | 3 Yes | 0 No |
first we need findout the nic :-
#grep -i network /etc/path_to_inst
then
#ifconfig nicname plumb ip subnet subnet-ip up
#ifconfig -a (for Checking ip)
ofter we need edit two file for making ip perminent
1)/etc/hosts
2)/etc/inet/ipnodes
| Is This Answer Correct ? | 0 Yes | 0 No |
How can you create mount points in solaris?
what is the back up software we r using in solaris 8,9,10
Procedure for Firmware upgrade
What is encapsulation?
What command can be used in running a background process?
what are the two conditions need to be taken before encapsulating the disk under the VxVm control(Veritas volume manager)
How to find the plex, sub disk, Volume group, disk status, free spaces, disk controller, Volume controller?
How will you check the disk performance?
Explain /etc/system file
How to bring the resource to online and offline
How to check the patch level in solaris
what are the alarms in solaris?