LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   Cloud Computing using Red Hat Enterprise Linux v5.4 (https://www.linuxquestions.org/questions/red-hat-31/cloud-computing-using-red-hat-enterprise-linux-v5-4-a-905817/)

lakshmen 09-30-2011 02:18 PM

Cloud Computing using Red Hat Enterprise Linux v5.4
 
Hi guys, i am trying to implement high availability in cloud computing using Red Hat Enterprise Linux v5.4. I am following this website http://www.ibm.com/developerworks/cl...oud/index.html

The question is i would like to access the /etc/sysconfig/network-scripts/ifcfg-eth0 file to see the configuration. How do i do that?

ButterflyMelissa 10-01-2011 06:59 AM

Umm, by opening an editor and opening the file...it is text, you know...

Thor

repo 10-01-2011 07:54 AM

Open a terminal, login as root and type
Code:

vi /etc/sysconfig/network-scripts/ifcfg-eth0
Kind regards

lakshmen 10-01-2011 11:16 AM

i am using cloud so i am not able to access the file directly. it is a virtual instance. Is it still the same?

lakshmen 10-01-2011 11:35 AM

I typed that in virtual instance but the line --INSERT-- comes in.. I need to type certain things in the virtual instance... how do i that?

repo 10-01-2011 11:38 AM

Take a look at
http://www.eng.hawaii.edu/Tutor/vi.html

Kind regards


All times are GMT -5. The time now is 05:48 AM.