ifconfig ge0 plumb


 
Thread Tools Search this Thread
Operating Systems Solaris ifconfig ge0 plumb
# 8  
Old 06-15-2012
Can you post output of:
Code:
prtdiag -v; echo $?

# 9  
Old 06-15-2012
This might be due to a non global zone configured with an exclusive IP stack.
# 10  
Old 06-15-2012
Code:
# prtdiag -v; echo $?
System Configuration:  Sun Microsystems  sun4u Sun Fire 880
System clock frequency: 150 MHz
Memory size: 32768 Megabytes

========================= CPUs =========================

                    Run   Ecache   CPU    CPU
Brd  CPU   Module   MHz     MB    Impl.   Mask
---  ---  -------  -----  ------  ------  ----
 0     0     0      900     8.0   US-III+   2.3
 0     1     1      900     8.0   US-III+   2.3
 0     2     2      900     8.0   US-III+   2.3
 0     3     3      900     8.0   US-III+   2.3
 0     4     4      900     8.0   US-III+   2.3
 0     5     5      900     8.0   US-III+   2.3
 0     6     6      900     8.0   US-III+   2.3
 0     7     7      900     8.0   US-III+   2.3


========================= IO Cards =========================

0
#

I'm not using zones in Solaris.

Last edited by pxb368@motorola; 06-15-2012 at 04:45 PM..
# 11  
Old 06-16-2012
Strange!!

The "ge" driver seems to be on the system because it's listed in path_to_inst

Does the file /etc/hostname.ge0 exist? If not, create it with the required hostname in it. Also check that hostname appears in /etc/hosts with its required ip address.

Reboot the system including the -r (reconfigure) switch

Code:
 
boot -r

Does the boot sequence still report "cannot plumb ge0"?
# 12  
Old 06-16-2012
Quote:
Originally Posted by hicksd8
Strange!!

The "ge" driver seems to be on the system because it's listed in path_to_inst

Does the file /etc/hostname.ge0 exist? If not, create it with the required hostname in it. Also check that hostname appears in /etc/hosts with its required ip address.

Reboot the system including the -r (reconfigure) switch

Code:
 
boot -r

Does the boot sequence still report "cannot plumb ge0"?
Add "-v" also to get a verbose boot.

Once the system is up, what does the output of modinfo look like? Is the ge module loaded?
# 13  
Old 06-16-2012
If I try reboot -r it says:
Code:
# reboot -r
reboot: illegal option -- r
usage: reboot [ -dlnq ] [ boot args ]

Or Boot
Code:
# boot -rv
boot: not found

What should I try ?!

There is a hostname.ge0 and also there is a hostname.eri0 and a /etc/nodename and the ip - hostname in the /etc/hosts.

Is it a problem? I have the same hostname (not the same IP, the eri0 is configured to DHCP) for both interfaces. I can remove the hostname.eri0 and also remove the entry in /etc/hosts to eri0 and remove the nodename, but will it help or the interface should be working beside this?
# 14  
Old 06-16-2012
Hi pbx368,

You could try the following;

Code:
root-> touch /reconfigure
root-> reboot

Regards

Dave

Last edited by gull04; 06-16-2012 at 01:55 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

ifconfig hme0 plumb not working

Hiii folks,, I am unable to configure NIC using hme0 command. I am getting an error message as "hme0: File or directory not found.." can someone help me... Bhagi... (9 Replies)
Discussion started by: bhargav90
9 Replies

2. Solaris

Ifconfig command ?

What would be the command to remove the IP address from an interface? I want to remove the ip from this interface: ce3: flags=1000803<UP,BROADCAST,MULTICAST,IPv4> mtu 1500 index 5 inet 155.216.13.74 netmask fffffff0 broadcast 155.216.13.79 ether 0:3:ba:da:a6:96 (3 Replies)
Discussion started by: Kjons76
3 Replies

3. Shell Programming and Scripting

not able to run ifconfig

Unable to run the ifconfig in my home dir.. I did add adding /sbin and /usr/sbin in th PATH But still unable to get that .. Am using red hat linux cat /etc/redhat-release Red Hat Enterprise Linux Server release 5.3 (Tikanga) (3 Replies)
Discussion started by: mail2sant
3 Replies

4. Linux

ifconfig - information

Hi All, I need some info on ifconfig. ifconfig is available in Linux and Solaris. However the options available in Solaris is not there in Linux. 1. ifconfig -a == output is different in both OS. I am somewhat able to compare the output. But one thing I am not getting is after the flags... (2 Replies)
Discussion started by: ahamed101
2 Replies

5. Solaris

cannot plumb nxge on T5240

its a fresh installation. during the OS setup, it did not prompt for IP, netmask and gateway. using Solaris 10 08/07 update 4. I tried to plumb manually but encountered no such interface error. but nxge interfaces can be greped from the /etc/path_to_inst file. getting similar error on... (3 Replies)
Discussion started by: incredible
3 Replies

6. IP Networking

/etc/hosts changes when ifconfig......

Hello everyone. Im using last redhat enterprise edition and in my working environment, i'm always reconfiguring both interfaces , eth0 and eth1, everytime i change any interface, (i use ifconfig to change ip, and after i execute "/etc/init.d/network restart") my "/etc/hosts" file... (9 Replies)
Discussion started by: trutoman
9 Replies

7. Shell Programming and Scripting

ifconfig!!!!

why the ifconfig command is not working in my machine? it says "-bash: ifconfig: command not found" why its says that? actually i m looking for "how can I know the Network Interface Card physical address?" Requesting u all for help. thanks (3 Replies)
Discussion started by: moco
3 Replies

8. Solaris

Before plumb the network interface.....

I know that I could use the #ifconfig hme0 plumb to activate the network interface. However, how can I know the name of the interface e.g. hme0 before I could use the ifconfig to plumb it up? I know there is a command (but I forgot it) to use in the Sparc version when you are in the... (7 Replies)
Discussion started by: heero
7 Replies

9. OS X (Apple)

ifconfig

Hi, I type (as root) "ifconfig en1 ether aa:aa: " but it doesnt change the mac of my airport. Can anyone help me? Thx. (0 Replies)
Discussion started by: Jariya
0 Replies

10. UNIX for Dummies Questions & Answers

ifconfig

I am trying to change an IP address on a machine running HPUX10 After I change it I can ping it from the outside but it completely locks the console. After a reboot it returns back to its previous IP. Any ideas?? Thanks Brian (7 Replies)
Discussion started by: breigner
7 Replies
Login or Register to Ask a Question