I need your help in understanding the below Solaris 10 ifconfig output;
I have a few questions;
1. The three interfaces; e1000g0, e1000g1, e1000g1:1 - am I right in thinking that there is two physical interfaces and one sub-interface - e1000g1:1 ?
2. The current production IP is 165.34.218.131 on e1000g1:1, but we had a recent problem and I think that the IP has failed over somehow from e1000g0 to e1000g1:1, but not sure as I'm not familiar with this server and don't know what it was before the issue. Can anyone shed some light on this?
3. Please can someone explain the meaning of the highlighted flags for interface e1000g1:1 ? Currently we cannot ping the e1000g0 interface even though it says Up and Running, but it say's Deprecated and Failed, so does this mean there is a problem with it, and should I bounce it to see if it comes back ok?
Regards, Wynford
Last edited by vbe; 10-27-2011 at 01:12 PM..
Reason: code tags please not colours!!!
1: Yes, two physical interfaces and a logical one.
2: It looks like IPMP has failover your IP from e1000g0 to e1000g1:1.
3: There is no highlighted flag (maybe because vbe edited it). Your e1000g0 interface is considered unusable by ipmp. You should have a look at the system logs for clues about your interfaces.
Hello,
I am running into a bit of an issue running a Makefile. The problem is it was written for a xlf90 compiler when I have a pgf90 on the machine. Therefore, I keep getting errors regarding the xlf90 flags because they don't correspond with the pgf90. Here is the code:
... (0 Replies)
Hi,
I have two different scripts sap_ftp.sh and sap_ftp_dd.sh which are running continously in background. I am using another script called start.sh to launch these two scripts.
Either one script will process files at a time . During that time other script will sleep.. Each script will... (1 Reply)
Hi -
Trying to understand a few things from an ifconfig -a output - can't seem to find info anywhere on the net.
Specifically - looking to understand the following:
Flags=8863
Smart
Running (is this the same as UP)
Simplex
inet6
supported media: autoselect - does that imply the... (1 Reply)
I'm running an arp -an on a Solaris 10 box. We're using IPMP. One of the systems is not able to see a host on the same network. The only difference between the two systems (one is having a problem, the other isn't) at least so far is the output of arp:
# arp -an | grep 224.55
e1000g5... (1 Reply)
Hi,
I use a specific utility in my .cshrc for setting up the right fonts and I believe it's sufficient to run it once for a whole session.
Since I have sourced it in my .cshrc, it runs every time I do a source of .cshrc or invoke every new terminal.
To resolve this issue, I thought of... (1 Reply)
I have a script which will look for a test folder under the parent directory. If the folder contains test folder then create the same directory structure in other remote machine.
Once the directories are created then transfer all the contents of that test folder.
this is what i am doing :-
... (2 Replies)
hello everybody and a happy new year!
i am trying the client-server model...i have no problem with sockets etc...
especially for server:there is a father who is listening for TCP connections from clients,the later send commands which parent shares to his children.
then children execute... (1 Reply)
Hi folks.
I'm just starting to teach myself shell scripting and am having some trouble with an if statement. I am working with a directory where only one file will reside at a time and need to evaluate if this file is compressed to determine subsequent steps. I'm using echo for testing purposes.... (2 Replies)