Hi,

I'm having the same issue, with both AI server and client image are running
170.

With the default manifest that shipped with AI:

oot@fireghost:/var/run# /usr/bin/auto-install -m ai.xml -c /var/run/profile/ -n
15:18:37 Install Log: /system/volatile/install_log
15:18:37 Starting Automated Installation Service
15:18:37 Using XML Manifest: ai.xml
15:18:38 Using profile specification: /var/run/profile/
15:18:38 Dry Run mode enabled
15:18:38 100% manifest-parser completed.
15:18:38 Manifest ai.xml successfully parsed
15:18:38 Configuring Checkpoints
15:18:41 Error occurred during execution of 'target-discovery' checkpoint.
15:18:41 Aborting: Internal error in InstallEngine
ERROR: an exception occurred.

'NoneType' object has no attribute 'devpath'

Please check logs for futher information.

-------------
Great Thanks&  Best Regards
Jeffrey


于 2011/7/25 23:31, Tom Warner 写道:
This look similar to a bug marked as fixed in 169.

Is this just me or what?

The system is an x86 (Sun Fire X4600)  AI server is running 167 I did
try it on a AI sever running 170 same error.


root@turbulent:/system/volatile# tail -40  install_log
2011-07-25 08:26:24,535   InstallationLogger DEBUG      Snapshotting DOC
to /var/run/install_engine/engine._s0hZz/.data_cache.target-discovery
2011-07-25 08:26:24,537   InstallationLogger DEBUG      Executing
target-discovery checkpoint
2011-07-25 08:26:24,538   InstallationLogger DEBUG      Executing:
['/usr/sbin/croinfo', '-h', '-O', 'cAR']
2011-07-25 08:26:24,549   InstallationLogger DEBUG
c10t0d0:SYS:SYS/HD0
:SYS:SYS/HD1
:SYS:SYS/HD2
:SYS:SYS/HD3
2011-07-25 08:26:27,677   InstallationLogger ERROR      Error occurred
during execution of 'target-discovery' checkpoint.
Traceback (most recent call last):
  File "/usr/lib/python2.6/vendor-packages/solaris_install/engine/__init__.py", 
line 816, in _execute_checkpoints
     checkpoint.execute(dry_run)
   File 
"/usr/lib/python2.6/vendor-packages/solaris_install/target/discovery.py", line 
792, in execute
     self.discover_entire_system()
   File 
"/usr/lib/python2.6/vendor-packages/solaris_install/target/discovery.py", line 
613, in discover_entire_system
     "%s" % new_disk.devpath)
AttributeError: 'NoneType' object has no attribute 'devpath'
2011-07-25 08:26:27,729   InstallationLogger ERROR      Aborting: Internal 
error in InstallEngine
Traceback (most recent call last):
   File 
"/usr/lib/python2.6/vendor-packages/solaris_install/engine/__init__.py", line 
816, in _execute_checkpoints
     checkpoint.execute(dry_run)
   File 
"/usr/lib/python2.6/vendor-packages/solaris_install/target/discovery.py", line 
792, in execute
     self.discover_entire_system()
   File 
"/usr/lib/python2.6/vendor-packages/solaris_install/target/discovery.py", line 
613, in discover_entire_system
     "%s" % new_disk.devpath)
AttributeError: 'NoneType' object has no attribute 'devpath'
2011-07-25 08:26:27,781   InstallationLogger DEBUG      Traceback (most
recent call last):
   File 
"/usr/lib/python2.6/vendor-packages/solaris_install/auto_install/auto_install.py",
 line 791, in execute_checkpoints
     dry_run=dry_run, callback=None)
   File 
"/usr/lib/python2.6/vendor-packages/solaris_install/engine/__init__.py", line 
565, in execute_checkpoints
     thread.start()
   File "/usr/lib/python2.6/threading.py", line 477, in run
     self.__target(*self.__args, **self.__kwargs)
   File 
"/usr/lib/python2.6/vendor-packages/solaris_install/engine/__init__.py", line 
816, in _execute_checkpoints
     checkpoint.execute(dry_run)
   File 
"/usr/lib/python2.6/vendor-packages/solaris_install/target/discovery.py", line 
792, in execute
     self.discover_entire_system()
   File 
"/usr/lib/python2.6/vendor-packages/solaris_install/target/discovery.py", line 
613, in discover_entire_system
     "%s" % new_disk.devpath)
AttributeError: 'NoneType' object has no attribute 'devpath'

root@turbulent:/system/volatile#
root@turbulent:/system/volatile# sed -n '/target/,/target/ p' ai.xml
     <target>

       <disk>
         <disk_name name="/pci@0,0/pci1022,7458@11/pci1000,3060@4/sd@0,0" 
name_type="devpath"/>
         <partition action="use_existing_solaris2">
         <slice name="0" action="create" force="true" in_zpool="rpoold1" 
in_vdev="vdev">
         </slice>
         </partition>
       </disk>

       <logical noswap="false" nodump="false">
         <zpool name="rpoold1" is_root="true">
           <vdev name="vdev" redundancy="none"/>
         </zpool>
       </logical>

     </target>
root@turbulent:/system/volatile# echo |format -e
Searching for disks...done


AVAILABLE DISK SELECTIONS:
        0. c10t0d0<FUJITSU-MAY2073RCSUN72G-0401 cyl 8921 alt 2 hd 255
sec 63>
           /pci@0,0/pci1022,7458@11/pci1000,3060@4/sd@0,0
           /dev/chassis/SYS/HD0/disk
        1. c8t0d0<drive type unknown>
           /pci@0,0/pci108e,cb84@2/floppy@5/disk@0,0
Specify disk (enter its number): Specify disk (enter its number):
root@turbulent:/system/volatile#





_______________________________________________
caiman-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/caiman-discuss
_______________________________________________
caiman-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/caiman-discuss

Reply via email to