Answer Posted / narayanamoorthy
#svcadm enable network/physical
ifconfig NIC card plumb
eg: #ifconfig hme0 plumb
ifconfig <NIC card> <IP address> netmask <netmask address>
up
eg: #ifconfig hme0 192.168.0.1 netmask 255.255.255.0 up
vi /etc/hosts
IPaddress hostname loghost
:wq!
vi /etc/hostname.<interface name eg:hme0>
hostname
:wq!
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
what are the alarms in solaris?
Which command is used to backup and restore solaris file system?
what is the difference between solaris8 and solaris9 and solaris10
How to configure email notification in solaris 8? We are using netbackup 5
What are the differences between the command line and graphical user interface?
What does pkgadd command do?
Where do you get Alarm prompt?
How can u find a file which is logged in last week?
How to make SUN server as router in subnetwork?
After first installation of Solaris 10, what and all the Securities We need to set and how ?
How to create core dump and crash dump #coreadm .
How to add a new LUN in exit disksets (metasets) in solaris please answer me step by step procedure?
If the root disk is failed how can change it?
There are two nic cards on a sun server. I need to connect one nic to pupic ip and another nic to DMZ. Could you tell me how to configure step by step?
Write the steps involved in creating and executing a program to implement the “case” command.