Kernel/sparcv9/unix

Dear all
i have solaris 10 and i want to install sorlais 9 i change to ok prompt ,and use boot cdrom but the output is
boot cant open [kernel/sparcv9/unix]
any one can help me ??
thanks
ahmed kehdr

There are a number of SPARC-based systems that cannot function with Solaris 9.
They are too new for that OS.
If yours is one of those systems, you would see exactly that string of error text.
What is your hardware (specific model of computer and cpu speed)?

Similar Messages

  • Boot failed:Enter Filename [/kernel/sparcv9/unix]

    Hi All,
    one of my support person who has administrator previlages tried move the contents of root to trash directory, in the middle it got hung,and he had restrted the server.
    Now the solaris does not boot. It says
    boot failed
    Enter Filename [platform/sun4v/kernel/sparcv9/unix]
    and what ever we enter there it says boot cannot read.
    ELF64 read error.
    Please suggest some workaround, nearly 200 users are down, actually it is our licnese server.

    Hi,
    What you could try is the following :
    Boot the system from the solaris cd into single user mode.
    Find out what the disk is you need to mount and mount it under /a
    After you have done this you can see if you can move back the stuff that was moved from the root directory to the trash.
    If that works then you could try and boot again from the disk to see if everything works again.
    Nico

  • Cannot open kernel/sparcV9/unix

    During my last reboot I get following message:Can't open kernel/sparcv9/unix
    ERROR: FCode Aborted.
    how to revocer this ?

    You will need a Solaris CD that supports the hardware you are trying to boot. Example: A V440 would require a minimum of Solaris 8 7/03 or Solaris 9 12/03. If sucessful, you should be able to fcsk / from the boot cdrom -s without changing root password. If / is mirrored you will have to fsck both primary & mirror or detach any mirrors before booting.

  • Update SAP kernel in UNIX based

    I got a document for kernel update in UNIX based machine .Hereunder I pasted the steps ..In this am not able to understand step 4..Anybody please clarify it how can we compare the original kernel and the backup ..what is 840413 and 841992..Any mistake in the command.Please clarify the command of step4 for AIX .
    1. Login as root
    2. Make new backup directory
    cd /
    mkdir SIDkernel_10102007
    3. Create latest kernel backup
    cp -pr /sapmnt/SID/exe/* /SIDkernel_10102007
    4. Compare the original kernel and the backup
    du -sk /sapmnt/SID/exe/  --> 840413 /sapmnt/SID/exe
    du -sk /SIDkernel_10102007 --> 841992 /SIDkernel_10102007
    5. Make new shadow kernel directory
    cd /
    mkdir newkernel_175
    6. Copy the new downloaded kernel files into /newkernel_175
    7. Unpack the new downloaded kernel in folder /newkernel_175
    SAPCAR -xvf SAPEXE_175-20000221.SAR
    SAPCAR -xvf SAPEXEDB_175-20000223.SAR
    8. Login as sidadm
    9. Stop the SAP System
    stopsap
    10. Stop saposcol
    saposcol -k
    11. Login as root
    12. Go to the current kernel directory
    cd /sapmnt/SID/exe
    13. Copy all extracted support packages into this folder
    cp -pr /newkernel_175/* /sapmnt/SID/exe
    14. Copy back the original file saproot.sh into this folder.
    cp -p /SIDkernel_10102007/saproot.sh /sapmnt/SID/exe
    15. Go to the current kernel directory
    cd /sapmnt/SID/exe
    Then run:
    ./saproot.sh SID
    16. Login as sidadm
    17. Start the saposcol service
    saposcol
    18. Start the SAP system
    startsap
    Thanks in advance

    > 4. Compare the original kernel and the backup
    > du -sk /sapmnt/SID/exe/  --> 840413 /sapmnt/SID/exe
    > du -sk /SIDkernel_10102007 --> 841992 /SIDkernel_10102007
    On Unix system you can get help for specific commands by using
    man <commandname>
    If you execute "man du" you will see, that "du" means "disk usage" and options "-s" and "-k" means "sum of directory" and "in kilobyte". The numbers are the sizes of the directories.
    Markus

  • How do I find wether Solaris 8 is running in 32 bit or 64 bit kernel mode

    I have some questions
    1)Ho do I know wether solaris 8 is running in 32 bit kernel mode or 64 bit kernel mode.
    2)Is there any way that we can switch between 32 bit and 64 bit without reinstalling the OS.?
    3)Does the SunLink OSI 8.1.1 work with solaris 8(32 bit kernel mode) without any patch. If any patch required , can you tell me the patch that i need to install.
    Thanking in anticipation

    Hi,
    To find out wheter 32 or 63-bit mode
    # /usr/bin/isainfo -kv
    Now, switching between modes
    32-bit mode
    # eeprom boot-file=kernel/unix
    64-bit mode
    # eeprom boot-file=kernel/sparcv9/unix
    or OK prompt,
    32-bits mode
    boot kernel/unix
    64-bit mode
    boot kernel/sparcv9/unix
    or even,
    32-bit mode
    setenv boot-file kernel/unix
    64-bit-mode
    setenv boot-file kernel/sparcv9/unix
    Arrebola

  • Kernel Configuration

    I am new to Unix and need to install Oracle 9.2.1.1.0 on SunOS 5.9
    As per the documentation, I want to change the settings of the kernel in the OS.
    I did a sysdef | grep SHM and sysdef | grep SEM
    and got the following results:
    8388608 max shared memory segment size (SHMMAX)
    100 shared memory identifiers (SHMMNI)
    10 semaphore identifiers (SEMMNI)
    60 semaphore in system (SEMMNS)
    30 undo structure in system (SEMMNU)
    25 max semaphores per id (SEMMSL)
    10 max operation per semop call (SEMOPM)
    10 max undo entries per process (SEMUME)
    32767 semaphore maximum value (SEMVMX)
    16384 adjust on exit max value (SEMAEM)
    Then I went to see the /etc/system file, but there was nothing in it
    and the file size was 0 ( isn't it surprising? then from where did the OS is getting the Kernel values? are there some other files which have the KERNEL parameters settings too?). Anyway, I made the settings as per Oracle recommendations as follows in the etc/system file
    set shmsys:shminfo_shmmax=2147483648
    set shmsys:shminfo_shmmin=1
    set shmsys:shminfo_shmseg=10
    set shmsys:shminfo_shmmni=100
    set semsys:seminfo_semmns=1000
    set semsys:seminfo_semmni=100
    set semsys:seminfo_semmsl=250
    After making the changes, I re-booted the machine with "halt"
    and "boot -a" command and got the following prompts (I took all the default values)
    Enter file name (Kernel/sparcv9/unix)
    Enter Default Directory for modules [platform/sunW,Ultra-2/kernel/platform/sun4u/kernel/kernel/usr/kernel]
    Name of the system file /etc/system
    Root file system type [ufs]
    Enter physical name of root device [sbus@1f,0/sunW,fas@e,8800000/sd@0,0:a]
    After this I logged on as root and when did a sysdef |grep SHM
    I did not get any values whatsoever, i.e now its not even configuring the kernel with the default values which it was doing earlier
    This is evident from the following message output of sysdef
    IPC messages module is not loaded
    IPC semaphores module is not loaded
    IPC Shared Memory module is not loaded
    Am I missing something here ? Am I suppose to rename the /etc/system file with some extension (e.g exe or sh ). Right now, when I do a ls -al system, I get the following
    -rwxr-xr-x 1 root sys 215 Apr 2 11:32 system
    Please help me out.
    Thanks

    The first values you saw are simply the defaults that come with Solaris. The values you put into /etc/system simply update the max values of things - those updates don't load anything drivers or anything. These messages:
    IPC messages module is not loaded
    IPC semaphores module is not loaded
    IPC Shared Memory module is not loaded
    simply mean that the kernel modules for IPC stuff haven't been loaded because no programs have requested semaphors, shared memory, or message queues be created for them. This isn't a problem. Its normal.
    Once you start up a program that actually uses IPC objects (like Oracle), commands like "ipcs -a" will start showing stuff and the " ..... is not loaded" messages will go away.

  • Kernel Filename?

    Triing to install Sol10 on Ultra60; receive error ener filename
    [kernel/sparcv9/unix
    tried comands install,etc receive error cannot open
    enter filename. What the hell? I try various kernel numbers etc
    and nothing.Am booting from cd's obtained from Sunthe media pack)
    was under impression all I had to do was boot cdrom and wammo
    it would install.Any suggestions?

    If you are using CD's that you created, burn a new copy of your installation media.
    Do it at a much slower burn speed.
    Your error messages was saying:
    "I'm looking in the correct folders for the necessary files,
    but cannot read what you put in there."
    If you are using official, commercially produced disks from Sun,
    then replace the optical drive. It's likely you have the original aging drive
    in that old eight-year-old U-60, and its laser may be getting ready to fail.

  • KSLD how to specify kernel name when run ksld command on host

    I am trying to use KSLD v1.0 and I could not reproduce similar result shown on KSLD User Guide. I followed almost everything on KSLD User Guide except I don't know how to specify kernel name when running ksld command. Here is what I have tried.
    #ksld -t debug /ksld-space/slo8/proto/root_sparc/platform/sun4u/kernel/sparcv9/unix 99
    I can only get unix and krtld read in. (ksld_dbx)modules could not show any modules *.o
    When I use this
    #ksld -t debug /ksld-space/slo8/proto/root_sparc/platform/sun4u/kernel/sparcv9/genunix 99
    then I can only read on genunix.
    Example on KSLD User Guide use unix.281, what is unix.281 created or obtained from target.
    I noticed some SUN Tachnical Support Guru are online to answer questions, thank you for your quick reply.

    I am having the same problem, did you get a solution?
    Thanks,
    I am trying to use KSLD v1.0 and I could not reproduce
    similar result shown on KSLD User Guide. I followed
    almost everything on KSLD User Guide except I don't
    know how to specify kernel name when running ksld
    command. Here is what I have tried.
    #ksld -t debug
    /ksld-space/slo8/proto/root_sparc/platform/sun4u/kernel
    sparcv9/unix 99
    I can only get unix and krtld read in.
    (ksld_dbx)modules could not show any modules *.o
    When I use this
    #ksld -t debug
    /ksld-space/slo8/proto/root_sparc/platform/sun4u/kernel
    sparcv9/genunix 99
    then I can only read on genunix.
    Example on KSLD User Guide use unix.281, what is
    unix.281 created or obtained from target.
    I noticed some SUN Tachnical Support Guru are online
    to answer questions, thank you for your quick reply.

  • Installation failed when using Jumpstart Server to install SUN Netra T1 200

    I have a problem to install a couple of Sun Netra T1 200 Servers with a Jumpstart Server. The Jumpstart Server is set up and I have executed the add_install_client Script. If I boot the Server which should to be installed the server crashes after getting the assigned IP-Address with a software fault.
    Attached i will sent the Jumpstart-Client-Output and the config Files of the Jumpstart-Server.
    ****Netra T1 Server Output, while configured as an Jumpstart client:****
    ok boot net -install
    Resetti
    LOM event: +2h28m47s host reset
    ng ...
    `
    Netra T1 200 (UltraSPARC-IIe 500MHz), No Keyboard
    OpenBoot 4.0, 1024 MB memory installed, Serial #16692502.
    Ethernet address 8:0:20:fe:b5:16, Host ID: 80feb516.
    Executing last command: boot net -install
    Boot device: /pci@1f,0/pci@1,1/network@c,1 File and args: -install
    Timeout waiting for ARP/RARP packet
    Timeout waiting for ARP/RARP packet
    Timeout waiting for ARP/RARP packet
    Timeout waiting for ARP/RARP packet
    2ae00 Warning: boot will not enable cache
    Requesting Internet address for 8:0:20:fe:b5:16
    Enter filename [kernel/sparcv9/unix]:
    Enter default directory for modules [platform/SUNW,UltraAX-i2/kernel /platform/sun4u/kernel /kernel /usr/kernel]:
    SunOS Release 5.8 Version Generic_108528-13 64-bit
    Copyright 1983-2001 Sun Microsystems, Inc. All rights reserved.
    whoami: no domain name
    panic[cpu0]/thread=300010a9ba0: Can't invoke , error 2
    000002a1000f7a40 genunix:icode+274 (ffbefff0, 0, 300010a7b88, 0, ffbefffc, ffffffffffffffff)
    %l0-3: 00000000ffbefffc 0000000000000000 0000000000002000 000002a10000fd20
    %l4-7: 0000000000000bb8 0000000010423a00 000000001041b2f8 00000000000007a9
    syncing file systems... done
    skipping system dump - no dump device configured
    rebooting...
    Resetti
    LOM event: +2h36m51s host reset
    ng ...
    p
    Netra T1 200 (UltraSPARC-IIe 500MHz), No Keyboard
    OpenBoot 4.0, 1024 MB memory installed, Serial #16692502.
    Ethernet address 8:0:20:fe:b5:16, Host ID: 80feb516.
    Executing last command: boot
    Boot device: disk File and args:
    SunOS Release 5.8 Version Generic_108528-13 64-bit
    Copyright 1983-2001 Sun Microsystems, Inc. All rights reserved.
    configuring IPv4 interfaces: eri0.
    Hostname: infrasrv
    The system is coming up. Please wait.
    checking ufs filesystems
    /dev/rdsk/c1t0d0s4: is stable.
    /dev/rdsk/c1t0d0s6: is stable.
    Starting IPv4 routing daemon.
    starting rpc services: rpcbind done.
    Setting netmask of eri0 to 255.255.255.0
    Setting default IPv4 interface for multicast: add net 224.0/4: gateway infrasrv
    syslog service starting.
    Print services started.
    Jun 26 04:48:14 infrasrv sendmail[220]: My unqualified host name (infrasrv) unknown; sleeping for retry
    volume management starting.
    The system is ready.
    infrasrv console login: root
    Password:
    Last login: Thu Jun 26 02:13:59 on console
    Jun 26 04:48:24 infrasrv login: ROOT LOGIN /dev/console
    Sun Microsystems Inc. SunOS 5.8 Generic Patch October 2001
    Sun Microsystems Inc. SunOS 5.8 Generic Patch October 2001
    # uname -i
    SUNW,UltraAX-i2
    # ^[[A
    ^[[A: not found
    # uname -m
    sun4u
    *****Config Files of the Jumpstart-Server******************
    Sysidcfg
    bootparams
    bash-2.03# more bootparams
    infrasrv  root=adminws:/cdrom/sol_8_202_sparc/s0/Solaris_8/Tools/Boot install=ad
    minws:/export/install boottype=:in sysid_config=adminws:/export/sysidcfg install
    _config=adminws:/export/config rootopts=:rsize=32768
    bash-2.03#
    rules
    bash-2.03# more rules
    #       @(#)rules 1.12 94/07/27 SMI
    # The rules file is a text file used to create the rules.ok file for
    # a custom JumpStart installation. The rules file is a lookup table
    # consisting of one or more rules that define matches between system
    # attributes and profiles.
    # This example rules file contains:
    #   o syntax of a rule used in the rules file
    #   o rule_keyword and rule_value descriptions
    #   o rule examples
    # See the installation manual for a complete description of the rules file.
    # RULE SYNTAX:
    # [!]rule_keyword rule_value [&& [!]rule_keyword rule_value]... begin profile fi
    # nish
    # "[ ]" indicates an optional expression or field
    # "..." indicates the preceding expression may be repeated
    # "&&" used to "logically AND" rule_keyword and rule_value pairs together
    # "!" indicates negation of the following rule_keyword
    # rule_keyword a predefined keyword that describes a general system
    # attribute. It is used with the rule_value to match a
    # system with the same attribute to a profile.
    # rule_value a value that provides the specific system attribute
    # for the corresponding rule_keyword. A rule_value can
    # be text or a range of values (NN-MM).
    # To match a range of values, a system's value must be
    # greater than or equal to NN and less than or equal to MM.
    # begin a file name of an optional Bourne shell script
    # that will be executed before the installation begins.
    # If no begin script exists, you must enter a minus sign (-)
    # in this field.
    # profile a file name of a text file used as a template by the
    # custom JumpStart installation software that defines how
    # to install Solaris on a system.
    # finish a file name of an optional Bourne shell script
    # that will be executed after the installation completes.
    # If no finish script exists, you must enter a minus sign (-)
    # in this field.
    # Notes:
    # 1. You can add comments after the pound sign (#) anywhere on a line.
    # 2. Rules are matched in descending order: first rule through the last rule.
    # 3. Rules can be continued to a new line by using the backslash (\) before
    # the carriage return.
    # 4. Don't use the "*" character or other shell wildcards, because the rules
    # file is interpreted by a Bourne shell script.
    # RULE_KEYWORD AND RULE_VALUE DESCRIPTIONS
    # rule_keyword rule_value Type rule_value Description
    # any minus sign (-) always matches
    # arch text system's architecture type
    # domainname text system's domain name
    # disksize text range system's disk size
    # disk device name (text)
    # disk size (MBytes range)
    # hostname text system's host name
    # installed text text system's installed version of Solaris
    # disk device name (text)
    # OS release (text)
    # karch text system's kernel architecture
    # memsize range system's memory size (MBytes range)
    # model 'text' system's model number
    # network text system's IP address
    # totaldisk range system's total disk size (MBytes range)
    # RULE EXAMPLES
    # The following rule matches only one system:
    # hostname sample_host - host_class set_root_pw
    # The following rule matches any system that is on the 924.222.43.0 network
    # and has the sun4c kernel architecture:
    # Note: The backslash (\) is used to continue the rule to a new line.
    #network 924.222.43.0 && \
    # karch sun4c - net924_sun4c -
    # The following rule matches any sparc system with a c0t3d0 disk that is
    # between 400 to 600 MBytes and has Solaris 2.1 installed on it:
    #arch sparc && \
    # disksize c0t3d0 400-600 && \
    # installed c0t3d0s0 solaris_2.1 - upgrade -
    # The following rule matches all x86 systems:
    #arch i386 x86-begin x86-class -
    # The following rule matches any system:
    #any - - any_machine -
    hostname infrasrv - infrasrv_class -
    hostname msm_srv1 - msm_srv_class -
    hostname msm_srv2 - msm_srv_class -
    bash-2.03#
    class
    bash-2.03# more infrasrv_class
    install_type initial_install
    system_type standalone
    partitioning explicit
    filesys c0t0d0s0 2048 /
    filesys c0t0d0s1 10
    filesys c0t0d0s3 1024 swap
    filesys c0t0d0s4 2048 /var
    filesys c0t0d0s5 2048 /opt
    filesys c0t0d0s6 free /export
    cluster SUNWCXall
    bash-2.03# more msm_srv_class
    install_type initial_install
    system_type standalone
    partitioning explicit
    filesys c0t0d0s0 2048 /
    filesys c0t0d0s1 10
    filesys c0t0d0s3 1024 swap
    filesys c0t0d0s4 2048 /var
    filesys c0t0d0s5 free /opt
    cluster SUNWCXall
    bash-2.03#
    ethers
    bash-2.03# more ethers
    8:00:20:fe:b5:16 infrasrv
    bash-2.03#
    hosts
    bash-2.03# more hosts
    # Internet host table
    127.0.0.1 localhost
    192.168.0.220 adminws loghost
    192.168.0.210 infrasrv
    192.168.0.200 tc
    bash-2.03#
    dfstab
    bash-2.03# more dfstab
    # Place share(1M) commands here for automatic execution
    # on entering init state 3.
    # Issue the command '/etc/init.d/nfs.server start' to run the NFS
    # daemon processes and the share commands, after adding the very
    # first entry to this file.
    # share [-F fstype] [ -o options] [-d "<text>"] <pathname> [resource]
    # .e.g,
    # share -F nfs -o rw=engineering -d "home dirs" /export/home2
    share -d "jumpstart conf dir" /export/config
    share -F nfs -o ro,anon=0 /export/install
    share -F nfs -o ro,anon=0 /cdrom/sol_8_202_sparc/s0/Solaris_8/Tools/Boot
    bash-2.03#
    tftpboot
    bash-2.03# pwd
    /tftpboot
    bash-2.03# ls -al
    total 348
    drwxrwxr-x 2 root other 512 Jun 26 11:45 .
    drwxr-xr-x 24 root root 512 Jun 26 11:45 ..
    lrwxrwxrwx 1 root other 26 Jun 26 11:45 C0A800D2 -> inetboot.SUN4U.Solaris_8-1
    lrwxrwxrwx 1 root other 26 Jun 26 11:45 C0A800D2.SUN4U -> inetboot.SUN4U.Solaris_8-1
    -rwxr-xr-x 1 root other 159416 Jun 26 11:45 inetboot.SUN4U.Solaris_8-1
    -rw-r--r-- 1 root other 318 Jun 26 11:45 rm.192.168.0.210
    lrwxrwxrwx 1 root other 1 Jun 26 11:45 tftpboot -> .
    bash-2.03#

    Hi,
    It seems to me that you have not created a proper sysidcfg file. From your post, it looks to me like your sysidcfg contains no entries. This is why it prompts you to enter the kernel path. Look on docs.sun.com for a guide to creating the sysidcfg file .

  • Error after installing tape drive

    Hi,
    I am a newbie to Solaris, I have a SunFire V120 box, i was trying to install a tape drive(HP SureStore DAT24), i did the install in this manner.
    # rm -rf /etc/path_to_inst
    # init 6
    later at the "ok" prompt i gave "boot -ar" after doing that it asked me various options i accepted the default values, when it asked for rebuilding the /etc/path_to_inst file i said "y", but later everything went wrong.
    This is the output,
    Sun Fire V120 (UltraSPARC-IIe 548MHz), No Keyboard
    OpenBoot 4.0, 512 MB memory installed, Serial #51581741.
    Ethernet address 0:3:ba:13:13:2d, Host ID: 8313132d.
    Executing last command: boot -ar
    Boot device: /pci&#64;1f,0/pci&#64;1/scsi&#64;8/disk&#64;0,0 File and args: -ar
    Enter filename &#91;kernel/sparcv9/unix&#93;:
    Enter default directory for modules &#91;/platform/SUNW,UltraAX-i2/kernel /platform/
    sun4u/kernel /kernel /usr/kernel&#93;:
    Name of system file &#91;etc/system&#93;:
    SunOS Release 5.8 Version Generic_108528-15 64-bit
    Copyright 1983-2001 Sun Microsystems, Inc. All rights reserved.
    |
    The /etc/path_to_inst on your system does not exist or is empty.
    Do you want to rebuild this file &#91;n&#93;? y
    root filesystem type &#91;ufs&#93;:
    Enter physical name of root device
    &#91;/pci&#64;1f,0/pci&#64;1/scsi&#64;8/disk&#64;0,0:a&#93;:
    WARNING: forceload of misc/md_trans failed
    WARNING: forceload of misc/md_raid failed
    WARNING: forceload of misc/md_hotspares failed
    WARNING: forceload of misc/md_sp failed
    WARNING: forceload of misc/md_stripe failed
    WARNING: forceload of misc/md_mirror failed
    configuring IPv4 interfaces: eri0.
    Hostname: aks
    mount: /dev/md/dsk/d1 is not this fstype.
    /sbin/rcS: /etc/dfs/sharetab: cannot create
    failed to open /etc/coreadm.confsyseventd: Unable to open daemon lock file '/etc
    /sysevent/syseventd_lock': 'Read-only file system'Configuring /dev and /devices
    devfsadm: mkdir failed for /dev 0x1ed: Read-only file system
    devfsadm: open failed for /dev/.devfsadm_dev.lock: Read-only file system
    Configuring the /dev directory (compatibility devices)
    /etc/rcS.d/S50devfsadm: /tmp/sock2path.57: cannot create
    The system is coming up. Please wait.
    /sbin/mountall: /tmp/sh800: cannot create
    rm: Unable to remove directory /tmp: Read-only file system
    mkdir: Failed to make directory "/tmp"; Read-only file system
    chown: /tmp: Read-only file system
    10/5/2005 9:56:42 GMT LOM time reference
    /etc/rc2.d/S69inet: /tmp/ifconfig.100: cannot create
    grep: can't open /tmp/ifconfig.100
    /etc/rc2.d/S69inet: test: argument expected
    starting rpc services: rpcbind done.
    Setting netmask of eri0 to 255.255.255.0
    Setting default IPv4 interface for multicast: add net 224.0/4: gateway aks
    syslog service starting.
    dumpadm: failed to open /etc/dumpadm.conf: Read-only file system
    cron could not unlink FIFO: No such file or directory
    cron aborted: cannot create fifo queue
    ! cannot create fifo queue Wed Oct 5 04:56:45 2005
    ! ******* CRON ABORTED ******** Wed Oct 5 04:56:45 2005
    /dev/bd.off: Read-only file system
    /etc/rc2.d/S90solaris: /tmp/fgd.207: cannot create
    cat: cannot open /tmp/fgd.207
    Error -- cannot open error log /.FGDLog
    volume management starting.
    /etc/rc3.d/S15nfs.server: /tmp/sharetab.232: cannot create
    touch: /tmp/sharetab.232 cannot create
    mv: cannot access /tmp/sharetab.232
    share_nfs: /home/weblogic/SIMecho/logs: No such file or directory
    share_nfs: /local/data2/home/weblogic/SIMecho/out: No such file or directory
    chmod: WARNING: can't change /etc/dfs/sharetab
    The system is ready.
    aks console login:
    INIT: Command is respawning too rapidly. Check for possible errors.
    id: sc "/usr/lib/saf/sac -t 300"
    aks console login: aks console login: root
    Password:
    /etc/logindevperm: /dev/mouse: Read-only file system
    /etc/logindevperm: /dev/kbd: Read-only file system
    Last login: Wed Oct 5 04:20:28 on console
    Oct 5 04:57:46 aks login: ROOT LOGIN /dev/console
    root @ aks::/> vi /etc/system
    "/etc/system" &#91;Read only&#93; 109 lines, 2687 characters
    After doing some google i found that nothing is wrong i just need to comment some lines in the /etc/system file. But still i wasn't able to bacause the system is mounted in read only mode.
    Thanking you in advance.
    Regards,
    Rajendra Rait.

    I have exactly the same problem after running an fsck to clear corrupt files.
    Is there a problem with mirrored disks and using boot -ar to rebuild path_to_inst?
    The basic problem is that the root filesystem is coming up as read only
    i.e.
    The /etc/path_to_inst on your system does not exist or is empty.
    Do you want to rebuild this file &#91;n&#93;? y
    root filesystem type &#91;ufs&#93;:
    Enter physical name of root device
    &#91;/pci&#64;1f,0/pci&#64;1/scsi&#64;8/disk&#64;0,0:a&#93;: /pci&#64;1f,0/pci&#64;1/scsi&#64;8/disk&#64;1,0:a
    WARNING: forceload of misc/md_trans failed
    WARNING: forceload of misc/md_raid failed
    WARNING: forceload of misc/md_hotspares failed
    WARNING: forceload of misc/md_sp failed
    WARNING: forceload of misc/md_stripe failed
    WARNING: forceload of misc/md_mirror failed
    configuring IPv4 interfaces: eri0 lo0:1.
    Hostname: plant
    mount: /dev/md/dsk/d0 is not this fstype.
    failed to open /etc/coreadm.confsyseventd: Unable to open daemon lock file '/etc/sysevent/syseventd_lock': 'Read-only file system'Configuring /dev and /devices
    devfsadm: mkdir failed for /dev 0x1ed: Read-only file system
    devfsadm: open failed for /dev/.devfsadm_dev.lock: Read-only file system
    Configuring the /dev directory (compatibility devices)
    /etc/rcS.d/S50devfsadm: /tmp/sock2path.52: cannot create
    The system is coming up. Please wait.
    /sbin/mountall: /tmp/sh730: cannot create
    Any help would be gratefully received as I want to avoid rebuilding the server from scratch!
    Thanks

  • Linux install server and solaris 10

    Hi,
    I am trying to learn Solaris as a student. I bought a SPARC (Netra T105 UltrasparcII) server on ebay which requires a network install as there is no cd-rom, or keyboard.
    I only have a linux box (like I said, I'm a stingy student) to use as an install server, there is a few tutorials out there to try and do this, but none for Solaris 10. I have been hacking away at this for days, but cannot get it to install. I have the sparc server using RARP and then getting the /etc/bootparams file and downloading the boot files, but it does not get to locating the jumpstart files or the install files (I dont know if I can install from the terminal using the keyboard (without jumpstart) - I have not got that far yet).
    I always get this, like it cannot find the install directory, I was wireshark on the linux boot server and see loads of NFS traffic after the TFTP download, but cannot seem to see what part it actually at. I have a detailed log at the bottom from putty. Any help greatly appreciated.Cheers
    ERROR: bpgetfile unable to access network
    /sbin/install-discovery: information: not found
    Linux box setup:
    /etc/bootparams
    solaris root=192.168.2.10:/home/sunos/Solaris_10/Tools/Boot rootopts=rsize=32768 boottype=:in install=192.168.2.10:/home/sunos_install/Solaris_10/Product sysid_config=192.168.2.10:/home/sunos_install/jumpstart/sysidcfg install_config=192.168.2.10:/home/sunos_install/jumpstart/jumpstart.conf
    TFTP setup from /tftpboot:
    [root@robert tftpboot]# ll
    total 232
    lrwxrwxrwx 1 root root 8 Jun 10 13:55 C0A80214 -> inetboot
    -rwxrwxrwx 1 root root 221280 Jun 10 13:47 inetboot
    The Openboot can get ahold of the inetboot file and downloads and it and then loads it.
    The following directories are exported through NFS
    [root@robert sunos_install]# cat /etc/exports
    #/home/nfs 192.168.2.0/24(ro,sync)
    /home/sunos *(ro,no_root_squash)
    /home/sunos_install *(ro,no_root_squash)
    [root@robert tftpboot]# showmount -e localhost
    Export list for localhost:
    /home/sunos *
    /home/sunos_install *
    In /home/sunos, I have:
    [root@robert sunos]# tree -L 2
    |-- Solaris_10
    | `-- Tools
    |-- boot
    | |-- hsfs.bootblock
    | `-- sparc.miniroot
    `-- lost+found
    In /home/sunos_install, I have:
    [root@robert sunos_install]# tree -L 2
    |-- Solaris_10
    | `-- Product
    |-- jumpstart
    | |-- jumpstart.conf
    | `-- sysidcfg
    `-- lost+found
    [root@robert jumpstart]# cat jumpstart.conf
    install_type initial_install
    system_type server
    partitioning explicit
    filesys any 2000 /
    filesys any 1500 swap
    filesys any 1500 /var
    filesys any 2000 /opt
    geo N_America
    cluster SUNWCreq
    package SUNWgzip add
    package SUNWless add
    package SUNWman add
    package SUNWbash add
    package SUNWtcsh add
    package SUNWzsh add
    [root@robert jumpstart]# cat sysidcfg
    system_locale=en_US
    timezone=US/Pacific
    terminal=xterms
    name_service=NONE
    timeserver=pool.ntp.org
    security_policy=NONE
    root_password=xxxx
    network_interface=primary
    { hostname=js-test
    ip_address=192.168.2.20
    netmask=255.255.255.0
    protocol_ipv6=yes}
    Putty log file from console:
    root server: 192.168.2.10 (192.168.2.10)
    root directory: /home/sunos/Solaris_10/Tools/Boot
    module /platform/sun4u/kernel/sparcv9/unix: text at [0x1000000, 0x10a096d] data at 0x1800000
    module /platform/sun4u/kernel/sparcv9/genunix: text at [0x10a0970, 0x12615bf] data at 0x1867cc0
    module /platform/sun4u/kernel/misc/sparcv9/platmod: text at [0x12615c0, 0x12615c7] data at 0x18bdf80
    module /platform/sun4u/kernel/cpu/sparcv9/SUNW,UltraSPARC-IIi: text at [0x1261600, 0x126da07] data at 0x18be680
    SunOS Release 5.10 Version Generic_139555-08 64-bit
    Copyright 1983-2009 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    \|/Ethernet address = 8:0:20:c2:1b:b4
    -Using default device instance data
    \|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/mem = 1048576K (0x40000000)
    avail mem = 846602240
    root nexus = Netra t1 (UltraSPARC-IIi 440MHz)
    pseudo0 at root
    pseudo0 is /pseudo
    scsi_vhci0 at root
    scsi_vhci0 is /scsi_vhci
    ramdisk0 at root
    ramdisk0 is /ramdisk-root
    root on /ramdisk-root:a fstype ufs
    pseudo-device: dld0
    dld0 is /pseudo/dld@0
    pcipsy0 at root: UPA 0x1f 0x0
    pcipsy0 is /pci@1f,0
    PCI-device: pci@1,1, simba0
    simba0 is /pci@1f,0/pci@1,1
    SUNW,hme0 : PCI IO 2.0 (Rev Id = c1) Found
    SUNW,hme0 : Local Ethernet address = 8:0:20:c2:1b:b4
    PCI-device: network@1,1, hme0
    hme0 is /pci@1f,0/pci@1,1/network@1,1
    SUNW,hme1 : PCI IO 2.0 (Rev Id = c1) Found
    SUNW,hme1 : Local Ethernet address = 8:0:20:c2:1b:b5
    PCI-device: network@3,1, hme1
    hme1 is /pci@1f,0/pci@1,1/network@3,1
    PCI-device: ebus@1, ebus0
    ebus0 is /pci@1f,0/pci@1,1/ebus@1
    su0 at ebus0: offset 14,3803f8
    su0 is /pci@1f,0/pci@1,1/ebus@1/su@14,3803f8
    cpu0: UltraSPARC-IIi (portid 0 impl 0x12 ver 0x91 clock 440 MHz)
    iscsi0 at root
    iscsi0 is /iscsi
    |pseudo-device: zfs0
    zfs0 is /pseudo/zfs@0
    Configuring devices.
    /pseudo-device: devinfo0
    devinfo0 is /pseudo/devinfo@0
    PCI-device: pci@1, simba1
    simba1 is /pci@1f,0/pci@1
    pseudo-device: pseudo1
    pseudo1 is /pseudo/zconsnex@1
    /pci@1f,0/pci@1,1/network@1,1 (hme0) online
    /pci@1f,0/pci@1,1/scsi@2 (glm0):
    Rev. 3 Symbios 53c875 found.
    PCI-device: scsi@2, glm0
    glm0 is /pci@1f,0/pci@1,1/scsi@2
    PCI-device: pci@1, pci_pci0
    pci_pci0 is /pci@1f,0/pci@1/pci@1
    su1 at ebus0: offset 14,3602f8
    su1 is /pci@1f,0/pci@1,1/ebus@1/su@14,3602f8
    ecpp0 at ebus0: offset 14,340278
    ecpp0 is /pci@1f,0/pci@1,1/ebus@1/ecpp@14,340278
    pseudo-device: fssnap0
    fssnap0 is /pseudo/fssnap@0
    pseudo-device: ramdisk1024
    ramdisk1024 is /pseudo/ramdisk@1024
    sd0 at glm0: target 1 lun 0
    sd0 is /pci@1f,0/pci@1,1/scsi@2/sd@1,0
    pseudo-device: winlock0
    winlock0 is /pseudo/winlock@0
    pseudo-device: llc10
    llc10 is /pseudo/llc1@0
    pseudo-device: lofi0
    lofi0 is /pseudo/lofi@0
    pseudo-device: fcp0
    fcp0 is /pseudo/fcp@0
    pseudo-device: fcsm0
    fcsm0 is /pseudo/fcsm@0
    pseudo-device: trapstat0
    trapstat0 is /pseudo/trapstat@0
    pseudo-device: pool0
    pool0 is /pseudo/pool@0
    pseudo-device: mem_cache0
    mem_cache0 is /pseudo/mem_cache@0
    pseudo-device: fcode0
    fcode0 is /pseudo/fcode@0
    -\i2c0 at ebus0: offset 14,600000
    i2c1 at ebus0: offset 14,100000
    i2cadc0 at i2c0: reg=0x0:0x9E, name=bus,address="0,9e"
    i2cadc0 is /pci@1f,0/pci@1,1/ebus@1/i2c@14,600000/adc@0,9e
    i2cgpio0 at i2c0: reg=0x0:0x70, name=bus,address="0,70"
    i2cgpio0 is /pci@1f,0/pci@1,1/ebus@1/i2c@14,600000/gpio@0,70
    i2cgpio1 at i2c0: reg=0x0:0x72, name=bus,address="0,72"
    i2cgpio1 is /pci@1f,0/pci@1,1/ebus@1/i2c@14,600000/gpio@0,72
    |/-\|/-\|/-Using RPC Bootparams for network configuration information.
    Attempting to configure interface hme1...
    \|/-\|/-WARNING: hme1: fault detected in device; service degraded
    WARNING: hme1: No response from Ethernet network : Link down -- cable problem?
    \|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-Skipped interface hme1
    Attempting to configure interface hme0...
    Configured interface hme0
    ERROR: bpgetfile unable to access network
    /sbin/install-discovery: information: not found

    rmcnaught48 wrote:
    Hi,
    I am trying to learn Solaris as a student. I bought a SPARC (Netra T105 UltrasparcII) server on ebay which requires a network install as there is no cd-rom, or keyboard.
    I only have a linux box (like I said, I'm a stingy student) to use as an install server, there is a few tutorials out there to try and do this, but none for Solaris 10. I have been hacking away at this for days, but cannot get it to install. I have the sparc server using RARP and then getting the /etc/bootparams file and downloading the boot files, but it does not get to locating the jumpstart files or the install files (I dont know if I can install from the terminal using the keyboard (without jumpstart) - I have not got that far yet).You can install using the keyboard with jumpstart. Without jumpstart you'd need local media (you can't enter the OS via the keyboard).
    I always get this, like it cannot find the install directory, I was wireshark on the linux boot server and see loads of NFS traffic after the TFTP download, but cannot seem to see what part it actually at. I have a detailed log at the bottom from putty. Any help greatly appreciated.Cheers
    ERROR: bpgetfile unable to access network
    /sbin/install-discovery: information: not foundHmm. That looks like the image file is corrupt. Can you pull the image from media again? Can you see if there's a /sbin/install-discovery file in the image (usually under Tools/Boot/root). I recall there used to be a problem with that file.
    Linux box setup:
    /etc/bootparams
    solaris root=192.168.2.10:/home/sunos/Solaris_10/Tools/Boot rootopts=rsize=32768 boottype=:in install=192.168.2.10:/home/sunos_install/Solaris_10/Product sysid_config=192.168.2.10:/home/sunos_install/jumpstart/sysidcfg install_config=192.168.2.10:/home/sunos_install/jumpstart/jumpstart.confIf you just want an interactive install (prompt for configuration/settings), you don't need sysid_config or install_config. Those are for automated installations.
    TFTP setup from /tftpboot:
    [root@robert tftpboot]# ll
    total 232
    lrwxrwxrwx 1 root root 8 Jun 10 13:55 C0A80214 -> inetboot
    -rwxrwxrwx 1 root root 221280 Jun 10 13:47 inetboot
    The Openboot can get ahold of the inetboot file and downloads and it and then loads it.
    The following directories are exported through NFS
    [root@robert sunos_install]# cat /etc/exports
    #/home/nfs 192.168.2.0/24(ro,sync)
    /home/sunos *(ro,no_root_squash)
    /home/sunos_install *(ro,no_root_squash)
    [root@robert tftpboot]# showmount -e localhost
    Export list for localhost:
    /home/sunos *
    /home/sunos_install *That looks pretty good.
    You do have the option of running VMware on linux, and putting a Solaris 10 image on it, then using that VM as your boot server. But the problem you're displaying doesn't appear to be related to the linux server.
    Darren

  • How Do I find out if Oracle 8.1.5 is running in 32 bit or 64 bit mode?

    How Do I find out if Oracle 8.1.5 is running in 32 bit or 64 bit mode? Can anyone please respond that may know the answer to this? It would help a bunch. Thanks!
    Greg

    Hi,
    To find out wheter 32 or 63-bit mode
    # /usr/bin/isainfo -kv
    Now, switching between modes
    32-bit mode
    # eeprom boot-file=kernel/unix
    64-bit mode
    # eeprom boot-file=kernel/sparcv9/unix
    or OK prompt,
    32-bits mode
    boot kernel/unix
    64-bit mode
    boot kernel/sparcv9/unix
    or even,
    32-bit mode
    setenv boot-file kernel/unix
    64-bit-mode
    setenv boot-file kernel/sparcv9/unix
    Arrebola

  • Installation of Solaris 10 on SUN Sparc M4000

    Hi
    I am trying to install Solaris 10 on SUN SPARC M4000.
    Here is the error I have:
    +Enter filename [kernel/sparcv9/unix]: /platform/sun4v/kernel/sparcv9/unix+
    +Enter default directory for modules [platform/sun4v/kernel /kernel /usr/kernel]:+
    krtld: load_exec: fail to expand cpu/$CPU
    krtld: error during initial load/link phase
    panic - boot: exitto64 returned from client program
    Program terminated
    It seems that version of Solaris I trying to install is not support by the Hardware, when I use another Solaris 10 DVD, it works...
    But the problem is that I need to install this Solaris version because others softwares are depending on that.
    If someone knows how to make this installation possible, it will be very helpfull.
    Thanks in advance.
    BR
    Racine

    Minimum Supported
    Solaris[tm] Operating Environment Versions for the M4000 are as follows
    OpenSolaris 2009.06
    SPARC64 VI:
    10 - 11/06 (U3) plus required patches (minimum)
    10 - 08/07 (U4) (recommended)
    SPARC64 VII:
    10 - 08/07 (U4) plus required patches (minimum)
    10 - 5/08 (U5) (recommended)
    A full matrix for the M4000 which details the minimum patch requirements to support the h/w is available from https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&id=1145383.1

  • Network Booting Solaris 10 on Netra T4 - scratch memory overflow error

    Hi,
    I recently got a hold of a Netra T4 server, and am now trying to install Solaris 10 on it. Since the server can DVD-driveless, I had to resort to booting it over the network from a boot server. I have progressed through a series of errors, from not configuring the NFS correctly, to making sure the RARP was on as well.
    The current issue that I am having is when i start the boot (boot net -v install), it begins to load the image, and then haults when it reaches:
    Rebooting with command: boot net -v install
    Boot device: /pci@8,700000/network@5,1: File and args: -v install
    38e00 Using RARP/BOOTPARAMS...
    Internet address is: 10.10.1.201
    hostname: bfc
    domainname: (none)
    Found 10.10.1.120 @ 0:30:48:8d:c2:6
    root server: owl (10.10.1.120)
    root directory: /pub/install/Solaris_10/Tools/Boot
    boot: cannot open kernel/sparcv9/unix
    Enter filename [kernel/sparcv9/unix]: /pub/install/Solaris_10/Tools/Boot/platfor
    m/SUNW,Netra-T4/kernel/drv/sparcv9/lombus
    boot: failed to allocate 8192 bytes from scratch memory
    panic - boot: boot: scratch memory overflow.
    Program terminated
    I'm not exactly sure why this is occuring, or what I can do to resolve this. Has anyone else come across this scenario? Judging from google searches, I haven't found anything that can help me fix this. Hopefully someone can.
    Thanks a ton,
    Kyle

    as well, I have tried using various directories to install from, all coming to the same result.

  • Sunblade 1000 will boot from CD-ROM or DVD-ROM

    I have Sunblade 1000 with a pre-installed Solaris 8 OS. I originally purchased the workstation without a CD-ROM. I bought an old Sun 411 CD-ROM. After installing the 411 CD-ROM, I entered "boot cdrom". Somehow it will not boot from the CD-ROM drive. When I do a "probe-scsi-all" I will often get "fatal scsi errors", but sometimes the SCSI info will be displayed, bizzare. When I type the explicit or long device name with the boot command, it still will not boot. After looking for solution in the Internet and exhausting a few UNIX friends from my questions, I called Sun. According to Sun, the only compatible CD-ROM for the Sunblade 1000 is the DVD-ROM, which is OEM by Sun,and usually ships with this workstation.
    After, getting over the shock that Sun sold the Sunblade 1000 without providing backward compatibility, and suffering the humiliation of spending much need company resources for a potentially useless CD-ROM, we broke down and bought the DVD-ROM.
    After spending $500 dollars for the DVD-ROM, the Sunblade still cannot boot from the DVD-ROM. If I boot from the disk, and after the system comes up, the DVD-ROM shows that it is mounted, I can browse it's content, etc.
    I currently have the Solaris Installation CD in DVD-ROM drive. I also tried booting off the Solaris 2.51, and 2.7 CDs. Here are some info that comes back when I entered the various commands:
    ok banner
    SUNW, Sun-Blade-1000 (UltraSPARC-III), Keyboard present OpenBoot 4.0, 512 MB memory installed.....yada yada
    ok boot cdrom
    Boot device: /pci@8, 700000/scsi@6/disk@6,0:f File and args
    boot: cannot open kernel/sparcv9/unix
    Enter filename[kernel/sparcv9/unix:
    ok probe-scsi-all
    /pci@8, 700000/scsi@6
    Fatal SCSI error at script address 8 Illegal instruction
    Fatal SCSI error at script address 8 Illegal instruction
    Thanks in advance,
    Joe

    I'm quoting from an old usenet article from Tony Walton
    (@...sun.com)
    http://groups.google.com/groups?q=solaris+probe-scsi-all+reset+auto-boot&hl=en&lr=&safe=off&site=groups

    You should only run probe-scsi after the hardware has reset
    but before it's initialized to start running Solaris (you
    might get away with stopping then running probe-scsi early
    in the boot sequence, but that's only a matter of luck,
    really).
    The recommended sequence is to disable autobooting if it's
    set (so the machine won't boot itself automatically after a
    PROM reset), then reset the hardware, then probe-scsi, then
    re-enable auto-booting (if it was enabled in the first
    place).
    So, go to the ok prompt, then
    setenv auto-boot? false
    reset-all
    probe-scsi (or probe-scsi-all)
    setenv auto-boot? true
    reset-all

Maybe you are looking for