HELP !!! Is Solaris 8 Intel version not support Hard Disk 30GB?

hi all,
i have an IBM 30 Hard Disk , when i installing Solaris 8 Intel version, there has a error msg said that it can't mount the hard disk
error message:
Unable to mount Solaris root system from the following device:
DISK :Target 0: IBM -DTLA 307030 on BUS mastering IDE controller on Board PCI bus 0 at Dev 31 Func1
Error Message from mount:
/pci@0,0/pci-ide@1f,1/ide0/cmdk@0,0/:a: can't open no hsfs VTOC
anyone know how to slove this problem , pls help
thx a lot
ngachuen

Refer this URL:
http://sunsolve.Sun.COM/pub-cgi/retrieve.pl?doc=fpatches%2F110202&zone_32=IDE
Senthilkumar
Developer Technical Support

Similar Messages

  • RisPort Help~ HTTP Version Not Supported

    Hi,all~
    I'm trying to get a realtime information(Phone ip address) by AXL RisPort,but i get a error: "HTTP Version Not Supported",it is so strange~!
    i have added a web reference(https://<myCmServer>:8443/realtimeservice/services/RisPort?WSDL) on my web site with VS2005(C#).
    help me~Thanks a lot.

    Thanks for your reply,
    This really works.
    But the problem now is in
    RisPort web service's Method,
    SelectCmDeviceResult SelectCmDevice(ref string StateInfo, CmSelectionCriteria CmSelectionCriteria);
    i don't know what's initialize value of StateInfo,so i make it null,but the response of SelectCmDeviceResult.CmNodes is null,so i can't get any realtime information. can you help me?
    there is my source code:
    CM5WebReference.RISService myRis = new CM5WebReference.RISService();
    ServicePointManager.ServerCertificateValidationCallback = new System.Net.Security.RemoteCertificateValidationCallback(ValidateServerCertificate);
    CM5WebReference.CmSelectionCriteria csc = new CM5WebReference.CmSelectionCriteria();
    myRis.Credentials = new NetworkCredential("CCMAdministrator", "passwrod");
    ServicePointManager.Expect100Continue = false;
    myRis.SoapVersion = System.Web.Services.Protocols.SoapProtocolVersion.Soap11;
    CM5WebReference.CmSelectionCriteria cmSelection = new CM5WebReference.CmSelectionCriteria();
    string stateInfo = ""; //is null? or....
    csc.Class = "Any";
    csc.Status = "Any";
    csc.SelectBy = "Name";
    CM5WebReference.SelectItem selectit = new CM5WebReference.SelectItem();
    selectit.Item = "AppIpAddr";
    CM5WebReference.SelectItem si = new CM5WebReference.SelectItem();
    si.Item = "Name";
    CM5WebReference.SelectItem[] sis = new CM5WebReference.SelectItem[2] { selectit,si };
    csc.SelectItems = sis;
    CM5WebReference.SelectCmDeviceResult a = myRis.SelectCmDevice(ref stateInfo, csc);
    cmselectCri.SelectBy = "Name";
    cmselectCri.Class = "Any";
    if (a.CmNodes != null) //always null,it's so strange...
    CM5WebReference.CmNode[] cn = a.CmNodes;
    CM5WebReference.CmDevice[] cd = cn[0].CmDevices;
    string ip = cd[0].IpAddress;
    my entironment:
    CM 5.0.4.1000-1
    vs2005(C#)

  • The storage where the virtual hard disk is located does not support virtual disk sharing

    Hi everyone,
    I deployed 2 hyper v vitual machines a while ago, and i did that because I needed to test my current game Project, which is an
    online game. However, i've had some problems with my Windows installation then I had to reset the pc by making it a refresh
    install. I still have the hyper v virtual disks, but i cannot attach it to a new hyper-v virtual machine. it pops up this message:
    "the storage
    where the virtual hard disk is located does not support virtual disk sharing". I dont know anything about virtual machines, so I
    didnt know I had to make the disk sharable. How can I force to attach the hard disk to a new hyper-v? I dont want to go t
    hrough the whole proccess of installing the operating system all over again and updating it....
    Any help is greatly appreciated!
    Thanks in advance,
    Romulo Romero

    Hi MrDebugging,
    >>
    When I Try to add a SCSI Controller, and then I click browse to add a UNC I get this:
    C:\Users\Public\Documents\Hyper-V\Virtual hard disks\ClienMachine.vhdx
    but I tried placing in different location, and the same problem occurs!
    By the way, Im not on a server , I am a domestic user and I am running it on my
    Windows 8.1
    According to the error message , it seems that it is not a permission issue .
    The VM is Gen 1 or Gen2 ?
    Generally the error message occurs when you enable "shared vhdx" on standalone/client hyper-v host :
    Please try to attach the VHDx file to IDE controller if it is a Gen 1 virtual machine (because only the SCSI controller has the option "virtual hard disk sharing" and Gen 1 VM only can boot from IDE )
    All in all , please do not use this feature without CSV or Scale-Out File Server with SMB 3.0 on file-based storage .
    If it is not the case , please detail steps what you did .
    Best Regards,
    Elton Ji
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected] .

  • HTTP 501 Not Implemented or HTTP 505 Version Not Supported

    when trying to post on the ABAP Forum, i am getting the following:
    The website is unable to display the webpage
    HTTP 501/HTTP 505 
       What you can try:
         Go back to the previous page.
         More information
    This error (HTTP 501 Not Implemented or HTTP 505 Version Not Supported) means that the website you are visiting doesn't currently have the ability to display the webpage, or support the HTTP version used to request the page.
    For more information about HTTP errors, see Help.
    i have tried from firefox, chrome and IE and unable to post.. i may look stupid and this may work here!  lol!
    but i have been trying for several hours to post a question on the ABAP forum...  :o(

    You have been "bagged" by SAP Security's cross site scripting filter. No way around it (for obvious reasons). Somewhere in your post there is something that is interpreted as an xxs attack. Unfortunately, happens a lot when trying to post code or code terms. Some people have managed to work around this using some of the same tricks used by people wanting to post forbidden words and phrases like
    myemal at sap dot com
    j a v a s c r i p t
    and the like. Try some experimenting and you might succeed.

  • Utl_http status_code: 505 - HTTP Version Not Supported

    Hi there,
    I am trying to make a call to tomcat servlet and keep getting error:
    status_code: 505
    reason_phrase: HTTP Version Not Supported.
    here is my code.
    utl_http.set_response_error_check(false);
             utl_http.set_detailed_excp_support (enable => true );
              OE_DEBUG_PUB.Add('**HTTP_POST: Content Type: ' || P_CONTENT_TYPE);
              OE_DEBUG_PUB.Add('**HTTP_POST: P_URL: ' || P_URL);
            -- Begin the post request
            l_http_req := utl_http.begin_request (P_URL);
            --l_http_req := utl_http.begin_request(P_URL, 'GET','HTTP/1.1'); - I even tried this. it did not worked.
            --l_http_req := utl_http.begin_request(P_URL, 'GET','HTTP/1.0'); - I even tried this. it did not worked.
            --l_http_req := utl_http.begin_request(P_URL, 'POST','HTTP/1.0'); - I even tried this. it did not worked.
            -- Set the HTTP request headers
            utl_http.set_header(l_http_req, 'User-Agent', 'mozilla/4.0');P_CONTENT_TYPE is: P_CONTENT_TYPE IN VARCHAR2 DEFAULT 'application/x-www-form-urlencoded'
    P_URL is : http://myurl/getRates?weight=65.8&fromProvince=ON&fromPostalCode=L6S 6B7&toProvince=ON&toPostalCode=M5S 1X9&shipDate=2010-07-15
    Can someone please help me how to resolve it?
    Thanks.

    [email protected] wrote:
    Can you suggest something? I would test using telnet on the Oracle server itself - just to make sure connectivity is as expected (and a proxy server or firewall for example answers instead of the intended web server).
    e.g.
    telnet webserver 80
    And when getting the web server response, you can send a HTTP 1.0 get, i.e.
    GET /getRates?weight=65.8&fromProvince=ON&fromPostalCode=L6S  6B7&toProvince=ON&toPostalCode=M5S 1X9&shipDate=2010-07-15 HTTP/1.0
    Or play around with variations of the URL. See if you can access to the root page.
    The interesting bit would be the full header response from the web server. If the Oracle server is Windows, install something like putty instead of using that pathetic telnet client from Microsoft.
    Another option would be to install Firefox and a http header/viewer plug-in. Very nice as this does the telnet thing for you, but with proper browser support and allows you to see the exact details of the HTTP conversation (headers included). If the Oracle server is Linux/Unix, you can easily do this from your desktop by starting a vncserver session on the Oracle server and using vncviewer from your desktop to access that server desktop GUI and running Firefox.
    If there are anything funky in the way the browser and web server communicates (HTTP header and version wise), the Firefox-plus-plug-in is likely to shed some light on it.

  • SAP XI Error HTTP 505 HTTP Version not supported

    Hello Everybody,
    I have IDOC(sender) to WEBSERVICE(receiver) scenario.
    Our server is XI System version "SAP J2EE Engine 6.40 PatchLevel 105424.313".  Webservice has generated in MS Sql Server 2005 and publish in MS IIS server.
    I  downloaded webservice schema in external definitions. and i mapped with idoc fields. When i try to  Test Configuration in integration directory, everything is fine.
    But when i test to scenario, it doesnt work. I checked logs in integration engine monitoring. I got
    this error " com.sap.aii.af.ra.ms.api.RecoverableException: SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 505 HTTP Version not supported"
    does anyone have any idea for that error? what should I do for run the this scenario?
    Kind Regards,
    Rasim

    You may first contact your receiver partner for the HTTP version they support. There is a mismatch somewhere.
    http://www.checkupdown.com/status/E505.html
    Regards,
    Prateek

  • HTTP Version not supported

    Hi,
    My scenario is IDOC to Webservice.
    I have done all design and configuration,
    I used Receivere adapter as SOAP dapter.
    When i am running the scenario i am getting following error.
    "Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 505 HTTP Version not supported"
    regards,
    XI

    Hi,
    This happens when target service expects a specific version of the HTTP protocol (1.0, 1.1 etc) and client does not match this expectation ... Try to check if target requires a specific version (1.1 only for instance) whereas XI uses another.
    Rgds
    Chris

  • Using Netbeans with Axis 1 shows HTTP Version Not Supported

    Hello,
    I need to use Axis 1 with Netbeans. So i have integrated Axis 1 in build.xml file to use axis ant targets. If i am executing the deploy target:
        <target name="AdminClientDeploy" description="adminClient" depends="validate">
            <java classname="org.apache.axis.client.AdminClient" fork="yes"
                  dir="." classpathref="${classpath_id}">
                <classpath>
                    <pathelement location="${build.classes}" />
                </classpath>
                <arg value="-l ${service.url}/servlet/AxisServlet"/>
                <arg value="${basedir}\src\${service.java.path}\deploy.wsdd" />
            </java>
        </target>It shows
    running Apache Axis Admin client
    Processing file D:\\Axis1WS\src\java\axis1\deploy.wsdd
    Exception: AxisFault
    faultCode: {http://xml.apache.org/axis/}HTTP
    faultSubcode:
    faultString: (505)HTTP Version Not Supported
    faultActor:
    faultNode:
    faultDetail:
            {}:return code:  505
            {http://xml.apache.org/axis/}HttpErrorCode:505
    Java Result: 1
    BUILD SUCCESSFUL (total time: 1 second)I have no idea whats the problem, but i think it's a configuration problem with netbeans. The compilation itself shows no problem. Please let me know, if you have some experience and especially if you know this problem.
    Thanks
    Alex

    Hello, problem is because of following part:
    <!-- The URL of the Web SERVER + Application Name -->
    in the tutorial, there is a space in URL, when you remove this space, problem disappear;
    <property name="service.url" value="http://localhost:8084/${ant.project.name}"/>

  • My Ipod says version not supported when attaching to my Honda

    I just purchased a Honda Insight and hooked my iPod up to the USB port and it was working fine.  I brought my ipod inside and hooked it up to my macbook added several songs and may have upgraded the software.  Now when I hook it up to the USB in the Honda it says version not supported.  Is this an iPod issue or is this something that I need to address with Honda.
    Thanks,
    SASGeek
    Falmouth Maine

    What iPod firmware version does the Honda say it will support on the iPod?

  • Oracle version not supported(Urgent !!)

    We get the following error with IBM Websphere 3.5. The oracle version is 8.1.6 and the jdbc classes used are classes12.zip.
    EJBs are working fine but after the no. of connections exceed 40 in no.the following error occurs.
    ORA-17441=Oracle Version not supported. Minimum supported version is 7.2.3

    contact ibm about this websphere problem.

  • Oracle version not supported

    Hi All,
    i am having one issue while conntecting oracle version 8.1.7.0.0 from version 11.1.0.7.0 it is showing version not supported.
    ORA-03134: Connections to this server version are no longer supported.
    can we downgrade oracle version 11.1.0.7.0 client to 10g client on HP -Unix 64 bit operating system, if yes what is the detailed procedure.
    thanks in advance
    Regards
    Mirza

    In case of client software simply install the older version in a new ORACLE_HOME, there are no downgrade actions like for a database server. But I think even 10g won't work for 8.1.7.0.0, you need at least 8.1.7.4 .
    Werner

  • Lenovo K920 Vibe Z2 Pro does not support OTG Disk?

    Lenovo K920 Vibe Z2 Pro does not support OTG Disk?I try to plug an OTG Disk, and nothing happens..I try installing some OTG Helper Apps and still nothing happens..I'd rather to keep my not too often use data in my OTG Flashdisk, and only use in by plug it into my phone..Maybe there's any help with this OTG issue in my Lenovo K920?

    Hi  Rosennisha
    I can assure you that the Lenovo K920 Vibe Z2 Pro fully supports OTG.You just have to plug it in...
    Can you tell me your firmware build number?Settings>About phone>Version information>Software version number
    Please make sure the USB stick you want to use is working properly(Maybe it needs to be formatted.Backup anything important first) or try a different USB stick.
    Also please use a quality OTG cable.
     I personally tested a 16GB 2.0 USB Stick/Drive on the K920 international version-->
    Hope this helps.
     

  • Dual boot Solaris 9 and Solaris 10 on a SCSI hard disk

    Hi,
    I would like to dual boot Solaris 9 and Solaris 10 on a SCSI hard disk. Currenlty that 16gb hard disk has Solaris 9 installed on it.
    What are the steps needed to install Solaris 10 and dual boot them?
    Thanks a million.
    ldd

    Unfortunately we can't help you as this forum is only for questions or problems relating to Sun Update Connection, Patch Manager 2.0, & PatchPro 2.2.
    We recommend you post your question on one of the Solaris OS forums:
    http://forum.sun.com/jive/category.jspa?categoryID=139

  • Dial up Connection using External Modem in Solaris Intel Version

    Hi
    How to Install a modem in Solaris 7 Intel version and how to make a Dial Up Connection Using this external Modem.
    Can any one Help me....
    send your reply to [email protected]
    Thanks in Advance ....
    Vinod.

    hello
    i'm fond that inside the folder /etc you have another one called /ppp and inside the folder /ppp you have some files that you have to edit in orther to configure your user name and password, but everything is explained on that files, and is bether that you reed then
    then in the console you have to type pppd ttya (if your modem is conected to the Com1) call myisp
    were myisp is one of the files that you have to configure, but how i'm told you everyting is splained on that files
    If you dont have it please install the 2 Cd
    the only thing that i'm can't configure was diseble the "wait for dial tone" and in order of that i'm not able to conect to the internet, if you now someting aoubt that please send a e-mail to [email protected]
    tanks

  • Installing Oracle 8i in Solaris Intel Version With Pentium 4

    Hi Guys,
    I am trying to Install Oracle 8i under Solaris 8 Intel version with Pentium 4 processor fixed.But iam'nt able to continue after I click "Install" button,the runInstaller exited badly with no response.I was told that even Installing Oracle under Windows P4 is facing the same problem,but on searching I got solution by renaming a DDL file before starting installation.Is there any similar method to do for installing it under p4 processor on solaris intel 8 version.

    Dear Mr. Kumar, i am chandrasekaran from singapore, actualy i need your help regarding the intel sun os oracle. I have Intel Based SUN OS, but i try to get Oracle CD Any version either 8i or 9i for intel sun os.
    One of my friend have the cd but it already damaged so that i need your help.
    My address
    S.Chandrasekaran, Blk 84 #07-93, Commonwealth close, Singapore 140084. If you have the cd you make one copy for me and send by post. Thank you
    My email id: [email protected] or yahoo.com
    by chandran.s

Maybe you are looking for

  • Product Instance Registration Error: "System Failure: Error while retrieving xml file from database"

    Hi S9 installation Gurus, Please try to resolve this long awaited issue with Planning installation as this is purely configuration related issue. Detail of Problem:- After Susessful configuration of 1) Foundation Services (Hyperion Shared Services) 2

  • Access Sequnce in Partner Function

    Hi We are using same transaction types for 3 different types of service orders functionality. Service order, Copy Service Order, Follow up service Order, we are defined partner function with below category, Client, Alternative Requester, Employee Res

  • Search criteria

    Hi All, I am designing a form which has 3 text boxes and 21 combo boxes.It is a search engine where none of the fields are mandatory.I am using PHP with MYSQL 3.23,The purpose of this form is to check for the Employees who have Total Experience,Compa

  • Temporary Screen issue

    My question....upon start-up, my screen has various streaks.  In about 1-2 minutes, all clears up and computer runs fine.  Is this a problem I need to be concerned about?  Is there a way to fix it without having to bring it back to Apple?  Please adv

  • Component configuration for POWL

    Hi, Could any one please through some light on how to configure shadowing mode- component configuration for POWL. Thanks in advance VK