Problem booting a Solaris 10 x86 after Jumpstart Installation

Hi,
I have a strange problem. I have a working x86 machine with Solaris 10 installed. I have made a flash image of it's hard disk, and I have store thar flar on another machine. I have another Solaris 10 with Jumpstart.
I boot other x86 machine through PXE. The Jumpstart machine gives it a valid IP, and the process of sending the flash image begins. The process finish, and the client machine reboots. And here is the strange problem:
When starting, the Grub men� appears, and shows the two options configured: first, start Solaris in normal mode, and second, failsafe.
If I choose normal start, the screen goes black and the machine restart as if you rebooted it. I can only start in failsafe mode.
Here are the config files in Jumpstart for that machine:
Profile:
install_type flash_install
archive_location nfs 10.95.8.7:/export/backup/platform/alba-ucm/ALBA-UCM-HostID_2b72c461_4x80GbMirror-Prepared_09042008.flar
partitioning explicit
filesys c0t0d0s0 1:2650 /
filesys c0t0d0s1 2651:1600 /var
filesys c0t0d0s3 4251:400 swap
filesys c0t0d0s4 4651:1000 /opt/app
filesys c0t0d0s5 5651:3143 /repositoryCC
filesys c0t0d0s6 8794:100 /tmp
filesys c0t0d0s7 8894:26
filesys c0t2d0s0 1:8093 /datos
filesys c0t2d0s1 8094:800 /DBoracle
filesys c0t2d0s7 8894:26
After Script:
touch /a/etc/notrouter
touch /a/noautoshutdown
sync
echo "Changing and syncing bootenv.rc"
# clear the boot-args property
echo "setprop boot-args ''" >> /a/boot/solaris/bootenv.rc
# set the bootpath property to boot from the hard disk
STRING=`df | grep '^/a '� | sed 's/).*//' | sed 's/^.* (//'`
STRING=`ls -l ${STRING}`
MYROOT=`echo $STRING | sed 's/.*..\/..\/devices//'`
echo "setprop bootpath ${MYROOT}" >> /a/boot/solaris/bootenv.rc
# disable kdmconfig from running after the first reboot
sysidconfig -b /a -r /usr/openwin/bin/kdmconfig
sync
And here is the menu.lst for Grub:
title Solaris 10
root (hd0,0,a)
kernel /platform/i86pc/multiboot
module /platform/i86pc/boot_archive
title Solaris Failsafe
kernel /boot/multiboot kernel/unix -s
module /boot/x86.miniroot-safe
Please, any idea about what may be hapening?

Thanks for your answers.
Yes, both machines have the same hardware exactly. Finally, I could find where the problem was.
The file bootenv.rc, for some reason that I don't know, was corrupted: In it there was a correct line with bootpath variable correctly defined, but, at the end of the file, there was another line setting the bootpath variable to a long and incoherent string of chars. Booting in failsafe, mounting the system in /a, and removing that stupid line from the bootenv.rc, solved the problem.

