No Responses from ALOM using NET MGNT PORT on SunFire v245

Please Help...
I have two sunfire V245 servers running Apache on Solaris 5.10. Both servers have the same settings and apps. Before we used serial port to connect to ALOM 1.6. We switched to net mgnt port because of virtualization of all our servers.
Situation:
Server 1 applied the solaris patches to server 1 and switch to Net Mgnt port to connect to ALOM and no problem setting up and connecting to ALOM. And it is still working and everything works fine.
Server 2 did not applied any solaris patches and switch to Net Mgnt port to connect to ALOM and no problem setting up and connecting to ALOM. After applying solaris patches to server 2 (same patches applied to Server 1), no responses from ALOM when connecting to it. Apache and Unix OS are both working fine. Just can not connect to ALOM.
Please Help ... many Thanks in advance
George

if you want to connect via net mgmt port, then you have to configure a separate IP address for net mgmt to access.
if you have not configure the IP for net mgmt then you can connect to serial mgmt port with a straight cable and with a DB-9 connector (null modem)
OR
you can do this from OS as well.
go to
login as root user
cd /usr/platform/`uname -i`
cd sbin
./scadm help
./scadm setsc netsc_ipaddr 0.0.0.0 (net mgmt IP, other than OS)
./scadm setsc netsc_ipnetmask 0.0.0.0
./scadm setsc netsc_ipgateway 0.0.0.0
./scadm reset-sc
plug in a cable in net mgmt port.
now u can access through net mgmt IP.
the proper way to exit from serial management is
sc> logout

