I've met a similar situation when I did Jumpstart-install on a Blade2000 with 2GB memory. Here is what I saw: 1)First, I ran "ps -ef|grep java", the output is: > # ps -ef|grep java > root 1017 1010 0 02:00:00 pts/1 0:09 java sysid >> > /tmp/install_lo > g > root 1075 1060 0 03:31:50 pts/3 0:00 grep java > # ls /tmp/install* > /tmp/install_console /tmp/install_log.syslog 2) # tail /tmp/install_log.syslog > Mar 30 02:00:44 agc151 rpcbind: [ID 362760 daemon.alert] no value for > config/ver > bose_logging (entity not found). Using default "false" > Mar 30 02:00:44 agc151 rpcbind: [ID 362760 daemon.alert] no value for > config/ver > bose_logging (entity not found). Using default "false" > Mar 30 02:00:44 agc151 rpcbind: [ID 362760 daemon.alert] no value for > config/ver > bose_logging (entity not found). Using default "false" > Mar 30 02:00:44 agc151 rpcbind: [ID 362760 daemon.alert] no value for > config/all > ow_indirect (entity not found). Using default "true" > Mar 30 02:00:44 agc151 rpcbind: [ID 362760 daemon.alert] no value for > config/all > ow_indirect (entity not found). Using default "true" > Mar 30 02:00:44 agc151 rpcbind: [ID 362760 daemon.alert] no value for > config/all > ow_indirect (entity not found). Using default "true" > Mar 30 02:00:44 agc151 rpcbind: [ID 362760 daemon.alert] no value for > config/loc > al_only (entity not found). Using default "false" > Mar 30 02:00:44 agc151 rpcbind: [ID 362760 daemon.alert] no value for > config/loc > al_only (entity not found). Using default "false" > Mar 30 02:00:44 agc151 rpcbind: [ID 362760 daemon.alert] no value for > config/loc > al_only (entity not found). Using default "false"
3)# kill 1017 4)# tail /tmp/install_log.syslog > Mar 30 02:00:44 agc151 rpcbind: [ID 362760 daemon.alert] no value for > config/ver > bose_logging (entity not found). Using default "false" > Mar 30 02:00:44 agc151 rpcbind: [ID 362760 daemon.alert] no value for > config/ver > bose_logging (entity not found). Using default "false" > Mar 30 02:00:44 agc151 rpcbind: [ID 362760 daemon.alert] no value for > config/ver > bose_logging (entity not found). Using default "false" > Mar 30 02:00:44 agc151 rpcbind: [ID 362760 daemon.alert] no value for > config/all > ow_indirect (entity not found). Using default "true" > Mar 30 02:00:44 agc151 rpcbind: [ID 362760 daemon.alert] no value for > config/all > ow_indirect (entity not found). Using default "true" > Mar 30 02:00:44 agc151 rpcbind: [ID 362760 daemon.alert] no value for > config/all > ow_indirect (entity not found). Using default "true" > Mar 30 02:00:44 agc151 rpcbind: [ID 362760 daemon.alert] no value for > config/loc > al_only (entity not found). Using default "false" > Mar 30 02:00:44 agc151 rpcbind: [ID 362760 daemon.alert] no value for > config/loc > al_only (entity not found). Using default "false" > Mar 30 02:00:44 agc151 rpcbind: [ID 362760 daemon.alert] no value for > config/loc > al_only (entity not found). Using default "false" > Mar 30 03:32:55 agc151 genunix: [ID 454863 kern.info] dump on > /dev/dsk/c0t1d0s3 > size 1500 MB 5) Now the JumpStart went on. > # cd /tmp > # ls -lst > total 678 > 4 drwxr-xr-x 45 nobody nobody 1536 Mar 30 2007 install_config > 32 -rw-r--r-- 1 root root 15815 Mar 30 03:39 install_log > 16 -rw-r--r-- 1 root root 159 Mar 30 03:39 pkgyQa4Nd > 16 drwxr-xr-x 2 root other 178 Mar 30 03:38 hsperfdata_root > 48 -rw-r--r-- 1 root root 16902 Mar 30 03:32 install_log.syslog > 16 drwxr-xr-x 3 root root 180 Mar 30 03:32 clustertocs > 16 -rw-r--r-- 1 root root 264 Mar 30 03:32 begin.log > 16 -rw------- 1 root root 719 Mar 30 03:32 sh11792 > 16 -rw------- 1 root root 719 Mar 30 03:32 sh11791 > 16 -rw------- 1 root root 148 Mar 30 03:32 sh11790 > 16 drwxr-xr-x 9 root other 824 Mar 30 03:32 root > 16 -rw-r--r-- 1 root root 1 Mar 30 03:32 find_device.out > 16 -rw-r--r-- 1 root root 68 Mar 30 03:32 install_console > 16 -rw-r--r-- 1 root root 427 Mar 30 02:00 preconfig > 16 -rw-r--r-- 1 root root 1121 Mar 30 02:00 ypaliases2.sysid > 16 -rw-r--r-- 1 root root 1252 Mar 30 02:00 tt > 16 -rw------- 1 root root 148 Mar 30 02:00 sh9950 > 16 -rw------- 1 root root 148 Mar 30 01:59 sh9250 > 240 -rw------- 1 root root 122836 Mar 30 01:59 dtdbcache_:0 > 16 -rw------- 1 root root 148 Mar 30 01:59 sh1150 Regards, H.F. Dave Miner wrote: > >> Again, this Stall in the install process occurs after I have >> answered all >> System Identification questions and accepted the review screen. >> just prior to when the Disk partitioning and slice setup phase is >> about to start. >> > > Thanks for collecting the data, Lars. Taking a quick look, it really > appears to be a Java problem, as we've asked to exit the app in thread > 33. Hard to understand what it's waiting for. > > Dave > _______________________________________________ > install-discuss mailing list > install-discuss at opensolaris.org > http://opensolaris.org/mailman/listinfo/install-discuss
