How to configure the virtual ip address
Answers were Sorted based on User's Feedback
Answer / rahul
# 1 Infinity virtual ip address can be created.
# ifconfig hme0:1 plumb
# ifconfig hme0:1 addif 192.9.200.10 netmask 255.255.255.0
up
# vi /etc/hosts ( update the ip address )
# vi /etc/hosts.hme0:1 ( update the ip address ) --> to
bring the interface along with the ipaddress during boot
time. .
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / surya
the file is /etc/hostname.hme0:1 not /etc/hosts.hme0:1
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sbrahman75
Infinity virtual ip address can be created.
# ifconfig hme0:1 plumb
# ifconfig hme0:1 192.9.200.10 netmask 255.255.255.0 up
# vi /etc/hosts ( update the ip address )
# vi /etc/hosts.hme0:1 ( update the ip address ) --> to
bring the interface along with the ipaddress during boot time. .
| Is This Answer Correct ? | 1 Yes | 4 No |
Hello Everyone, One of our servers is showing a strange issue, let me paste the output Code: root # uptime 4:37pm 3 users, load average: 0.00, 0.04, 0.04 Its been running since months but you can see after time there isn't any output like up 191 days(s). Even the who command with b and r option isn't giving any output. Code: root # who -b root # root # who -r root # the date command displays correct output. I am not sure but is it because someone has played with utmpx and wtmpx files, is reboot the only solution we have. Can anyone help us since we don't intend to reboot the server for such a reason and also no one has complained till yet.
What are the daemons in VERITAS?
1.Password less authentication in linux & Solaris
How to do the disk cloning on solaris
What command can be used in running a background process?
How will create a rootdg
what is differnce between boot -s and boot -S ?
Hi We have upgraded our sun machine from solaris 9 to solaris 10. Before upgradation the date command output(Solaris 9) Wed Oct 13 09:45:21 IST 2010 But after upgradation the output for date is as below(solaris 10). Wednesday, October 13, 2010 9:46:14 AM IST Looks like I need to change LC_TIME=C. can you please help me how to change it for permanently
If /etc/system file is corrupted how will you recover it , if we dont have a CDROM then what is the procedure?
2 Answers IBM, ITC Infotech, Tech Mahindra,
what are the common errors you find in Solaris Volume manager?
What is default permission of files and directory?
How to delete only 3rd and 8th line from file using vi execute or last line mode with one short of command