Similar Messages

  • Solaris 10 U6 jumpstart installation always goes into interactive mode desp

    While doing the Solaris 10 U6 jumpstart installation, it is going into interactive mode for netmask.
    This is the sysidcfg file configuration being used :
    bash-3.00# cat /export/home/iserver/jumpstart/donau1/sysidcfg
    system_locale=en_US
    name_service=none
    network_interface=ce2
    {hostname=donau1 netmask=255.255.252.0 ip_address=10.50.57.24 protocol_ipv6=no default_route=10.50.56.1}
    security_policy=none
    terminal=vt100
    timezone="MET"
    timeserver=10.50.57.214
    nfs4_domain=dynamic
    root_password=5YcgZqC0krYjo
    bash-3.00#
    Here the network interface specified is "ce2" and the netmask is as shown above. Still, we observe the problem all the times.
    and I have seen the following messages on the screen
    Attempting to configure interface ce3...
    Skipped interface ce3
    Attempting to configure interface ce2...
    Configured interface ce2
    ip_arp_done: init failed
    ifconfig: setifflags: SIOCSLIFFLAGS: ce2: Cannot assign requested address
    Attempting to configure interface ce1...
    Skipped interface ce1
    Attempting to configure interface ce0...
    Skipped interface ce0
    Reading ZFS config: done.
    Setting up Java. Please wait...
    Serial console, reverting to text install
    Beginning system identification...
    Searching for configuration file(s)...
    Using sysid configuration file 10.50.57.214:/export/home/iserver/jumpstart/donau1/sysidcfg
    Search complete.
    Discovering additional network configuration...
    Completing system identification...
    after this it is going into interactive mode and prompting for netmask . After providing the netmask, installation goes through successfully.
    so please suggest me some solution to avoid it going into interactive mode.

    I have seen this too over the years and it ultimately comes down to something innate:
    Here are a few suggestions:
    1. Try and use interface ce0.
    2. Check default route on both jumpstart server and client.
    3. The arp cache may need to be flushed on the Jumpstart server.
    4. Use snoop and see what happens during the actual RARPing phase between the server and host.
    5. Switch the order in the sysid config file as indicated below:
    system_locale=en_US
    name_service=none
    network_interface=ce2
    {hostname=donau1  ip_address=10.50.57.24 netmask=255.255.252.0 protocol_ipv6=no default_route=10.50.56.1}
    security_policy=none
    terminal=vt100
    timezone="MET"
    timeserver=10.50.57.214
    nfs4_domain=dynamic
    root_password=*****************
    Please note I blanked your root password. Let me know if this helps.

  • Telnet from Windows PC is very slow to Solaris x86, after Net linked

    (Sorry about the re-post. I posted in the wrong group earlier)
    I got the following info from this forum, in regards to configuring my Solaris x86 to link to the Net:
    # echo 192.168.0.1 > /etc/defaultrouter
    # route add default 192.168.0.1
    # echo nameserver 192.168.0.1 >> /etc/resolv.conf
    # cp /etc/nsswitch.dns /etc/nsswitch.conf
    So I did the above steps, reboot the Solaris, and my Solaris system can link to the Net fine afterwards. But ever since it had Net access, another problem is created.
    Whenever I telnet using a command line from a Windows XP computer, it takes a long time to telnet to this Solaris system. Before, I would see the Solaris login prompt for telnet in a few seconds. Now, it's about 1 minute. Plus, if I try to use an xterminal software from that PC to link to the Solaris x86, it hangs.
    So after I undo all the 4 commands above, reboot the Solaris computer, all these problems disappear. I can telnet from my Windows PC to this Solaris system very quickly. However, I no longer have Internet access from my Solaris.
    Anyone knows how I can fix this problem? Thanks.

    It sounds like a name resolution issue. Can you post the contents of your /etc/nsswitch.conf file for us?

  • Zfs core dumps in Solaris Zones after patchcluster installation

    Hi
    I've installed the recommended patch cluster for Solaris 10 (SPARC) on my T2000 Server.
    Now after the reboot all the Solaris Zones (got about 10 of them) instantly do zfs core dumps when their booted.
    Some Output:
    Dec 15 15:34:43 XXXXX genunix: NOTICE: core_log: zfs[1711] core dumped: /var/core/core_XXXXXX_zfs_0_0_1292423682_1711
    bash-3.00# svcs
    STATE STIME FMRI
    online 13:58:50 svc:/system/svc/restarter:default
    online 13:58:51 svc:/system/filesystem/root:default
    online 13:58:51 svc:/network/loopback:default
    online 13:58:53 svc:/network/pfil:default
    online 13:58:54 svc:/system/installupdates:default
    online 13:58:55 svc:/system/boot-archive:default
    online 13:58:56 svc:/network/physical:default
    online 13:58:57 svc:/system/filesystem/usr:default
    online 13:58:57 svc:/system/identity:node
    online 13:58:58 svc:/system/device/local:default
    online 13:58:58 svc:/system/keymap:default
    online 13:58:58 svc:/milestone/devices:default
    online 13:58:58 svc:/system/filesystem/minimal:default
    online 13:58:58 svc:/system/rmtmpfiles:default
    online 13:58:58 svc:/system/cryptosvc:default
    online 13:58:59 svc:/system/identity:domain
    online 13:58:59 svc:/system/name-service-cache:default
    online 13:58:59 svc:/system/coreadm:default
    online 13:58:59 svc:/network/ipsec/ipsecalgs:default
    online 13:58:59 svc:/application/print/ppd-cache-update:default
    online 13:58:59 svc:/network/ipsec/policy:default
    online 13:59:00 svc:/milestone/network:default
    online 13:59:00 svc:/network/initial:default
    online 13:59:00 svc:/system/manifest-import:default
    online 13:59:00 svc:/network/service:default
    online 13:59:00 svc:/milestone/single-user:default
    online 13:59:00 svc:/network/dns/client:default
    online 13:59:00 svc:/network/routing-setup:default
    online 13:59:00 svc:/milestone/name-services:default
    online 13:59:03 svc:/milestone/sysconfig:default
    online 13:59:03 svc:/system/utmp:default
    online 13:59:03 svc:/system/console-login:default
    offline 13:58:51 svc:/system/sysidtool:net
    offline 13:58:51 svc:/network/rpc/bind:default
    offline 13:58:51 svc:/system/sysidtool:system
    offline 13:58:52 svc:/network/nfs/status:default
    offline 13:58:52 svc:/network/nfs/nlockmgr:default
    offline 13:58:52 svc:/network/nfs/cbd:default
    offline 13:58:52 svc:/network/nfs/mapid:default
    offline 13:58:52 svc:/network/inetd:default
    offline 13:58:52 svc:/network/nfs/client:default
    offline 13:58:52 svc:/system/filesystem/autofs:default
    offline 13:58:53 svc:/system/system-log:default
    offline 13:58:53 svc:/network/smtp:sendmail
    offline 13:58:53 svc:/system/cron:default
    offline 13:58:53 svc:/milestone/multi-user:default
    offline 13:58:54 svc:/application/management/snmpdx:default
    offline 13:58:54 svc:/application/management/dmi:default
    offline 13:58:54 svc:/application/management/seaport:default
    offline 13:58:54 svc:/network/ssh:default
    offline 13:58:54 svc:/milestone/multi-user-server:default
    offline 13:58:54 svc:/application/font/fc-cache:default
    offline 13:58:55 svc:/application/management/sma:default
    offline 13:58:58 svc:/system/sac:default
    offline 13:59:00 svc:/network/shares/group:default
    offline 13:59:00 svc:/system/boot-archive-update:default
    maintenance 15:34:43 svc:/system/filesystem/local:default
    uninitialized 13:58:52 svc:/network/rpc/gss:default
    uninitialized 13:58:54 svc:/application/font/stfsloader:default
    uninitialized 13:58:55 svc:/network/rpc/rstat:default
    uninitialized 13:58:55 svc:/application/print/rfc1179:default
    uninitialized 13:58:55 svc:/application/x11/xfs:default
    uninitialized 13:58:55 svc:/network/finger:default
    uninitialized 13:58:55 svc:/network/ftp:default
    uninitialized 13:58:56 svc:/network/login:rlogin
    uninitialized 13:58:56 svc:/network/nfs/rquota:default
    uninitialized 13:58:56 svc:/network/rpc/rusers:default
    uninitialized 13:58:56 svc:/network/rpc/smserver:default
    uninitialized 13:58:57 svc:/network/security/ktkt_warn:default
    uninitialized 13:58:57 svc:/network/shell:default
    uninitialized 13:58:57 svc:/network/telnet:default
    uninitialized 13:58:58 svc:/network/rpc-100235_1/rpc_ticotsord:default
    uninitialized 13:58:58 svc:/network/rpc/cde-calendar-manager:default
    uninitialized 13:58:59 svc:/network/rpc/cde-ttdbserver:tcp
    bash-3.00# svcs -x
    svc:/system/filesystem/local:default (local file system mounts)
    State: maintenance since Wed Dec 15 15:34:43 2010
    Reason: Start method exited with $SMF_EXIT_ERR_FATAL.
    See: http://sun.com/msg/SMF-8000-KS
    See: /var/svc/log/system-filesystem-local:default.log
    Impact: 24 dependent services are not running. (Use -v for list.)
    svc:/network/rpc/gss:default (Generic Security Service)
    State: uninitialized since Wed Dec 15 13:58:52 2010
    Reason: Restarter svc:/network/inetd:default is not running.
    See: http://sun.com/msg/SMF-8000-5H
    See: gssd(1M)
    Impact: 11 dependent services are not running. (Use -v for list.)
    svc:/network/rpc/rstat:default (kernel statistics server)
    State: uninitialized since Wed Dec 15 13:58:55 2010
    Reason: Restarter svc:/network/inetd:default is not running.
    See: http://sun.com/msg/SMF-8000-5H
    See: rpc.rstatd(1M)
    See: rstatd(1M)
    Impact: 1 dependent service is not running. (Use -v for list.)
    bash-3.00# cat /var/svc/log/system-filesystem-local:default.log
    [ Jul 10 03:41:35 Enabled. ]
    [ Jul 10 03:43:45 Rereading configuration. ]
    [ Jul 10 03:44:17 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 10 03:44:18 Method "start" exited with status 0 ]
    [ Jul 10 12:44:36 Enabled. ]
    [ Jul 10 12:44:45 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 10 12:44:45 Method "start" exited with status 0 ]
    [ Jul 10 12:45:03 Enabled. ]
    [ Jul 10 12:45:09 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 10 12:45:09 Method "start" exited with status 0 ]
    [ Jul 10 13:54:39 Enabled. ]
    [ Jul 10 13:54:46 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 10 13:54:46 Method "start" exited with status 0 ]
    [ Jul 18 12:34:19 Enabled. ]
    [ Jul 18 12:34:27 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 18 12:34:27 Method "start" exited with status 0 ]
    [ Jul 18 17:29:08 Enabled. ]
    [ Jul 18 17:29:15 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 18 17:29:15 Method "start" exited with status 0 ]
    [ Jul 19 11:13:34 Enabled. ]
    [ Jul 19 11:13:42 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 19 11:13:42 Method "start" exited with status 0 ]
    [ Jul 19 11:32:23 Enabled. ]
    [ Jul 19 11:32:30 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 19 11:32:31 Method "start" exited with status 0 ]
    [ Jul 19 11:57:06 Enabled. ]
    [ Jul 19 11:57:13 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 19 11:57:13 Method "start" exited with status 0 ]
    [ Jul 19 12:40:05 Enabled. ]
    [ Jul 19 12:40:12 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 19 12:40:12 Method "start" exited with status 0 ]
    [ Jul 20 15:51:46 Enabled. ]
    [ Jul 20 15:51:54 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 20 15:51:54 Method "start" exited with status 0 ]
    [ Jul 24 11:42:17 Enabled. ]
    [ Jul 24 11:42:25 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 24 11:42:25 Method "start" exited with status 0 ]
    [ Jul 27 12:05:06 Stopping because service disabled. ]
    [ Jul 27 12:05:07 Executing stop method (null) ]
    [ Jul 27 12:13:10 Enabled. ]
    [ Jul 27 12:13:17 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 27 12:13:17 Method "start" exited with status 0 ]
    [ Jul 27 13:10:26 Stopping because service disabled. ]
    [ Jul 27 13:10:26 Executing stop method (null) ]
    [ Jul 27 13:18:19 Enabled. ]
    [ Jul 27 13:18:26 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 27 13:18:26 Method "start" exited with status 0 ]
    [ Jul 31 10:12:31 Enabled. ]
    [ Jul 31 10:12:38 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 31 10:12:39 Method "start" exited with status 0 ]
    [ Aug  7 10:08:52 Stopping because service disabled. ]
    [ Aug  7 10:08:52 Executing stop method (null) ]
    [ Aug  7 10:34:50 Enabled. ]
    [ Aug  7 10:34:57 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug  7 10:34:58 Method "start" exited with status 0 ]
    [ Aug  9 09:14:50 Stopping because service disabled. ]
    [ Aug  9 09:14:50 Executing stop method (null) ]
    [ Aug  9 09:55:03 Enabled. ]
    [ Aug  9 09:55:10 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug  9 09:55:11 Method "start" exited with status 0 ]
    [ Aug 16 10:46:43 Enabled. ]
    [ Aug 16 10:46:50 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 16 10:46:50 Method "start" exited with status 0 ]
    [ Aug 16 12:06:56 Enabled. ]
    [ Aug 16 12:07:02 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 16 12:07:02 Method "start" exited with status 0 ]
    [ Aug 16 13:45:10 Enabled. ]
    [ Aug 16 13:45:16 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 16 13:45:16 Method "start" exited with status 0 ]
    [ Aug 16 14:36:59 Enabled. ]
    [ Aug 16 14:37:07 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 16 14:37:07 Method "start" exited with status 0 ]
    [ Aug 16 15:00:40 Enabled. ]
    [ Aug 16 15:00:47 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 16 15:00:47 Method "start" exited with status 0 ]
    [ Aug 22 16:00:13 Enabled. ]
    [ Aug 22 16:00:21 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 22 16:00:21 Method "start" exited with status 0 ]
    [ Aug 23 09:49:04 Enabled. ]
    [ Aug 23 09:49:10 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 23 09:49:11 Method "start" exited with status 0 ]
    [ Aug 23 09:49:23 Stopping because service disabled. ]
    [ Aug 23 09:49:23 Executing stop method (null) ]
    [ Aug 23 10:04:13 Enabled. ]
    [ Aug 23 10:04:20 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 23 10:04:20 Method "start" exited with status 0 ]
    [ Aug 23 10:06:57 Enabled. ]
    [ Aug 23 10:07:04 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 23 10:07:05 Method "start" exited with status 0 ]
    [ Oct 23 08:43:05 Enabled. ]
    [ Oct 23 08:43:14 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Oct 23 08:43:14 Method "start" exited with status 0 ]
    [ Nov 21 14:51:50 Enabled. ]
    [ Nov 21 14:51:58 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Nov 21 14:51:59 Method "start" exited with status 0 ]
    [ Nov 29 15:33:19 Enabled. ]
    [ Nov 29 15:33:26 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Nov 29 15:33:27 Method "start" exited with status 0 ]
    [ Dec 18 13:37:35 Enabled. ]
    [ Dec 18 13:37:42 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Dec 18 13:37:42 Method "start" exited with status 0 ]
    [ Dec 19 08:48:07 Enabled. ]
    [ Dec 19 08:48:14 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Dec 19 08:48:14 Method "start" exited with status 0 ]
    [ Dec 19 08:56:07 Enabled. ]
    [ Dec 19 08:56:14 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Dec 19 08:56:14 Method "start" exited with status 0 ]
    [ Dec 19 08:57:41 Enabled. ]
    [ Dec 19 08:57:48 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Dec 19 08:57:48 Method "start" exited with status 0 ]
    [ Feb  1 10:39:48 Enabled. ]
    [ Feb  1 10:39:55 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Feb  1 10:39:56 Method "start" exited with status 0 ]
    [ Feb  8 11:12:50 Enabled. ]
    [ Feb  8 11:12:57 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Feb  8 11:12:57 Method "start" exited with status 0 ]
    [ Jun  6 10:08:34 Enabled. ]
    [ Jun  6 10:08:44 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jun  6 10:08:46 Method "start" exited with status 0 ]
    [ Aug  8 09:45:48 Enabled. ]
    [ Aug  8 09:46:35 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug  8 09:46:36 Method "start" exited with status 0 ]
    [ Aug 14 17:53:59 Enabled. ]
    [ Aug 14 17:54:06 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 14 17:54:06 Method "start" exited with status 0 ]
    [ Aug 14 17:55:20 Enabled. ]
    [ Aug 14 17:55:27 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 14 17:55:27 Method "start" exited with status 0 ]
    [ Aug 18 15:19:17 Enabled. ]
    [ Aug 18 15:19:24 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 18 15:19:24 Method "start" exited with status 0 ]
    [ Aug 29 12:56:48 Enabled. ]
    [ Aug 29 12:56:55 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 29 12:56:55 Method "start" exited with status 0 ]
    [ Oct 13 11:59:43 Enabled. ]
    [ Oct 13 11:59:50 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Oct 13 11:59:51 Method "start" exited with status 0 ]
    [ Feb 26 16:47:00 Enabled. ]
    [ Feb 26 16:47:07 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Feb 26 16:47:07 Method "start" exited with status 0 ]
    [ Apr 14 15:54:17 Enabled. ]
    [ Apr 14 15:54:24 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Apr 14 15:54:25 Method "start" exited with status 0 ]
    [ Aug 28 08:49:58 Stopping because service disabled. ]
    [ Aug 28 08:49:58 Executing stop method (null) ]
    [ Aug 28 08:52:54 Enabled. ]
    [ Aug 28 08:53:01 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 28 08:53:01 Method "start" exited with status 0 ]
    [ Aug 28 09:08:20 Stopping because service disabled. ]
    [ Aug 28 09:08:20 Executing stop method (null) ]
    [ Sep  1 16:05:36 Enabled. ]
    [ Sep  1 16:06:05 Executing start method ("/lib/svc/method/fs-local") ]
    [ Sep  1 16:06:05 Method "start" exited with status 0 ]
    [ Sep  1 19:29:19 Enabled. ]
    [ Sep  1 19:29:27 Executing start method ("/lib/svc/method/fs-local") ]
    [ Sep  1 19:29:27 Method "start" exited with status 0 ]
    [ Sep  1 23:04:00 Enabled. ]
    [ Sep  1 23:04:08 Executing start method ("/lib/svc/method/fs-local") ]
    [ Sep  1 23:04:08 Method "start" exited with status 0 ]
    [ Sep  2 00:23:41 Stopping because service disabled. ]
    [ Sep  2 00:23:42 Executing stop method (null) ]
    [ Sep  2 00:46:46 Enabled. ]
    [ Sep  2 00:46:53 Executing start method ("/lib/svc/method/fs-local") ]
    [ Sep  2 00:46:54 Method "start" exited with status 0 ]
    [ Sep 26 12:04:34 Enabled. ]
    [ Sep 26 12:04:41 Executing start method ("/lib/svc/method/fs-local") ]
    [ Sep 26 12:04:42 Method "start" exited with status 0 ]
    [ Oct 20 13:05:09 Stopping because service disabled. ]
    [ Oct 20 13:05:10 Executing stop method (null) ]
    [ Oct 20 13:24:01 Enabled. ]
    [ Oct 20 13:24:08 Executing start method ("/lib/svc/method/fs-local") ]
    [ Oct 20 13:24:09 Method "start" exited with status 0 ]
    [ Oct 21 16:30:59 Enabled. ]
    [ Oct 21 16:31:09 Executing start method ("/lib/svc/method/fs-local") ]
    [ Oct 21 16:31:09 Method "start" exited with status 0 ]
    [ Oct 21 16:32:42 Stopping because service disabled. ]
    [ Oct 21 16:32:42 Executing stop method (null) ]
    [ Oct 21 16:42:05 Enabled. ]
    [ Oct 21 16:42:15 Executing start method ("/lib/svc/method/fs-local") ]
    [ Oct 21 16:42:15 Method "start" exited with status 0 ]
    [ Oct 21 17:27:37 Enabled. ]
    [ Oct 21 17:27:47 Executing start method ("/lib/svc/method/fs-local") ]
    [ Oct 21 17:27:47 Method "start" exited with status 0 ]
    [ Oct 22 11:08:34 Enabled. ]
    [ Oct 22 11:08:43 Executing start method ("/lib/svc/method/fs-local") ]
    [ Oct 22 11:08:43 Method "start" exited with status 0 ]
    [ Dec  9 09:17:33 Stopping because service disabled. ]
    [ Dec  9 09:17:33 Executing stop method (null) ]
    [ Dec 10 11:47:14 Enabled. ]
    [ Dec 10 11:47:24 Executing start method ("/lib/svc/method/fs-local") ]
    [ Dec 10 11:47:25 Method "start" exited with status 0 ]
    [ Dec 15 10:52:25 Stopping because service disabled. ]
    [ Dec 15 10:52:25 Executing stop method (null) ]
    [ Dec 15 12:42:16 Enabled. ]
    [ Dec 15 12:42:26 Executing start method ("/lib/svc/method/fs-local") ]
    Abort - core dumped
    WARNING: /usr/sbin/zfs mount -a failed: exit status 134
    [ Dec 15 12:42:28 Method "start" exited with status 95 ]
    [ Dec 15 13:13:19 Enabled. ]
    [ Dec 15 13:13:28 Executing start method ("/lib/svc/method/fs-local") ]
    Abort - core dumped
    WARNING: /usr/sbin/zfs mount -a failed: exit status 134
    [ Dec 15 13:13:30 Method "start" exited with status 95 ]
    [ Dec 15 13:58:51 Enabled. ]
    [ Dec 15 13:59:00 Executing start method ("/lib/svc/method/fs-local") ]
    Abort - core dumped
    WARNING: /usr/sbin/zfs mount -a failed: exit status 134
    [ Dec 15 13:59:03 Method "start" exited with status 95 ]
    [ Dec 15 15:34:41 Leaving maintenance because clear requested. ]
    [ Dec 15 15:34:41 Enabled. ]
    [ Dec 15 15:34:41 Executing start method ("/lib/svc/method/fs-local") ]
    Abort - core dumped
    WARNING: /usr/sbin/zfs mount -a failed: exit status 134
    [ Dec 15 15:34:43 Method "start" exited with status 95 ]
    bash-3.00# /usr/sbin/zfs mount -a
    internal error: Unknown error
    Abort (core dumped)
    Before that I've installed the patch cluster with halted solaris zones which produced following output:
    Application of patches finished : 2010.12.15 12:08:43
    Following patches were applied :
    119254-77 119812-10 125719-31 140159-03 142911-01
    141588-04 119900-11 125731-05 142292-01 142933-02
    142251-02 119906-16 126206-05 141444-09 142909-17
    118666-28 120460-17 126363-08 141500-07 143140-04
    118667-28 121012-03 126365-16 141502-02 143502-01
    118777-16 121308-20 126868-04 141506-09 143506-01
    140860-02 122212-40 127724-02 141514-02 143615-02
    119059-56 122261-03 136998-09 141518-12 143731-01
    119213-23 122675-05 137000-07 141552-03 143733-01
    124628-10 123003-04 137080-05 141558-01 143977-01
    119252-29 123590-12 137147-06 141586-01 144053-04
    119280-23 123893-22 138195-04 141590-02 144106-01
    124188-03 124393-11 138822-07 141874-09 144254-01
    120199-15 124457-02 138826-07 141876-07 144488-04
    119534-19 124630-42 138880-02 142084-04 144492-01
    120272-28 125215-03 139099-04 142397-01 145124-01
    119757-18 125388-03 139620-01 142529-01 145796-01
    119783-15 125555-07
    Following patches were skipped :
    Patches already applied
    120900-04 119063-01 119810-05 123005-07 137093-01
    121133-02 119081-25 119986-03 124444-01 138866-03
    119317-01 119130-33 120061-02 124939-03 137137-09
    121296-01 123611-04 120201-05 124943-01 137871-02
    138215-01 140899-01 120292-02 124997-01 138181-01
    127884-01 122640-05 120329-02 125279-05 138361-01
    118712-23 126897-02 121975-01 125539-06 138373-02
    118918-24 127755-01 120719-02 125891-01 138647-01
    138217-01 125503-02 120830-06 126440-01 141016-01
    119578-30 125547-02 121095-02 126540-02 139555-08
    121453-02 140796-01 121606-04 127127-11 139967-01
    121453-02 120011-14 124171-07 136882-02 140455-01
    121118-16 139520-02 123630-03 137032-01 140563-01
    118833-36 119764-06
    Patches obsoleted by one or more patches already applied
    118731-01 124204-04 122660-10
    Patches not applicable to packages on the system
    121181-03 120410-33 121211-02 125533-15 143317-03
    119115-35 120412-11 122259-03 125541-06 143510-01
    119117-52 120414-27 122470-03 125952-20 143725-01
    119315-19 120543-21 122911-24 137004-08 143727-01
    119548-14 120739-06 122958-06 138387-01 143739-01
    119903-02 120811-09 123938-02 138824-07 144325-01
    120094-30 120849-04 125136-24 138876-01 145006-02
    120185-21 121104-11 125137-24 139986-01 145080-01
    119368-04 121136-02 125332-14 142244-02 145200-01
    120286-03
    Installation of patch set complete. PLEASE REBOOT THE SYSTEM.
    when i tried to reboot the system by init 6 the service iscsi hanged and produced syslog errors about a unkown iocall -> killed the process. System rebooted w/o errors.
    Does anyone have got an idea how to find out which patch or whatever do produce these errors?

    Hi,
    I'm having the same issue of diskmon core dumps after upgrading grid and database from 11.2.0.1 to 11.2.0.2 on Solaris 10 x86-64. Following this thread, I'm trying to deinstall the Oracle 11.2.0.1 grid home.
    I answered the following questions asked by the grid deinstall tool:
    1. ASM configuration was not detected in this Oracle home. Was ASM configured in this Oracle home (y|n): y
    2. Specify the ASM Diagnostic Destination: /db01/app/oracle/diag/asm/+ASM
    3. Specify the diskgroups that are managed by this ASM instance: DATA FRA
    4. De-configuring ASM will drop all the diskgroups at cleanup time. Do you want deconfig tool to drop the diskgroups:
    If I answer no to question 1, the tool exits with error.
    How do I answer question #4? (confused about this question of dropping diskgroups, it's already been upgraded)
    Deinstall of Oracle db Home 11.2.0.1 was successful.
    The +ASM instance has been upgraded and is running fine under 11.2.0.2 except for the excessive diskmon core dumps.
    Thanks,
    Lisa
    Edited by: user12018917 on Apr 19, 2011 10:21 AM

  • Problems booting a Windows partition after failing to install and uninstall NTFS 3G

    Hi,
    I run Windows on my Mac and I installed MacFuse and NTFS 3g today to see how would they work together. It was a terrible decission...!! After restarting the computer a window popped in the desktop with the following message:
    NTFS-3G could not mount /dev/disk0s5
    at /Volumes/BOOTCAMP because the following problem occurred:
    Did not receive a signal within 15.000000 seconds. Exiting...
    Afterwards I uninstalled NTFS 3g from System Panel but had problems uninstalling MacFuse. Curiously, I didn't find any preferences file of any of them. Anyways, I dived in some forums and about diferent ways to tackle this, of which I followed this one by bredikhin:
    Link: https://discussions.apple.com/thread/3942492?start=0&tstart=0
    This succeeded in unistalling MacFuse, but didn't allow me to boot Windows at the menu you arrive after pressing and holding the option key. Nonetheless, I can read the files in the Bootcamp partition from Mac.
    I'm using a MacBook Pro running OSX 10.8.4 on a 2.3Ghz Intel Core i7 processor with 4GB of memory
    Thanks in advance!

    As has been said, Windows 8.1 isn't formally supported yet, though I have it installed on mine.
    Sadly many people have had problems with Bootcamp on Mavericks, especially on later Macs.
    Some have had success by creating the bootcamp partition with Bootcam Assistant then rebooting in to OSX and deleting that partition then creating a new exFat partition in its place, named BOOTCAMP.
    That partition can then be re-formatted NTFS by the Windows installer which then makes it usable.
    Others have been less successful.
    If all fails Google can turn up various workarounds until Bootcamp/Mavericks get sorted out (and 8.1 becomes supported).

  • MacBook Pro unable to boot up [Stop Sign], after rEFIt Installation

    I was trying to install Windows on my MacBook Pro, Intel Based.
    Followed this tutorial, http://riactant.wordpress.com/2009/02/25/install-windows-on-boot-camp-using-exte rnal-usb-optical-drive/
    Downloaded and installed rEFIt and rebooted my MacBook Twice.
    After rebooting twice, my MacBook no longer boots up.
    It will stay at the apple logo until it turns into a stop sign, a circle with a slash across.
    I have searched desperately for a method but came to no conclusion.
    When i did command + s, It keeps saying "Searching for root device", or something along that line.
    When I tried to boot from my Installation disc while holding down C.
    I went into Disk Utility and my Mac HD was renamed to disk0s2.
    I am very afraid that my data will be lost, all my freelance invoices and work will be gone.
    I am unable to go into safe mode.
    I am VERY sure this happened immediately after I installed rEFIt.
    If only there's a way for me to somehow restore to the moment before I installed this software.

    If you've never backed anything up because you weren't expecting to need backups, you would have lost all your data sooner or later no matter what else you did. Fooling unnecessarily with rEFIt just brought it about a little sooner.
    Replace your hard drive before messing around with it any more. Once you get a new drive installed and your machine back up and running, mount the old one in an external enclosure and see whether data recovery software can salvage any of your files.
    Data Rescue: http://www.prosofteng.com/products/data_rescue.php
    FileSalvage: http://subrosasoft.com/OSXSoftware/index.php?main_page=product_info&products_id= 1
    Both utilities are offered in demo versions that will show you what the full version could recover before you have to pay for anything.

  • Strange problems: Need to repair permissions after new installation

    Hello, we installed a PowerMac G5, which is running as a web server (4D). After we installed the OS X (10.4.9/PPC) and a few days running the machine did have problems starting up as usual. The machine did hang when trying to start up.
    We could startup from an external CD. Apple's disk utility reported thousands of files needed to be repaired. We repaired all of the permissions and had the startup problem again. We switched to another computer, a Mac mini (G4). The same problem (again repaired tons of permissions).
    We also used Apple's Hardware Check Disk. Nothing found! Alsoft's Disk Warrior only show us a few files which had the wrong encoding.
    The web server and its data are running/stored on a different volume (second partition).
    We totally do have three computers with the same problems. We are running 4th Dimension, Retrospect 6.x, Share Points, Pure FTP and Mac OS X 10.4.9. We are running several web servers with the same configuration except another Mac OS X version (e.g. 10.3.9)
    Does anybody know this problem and how to solve?
    Michael
    PowerMac G5   Mac OS X (10.4.9)  

    Read this page:
    http://Gnarlodious.com/Computer/MacOsx/IgnoreOwnership

  • Boot/Startup extremely slow after Leopard installation

    I installed Leopard last night and have it set up with Time Machine, etc.
    I have two fairly major problems with it thus far:
    (1) It takes F O R E V E R to boot. I'm talking a factor of 10 times or more longer than it was booting in Tiger. I see the grey screen with the apple logo and spinning circle for a very long stretch. Once it's up, it seems to run at fairly normal speed. But the slow boot is a real nuisance. I removed a couple of startup programs just in case they were the problem, but that doesn't seem to have been the issue.
    (2) If my screensaver is on for any length of time, I can't make it go away without forcing a shutdown via the power button. Moving the mouse, hitting the keyboard, etc. just doesn't do anything.
    Please help!
    (If it matters, I did an upgrade install. If I need to do an erase and install to fix, can I easily get my files, etc. off of Time Machine now that it has run? If so, how?)

    I'm finding syslogd the culprit.
    using Terminal (type: top -o cpu -R -F -s 2 -n10) I get:
    ID COMMAND %CPU TIME #TH #PRTS #MREGS RPRVT RSHRD RSIZE VSIZE
    *12 syslogd 94.2% 0:48.11 4 37 0 0 0 5064K 595M*
    90 SystemUISe 2.0% 0:02.80 5 168 0 0 0 8264K 796M
    50 WindowServ 1.1% 0:05.04 3 156 0 0 0 27M 790M
    100 Terminal 1.1% 0:01.81 3 100 0 0 0 9004K 802M
    121 top 0.7% 0:00.22 1 18 0 0 0 1124K 586M
    0 kernel_tas 0.5% 0:03.97 52 2 0 0 0 73M 1106M
    34 configd 0.1% 0:03.15 3 163 0 0 0 1948K 587M
    92 Finder 0.0% 0:00.98 7 148 0 0 0 8504K 796M
    27 fseventsd 0.0% 0:01.12 10 61 0 0 0 924K 591M
    21 mds 0.0% 0:00.75 16 210 0 0 0 5880K 685M
    syslogd comes and goes. It can last for 5 minutes sometimes and other times max out my PPC mac for 5 seconds.
    It completely hangs my machine in ways like choppy finder etc.
    I have no custom software installed, it's basically a vanilla install on a PPC 1.5GHz Al. PB
    Can others confirm this?

  • Problem with dual audio jack after Bootcamp installation

    Hello,
    I have installed windows 8.1 via via Bootcamp on my macbook pro (Retina, 15 inch, medio 2014 with Yosemite 10.10.2).
    Everything works fine except 1 thing. 
    Problem:  The audio of my steelseries headphones are really crappy now. In windows and on Mac. It sounds really cold.   This is only with my steelseriesv3 headphones with the new 3,5 mm dual jack.   I tested it with an old headset with only audio and that works fine.
    Before i installed windows via bootcamp it worked fine!   I think the problem is that the new 3.5 audio port software on doesn't work with bootcamp???
    Help is much appreciated.
    Kind regards,
    Tom

    Can you uninstall the SV3 software and use the default BC drivers? I use the Optical (and power Amp) or USB DAC with headphones. I have an older Sennheiser headset.

  • Unable to enable remote desktop (XDMCP) after jumpstart Solaris 10 U9

    Hi,
    I have installed Solaris 10 U9 using the jumpstart.
    I would like to have enabled remote desktop (XDMCP) after installation.
    But Solaris 10 U9 has this option disabled:
    # ps -ef | grep dt
    root 858 450 0 04:56:05 console 0:00 grep dt
    root 730 1 0 04:41:39 ? 0:00 /usr/dt/bin/dtlogin -daemon -udpPort 0
    I have copied dt config files to /etc:
    # mkdir /etc/dt/config
    # cp -r /usr/dt/config/* /etc/dt/config/.
    Then in /etc/dt/config/Xconfig I've uncommented and added port number:
    Dtlogin.requestPort: 177
    After reboot this change in Xconfig doesn't enable XDMCP.
    Do you know what to change to have XDMCP enabled after jumpstart installation?
    Thanks,
    Daniel

    By default xdmcp will start on udp port 0. normally it should listen on 177.
    Try this. you should be able to login through xdmcp after this.
    #svccfg -s cde-login setprop 'dtlogin/args=""'
    #svcadm restart cde-login

  • Solaris 8 10/01 installation aborts

    Hello!
    I'm sorry if this question is asked once again, but I was not able to
    find a solution for this problem after searching forums, web and google news.
    I'm trying to install Solaris 8 10/01 on this machine:
    AMD Thunderbird 1200
    396Mb RAM
    ABIT KT7A, bios level 4A
    IDE0
    -IBM (~9GB) - master
    -HITACHI (~120GB) - slave
    IDE1
    -CDRW TEAC CD-W58E
    Matrox G200
    Realtek 8029 (NE2000 compatible) eth card.
    The CDs are correctly written (on the same CDRW drive reading them),
    there is no problem reading back the data.
    I've tried to install booting from CD1 or the DCA diskette.
    It shows a ACPI-nonACPI device conflict (seems from other posts that
    it's ignorable).
    I have three choices for booting:
    DISK TARGET 0 (the IBM) OnBoard PCI bus 0 dev 7 func 1
    DISK TARGET 1 (the Hitachi) OnBoard PCI bus 0 dev 7 func 1
    CD TARGET 0 (the TEAC) OnBoard PCI bus 0 dev 7 func 1
    All three have "bus 0 dev 7 func 1". The IBM disk drive and the CD have the same
    target ( 0 ).
    It silenly reboots soon after choosing any of the two options
    (Interactive or JumpStart).
    After digging a little on google/news, I found out the "b kabd -v"
    option that allows me have some output.
    It seem to recognize correctly the CD drive, but it panics after that.
    Some info from the last visible screen (with the degugger):
    ata_init_drive_pciide = dma_disabled
    ATAPI device at targ 0, lun 1 , lastlun 0x0
    model CD-W58E ...various CD drive details (seems correctly identified)...
    PCI device ide@1, ata1
    ata1 is /pci@0,0/pci-ide@7,1/ide@1
    sd0 at ata1 : target 0, lun 0
    sd0 is /pci@0,0/pci-ide@7,1/ide@1/sd@0,0:a fstype ufs
    panic[cpu0]/thread=fec17540 : vfs_mountroot : cannot mount root
    fec12bdc genunix : vfs_mountroot + 5c (fec0974c fec0103c)
    fec12bec genunix main+78()
    stopped at int20 + 0xb : ret
    I've tried various combinations of:
    -UDMA enabled/disabled (BIOS)
    -1 or both HDDs installed in different combinations with the
    -CDROM drive (the jumpers changed accordingly)
    -safe defaults for BIOS setup
    -slowed down clock (900MHz). "Native"=1.2GHz, never overclocked
    -enabled-dma boot param (can't remember exact name) 0 or 1
    -acpi-user-options = 0x2 (targeting the ACPI problem, not sure if of
    any use)
    -all unused HW out (TV Tuner, soundcard, )
    Same result.
    I have no problems running Slackware and OS/2 on the same hardware.
    I had no problems running in the past Win2000 on this machine.
    Any idea/solution?
    I can post more details concerning the hardware if that's of any use.
    Thank you!
    Regards,
    Radu

    Try to find a good old cdrom device (or maybe a dvdrom) and use that as the boot device instead of
    the cdrw drive. Don't know what the problem is with solaris x86 and (certain) cdrw drives, but
    apparently there is some problem with them because you're not the first user with this problem.

  • 'flash_reboot_processing' file error while Sol9/05 jumpstart installation

    I do Solaris 9/05 jumpstart installation from flash image. I have the following error:
    Extracted 621.00 MB ( 99% of 622.37 MB archive)
    Extracted 622.00 MB ( 99% of 622.37 MB archive)
    Extracted 622.37 MB (100% of 622.37 MB archive)
    Extraction complete
    Postdeployment processing
    No local customization defined
    cp: cannot create /a/etc/init.d/flash_reboot_processing: No such file or directory
    Can not set reboot customization scripts
    ERROR: Error while processing system postdeployment script
    ERROR: Postdeployment processing failure
    ERROR: Flash installation failed
    So when I reboot the server it says:
    Boot device: /pci@9,600000/SUNW,qlc@2/fp@0,0/disk@w500000e0112b7631,0:b File and args:
    Boot load failed.
    The file just loaded does not appear to be executable.
    I guess maybe it is connected with
    http://docs.sun.com/app/docs/doc/817-3804/6mjcffkoi?a=view
    on some way ..
    Please help.

    I get the same error message after Solaris10 6/06 WAN Boot installation.
    Extraction complete
    Postdeployment processing
    No local customization defined
    cp: cannot create /a/etc/init.d/flash_reboot_processing: No such file or directory
    Can not set reboot customization scripts
    ERROR: Error while processing system postdeployment script
    ERROR: Postdeployment processing failure
    ERROR: Flash installation failed
    Has anyone successfully completed a Solaris 10 6/06 WAN boot installation?
    I have found that most of the Solaris 10 WAN Boot Install documentation has been incorrect on out of date. I have had to modify and rebuild my configuration files and webserver many times after each new error encountered. Going on two weeks that I have been at this. This is crazy...

  • Netra T1 AC200 problems booting into single user

    I have a stack of Sun Netra T1 AC200's. I installed them all with Solaris 8 10/01 from my
    Jumpstart server. I allready have about a hundred U1,U5 and U10's installed from this server so I know it should work. I have, however not installed any Netra's with it before.
    My problem is that I have no problem booting the Netra's after I have installed them, but if you try to
    boot into single user with fex. "boot -s" then it would display the usual "Type control-d to proceed with normal startup, or give root password for system maintenance". Problem is that no matter what I type, I don't get a reaction!!
    I have everything on console, and I checked that all my connectors are correct and of the type specified in the Netra user manual.
    Strange thing is that halting and jumping into the LOM works without problems, same goes for kicking the system down to single user from multiuser...
    I've also checked with installing Solaris 8 04/01, but same thing happens there.. I can't have three faulty machines either...
    All leads and helpful hints are welcome as I've checked and checked, but can't find anything out of the ordinary...
    On beforehand thanks,
    Thomas

    What does "printenv input-device" show you? My thinking is that maybe LOM might have control at this point. It should probably be "keyboard" or "ttya".
    Also check that root's shell is bin/sh in /etc/passwd.

  • What can I do to recover data from my iPhone 4s? The phone fail to come on again after the installation of the new iOS8. The phone is locked and I didn't make any backup before the updating installation. Inside I have very important info.

    I Have problems with my iPhone 4s after the installation of the new iOS8, the phone doesn't want to switch on again. I need to recover some important data that I have inside the phone.

    Ralph Landry1 wrote:
    There isn't anything you can do to recover contents from iPhone 4s if you cannot get the iPhone to startup.  Connect it to a wall outlet so you have a solid power source, then do a reboot by holding both the power and home buttons until the apple logo appears, ignoring the red slider if that appears.  If the iPhone still will not startup, the next options to try will automatically erase your iPhone all of its contents.
    The next step is to do a restore via the recovery mode as described in http://support.apple.com/kb/HT1808 but again note that this erases the iPhone.
    Thank you Landry, it is really a good experience to solve problem of iPhone Data Recovery!

  • Weblogic 8.1 for solaris x86 download

    hi, i'm looking for weblogic 8.1 for solaris x86, where i can download the files?
    thanks

    hey thanks for the reply, sorry for my late response, well last time i was found the archive of all BEA Release Product with metalink account, i was downloaded the weblogic 8.1 SP4 for solaris x86.. the installation seems fine, until i try to create the domain.. here is my step installation
    -bash-3.00$ ./config.sh
    Java Accessibility Bridge for GNOME loaded.
    Unable to instantiate GUI, defaulting to console mode.
    <--------------------- BEA WebLogic Configuration Wizard --------------------->
    Create or Extend a Configuration:
    Choose between creating and extending a configuration. Based on your selection, the Configuration Wizard guides you through the steps to generate a new or
    extend an existing configuration.
    ->1|Create a new WebLogic configuration
    | Start here to create a WebLogic configuration in your projects
    |directory.
    2|Extend an existing WebLogic configuration
    | Start here to extend an existing WebLogic configuration. Use this
    |option to add applications and services, including Database access (JDBC)
    |and Messaging (JMS). This option also enables you to extend functionality
    |by enabling WebLogic Workshop.
    Enter index number to select OR [Exit][Next]> 1
    <--------------------- BEA WebLogic Configuration Wizard --------------------->
    Select a Domain Template:
    Please select a template from the list or select another directory of templates.
    * [wildsoft/oracle/weblogic81/common/templates/domains]
    1|Basic WebLogic Workshop Domain 8.1.4.0
    | BEA Systems, Inc.
    | Create a basic WebLogic Workshop domain, without installing sample
    |applications. Domains created from this template will support the
    |WebLogic Server and WebLogic Workshop runtime functionality, including
    |support for J2EE applications, Web applications, Web Services and custom
    |controls. Use domains created from this template for development of
    |WebLogic Workshop applications.
    ->2|Basic WebLogic Server Domain 8.1.4.0
    | BEA Systems, Inc.
    | Create a basic WebLogic Server domain without installing sample
    |applications.
    3|WebLogic Server Examples Domain 8.1.4.0
    | BEA Systems, Inc.
    | Create the WebLogic Server Examples domain in a directory outside of the |installed kit. The Examples domain contains a collection of examples to
    |show best practices for coding individual J2EE APIs.
    4|Avitek Medical Records Sample Domain 8.1.4.0
    | BEA Systems, Inc.
    *Enter index number to select OR [Down][Exit][Previous][Next]> 2*
    <--------------------- BEA WebLogic Configuration Wizard --------------------->
    Choose Configuration Option:
    *Do you want to run the wizard in express mode?
    ->1|Yes
    2|No
    *Enter option number to select OR [Exit][Previous][Next]> 1*
    <--------------------- BEA WebLogic Configuration Wizard --------------------->
    Configure Administrative Username and Password:
    Create a user automatically assigned to the Administrative Role. This user is
    the default administrator used to start development mode servers.
    | Name | Value |
    _|_________________________|_________________________________|
    1| *User name:       |            weblogic             |
    2| *User password:     |                                 |
    3| *Confirm user password: |                                 |
    4| Description: | The default administration user |
    Select Option:
    1 - Modify "User name"
    2 - Modify "User password"
    3 - Modify "Confirm user password"
    4 - Modify "Description"
    *Enter option number to select OR [Exit][Previous][Next]> 2*
    <--------------------- BEA WebLogic Configuration Wizard --------------------->
    Configure Administrative Username and Password:
    Create a user automatically assigned to the Administrative Role. This user is
    the default administrator used to start development mode servers.
    "*User password:" = []
    Input new User password: OR [Exit][Reset][Accept]> weblogic1*
    <--------------------- BEA WebLogic Configuration Wizard --------------------->
    Configure Administrative Username and Password:
    Create a user automatically assigned to the Administrative Role. This user is
    the default administrator used to start development mode servers.
    | Name | Value |
    _|_________________________|_________________________________|
    1| *User name:       |            weblogic             |
    2| User password:     |            ******** |
    3| *Confirm user password: |                                 |
    4| Description: | The default administration user |
    Select Option:
    1 - Modify "User name"
    2 - Modify "User password"
    3 - Modify "Confirm user password"
    4 - Modify "Description"
    5 - Discard Changes
    *Enter option number to select OR [Exit][Previous][Next]> 3*
    <--------------------- BEA WebLogic Configuration Wizard --------------------->
    Configure Administrative Username and Password:
    Create a user automatically assigned to the Administrative Role. This user is
    the default administrator used to start development mode servers.
    "*Confirm user password:" = []
    Input new Confirm user password: OR [Exit][Reset][Accept]> weblogic1*
    <--------------------- BEA WebLogic Configuration Wizard --------------------->
    Configure Administrative Username and Password:
    Create a user automatically assigned to the Administrative Role. This user is
    the default administrator used to start development mode servers.
    | Name | Value |
    _|_________________________|_________________________________|
    1| *User name:       |            weblogic             |
    2| User password:     |            ******** |
    3| Confirm user password: |            ******** |
    4| Description: | The default administration user |
    Select Option:
    1 - Modify "User name"
    2 - Modify "User password"
    3 - Modify "Confirm user password"
    4 - Modify "Description"
    5 - Discard Changes
    *Enter option number to select OR [Exit][Previous][Next]>next*
    <--------------------- BEA WebLogic Configuration Wizard --------------------->
    Domain Mode Configuration:
    Enable Development or Production Mode for this domain.
    ->1|Development Mode
    2|Production Mode
    *Enter index number to select OR [Exit][Previous][Next]> 1*
    A fatal error has occured.  This application will terminate.

Maybe you are looking for

  • How to recover database in this situation?

    My os is windows 2000 server, the oracle database version is 9.2.0.1 And the database is in archivelog mode. first: I backup the controlfile to trace second: I added a new tablespace third: I shutdown immediate the database forth: I delete the contro

  • Error in PrintQueue Webservice when calling SetItemStatus()

    I am using ByD 3.5 and use the PRINTQUEUEWEBSERVICE3  to download the files from the SAP print queues. This works fine, but when I call PrintQueueWebService3Client.SetItemStatus() in my client,  I get an exception System.ServiceModel.FaultException:

  • Setting work item as obsolete

    Hi Experts, We are using modeled deadline monitoring. We are setting the " Workitem to obsolete" in the process control step. Does this imply that the approver will not be able to execute the work item once it crosses it deadline. In case of repeated

  • How Can I Change Default Zoom Settings For Safari?

    I just got my new iMac and hate the fact that everytime I open Safari everything is small and centered directly in the Safari screen.  How can I change the default settings so it either zooms in more or is in a landscaped mode so I don't have two big

  • MS said to go to WgaPluginInstaller.exe pop up window. What is it and where is it?

    I got a virus Wed and had it fixed. But it is running slow and my display setting won't work. Tried to install MS Security Essentials but tells me can't validate that I might be a victim of software counterfeiting. I bought a refurbished PC last year