Solaris 10 on Netra T1 install issues....

I have gentoo installed on my netraT1 (which is apparently in the sun4u Platform Group) it has a 500mhz UltraSparc IIe processor and 1Gig of RAM.
I decided to try solaris 10 so I downloaded all the cd images to my winows machine and used nero to burn them all. I put the first one in and typed boot cdrom and got a panic:
ok boot cdrom
Boot device: /pci@1f,0/pci@1,1/ide@d/cdrom@0,0:f File and args:
Short read. 0x0 chars read
krtld: error during initial load/link phase
panic - boot: exitto64 returned from client program
Program terminated
Ok
Here is some more info:
ok probe-scsi
Target 0
Unit 0 Disk SEAGATE ST318305LSUN18G 0340
Target 1
Unit 0 Disk SEAGATE ST34371W SUN4.2G7462
Firmware CORE Release 1.0.12 created 2002/1/8 13:0
Release 4.0 Version 12 created 2002/01/08 13:01
cPOST version 1.0.12 created 2002/1/8
CORE 1.0.12 2002/01/08 13:00
Is there anything I could do to get this install to work? This is my only sun machine so I dont think I could get netbooting to work. I tried burning the first cd 2 times just to make sure it wasnt my burner and it still was getting the same errors ;(
Thanks,
Ryan

I have no really good answer here..
I guess you are using a Netra T1 AC200, right?
Some futher questions;
Are you using an internal CD-Rom?
Have you tried the CD-Rom before so you know it works?
What happens if you try "boot cdrom" without inserting any CD? I think the bootpath to the cd-rom looks a bit strange, and testing that would be the easiest way of verifying if its correct or not. If the path is correct you should get a different error if you attemt to boot from a non-existing CD.
Last question; which Solaris 10 version did you download?
7/M.

Similar Messages

  • Solaris 9 X86 install issue

    This is the first time I feeling Solaris, but I do not install it success after I try the following two method.
    1) use Solaris 9 Software 4/03 1 of 2 boot my computer to install the software. every things is OK before
    copy the file to HD , but after 1 of 2 for Solaris9 Software install finished the progress bar disappear but
    it didn't remind me insert the 2 of 2 disk . how should I do after this?
    I try to reboot my computer.but when I boot my computer I get a message as following:
    Non-System disk or disk error
    replace and strike any key when ready
    2) use Solaris 9 installation 4/03 disk boot the computer to install the system.
    after I create a swap partition and it copy the file to the swap partition , it remind me to take the disk
    away and reboot the computer. after I restart my computer the symptom is the same as the first method
    Non-System disk or ...................
    Who can help me to resolve it?

    Yes I boot from CD.
    I have seen every thing that you said. the step I install the system as following:
    1 use the Solaris 9 Software 4/03 1 of 2 boot my computer. the follow I have receive many step to
    confirm the hardware that every step use F2_Continue.
    2 I use mouse to click the YES button on the examine color palette.
    I know after above the install wizard will appear Kiosk menu but I did not received that screen
    it use suninstall
    after above step the screen step not like the descript on the Solaris9 installation Guide.
    I have answer the follow question:
    host name
    initial install
    partition for the system
    regional
    the install pogram copy file from disk for Solaris 9 Software 4/03 1 of 2
    the progress bar disappear after it to about 40 percent , it like finished the installation and I seen that on the screen like the following.
    You can find the installation logs in the following directiories.
    /var/sadm/system/logs
    /var/sadm/install/logs
    Does this finished it install ?
    I entry reboot to restart the computer. I receive the following message:
    Non-System disk or disk error
    replace and strike any key when ready.
    what shall i do?

  • Hard coded links in R12.1.1 SOLARIS 10 64 bit Rapid Install stack

    Hi,
    Just a heads up for anyone using the Solaris 10 64 bit Rapid Install.
    I am doing a 11.5.10.2 > 12.1.1 upgrade on Solaris 10 64-bit.
    On my Rapid Install delivered R12.1.1 tech stack there are some hard coded links to Oracle test server files in the 10.1.2 and 10.1.3 lib32 directories. Which is not a good thing - it stops little things like adpatch working!
    e.g.
    $ cd $ORACLE_HOME/lib32
    $ ls -l ldflags
    $ lrwxrwxrwx 1 appdugc dba 56 Feb 4 16:21 ldflags -> */d4/R12/ab/apps/R1211XB9/*apps/tech_st/10.1.2/lib/ldflags
    This leads to libclntsh.so not being generated and errors like this when running adpatch:
    ld.so.1: adpatch: fatal: /*/*/*/apps/tech_st/10.1.2/lib/libclntsh.so.10.1: wrong ELF class: ELFCLASS64
    Killed
    The fix is to recreate the soft links to point to the correct local mount points/paths
    How on earth did that slip through?
    I raised an SR on this issue and got no where at all. I only got to the bottom of it when I noticed the /d4/R12 path and googled that. I then found Vikram's article at http://oracleappstechnology.blogspot.com/2009/09/r1211-apache-wont-start.html and realised that it was the cause of my problems too.
    Edited by: user6675174 on 16-Feb-2010 00:45

    Hello All,
    I faced the same situation. This is what I did to fix the issue on all the Tiers that has the Applications Tech Stack.
    cd "applications install base"
    find ./inst ./apps -type l -exec ls -l {} \; | grep d4
    Set your applications environment appropriately using APPS<instance>_<host>.env under the APPL_TOP
    cd $ORACLE_HOME
    /bin/rm ./bin/lbuilder
    /bin/rm ./bin/webcachectl
    /bin/rm ./lib32/ldflags
    /bin/rm ./lib32/libocci.so
    /bin/rm ./lib/libnavhoa.a
    /bin/rm ./lib/hsdb_inf.so
    /bin/rm ./lib/hsdb_odbc.so
    /bin/rm ./lib/hsdb_oing.so
    /bin/rm ./lib/hsdb_ora.so
    /bin/rm ./lib/hsdb_syb.so
    /bin/rm ./webcache/lib32
    /bin/rm ./webcache/examples/readme.examples.html
    /bin/rm ./sysman/webapps/emd/WEB-INF/lib/log4j-core.jar
    ln -s $ORACLE_HOME/nls/lbuilder/lbuilder $ORACLE_HOME/bin/lbuilder
    ln -s $ORACLE_HOME/webcache/bin/webcachectl $ORACLE_HOME/bin/webcachectl
    ln -s $ORACLE_HOME/lib/ldflags $ORACLE_HOME/lib32/ldflags
    ln -s $ORACLE_HOME/lib32/libocci.so.10.1 $ORACLE_HOME/lib32/libocci.so
    ln -s $ORACLE_HOME/lib32/libnavhoa.a $ORACLE_HOME/lib/libnavhoa.a
    ln -s $ORACLE_HOME/lib32/hsdb_inf.so $ORACLE_HOME/lib/hsdb_inf.so
    ln -s $ORACLE_HOME/lib32/hsdb_odbc.so $ORACLE_HOME/lib/hsdb_odbc.so
    ln -s $ORACLE_HOME/lib32/hsdb_oing.so $ORACLE_HOME/lib/hsdb_oing.so
    ln -s $ORACLE_HOME/lib32/hsdb_ora.so $ORACLE_HOME/lib/hsdb_ora.so
    ln -s $ORACLE_HOME/lib32/hsdb_syb.so $ORACLE_HOME/lib/hsdb_syb.so
    ln -s $ORACLE_HOME/webcache/lib $ORACLE_HOME/webcache/lib32
    ln -s $ORACLE_HOME/webcache/docs/readme.examples.html $ORACLE_HOME/webcache/examples/readme.examples.html
    ln -s $ORACLE_HOME/sysman/jlib/log4j-core.jar $ORACLE_HOME/sysman/webapps/emd/WEB-INF/lib/log4j-core.jar
    cd $ORACLE_HOME/bin
    ./genclntsh -32
    Thanks,
    Sushil Motwani

  • Can' t read disk label, install issues

    can' t read disk label, install issues
    i am trying to install solaris 8 on a sparc5 (256mb, 4.2gb,110mhz). i initially installed using the installation disk and it seemed successful as i was able to load the rest of the cds. something went wrong though b/c the system is stuck in a rebooting loop after it finished the last cd. so i went searching and found that i could only have a root partition of no bigger than 1gb. since i used the installation disk, i was not given an option to specify slice sizes. so now, i am trying to redo the install starting from the first disk (1 of 2) and skipping the installation disk. when i do a "boot cdrom" with the 1 of 2 disk, i get the cant read disk label or something about short entry and it will not boot. i am using actual Solaris 8 cds and not downloads. what can i do to get it to boot up from the first disk, or fix the partitioning on the disk?

    I am using the offical Solaris 8 Installation 2/02 for SPARC Platform Edition for Sun Computer Systems February 2002, Revision A
    Output from the probe-ide command follows:
    device 0 (Primary Master)
    ATA Model: ST3160023A
    device 1 (Primary Slave)
    Removable ATAPI Model: LTN4865
    device 2 (Secondary Master)
    ATA Model: ST340016A
    device 3 (Secondary Slave)
    not present
    device 0 is the new hard disk that I just installed
    device 1 is the CDR drive
    device 2 is the original hard disk. I can boot this but now get some magic disk errors or something like that
    device 3 is not present
    I have all devices set to cable select according to the manual.
    Thanks for your help...
    Tom

  • Unattended  Solaris 10 installation with jumpstart server issue

    Hello,
    I have setup a jumpstart server and am finding it difficult to get a fully unattended solaris 10 sparc 10/09 install on a t1000 client. The console connection to the client goes into interactive mode at the point in system identification when the installer asks if the system is networked or non-networked, and runs a setup of default time zone and date/time. Using esc-2 to advance through the interactive menu it asks if ithe system is on a subnet, for the netmask (which is there as default), asks if the current time is correct, then asks me to confirm that my selections are correct. When I confirm it goes on it's merry way to finish the installation unattended.
    My guess is it does not like one of the values in the sysidcfg file being used, but can't seem to see where the problem is. I don't see anything in the table of sysidcfg keywords from the online docs that specify networked or not, and I am using the network_interface keyword to define hostname, ip, default router, netmask and ipv6, and thought that should take care of the networking portion of system identification, also have timezone and time server set.
    Could it be that I am configuring an ethernet port that is not connected (bge0)? This computer will be deployed on a DMZ type network, and the jumpstart server is located on a different network our internal private network. The jumpstart installation via the server is done by using a temporary ethernet connection on a second interface of the client. One other note the defined time server is on the dmz so the installation program won't see it.
    Any suggestions on what might be causing the interactive installer to kick in?
    Here is the sysidcfg used for the client:
    more sysidcfg_vlan3/sysidcfg
    keyboard=US-English
    terminal=vt100
    security_policy=NONE
    system_locale=en_US
    install_locale=en_US
    timeserver=service-time
    timezone=US/Eastern
    network_interface=bge0 {hostname=D-Wade.xxx.xxxx.xxx default_route=xx.xx.xxx.1 ip_address=xx.xx.xxx..3 netmask=255.255.255.0 protocol_ipv6=no}
    name_service=NONE
    nfs4_domain=dynamic
    root_password=someEncryptedValue
    service_profile=limited_net
    Thanks,
    John
    Edited by: jmck407 on Aug 6, 2010 11:42 AM

    update. Fixed the problem with date/time by using abrante's suggestion of setting the time server to localhost. Don't get prompted for date/time information in the interactive installer any more.
    If I setup the sysidcfg file to configure the ethernet port being used to communicate with the jumpstart server (bge1), using an ip and netmask that is on the jumpstart server network, the installation goes through fully un-attended.
    Is there any way to get a second interface (in this case bge0) configured with ip/netmask values that are not part of the jumpstart server's network, using a non interactive jumpstart installation? Using these values in sysidcfg, the only things prompted for during the installation are, Is the system on a subnet, and what is the netmask. Anyone know what the sysidcfg part of the installation does to check the validity of a netmask value given in the sysidcfg file on the jumpstart server?
    If need be, I guess the interface could be configured in the finish script.
    more sysidcfg_vlan3/sysidcfg
    keyboard=US-English
    terminal=vt100
    security_policy=NONE
    system_locale=en_US
    install_locale=en_US
    timeserver=localhost
    timezone=US/Eastern
    network_interface=bge0 {hostname=D-Wade.xxx.xxxx.xxx default_route=xx.xx.xxx.1 ip_address=xx.xx.xxx..3 netmask=255.255.255.0 protocol_ipv6=no}
    name_service=NONE
    nfs4_domain=dynamic
    root_password=someEncryptedValue
    service_profile=limited_net

  • SP2010 Foundation Post Install issues on development workstation - Database and Services

    Just recently installed SP2010 Foundation for a development workstation.  Platform isWin7 X64 pro, SQL 2008 (Developer edition)
    (1) Looks like search has some configuration issues.  This is in the Windows event log
    The Execute method of job definition Microsoft.SharePoint.Search.Administration.SPSearchJobDefinition (ID 38eefca2-d092-47f4-a833-23f8280c5f63) threw an exception. More information is included below.
    The device is not ready.  
    (2) In Central Admin > Servers in Farm
    Status - "Upgrade Available", 
    (3) In Central Admin > Manage Database Upgrade Status
    Sveral of the Datbase(s) mention that upgrade is recommended, but one in particular mentions that the DB is too old?
    WSS_Search_GHHTY
    SPSearchDatabase
    Database is too old and upgrade is required
    Huh?  
    (4) Looking at my local SQL 2008 instance that SP2010 created, I see several DB's with "Config" in the name along with a guid on the end of the name.  Is the result of re-running the configuration wizard several times while
    I was correcting install issues?

    here is question, i am assuming its fresh install not upgrade...
    when you run the config wizard( you mentioned many times), which option you select from 2nd try to on ward....cannot disconnect this server from farm?
    are you using any script to install ?
    I would say run the config wizard without disconnecting and this server will host CA option.
    from the central admin > manager server in farm...on top you will see farm version and config database name. note it
    from the Manage database Upgrade status page note all the db names
    now match it on sql and keep those and all other should gone now as a clean process.
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Mac OSX: Flash CS3 Font Install Issues

    Hi,
    I have a Mac Powerbook G4 with OS X installed and Adobe CS3.
    I've installed a font. The font works in Photoshop and Illustrator
    but not in Flash CS3. Why? I've put the font in the Library/Fonts
    folder and the User/Fonts folder and it still doesn't show up in
    Flash. Apparently this is a problem for a number of people see
    another forum here:
    MAC
    OSX: Flash CS3 Font Install Issues Forum
    Please let me know what to do to fix this. I need to be able
    to work with the font in all three applications Flash, Photoshop
    and Illustrator.

    Hi davidd61713525,
    Sorry for not getting back to you sooner.
    Unfortunately, it looks like something is wrong with the file system and the installer can't see the root drive to install to.  A Google search returns numerous results affecting various products and the recurring theme is that something is wrong with the disk.  There are many recommendations from various sources, but nothing definitive.
    Here's a similar thread over on the Apple forums:
    Broken Installer Permissions | Apple Support Communities
    And a similar older one:
    http://forums.macrumors.com/showthread.php?t=1203509
    I would try the following options:
    Try using the PKG installer. This is used Mac SysAdmins to install Flash Player within their organization and uses a slightly different installer path, which may or may not work.
    Some people have had success with disk and permissions repair some have not.  You can try running a disk and permissions repair.  After the disk and permissions repair is complete, reboot the system and try to install again using either the online installer (get.adobe.com/flashplayer) or the offline installer, posted at the bottom of the Installation problems | Flash Player | Mac page in the ‘Still having problems’ section.
    If these options do not work, I'd reach out to Apple support to see if they have a suggestion.  If you do find a resolution to this, please let me know.  I'll be happy to share it with people that encounter the problem in the future.
    Maria

  • Re-Installing Issue

    Hi,
    I have a G5 I had to re install and erase my HD cause I had issues, now that i am rebuilding the system it won't let me install FCS, I get to the DVDP disc and it says Installation failed.... I tried it a few time and I get the same error. Can anyone shed some light on this please?
    thanks
    P

    Welcome to the forum!
    Made sure the disks are clean? I'd call Apple on an install issue if it's new or if you suspect a damaged disk and you're the registered user.
    Which OS are your running? QuickTime Version?
    Jerry

  • Webutil install issue

    Hello,
    I have a strange WebUtil install issue on 10gIAS 10.1.2.0.2. I downloaded the 1.0.6 WU version and put it into a webutil directory under forms (which the pre-configuration of AS seem to assume) and when I call the forms servlet with ?config=webutil the "RegisterWebUtil - Loading WebUtil Version 1.0.6" shows but the main applet doesn't load. The webutil HTML template is found and looks OK in View Source but no applet. The config section has a archive_jini but it behaves as if the main jar can't be found(?) Nothing extra in the jinit-console, even at log level 5. webutil.cfg is copied to forms/server and frmwebutil.jar to forms/java.
    Suggestions appreciated,
    Nik

    Hi,
    Can you check Vitual Path of WebUtil in the config file ..\forms\server\forms.conf?
    I would like to see your files
    ..\forms\server\default.env
    ..\forms\server\forms.conf
    BACH

  • I was trying to activate my CS3 and got help from chat until he said it was an installing issue. The application opens and then closes unexpectedly.

    I just got a new mac and I'm trying to download my Adobe CS3 onto it. I was able to download and then I tried to activate it. I entered the CS3 serial number and then asked for the serial number of the older version. I originally bought CS2 on disc and downloaded it onto my old mac and from there bought an upgrade to CS3. I no longer have the discs or box for CS2 and so I do not have the CS2 serial number. I contacted chat support who helped until I reached the point where I could open the application but then it would quit immediately and say "Adobe Update quit unexpectedly." Then he said it was an installing issue and turned me to the forums. Help, please?

    JohnEden I would recommend running all available uninstallers to remove the current installation.  The uninstallers are located in the Applications/Utilities/Adobe Installers folder.  Once you have ran the uninstallers then please also utilize the CC Cleaner Tool for a complete removal.  You can find details on how to utilize the CC Cleaner Tool at Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6 - http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html.

  • Error when installing issue in Content Viewer

    Hi,
    I have a strange error in my Content Viewer.
    When downloading it stalls and a message says "Could not install issue, relaunch app and download your purchase again" (my translation from swedish).
    It sometimes stalls when downloading and sometimes when installing issue.
    Anyone got a solution or having the same problem?
    Br
    Henrik

    Henrik, this can be either or. The internal Acrobat.com servers seem to have download issues once a week or so.
    The best way I think you can determine this is if the download is failing at the same point during the download. If it is, it's a problem with the folio. If it's not, then it's a temporary problems with the servers.
    If it is a problem with the folio, there's no straightforward answer -- but if you were able to download that folio recently, delete or update the articles you've added since.
    If you have no idea what's causing it, you can either start deleting articles, or try updating them first.

  • CS5 install issue? only appears to be a frame instead of filling the scree on Mac osx

    CS5 install issue? only appears to be a frame instead of filling the screen on Mac osx
    When I click on the middle it takes me back to the desktop

    Hi,
    I would recommend posting this query in the Adobe Photoshop forum.
    You will get a specific response relevant to this question.
    Thanks

  • Itune 64 install issues

      I'm having a lot of install issues appear when I try to install latest version of iTunes 64.  Error message "signatures is old or not valid".  Any suggestions?

    I have seen this work for the issue you described
    Remove iTunes and it's parts
    http://support.apple.com/kb/HT204275
    iTunes 12.1.1 for Windows
    https://support.apple.com/kb/DL1784?locale=en_US

  • Windows xp itunes install issue

    I am attempting to install Itunes using Windows XP at Service Pack 3 with all the security updates installed. The instal begins and during the final process of setup, I receive the following error message and the Itunes instal backs out and stops.
    Error message, " These is a problem with this Windows Installer package. Aprogram run as part of the setup did not finish as expected. Contact your support personnel or package vendor".
    I am looking for some advice after working on the Apple and Microsoft website's trying to find a solution.

    Thank You B Noir for the helping hand in reapiring my problem in loading Itunes.
    I ended up working with an Apple Service Tech who had me delete all the programs associated with the Apples Itune install. Quicktime, Apple Application Support, Apple Modile Device Support, Bonjour and Apple Software Update.
    Each of the programs were un-installed with no issues until we started the uninstall of Apple Software Update, which your note indicated could be a cause for the install issue.
    Using the Windows program "Fixit" downloaded off the Microsoft website, we determined that the registry keys for this program had become corrupted. We used Fixit filtering down to an install repair module inside if Fixit to remove the damaged program from my PC's registry then Fixit uninstalled the Apple Software Update program.
    Once this was done, we were able to successfully instal Itunes using the latest Itunes install packaged found on the Apple website.
    Thanks Again for your advice.

  • Attempting to install Solaris 10 on Netra t1 via external DVD-Rom

    Hello Experts,
    I am trying to install Solaris 10 on my Netra t1 via external DVD. I connected the DVD-ROM to the scsi port on the back. System recognized the DVD but does not allow me to boot from it. I have done many things without any success. Following are the details:
    System info:
    Netra t1 (UltraSPARC-IIi 440MHz), No Keyboard
    OpenBoot 3.10.25 ME, 1024 MB memory installed,
    Ran the scsi test and it doesn't report any issues:
    ok test scsi
    Probe-scsi-all shows the drive:
    ok probe-scsi-all
    /pci@1f,0/pci@1,1/scsi@2
    Target 0
    Unit 0 Disk SEAGATE ST318404LSUN18G 4207
    Target 1
    Unit 0 Disk SEAGATE ST318404LSUN18G 4207
    Target 4
    Unit 0 Removable Read Only device TOSHIBA DVD-ROM SD-M14011009
    devalias also shows as cdrom1:
    ok devalias
    cdrom1 /pci@1f,0/pci@1,1/scsi@2/disk@6,0:f
    cdrom /pci@1f,0/pci@1/pci@1/ide@e/cdrom@2:f
    ide-disk /pci@1f,0/pci@1/pci@1/ide@e/disk@0:f
    ide-cdrom /pci@1f,0/pci@1/pci@1/ide@e/cdrom@2:f
    ide /pci@1f,0/pci@1/pci@1/ide@e
    I created devalias manually also with no help. Following is what I get when I try to boot from it:
    ok boot cdrom1
    Resetting ...
    Netra t1 (UltraSPARC-IIi 440MHz), No Keyboard
    OpenBoot 3.10.25 ME, 1024 MB memory installed,
    Executing last command: boot cdrom1
    Boot device: /pci@1f,0/pci@1,1/scsi@2/disk@6,0:f File and args:
    Drive not ready
    Evaluating: boot cdrom1
    Can't open boot device
    I verified the DVD and it works just fine. I install the OS with the same DVD on Netra-440 system without any issues.
    Please tell me what am I missing here or doing wrong. Please help.

    Sun-worshiper,
    Thank you so much for pointing that out. I was loosing it.
    Just in case someone else runs into this type of issue:
    When you run probe-scsi-all please pay attention to the target. In order to boot from the DVD, I executed the following commands from the ok prompt:
    ok nvalias dvd /pci@1f,0/pci@1,1/scsi@2/disk@4,0:f
    ok boot dvd

Maybe you are looking for

  • Duplicate records for Sale Order Cycle Report(excluding item level detail)

    I have posted this issue in number of forums but till today no one is able to answer it correctly.Here it is: I need to create a report which I think most of the sd consultants have also done it.It basically covers sales order cycle without item lvel

  • Windows Vista Home Premium (SP2) - Update Error Code 80071AA7: Unable to install KB3033889

    I am having problems updating my Windows Vista Home Premium (SP2) with KB3033889 I am always getting the Update error Code 80071AA7 I have tried a clean boot, to install Microsoft Update Standalone Package (KB3033889), but does not worked. I tried Sf

  • Install Ultrasearch on 10.2.0.4 Database

    Hi, We have installed 10.2.0.4 database. Now we have a requirement to install OID 10.1.4.2 in separate node, but we need to run MRCA which in turn requires Ultrasearch feature in above existing database. Observed that ultrasearch cannot be installed

  • Does it matter if I use Wi-Fi or Ethernet?

    My iMac is right next to the modem for my internet connection.  It has Wi-Fi and an Ethernet so I plug it in.  Is there any benefit, improvement in speed or otherwise to plugging it in with the cable? Thx!

  • Line-out used exclusively by iTunes

    Hi there, is there a way, an application maybe, to give iTunes exclusive usage of the line-out in the Macs? I have an AirPort Express station and love the possibility to keep all sounds coming out the built-in speakers while I have my Hi-Fi connected