How to configure the network card
Answers were Sorted based on User's Feedback
Answer / sbrahman75
# ifconfig hme0 plumb
# ifconfig hme0 192.9.200.10 netmask 255.255.255.0 up
# vi /etc/hosts ( update the ip address )
# vi /etc/hosts.hme0 ( update the ip address ) --> to bring
the interface along with the ipaddress during boot time.
.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / radhakrishna
To bring the interface along with the ipaddress during boot
time, it is /etc/hostname.<interface>
ls -l /etc/hostname.*
-rw-r--r-- 1 root root 10 Sep 12
2002 /etc/hostname.eri0
-rw-r--r-- 1 root other 7 Sep 12
2002 /etc/hostname.ge0
-rw-r--r-- 1 root other 11 Sep 12
2002 /etc/hostname.ge1
-rw-r--r-- 1 root other 11 Sep 12
2002 /etc/hostname.ge2
-rw-r--r-- 1 root other 10 Sep 12
2002 /etc/hostname.ge3
-rw-r--r-- 1 root root 10 Mar 9
2004 /etc/hostname.qfe0
-rw-r--r-- 1 root root 10 Mar 9
2004 /etc/hostname.qfe1
| Is This Answer Correct ? | 0 Yes | 0 No |
How to findout MAC addess as well as IP address of the host?
How do you check the run level
When you "ping server" and "ping server.domainname", you get different results. Why?
If you have multiple ethernet interfaces, how do you keep it from routing between them?
How will see the kernel version
How to start one node cluster.
How to rename the old root disk. In this example, rootdisk is being renamed as rootold.
What is difference between incremental backup and differential backup?
My solaris system has 16GB RAM and swap. /tmp is associated to swap. We use vmstat command to get used system memory. We observe that once we fill up /tmp, it reflects in vmstat command. My intention is only to get overall used memory in RAM. 1. Can you let me know the if there is a solaris command to just get used memory in RAM? 2. How is /tmp filling up associated to "free memory" in vmstat command?
How to find the kernel bit version or architecture
solaris kernel name
How may will you find the process id and disk utilizations.