how to set ip address for a solaris machine
Answers were Sorted based on User's Feedback
Answer / arun
#ifconfig <interface name> plumb
It will enable the interface kernal
#ifconfig <interface name> <ipaddress> netmask <sub netmask> up
IT will set the ipaddress
#route add default <gateway address>
To add the default gateway.
#ifconfig -a
It will list the entire thing like ip , mac, ..
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / len sumawang
#ifconfig <interface name> plumb <ip-address> netmask + broadcast +up
| Is This Answer Correct ? | 9 Yes | 4 No |
Answer / sindu
first we up the ip address using ifconfig <interface name>
plumb <ip-address> netmask <> up
then after we perminent the Ip address in
etc/hostname.interface. why because once we reeboot the
system
it will change ,,, so that we permnent the ip address in
/etc/hostname.interface
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / 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 |
Answer / venkat
#ifconfig <nic card> plumb------to interface nic card
#ifconfig <nic card name> <ip adress> up
to make it perminent you need to modify in 4 fields
/etc/hosts
/etc/nodename
/etc/hostname.rtls0<interface name>
/etc/inet/ipnodes
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / baban
#ifconfig <interface name> plumb <ip-address> netmask <> up
do the appropriate changes in the following files
/etc/hosts & /etc/inet/hosts
/etc/hostname.xxn
| Is This Answer Correct ? | 1 Yes | 3 No |
What is HA?
How to create a new volume
Which command display diagnostics in ok boot prompt?
Procedure for Firmware upgrade
When iam checking the services its showing unintialized then what should i do step by step.pls tell me the answer as soon as posible.
If the root disk is failed how can change it?
How to increase the size of the file system?
How to find & replace bad disks in solaris & VXVM?plz explain step by step?
How to find the versions?
How to configure mirror with hot spare in vxvm I know how to create mirror with vxassist: #vxassist -g <diskgroup name> make <volume name> <vol size> layout=mirror I know how to create hot spare with vxedit #vxedit -g <diskgroup name> set spare=on diskname but i don't how to attach hot spare to mirror? can some one plz help in this issue.. Thanks & Regards, SaiKrishna. kanuparthi_sai@yahoo.com my alternate E-Mail id: ksaikrishna7@gmail.com
Explain /etc/system file
After creating user account successfully it shows 64 blocks.what for these 64 blocks are used and what information is stored in this blocks?