Similar Messages

  • Web Service response from XMLA (using BW SAP) returns french Accent characters as question marks '?'

    I am using .Net Framework 4 C# web service project. 
    I am connecting with XMLA service (using as web reference) in my C# project. The issue seems to be able to handle the French characters once i am getting response back from the XMLA execute method. 
    At this moment the data is coming back as '??' whenever it contains french special characters.
    I am pasting the code below and would appreciate help at earliest. 
    sapqasbwi.MsXmlAnalysis _sMxlA = new sapqasbwi.MsXmlAnalysis();   // Create XMLA reference object. 
    System.Net.NetworkCredential _nc = new System.Net.NetworkCredential();  // Creating Network credentials object
    _nc.UserName = userid;
    _nc.Password = _password;
    _sMxlA.Credentials = _nc.GetCredential(new System.Uri(url), "Basic");
    _sMxlA.Url = url;
    sapqasbwi.ExecuteCommand cmd = new sapqasbwi.ExecuteCommand();
    cmd.Statement = stText;    // sText contains the query 
    _bwPropertyList.DataSourceInfo = "default";
    _bwPropertyList.Format = "Tabular";
    _bwPropertyList.AxisFormat = "ClusterFormat"; 
    _bwPropertyList.Content = "SchemaData"; 
    _bwParameters.PropertyList = _bwPropertyList;
    _sMxlA.RequestEncoding = System.Text.Encoding.GetEncoding("ISO-8859-1");  // already tried utf 8 
    //Execute BW Query
    System.Xml.XmlElement returnXML;
    returnXML = _sMxlA.Execute(cmd, _bwParameters); // Execute method only returns an XML element object. 
    This particular object is containing the '??' whenever a french character is found
    The output i am receiving is as follows 
    <MainServiceAndStatuses>
       <MainService>Entreposage ?? long terme</MainService> 
     <MainServiceStatus>Service Termin??</MainServiceStatus> 
     <TransactionID>1000006216_10_Cde client standard</TransactionID> 
    </MainServiceAndStatuses

    Hi 
    Can you please send me the direct link for C# forum, i cannot find it on this forum. 
    thank 
    TheNauman

  • Accessing users home dir from W7 using net use

    Hi!
    Probably I'm doing something wrong. OES11SP1 on SLES11SP2. User home dir accessible using net use from Windows XP, but not from Windows 7. Already tried to change LmCompatibilityLevel in registry (to 1), but didn't help. I recall, some year ago I had same problem from W7 (64bit) and then I installed Novell Client, now I'm trying to wo the client, should be possible?
    More thanks, Alar.

    On 10.10.2013 13:56, NovAlf wrote:
    >
    > Hi!
    > Probably I'm doing something wrong. OES11SP1 on SLES11SP2. User home dir
    > accessible using net use from Windows XP, but not from Windows 7.
    > Already tried to change LmCompatibilityLevel in registry (to 1), but
    > didn't help. I recall, some year ago I had same problem from W7 (64bit)
    > and then I installed Novell Client, now I'm trying to wo the client,
    > should be possible?
    > More thanks, Alar.
    If you can or can't access a share on OES11 without the Novell CLient
    depends on if you have configured and enabled CIFS on the server.
    Note that "Net Use" is an universal command, and uses the Novell CLient
    too *if* it is installed. Many People believe "Net Use" would somehow be
    Microsoft Network specific, but it isn't. It uses whatever network
    client is isnstalled and able to access the resource.
    CU,
    Massimo Rosen
    Novell Knowledge Partner
    No emails please!
    http://www.cfc-it.de

  • Problem in Accessing Response from ASP using HTTPS

    hi all,
    I am developing an Application in which in the server side i am using the ASP with HTTPS usage.I am getting the fallowing Exception
    javax.microedition.pki.CertificateException: Certificate was issued by an unrecognized entity
    When i am working with Tomcat i faced the same problem but with the help of MEKeyTool i am able to register the keystore.But can anybody please tell me the way i can register the certificate That was generated by the IIS 6.0 with the MEKeytool.
    Please tell me the way to do that.
    Thanks in advance
    lakshman

    hi all,
    I have added the certificate into the keystore and now also i am getting the same Exception.
    The modification i did was Exported the certificate to Base-64 Encoded format and the certificate was stored and the location was specified in the fallowing command
    keytool -import -alias my -file "C:\Documents and Settings\lakshmana\your.cer"
    the certificate was imported into the keystore and and it was displayed the content and asked for the confirmation once we given yes it was added into the keystore.
    Then after the keytool -list it was the number of certificates will be displayed.
    Even then after importing the certificate i am getting the same Exception in the MIDlet.
    can anybody please tell me the way resolve that
    thanks in advance
    lakshman

  • Trying to do pxe-boot and kickstart install on sunfire x4150 using NET MGT

    I am trying to do pxe-boot and kickstart install on sunfire x4150 using NET MGT port. Is this doable? The eth0 port works fine, but the NET MGT port does not seems working. It gets the IP, gateway, mask and other info, but would not start the install. I heard that the NET MGT port is not capable of doing pxe-boot, please let me know if this is true.
    Your help is appreciated.
    Sheng

    The NET MGT port is for the ILOM. That interface is not visible to the Host OS so no it cannot be used for host communication including PXE booting...

  • One socket and two ports, not getting response from the server

    Hi everyone,
    I am working on device which communicate through Tcp sockets, It has an IP address and one port for listening and another for sending the response.
    Problem is that I am able to create a connection to Device ip+port, and i am trying to listen on the same port while the device is sending the response on other port. My problem is that i can't create another socket using this port and therefore not getting the response from the device.
    Can you people tell me how to handle such socket communication in java ?
    Thanks in advance.

    I am working on device which communicate through Tcp sockets, It has an IP address and one port for listening and another for sending the response.Are you sure? That's not usual. It would be usual for it to use the same port for listening, reading, and writing.
    Problem is that I am able to create a connection to Device ip+port, and i am trying to listen on the same port while the device is sending the response on other port.I would try just reading from the same socket you are sending on. I suggest you have misunderstood how the device works.

  • My iPad Mini iOS7 is showing only Apple Logo which happened during software update. I tried to restore using iTunes but it asking me to response from iPad. But my ipad only shows apple logo. How can i response? How to solve this problem?

    My iPad Mini iOS7 is showing only Apple Logo which happened during software update. I tried to restore using iTunes but it asking me to response from iPad. But my ipad only shows apple logo. How can i response? How to solve this problem?

    FORCE IPAD INTO RECOVERY MODE
    1. Turn off iPad
    2. Turn on computer and launch iTunes (make sure you have the latest version of iTune)
    3. Plug USB cable into computer's USB port
    4. Hold Home button down and plug the other end of cable into docking port.
    DO NOT RELEASE BUTTON until you see picture of iTunes and plug
    5. Release Home button.
    ON COMPUTER
    6. iTunes has detected iPad in recovery mode. You must restore this iPad before it can be used with iTunes.
    7. Select "Restore iPad"...
    Note:
    1. Data will be lost if you do not have backup
    2. You must follow step 1 to step 4 VERY CLOSELY.
    3. Repeat the process if necessary.

  • Received response from host (router IP address) with invalid source port 32784

    I replaced my old wireless router with a Cisco Linksys E4200, running firmware version 1.0.02 build 13  May 24, 2011.  About once a minute the router sends an unsolicited DNS message to the IPV4 multicast address 01:00:5e:00:00:fb with a destination IP address of 224.0.0.251.  The unsolicited message is a DNS response with source port 32784, transaction ID 0, flags 0x8400 (standard query response, no error), questions 0, answer RRs 2, authority RRs 0 and additional RRs 1.  The two answers both relate to the router itself: one has Name Cisco18738.local, type A (host address), class 1 (IN), cache flush true, time to live 1 minute, data length 4, and the address of the router.  The other is the reverse of the same address.  The additional record is for Cisco18738.local, type NSEC, class IN, cache flush true, time to live 1 minute, data length 5, next domain name Cisco18738.local, RR type A (host address).
    When my desktop computer receives these messages it logs an error, for example: "Jun 23 07:39:22 sauterws02 avahi-daemon[1067]: Received response from host 10.146.9.1 with invalid source port 32784 on interface 'eth0.0'"  The 10.146.9.1 is the router's IP address.  I also see these messages on the wireless link from my laptop.
    I suppose the E4200 is generating these DNS messages in a misguided attempt to make sure there is no old information about its name.  Is there a way to turn them off?  If not, is there a way to report this to Cisco as a bug?
    Solved!
    Go to Solution.

    gv wrote:
    1. To contact Linksys, call support.
    2. From the internet draft: "Multicast DNS implementations MUST
    silently ignore any Multicast DNS Responses they receive where the
    source UDP port is not 5353." Your avahi-daemon does not comply with this draft.
    Thank you for the reference.  For the sake of others who may read this thread, the current draft of multicast DNS is at http://www.ietf.org/id/draft-cheshire-dnsext-multicastdns-14.txt. 
    Here is the whole paragraph from which you quoted, from section 6 (Responding): "The source UDP port in all Multicast DNS Responses MUST be 5353 (the well-known port assigned to mDNS). Multicast DNS implementations MUST silently ignore any Multicast DNS Responses they receive where the source UDP port is not 5353."
    Thus, it appears that there are two errors here: the Cisco E4200 is not using 5353 as the source port, and the logger is not silently ignoring it.
    The message appears to be an announcement rather than an actual response to a query.  In section 8.3 (Announcing) I found this paragraph: "A Multicast DNS Responder MUST NOT send announcements in the absence of information that its network connectivity may have changed in some relevant way. In particular, a Multicast DNS Responder MUST NOT send regular periodic announcements as a matter of course."  Thus, it appears that there are three errors here.

  • Net management port use

    I am new to sun administration and still in the process of system design. I need to perform maintenance on the servers through a terminal session from a windows server 2003 machine. Can anybody recommend a terminal application that would work well for this, and can I run this terminal session through the net management port or is this port reserved for the ALOM application? Any help is greatly appreciated.
    Thanks.

    Hyperterminal is usually availble on windows machine. Although not the best you are pretty much guaranteed to have it installed. TeraTerm is a good free serial port terminal client.
    Usually you connect to the LOM/ALOM port with a rollover cable, or straight through cat 5 cable and the silver rj45 adapter sun supplies with the server, for a terminal connection.
    The net management port is for similar remote administration but over a network. i.e. the net management port has to be setup with ip address/gateway etc. and you cable it to your switch/hub etc.

  • Hi, I am using USB 8476s to communicat​e to a slave unit in LIN network using LabVIEW7.1​. Can anyone tell me how i can send a header file plus 1 byte of data to the slave in a LIN network. or how do i use ldf file. i want to read responses from the slave

    Hi,   I am using USB 8476s to communicate to a slave unit in LIN network. Can anyone tell me how i can send a header frame plus 1 byte of data to the slave in a LIN network. or how do I communictae with slave using LabVIEW7.1.
    I want to read responses from the slave. When i tried with labview exapmle programs or even using MAX also, while doing some switching action in my slave, i am getting response as Device inactive with timestamp but there is no data format. 
    And I have Lin Description File. Can you suggest me how to use ldf file.
    I am at customer place and It would be great help from you if you can suggest me at the earliest. Thank you

    you may use the LDF Starter Kit to use LDF informations in your application
    http://joule.ni.com/nidu/cds/view/p/id/665/lang/en

  • I would like to extend the screen from my circa 2013 27in iMAC with thunderbolt onto my circa late 2006 imac using the DVI port on that iMAC. Is this possible? If not is there another approach I can use?

    I would like to extend the screen from my circa 2013 27in iMAC with thunderbolt onto my circa late 2006 imac using the DVI port on that iMAC. Is this possible? If not is there another approach I can use? My 2006 iMAC is showing it's age but I figure I can use it as just a monitor just fine. Assuming I can connect the two together.

    That older iMac isn't designed to receive video input through the mini-DVI connection. Only certain newer iMacs are able to be used as displays.
    Your only options are to use something like ScreenRecycler mentioned above.
    ~Lyssa

  • I am unable to download pictures from my Sony Cybershot to my iMac, I have tried using the USB port as well as simply inserting the memory stick into the slot.  I have been able to do this in the past as recently as a few weeks ago.... Help please..

    I am unable to download pictures from my Sony Cybershot to my iMac, I have tried using the USB port as well as simply inserting the memory stick into the slot.  I have been able to do this in the past as recently as a few weeks ago.... Help please..

    Thanks Eric for responding.
    I checked and it does not appear in the Applications folder.
    I tried yesterday on an ethernet connection with a download speed of 2 Mbps but, unfortunately the connection died(It happened from the ISP end, which is out of my control) in between after which there was no trace of the download that happened for so long(till the internet connection death). 
    One more serious query which I am unable to understand. If the internet connection, dies in the midst of the download is in progress why is it so that the state does not persist and one has to restart the entire process again. Is there no solution for this?
    I tried so many times and its the same case after some amount of download it vanishes. So many unsuccessful attempts. I am ****** off now. Is it not possible to see Mavericks? Why does different machines of Apple behave differently? Somewhere it goes smoothly and somewhere like my mine. Why did not Apple release a non apple store version? Is this not a bad sign of letting the users struggle when something is being offered for free?
    The reason I asked as whether we can download the .app of Mavericks is that, there are so many applications that I have downloaded web and have installed. All that works fine. Can't we do the same here? You download a copy of Mavericks installer application and upload it for me in Google drive or like online storage places which can be downloaded and used by me? Help me understand.
    Thanks again.

  • Booting from a USB2 using backside/frontside ports and 24" LED ports

    I created a bootable volume on a USB2 100GB drive and wanted to check it out. I tried using the following port options
    1. Backside ports on my Mac Pro (early 2009, 2.26 GHz 8-core) - DID NOT WORK
    2. 24" LED ACD's ports - DID NOT WORK
    3. Frontside ports - ALL WORKED
    Options 1 and 2 using Power-up + Option key pressed displayed the USB bootable disk/volume but system would not boot from it.
    Option 3 using Power-up + Option key pressed displayed the USB bootable disk/volume and system DID boot from it.
    Questions.
    1. Are the backside ports on a hub ?
    2. The 24" LED ACD's ports I know are on a hub, right ?
    3. I assume the fronside ports are not on a hub
    4. This means can boot ONLY is USB connected to a non USB hub, right ?

    Yes, I mean that the rear ports are not on a hub. There's a USB bus for the front and rear ports. Each port is supposed to provide a maximum of 500 mAs of current to a single connected device. The total power suppled is supposed to be 15 watts on the front, and the same on the rear. A full-sized (3.5") drive system cannot be bus powered as the power requirements exceed that of the bus, but a notebook drive system should be OK as their power consumption is typically less than what the bus can supply.
    The only USB hub on a stock Mac Pro is the standard keyboard's two USB ports. That is why you are instructed to connect the keyboard directly to a rear port. External drives should not be connected to an external USB hub unless the hub is separately powered.

  • Lync Client uses wrong RTP Ports for calls from/to RGS with Agent Anonymity

    We have QoS implemented and client ports for audio, video und application defined by Set-CsConferencingConfiguration. We also use firewalls in our LAN between the different VLANs for Clients, Servers and Gateways/SBC. Only RTP from the client with the defined
    ports are allowed by the firewall. Media ByPass is enabled.
    In all normal cases, the right ports will be used and marked by GPO with the right DSCP value. But if an agent get a call from a RGS which has agent anonymity enabled, the client uses a port in the range 1024-65535 for audio. Also if you make a call on behalf
    of the RGS, the client use a random port between 1024-65535. As soon, as the source of the call is in another VLAN (e.g. a call from PSTN which comes in over a SBC in e separate VLAN), the firewall between the two VLANs block the RTP traffic.
    We see the deny on the firewall log and in the SBC log we see, the reinvite for the media by pass with the IP of the agent and a not valid port. We also see, that no RTP from the client/agent will arrive the SBC and no RTP from the SBC will arrive the client/agent.
    So the call will be disconnected, as soon as an agent wants accept the call.
    Is there an additional setting to make sure, the Lync client always use the valid RTP port range?
    This behavior exist in Lync 2010 and Lync 2013 clients.

    Hi Holger,
    Thanks for reply!
    Sure! I set all AudioPorts on all Services, but the problem are not the ports used by the server, the problem are the ports used by the client. We set the client ports to 49152 with a count of 40. The client (2013 and also 2010) use these ports correctly in all
    cases exept for call from/on behalf of an RGS with Agent Anonymity.
    If we disable the RGS agent anonymity, restart the client of the agent, then the client uses also the correct source ports for RTP.
    I've checked this behaviour now on 3 customer installations, our own productive installation and in our lab.
    Because until now only one of our customers have firewalls between the internal VLANs, only this single customer have the issues...
    Regards,
    Stephan

  • HT4889 Hi. I`ve just started transferring from my old Imac to a new Macbook, using the WIFI. But I realize it will take days to get it done. Can I cancel the process, and start over again using the thunderbolt port? Without causing any trouble?

    Hi. I`ve just started transferring from my old Imac to a new Macbook, using the WIFI. But I realize it will take days to get it done. Can I cancel the process, and start over again using the thunderbolt port? Without causing any trouble?

    See Pondini's Setup New Mac guide for possible answers.

Maybe you are looking for

  • Is it possible to return to page and send mail asynchonous

    Hi, In my webapp I post a registration form to a servlet from my first jsp page. The servlet then sends an email to the user and forwards the user to the second jsp page. Without sending the email the user is transferred from the first jsp page to th

  • Mouse.hide() not working on air/mac app

    Hi, I have an air app with a Mouse.hide() that is not working on the mac, but in an odd way. It has the latest AIR runtime as of the other day and I am publishing to AIR 2.0 from Flash Pro CS5. I'm making it from windows where it works fine, but the

  • MacBook Pro Grey screen 4-8x a night

    Over the past week my computer just pauses then restarts to the logon screen...usually the computer does this once or twice but this is very consistent 4-8x a day.  I have a MacBook Pro 3,1; 2.2 GHz core duo, 4 gb ram,  system 10.6.8 Any help?  This

  • Computer will not update

    I have updated my computer to the 17.0.1 several times and I keep getting the message that I STILL need to update. I am getting sick and tired of doing this and if It will not work then I will delete Firefox all together. After installing the new ver

  • Importing Item Intrastat Data using DTW

    Hi,  Is there any documentation on importing the SBO item Intrastat data?   V8.81 PL04. Thanks Simon