Has anyone seen this Automated Installer failure?
opensolaris console login: jack
Password:
Sun Microsystems Inc. SunOS 5.11 snv_111b November 2008
jack at opensolaris:~$ cat /tmp/install_log
<AI Aug 17 15:50:31> /tmp/ai_combined_manifest.xml is a valid manifest
<AI Aug 17 15:50:31> Auto reboot disabled
<TDDM_I Aug 17 15:50:31> -> ddm_get_disks()
<TDDM_I Aug 17 15:50:31> Controller name: fp
<TDDM_I Aug 17 15:50:31> Controller type: 13
<TDDM_I Aug 17 15:50:31> Drive name: ssd
<TDDM_I Aug 17 15:50:31> ddm_drive_is_cdrom(): Removable: No
<TDDM_I Aug 17 15:50:31> ddm_drive_is_cdrom(): CD:No
<TDDM_I Aug 17 15:50:31> ddm_drive_get_name(): Can't get alias name, err=9
<TDMG_I Aug 17 15:50:31> got disks nfound=1
<TDMG_I Aug 17 15:50:31> disks 0 nfound=1
<TDDM_W Aug 17 15:51:57> ddm_get_disk_attributes():Can't get current bootdisk
<TDDM_I Aug 17 15:51:58> ddm_conv_attr_list(): efi not in table
<TDDM_I Aug 17 15:51:58> ddm_conv_attr_list(): start not in table
<TDDM_I Aug 17 15:51:58> ddm_conv_attr_list(): naccessible not in table
<OM Aug 17 15:51:58> Ignoring c7t200B00A0B8210D99d0 because of bad Geometry
<TDMG_I Aug 17 15:51:58> td_discovery_release
<TDDM_I Aug 17 15:51:58> -> ddm_free_handle_list()
<TDMG_I Aug 17 15:51:58> td_discovery_release ends
<AI_I Aug 17 15:52:02> No Disks found...
<AI Aug 17 15:52:02> No Disks found on the target system
<AI Aug 17 15:52:02> Target validation failed
<AI Aug 17 15:52:02> ai target device not found
<AI Aug 17 15:52:02> Auto install failed
jack at opensolaris:~$
When running some trial commands, the disk seems okay:
root at opensolaris:~# format /dev/rdsk/c7t200B00A0B8210D99d0s2
selecting /dev/rdsk/c7t200B00A0B8210D99d0s2
[disk formatted]
partition> p
Current partition table (original):
Total disk sectors available: 150978526 + 16384 (reserved sectors)
Part Tag Flag First Sector Size Last Sector
0 usr wm 256 71.99GB 150978526
1 unassigned wm 0 0 0
2 unassigned wm 0 0 0
3 unassigned wm 0 0 0
4 unassigned wm 0 0 0
5 unassigned wm 0 0 0
6 unassigned wm 0 0 0
8 reserved wm 150978527 8.00MB 150994910
partition> ^D
root at opensolaris:~# zpool create rpool c7t200B00A0B8210D99d0s0
root at opensolaris:~# zpool status
pool: rpool
state: ONLINE
scrub: none requested
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
c7t200B00A0B8210D99d0s0 ONLINE 0 0 0
errors: No known data errors
root at opensolaris:~# zfs create rpool/ROOT
root at opensolaris:~# df -h /rpool/ROOT
Filesystem size used avail capacity Mounted on
rpool/ROOT 70G 19K 70G 1% /rpool/ROOT
root at opensolaris:~#
--
This message posted from opensolaris.org