Installing Solaris 11 on SunFIre T1000 With Automated Installer Server Fail

h4. Hi
h4. A few days i am try to intall solaris 11 11/11 on our server Sunfire T1000
h4. we first upgrade the firmware of the server to
sc> showhost
Sun-Fire-T1000 System Firmware 6.7.12 2011/07/06 20:03
Host flash versions:
OBP 4.30.4.d 2011/07/06 14:27
Hypervisor 1.7.3.c 2010/07/09 15:14
POST 4.30.4.b 2010/07/09 14:25
h4. And after we install Solaris 11 x86 on a laptop, in that we configure an AIS (Automated installer Server)
installadm list
Service Name Alias Of Status Arch Image Path
default-sparc s11-sparc on Sparc /install/images/s11-sparc
s11-sparc - on Sparc /install/images/s11-sparc
h4. We are using the default installations with a DHCP server in the Laptop
installadm list -m -p
Service Name Manifest Status
default-sparc orig_default Default
s11-sparc orig_default Default
h4. By the other side, in the sparc server (T1000) we use OBP for a WAN Boot Installation
boot net:dhcp - installl
2012-08-08 20:33:44,911 InstallationLogger DEBUG Starting Automated Installation
2012-08-08 20:33:44,913 InstallationLogger INFO Using XML Manifest: /system/volatile/ai.xml
2012-08-08 20:33:44,965 InstallationLogger INFO Using profile specification: /system/volatile/profile
2012-08-08 20:33:45,018 InstallationLogger INFO Using service list file: /var/run/service_list
2012-08-08 20:33:45,070 InstallationLogger INFO Starting installation.
2012-08-08 20:33:45,122 InstallationLogger DEBUG Registering Manifest Parser Checkpoint
2012-08-08 20:33:45,124 InstallationLogger DEBUG Engine registering:
2012-08-08 20:33:45,126 InstallationLogger DEBUG name: manifest-parser
2012-08-08 20:33:45,128 InstallationLogger DEBUG module_path: solaris_install.manifest.parser
2012-08-08 20:33:45,129 InstallationLogger DEBUG checkpoint_class_name: ManifestParser
2012-08-08 20:33:45,131 InstallationLogger DEBUG args: None
2012-08-08 20:33:45,133 InstallationLogger DEBUG kwargs: {'call_xinclude': True, 'manifest': '/system/volatile/ai.xml', 'validate_from_docinfo': True}
2012-08-08 20:33:45,135 InstallationLogger DEBUG insert_before: None
2012-08-08 20:33:45,136 InstallationLogger DEBUG log_level: None
2012-08-08 20:33:45,138 InstallationLogger DEBUG =============================
2012-08-08 20:33:45,142 InstallationLogger DEBUG Current checkpoint list:
2012-08-08 20:33:45,144 InstallationLogger DEBUG      manifest-parser
2012-08-08 20:33:45,146 InstallationLogger DEBUG Executing Manifest Parser Checkpoint
2012-08-08 20:33:45,148 InstallationLogger DEBUG Retrieving checkpoint list from manifest-parser to None+
2012-08-08 20:33:45,150 InstallationLogger DEBUG Executing Engine Checkpoints...+
2012-08-08 20:33:45,152 InstallationLogger DEBUG Retrieving checkpoint list from manifest-parser to None+
2012-08-08 20:33:45,154 InstallationLogger DEBUG Engine will be executing following checkpoints:+
2012-08-08 20:33:45,155 InstallationLogger DEBUG      manifest-parser
2012-08-08 20:33:45,157 InstallationLogger DEBUG Spawning InstallEngine execution thread
2012-08-08 20:33:45,160 InstallationLogger DEBUG Loading manifest-parser checkpoint
2012-08-08 20:33:45,213 InstallationLogger.manifest-parser DEBUG Initializing ManifestParser (manifest=/system/volatile/ai.xml, Validate_from_docinfo=True, dtd_file=None, load_defaults=True, call_xinclude=True)
2012-08-08 20:33:45,273 InstallationLogger DEBUG manifest-parser: prog est-1, prog ratio-0.95, total_ratio-1.00
2012-08-08 20:33:45,275 InstallationLogger DEBUG Last checkpoint, manifest-parser: prog ratio 0.95
2012-08-08 20:33:45,279 InstallationLogger DEBUG Snapshotting DOC to /var/run/install_engine/engine.MYk67H/.data_cache.manifest-parser
2012-08-08 20:33:45,286 InstallationLogger DEBUG Executing manifest-parser checkpoint
2012-08-08 20:33:45,288 InstallationLogger.manifest-parser DEBUG ManifestParser.execute(dry_run=False) called
2012-08-08 20:33:45,290 InstallationLogger.manifest-parser DEBUG ManifestParser.parse(doc=-> [DataObjectCache] (<solaris_install.data_object.cache.DataObjectCache object at 0xee1b90>)
     -> [persistent] (DataObjectCacheChild: persistent)
          -> [auto-install] (<solaris_install.ApplicationData object at 0xee1030>)
     -> [volatile] (DataObjectCacheChild: volatile)
          -> [apply_sysconfig_dict] (<solaris_install.data_object.data_dict.DataObjectDict object at 0xee1050>)) called
2012-08-08 20:33:45,292 InstallationLogger.manifest-parser DEBUG loading manifest (dtd_validation=True)
2012-08-08 20:33:45,872 InstallationLogger.manifest-parser DEBUG Parsed XML document:
<!DOCTYPE auto_install SYSTEM "file:///usr/share/install/ai.dtd.1">
<auto_install>
<ai_instance name="orig_default" auto_reboot="false">
<target>
<logical noswap="false" nodump="false">
<zpool name="rpool" is_root="true" action="create">
<filesystem name="export" mountpoint="/export" action="create" in_be="false"/>
<filesystem name="export/home" action="create" in_be="false"/>
<be name="solaris"/>
</zpool>
</logical>
</target>
<software type="IPS">
<destination>
<image action="create" index="false">
<!-- Specify locales to install -->
<facet set="false">facet.locale.*</facet>
<facet set="true">facet.locale.en</facet>
<facet set="true">facet.locale.en_US</facet>
<facet set="true">facet.locale.es</facet>
<facet set="true">facet.locale.es_ES</facet>
</image>
</destination>
<source>
<publisher name="solaris">
<origin name="http://pkg.oracle.com/solaris/release"/>
</publisher>
</source>
h4. When the installation precess is in this part
13% target-selection completed.
17% ai-configuration completed.
19% target-instantiation completed.
19% Beginning IPS transfer
Creating IPS image
Installing packages from:
solaris
origin: http://pkg.example.com/solaris/
h4. in the install_log file show us this errors:
2012-08-08 20:51:39,653 InstallationLogger.generated-transfer-1184-1 DEBUG Download: text/doctools ...
2012-08-08 20:51:43,156 InstallationLogger.generated-transfer-1184-1 DEBUG Download: system/core-os ...
2012-08-08 20:52:03,704 InstallationLogger.generated-transfer-1184-1 DEBUG Download: text/less ...
2012-08-08 20:52:03,788 InstallationLogger.generated-transfer-1184-1 DEBUG Download: system/management/rad/module/rad-smf ...
2012-08-08 20:52:03,835 InstallationLogger.generated-transfer-1184-1 DEBUG Download: system/library ...
2012-08-08 20:52:30,609 InstallationLogger.generated-transfer-1184-1 DEBUG Cleaning up
2012-08-08 20:52:30,611 InstallationLogger ERROR Error occurred during execution of 'generated-transfer-1184-1' checkpoint.
Traceback (most recent call last):
File "/usr/lib/python2.6/vendor-packages/solaris_install/engine/__init__.py", line 811, in executecheckpoints
checkpoint.execute(dry_run)
File "/usr/lib/python2.6/vendor-packages/solaris_install/transfer/ips.py", line 359, in execute
self._transfer()
File "/usr/lib/python2.6/vendor-packages/solaris_install/transfer/ips.py", line 639, in _transfer
self.api_inst.prepare()
File "/usr/lib/python2.6/vendor-packages/pkg/client/api.py", line 2021, in prepare
self._img.imageplan.preexecute()
File "/usr/lib/python2.6/vendor-packages/pkg/client/imageplan.py", line 2827, in preexecute
p.download()
File "/usr/lib/python2.6/vendor-packages/pkg/client/pkgplan.py", line 406, in download
mfile.wait_files()
File "/usr/lib/python2.6/vendor-packages/pkg/client/transport/transport.py", line 2857, in wait_files
self._transport._get_files(self)
File "/usr/lib/python2.6/vendor-packages/pkg/client/transport/transport.py", line 432, in wrapper
return f(instance, fargs, *f_kwargs)
File "/usr/lib/python2.6/vendor-packages/pkg/client/transport/transport.py", line 1736, in getfiles
self._get_files_list(mfile, filelist)
File "/usr/lib/python2.6/vendor-packages/pkg/client/transport/transport.py", line 1685, in getfiles_list
raise tfailurex
TransportFailures: 1: Invalid contentpath usr/share/man/man3dlpi/dlpi_send.3dlpi: chash failure: expected: 74354376b4382a6ccdc566157c6ad82892aa0679 computed: 7558caebcb4a599c08c6a1b1591672f2b3b3cb06.
2: Invalid contentpath usr/share/man/man3dlpi/dlpi_send.3dlpi: chash failure: expected: 74354376b4382a6ccdc566157c6ad82892aa0679 computed: c8edd4ff7e100c83ad74ba75a9baeda47348800c.
3: Invalid contentpath usr/share/man/man3dlpi/dlpi_send.3dlpi: chash failure: expected: 74354376b4382a6ccdc566157c6ad82892aa0679 computed: 91350cb5e1dc88dbbcf2e94e0a05b075f03ba35b.
4: Invalid contentpath usr/share/man/man3dlpi/dlpi_send.3dlpi: chash failure: expected: 74354376b4382a6ccdc566157c6ad82892aa0679 computed: 85bec186fd71c8a072cb3261aac5a2d26e0bed01.
5: Invalid contentpath usr/share/man/man3dlpi/dlpi_send.3dlpi: chash failure: expected: 74354376b4382a6ccdc566157c6ad82892aa0679 computed: feaf36a0752e78974e4cdbd757a2af9dd5f94236.
6: Invalid contentpath usr/share/man/man3dlpi/dlpi_send.3dlpi: chash failure: expected: 74354376b4382a6ccdc566157c6ad82892aa0679 computed: 93adf874561a2c2e383fa55da1f23cc93f1b24b5.
7: Invalid contentpath usr/share/man/man3dlpi/dlpi_send.3dlpi: chash failure: expected: 74354376b4382a6ccdc566157c6ad82892aa0679 computed: 5c261f9705a8c604bf3f473f1d76c7f646cedc60.
8: Invalid contentpath usr/share/man/man3dlpi/dlpi_send.3dlpi: chash failure: expected: 74354376b4382a6ccdc566157c6ad82892aa0679 computed: 81fa4733fa459a553001f8fdf30f49e35067a5ea.
2012-08-08 20:52:30,731 InstallationLogger DEBUG Checkpoints Completed: DOC:+
-> [DataObjectCache] (<solaris_install.data_object.cache.DataObjectCache object at 0xee1b90>)+
     -> [persistent] (DataObjectCacheChild: persistent)+
          -> [auto-install] (<solaris_install.ApplicationData object at 0xee1030>)+
          -> [Engine-DOC-Root-Node] (<solaris_install.engine.EngineData object at 0xecc930>)+
               -> [manifest-parser] (<solaris_install.engine.checkpoint_data.CheckpointRegistrationData object at 0xee10d0>)+
               -> [target-discovery] (<solaris_install.engine.checkpoint_data.CheckpointRegistrationData object at 0xee1230>)+
               -> [target-selection] (<solaris_install.engine.checkpoint_data.CheckpointRegistrationData object at 0xee12f0>)+
               -> [ai-configuration] (<solaris_install.engine.checkpoint_data.CheckpointRegistrationData object at 0xee1410>)+
               -> [var-shared-dataset] (<solaris_install.engine.checkpoint_data.CheckpointRegistrationData object at 0xee1c30>)+
               -> [target-instantiation] (<solaris_install.engine.checkpoint_data.CheckpointRegistrationData object at 0xee1750>)+
          -> [discovered] (<solaris_install.target.Target object at 0xee1330>)+
               -> [disk] (Disk: ctd=c2t0d0; volid=None; devpath=/pci@7c0/pci@0/pci@8/scsi@2/sd@0,0; devid=id1,sd@n5000cca334c724bf; prop:dev_type=scsi; prop:dev_vendor=HITACHI; prop:dev_size=148.99gb; keyword: key=boot_disk; is_cdrom=False; label=VTOC; whole_disk=False; write_cache=False)+
                    -> [0] (Slice: name=0; action=preserve, force=False, is_swap=False, tag=2, flag=0, in_use={'used_by': ['exported_zpool'], 'used_name': ['rpool']}; size=148.99gb; start_sector=4768)+
                    -> [2] (Slice: name=2; action=preserve, force=False, is_swap=False, tag=5, flag=1; size=148.99gb; start_sector=0)+
               -> [logical] (Logical: noswap=True; nodump=True)+
          -> [desired] (<solaris_install.target.Target object at 0xede3f0>)+
               -> [logical] (Logical: noswap=False; nodump=False)+
                    -> [rpool] (Zpool: name=rpool; action=create; is_root=True; vdev_list=['c2t0d0s0'])+
                         -> [export] (Filesystem: name=export; action=create; mountpoint=/export)+
                         -> [export/home] (Filesystem: name=export/home; action=create)+
                         -> [solaris] (BE: name=solaris; mountpoint=/a)+
                         -> [vdev] (Vdev: name=vdev; redundancy=none)+
                         -> [swap] (Zvol: name=swap; action=create; use=swap; size=1024m)+
                         -> [dump] (Zvol: name=dump; action=create; use=dump; size=512m)+
                         -> [var] (Filesystem: name=var; action=create; mountpoint=/var)+
               -> [disk] (Disk: ctd=c2t0d0; volid=None; devpath=/pci@7c0/pci@0/pci@8/scsi@2/sd@0,0; devid=id1,sd@n5000cca334c724bf; prop:dev_type=scsi; prop:dev_vendor=HITACHI; prop:dev_size=148.99gb; keyword: key=boot_disk; is_cdrom=False; label=VTOC; whole_disk=False; write_cache=True)+
                    -> [0] (Slice: name=0; action=create, force=True, is_swap=False, tag=2, flag=0; in_zpool=rpool; in_vdev=vdev; size=148.99gb; start_sector=4768)+
     -> [volatile] (DataObjectCacheChild: volatile)+
          -> [apply_sysconfig_dict] (<solaris_install.data_object.data_dict.DataObjectDict object at 0xee1050>)+
          -> [orig_default] (ai_instance: name='orig_default' auto_reboot=False; http_proxy='None')+
               -> [target] (<solaris_install.target.Target object at 0xee1d30>)+
                    -> [logical] (Logical: noswap=False; nodump=False)+
                         -> [rpool] (Zpool: name=rpool; action=create; is_root=True; vdev_list=[None])+
                              -> [export] (Filesystem: name=export; action=create; mountpoint=/export)+
                              -> [export/home] (Filesystem: name=export/home; action=create)+
                              -> [solaris] (BE: name=solaris)+
               -> [generated-transfer-1184-1] (<solaris_install.transfer.info.Software object at 0xee1f30>)+
                    -> [transfer] (<solaris_install.transfer.info.IPSSpec object at 0xecc050>)+
                    -> [destination] (<solaris_install.transfer.info.Destination object at 0xecc0b0>)+
                         -> [image] (<solaris_install.transfer.info.Image object at 0xecc130>)+
                              -> [facet] (<solaris_install.transfer.info.Facet object at 0xecc150>)+
                              -> [facet] (<solaris_install.transfer.info.Facet object at 0xecc1b0>)+
                              -> [facet] (<solaris_install.transfer.info.Facet object at 0xecc210>)+
                              -> [facet] (<solaris_install.transfer.info.Facet object at 0xecc270>)+
                              -> [facet] (<solaris_install.transfer.info.Facet object at 0xecc2d0>)+
                              -> [facet] (<solaris_install.transfer.info.Facet object at 0xecc330>)+
                              -> [facet] (<solaris_install.transfer.info.Facet object at 0xecc390>)+
                              -> [facet] (<solaris_install.transfer.info.Facet object at 0xecc3f0>)+
                              -> [facet] (<solaris_install.transfer.info.Facet object at 0xecc450>)+
                              -> [facet] (<solaris_install.transfer.info.Facet object at 0xecc4b0>)+
                              -> [facet] (<solaris_install.transfer.info.Facet object at 0xecc510>)+
                              -> [facet] (<solaris_install.transfer.info.Facet object at 0xecc570>)+
                              -> [facet] (<solaris_install.transfer.info.Facet object at 0xecc5d0>)+
                              -> [facet] (<solaris_install.transfer.info.Facet object at 0xecc630>)+
                              -> [facet] (<solaris_install.transfer.info.Facet object at 0xecc690>)+
                              -> [facet] (<solaris_install.transfer.info.Facet object at 0xecc6f0>)+
                              -> [facet] (<solaris_install.transfer.info.Facet object at 0xecc750>)+
                              -> [facet] (<solaris_install.transfer.info.Facet object at 0xecc7b0>)+
                              -> [facet] (<solaris_install.transfer.info.Facet object at 0xecc810>)+
                              -> [facet] (<solaris_install.transfer.info.Facet object at 0xecc870>)+
                              -> [img_type] (<solaris_install.transfer.info.ImType object at 0xee1b70>)+
                    -> [source] (<solaris_install.transfer.info.Source object at 0xecc8b0>)+
                         -> [publisher] (<solaris_install.transfer.info.Publisher object at 0xecc8f0>)+
                              -> [origin] (<solaris_install.transfer.info.Origin object at 0xecc910>)+
          -> [transfer-zpool-cache] (<solaris_install.data_object.data_dict.DataObjectDict object at 0xee18f0>)+
          -> [transfer-ai-files] (<solaris_install.data_object.data_dict.DataObjectDict object at 0xee15b0>)+
2012-08-08 20:52:30,747 InstallationLogger DEBUG Checkpoints Completed: DOC (xml_format):
<root>
<target name="discovered">
<disk whole_disk="false">
<disk_name name="c2t0d0" name_type="ctd"/>
<disk_prop dev_type="scsi" dev_vendor="HITACHI" dev_size="312461344secs"/>
<disk_keyword key="boot_disk"/>
<slice name="0" action="preserve" force="false" is_swap="false">
<size val="312456576secs" start_sector="4768"/>
</slice>
<slice name="2" action="preserve" force="false" is_swap="false">
<size val="312461344secs" start_sector="0"/>
</slice>
</disk>
<logical noswap="true" nodump="true"/>+
</target>+
<target name="desired">+
<logical noswap="false" nodump="false">+
<zpool name="rpool" action="create" is_root="true">+
<filesystem name="export" action="create" mountpoint="/export" in_be="false"/>+
<filesystem name="export/home" action="create" in_be="false"/>+
<be name="solaris"/>+
<vdev name="vdev" redundancy="none"/>+
<zvol name="swap" action="create" use="swap">+
<size val="1024m"/>+
</zvol>+
<zvol name="dump" action="create" use="dump">+
<size val="512m"/>+
</zvol>+
<filesystem name="var" action="create" mountpoint="/var" in_be="true"/>+
</zpool>+
</logical>+
<disk whole_disk="false">+
<disk_name name="c2t0d0" name_type="ctd"/>+
<disk_prop dev_type="scsi" dev_vendor="HITACHI" dev_size="312461344secs"/>+
<disk_keyword key="boot_disk"/>+
<slice name="0" action="create" force="true" is_swap="false" in_zpool="rpool" in_vdev="vdev">+
<size val="312456576secs" start_sector="4768"/>+
</slice>+
</disk>+
</target>+
<ai_instance auto_reboot="false" name="orig_default">+
<target>+
<logical noswap="false" nodump="false">+
<zpool name="rpool" action="create" is_root="true">+
<filesystem name="export" action="create" mountpoint="/export" in_be="false"/>+
<filesystem name="export/home" action="create" in_be="false"/>+
<be name="solaris"/>+
</zpool>+
</logical>+
</target>+
<software name="generated-transfer-1184-1" type="IPS">+
<software_data>+
<name>pkg:/entire@latest</name>+
<name>pkg:/group/system/solaris-large-server</name>+
</software_data>
<destination>
<image img_root="/a" action="create" index="False">
<facet set="false">facet.locale.*</facet>
<facet set="true">facet.locale.en</facet>
<facet set="true">facet.locale.en_US</facet>
<facet set="true">facet.locale.es</facet>
<facet set="true">facet.locale.es_ES</facet>
</image>
</destination>
<source>
<publisher name="solaris">
<origin name="http://pkg.oracle.com/solaris/release"/>
</publisher>
</source>
</software>
</ai_instance>
</root>
2012-08-08 20:52:30,749 InstallationLogger CRITICAL Failed Checkpoints:
2012-08-08 20:52:30,803 InstallationLogger ERROR
2012-08-08 20:52:30,855 InstallationLogger ERROR generated-transfer-1184-1
2012-08-08 20:52:30,907 InstallationLogger ERROR
2012-08-08 20:52:30,960 InstallationLogger ERROR Checkpoint execution error:
2012-08-08 20:52:31,012 InstallationLogger ERROR
2012-08-08 20:52:31,064 InstallationLogger ERROR 1: Invalid contentpath usr/share/man/man3dlpi/dlpi_send.3dlpi: chash failure: expected: 74354376b4382a6ccdc566157c6ad82892aa0679 computed: 7558caebcb4a599c08c6a1b1591672f2b3b3cb06.
2012-08-08 20:52:31,117 InstallationLogger ERROR 2: Invalid contentpath usr/share/man/man3dlpi/dlpi_send.3dlpi: chash failure: expected: 74354376b4382a6ccdc566157c6ad82892aa0679 computed: c8edd4ff7e100c83ad74ba75a9baeda47348800c.
2012-08-08 20:52:31,169 InstallationLogger ERROR 3: Invalid contentpath usr/share/man/man3dlpi/dlpi_send.3dlpi: chash failure: expected: 74354376b4382a6ccdc566157c6ad82892aa0679 computed: 91350cb5e1dc88dbbcf2e94e0a05b075f03ba35b.
2012-08-08 20:52:31,222 InstallationLogger ERROR 4: Invalid contentpath usr/share/man/man3dlpi/dlpi_send.3dlpi: chash failure: expected: 74354376b4382a6ccdc566157c6ad82892aa0679 computed: 85bec186fd71c8a072cb3261aac5a2d26e0bed01.
2012-08-08 20:52:31,274 InstallationLogger ERROR 5: Invalid contentpath usr/share/man/man3dlpi/dlpi_send.3dlpi: chash failure: expected: 74354376b4382a6ccdc566157c6ad82892aa0679 computed: feaf36a0752e78974e4cdbd757a2af9dd5f94236.
2012-08-08 20:52:31,326 InstallationLogger ERROR 6: Invalid contentpath usr/share/man/man3dlpi/dlpi_send.3dlpi: chash failure: expected: 74354376b4382a6ccdc566157c6ad82892aa0679 computed: 93adf874561a2c2e383fa55da1f23cc93f1b24b5.
2012-08-08 20:52:31,379 InstallationLogger ERROR 7: Invalid contentpath usr/share/man/man3dlpi/dlpi_send.3dlpi: chash failure: expected: 74354376b4382a6ccdc566157c6ad82892aa0679 computed: 5c261f9705a8c604bf3f473f1d76c7f646cedc60.
2012-08-08 20:52:31,431 InstallationLogger ERROR 8: Invalid contentpath usr/share/man/man3dlpi/dlpi_send.3dlpi: chash failure: expected: 74354376b4382a6ccdc566157c6ad82892aa0679 computed: 81fa4733fa459a553001f8fdf30f49e35067a5ea.
2012-08-08 20:52:31,484 InstallationLogger ERROR
2012-08-08 20:52:31,536 InstallationLogger INFO Automated Installation Failed. See install log at /system/volatile/install_log
2012-08-08 20:52:31,588 InstallationLogger DEBUG Shutting down Progress Handler
h4. Is something about:
2012-08-08 20:52:30,611 InstallationLogger ERROR Error occurred during execution of 'generated-transfer-1184-1' checkpoint.
Traceback (most recent call last):
File "/usr/lib/python2.6/vendor-packages/solaris_install/engine/__init__.py", line 811, in executecheckpoints
checkpoint.execute(dry_run)
2012-08-08 20:52:30,749 InstallationLogger CRITICAL Failed Checkpoints:
2012-08-08 20:52:30,803 InstallationLogger ERROR
2012-08-08 20:52:30,855 InstallationLogger ERROR generated-transfer-1184-1
2012-08-08 20:52:30,907 InstallationLogger ERROR
2012-08-08 20:52:30,960 InstallationLogger ERROR Checkpoint execution error:
h4. Somebody knows about this error?

The chash failures indicate that either the repository you're using has corrupt content for those files, or the files are being corrupted on download. The latter is more likely, usually a result of badly-behaved http proxies.

Similar Messages

  • I've installed SAP in my PC with windows 2000 server family....... .......

    I've installed SAP in my PC with windows 2000 server family... I want to upgrade my OS to XP. Can it be possible without unmounting SAP??? Please help me.

    Hi Pratap,
    SAP doesn't work with XP, it works only server Operating System.
    But u can instal XP in the system without currupting the SAP.
    Make sure that your HDD having atleast 3 partitions.
    The first two partintions (Ex.C:/& D:/) may have 2000 Server and SAP respectively.
    In the 3rd Partition (Ex.E:/) u can instal XP. but better to not touch 1st two Partitions
    To Instal XP follow these steps.
    Insert XP OS CD
    Restat the System
    follow installation procedure according CD
    Finally select E:/ to install XP.
    Pls let me know your feedback
    Regards
    Raveendra

  • The negotiation with the VPN server failed. Verify the server address and try reconnecting

    Hi folks,
    I am unable to connect VPN, While connecting error occurred. Can anyone advice how to solve this issue.
    "The negotiation with the VPN server failed. Verify the server address and try reconnecting"
    Thanks
    Vinoth

    This might help, at least from Harald's post onwards.

  • Trying to install solaris on my laptop with no success...

    Tried to install either sol-10-u9-ga-sparc-dvd.iso or sol-11-exp-201011-ai-sparc.iso on my laptop that's got both windows 7 and openSuse installed. I can open the files both with magic disk and undisk. All they do is show me the files that are within the iso of each, but I can't seem to boot. Hell, I can't even copy the images to a disk as the software says it can't! I really don't want to as I have magic ISO that allows me to mount the files as a virtual disk, but as I open those drives, I get the same ol' file contents. I'm expecting the installation wizard to just magically open up, but that's not happening. Can someone shed some light on this problem?
    Daniel

    Ok. I reburned a DVD making a correct image file unlike the first disk I made. Apparently I thought I did it right the first time. I just tried some other way and found that is the right way. Now I was able to boot and the disk installed Solaris "supposedly". Now on the GRUB there is no choice for booting Solaris, so thought I should boot from the DVD. This made the computer try to reinstall Solaris. Does anyone know what I can do next?
    And now for some reason the computer won't recognize my external HD.
    Thanks,
    Daniel
    Edited by: 839343 on Feb 25, 2011 9:00 PM

  • Step by Step Guide to Install Solaris 10 11/06 With Windows XP on x86 PC

    hi everyone
    here is how I fixed my dual boot & internet connectivity failure problems. I'm explaining in detail to help any Solaris newbie (like me) having same problems: ( as I didn't find any REAL Help thru Sun Help Documents / Pages )
    My special thanx to " Phil Brown " ( who helped me alott on this )
    First to get rid of Dell's Diagnostic Partition & System Recovery Partition I re-installed Windows XP Media Center Edition & at installation I made 4 Partitions of my Dell 9150 ( x86 Intel Pentium Dual Core ) 238 GB Hard Drive.
    (1) C: 100 GB for Windows XP ( NTFS )
    (2) D: 80 GB for Solaris 10 ( RAW )
    (3) E: 50 GB for Linux ( RAW , which I haven't installed yet )
    (4) F: 6 GB (RAW)
    (5) G: 2 GB Un-Allocated Space
    Restarted PC after Win XP installation & installed Partition Magic 8 . In PM8 I formatted Solaris partition as FAT 32 (at Solaris installation it changed to Solaris format) & Linux as Linux EXT 3 . Rebooted the PC. I Started Solaris 10 11/06 installation from the DVD I burned from Sun downloads.
    Here's how I installed Solaris 10 11/06 :
    (1) On the next screen after "Loading Stage 2 ... " I selected " Solaris "
    (2) Selected " Solaris Interactive (default) installation
    (3) Hit "enter" to accept proposed Windows configuration screen it displayed
    (4) Selected 0 = English as language (you need to take cursor into white window so you can type 0 into it, otherwise u can't)
    (5) hit NEXT
    (6) Selected "Networked" option
    (7) Selected YES to "Use DHCP for e1000g0 ( Intel Pro/1000 Network Adapter )
    (8) Selected NO to "enable IPv6"
    (9) Selected NO to "enable Kerberos"
    (10) Selected DNS as "Name Service"
    (11) entered " f.root-servers.net " as Domain Name
    (12) Server's IP address : 192.5.5.241 ( you can choose the one that closest to you by visiting http://www.isc.org/index.pl?/ops/f-root/ )
    (13) Search Domain: Left all boxes empty ('coz when I tried to put any IP's into 'em, it generated " SysidgenSyserr " and have to re-start installation )
    (14) Geographic Continent / Country / Region: Americas > U. S. > time zone
    (15) hit NEXT on Date & Time Screen
    (16) Entered password twice
    (17) Selected YES to "enable Remote Services"
    (18) hit CONFIRM
    (19) Clicked NEXT on Solaris installation Welcome screen
    (20) Selected NO to " Reboot Automatically " and YES to eject additional CD/DVDs
    (21) Clicked OK on NOTICE
    (22) Specified CD/DVD as " Media from which you installing Solaris "
    (23) Check ACCEPT & hit next
    (24) Selected "initial install" & hit next
    (25) I choose "Custom Install" > NEXT > North America > and checked both, " English ( U S ) ( en_us) & English ( U S, UTF-8) (en_us.UTF-8) and hit next
    (26) Selected English (US, UTF-8) as initial locale > NEXT
    (27) Selected " Solaris 10 Extra Value Software " > NEXT
    (28) Selected NONE to " Web Start Ready Product Scan Location " > NEXT
    (29) Selected " Entire Group - Default Packages " in Solaris software group screen > NEXT
    (30) Selected " c1do(bootdisk) " > NEXT
    (31) " c1d0 " Selected > NEXT
    (32) There was a Warning: " A Linux fdisk partition was found on this disk (c1d0), which is the default bootdisk. Having a linux fdisk partition on the same disk as a Solaris fdisk partiton is not supported. Do you want to load the default Lay out ? I choose NO
    (33) It displayed 4 partitions. 1st: " Unknown " 100GB , 2nd: FAT32LBA, this I changed to Solaris by clicking on partition, size 80GB . 3rd: Linux 50GB , 4th: DOSEXTLBA 8GB , hit NEXT
    (34) I choose NO to " Preserve Data Warning " (the 80GB partition)
    (35) Displayed " Lay Out File Systems " screen, c1d0 was highlighted. > NEXT
    (36) On " Ready to Install Screen " it displayed Fdisk partitions: 1st: Unknown "Preserved" , 2nd: FAT32LBA delete, & Solaris add, 3rd: Linux "Preserved" , 4th: DOSEXTLBA "Preserved" >>> hit " Install Now "
    (37) When installation finishes hit " Reboot " & when PC was restarting I ejected DVD manually
    (38) After re-start it displayed 3 options: 1st: Solaris 10 , 2nd: Solaris failsafe , 3rd: Windows , ENTER on Solaris 10
    (39) At sign-in screen, I signed in as, user name: " root " & enterd password (which I typed at installation)
    (40) I choose JAVA Desktop System
    When it was fully up, the Internet was working right away. Restarted again to check Windows. Selected " Windows " at reboot screen & Windows was working just fine.
    It took me few allnighters to figure these out, I hope these will helpful to Solaris newbies like me. Still I can't figure out ... How to install any software (obviously designed for Solaris 10 (x86) ) onto Solaris, but thats a different issue.
    - Jags Desai

    "A Linux fdisk partition was found on this disk (c1d0), which is the default bootdisk. Having a Linux fdisk partition is not supported"
    It might not be supported, but it works fine for me on my thinkpad :-) .
    redhat/solaris/xp.
    You can't just use the linux grub, though, because it won't understand
    solaris 'slices within partitions'. You need to get Solaris to install
    grub itself (in fact, you can't stop it doing so, which is rather unfair),
    and then add in the linux * xp entries to Solaris's /boot/grub/menu.lst
    (== grub.conf) to get it to pick up fedora & xp. Chainloading xp worked
    fine for me. Chainloading RHEL4/5 doesn't, so I had to cat the grub.conf
    from red hat on to the end of solaris's menu.lst. Stick red hat's grub.conf
    on a USB pen or just write it down before putting Solaris on, otherwise you'll
    have to boot linux rescue of a red hat CD in order to get hold of it after
    Solaris's grub takes over.

  • Solaris 10 Guest OS in VirtualBox: X-server fails to start

    I couldn't find a VirtualBox users/admins forum, so this seemed to be the next best place to post.
    I installed VBox (2.1.2) on Solaris 10 x86, and then created a Solaris 10 guest. After installing the guest additions package to the Solaris guest the X-server fails to start.
    I see the following message on the VBox console for the guest:
    The X-server can not be started on display :0...
    See file /var/dt/Xerror for details.The /var/dt/Xerrors file shows these messages.
    Server for display :0 terminated unexpectedly 1
    Server for display :0 can't be startedI found that removing (or renaming) the /etc/X11/xorg.conf file clears this problem up.
    Since this guest OS is going to be my SunRay server I don't know if removing the xorg.conf file is going to cause some other problems later on.
    Has anybody else seen this problem?
    And/or
    Does anybody know the xorg.conf file well enough to know how to fix this without completely removing the file?

    By default Solaris does not create an xorg.conf file. It probes for the values and uses what it finds. You can find several books on X Windows and one of those should be able to step you through the xorg.conf file.
    You can probably find an online version at some Linux Vendors documentation web site.
    alan

  • DNS requests from Solaris 10 box to Bind/MySQL DNS server fail

    We have some servers running solaris 9 and some running solaris 10. We also have a DNS server setup running BIND with the MySQL backend. When I query the DNS server from our solaris 9 boxes, they always work just fine. However, when I query the DNS server from our solaris 10 boxes, they always fail. Queries to other DNS servers from the Solaris 10 boxes work just fine - they only fail when being sent to this particular DNS server. Here's exactly what I'm doing:
    ON SOLARIS 9 BOX:
    bash-3.00$ nslookup google.com calo-sunset
    Server: calo-sunset
    Address: <IP_OF_DNS_SERVER>#53
    Non-authoritative answer:
    Name: google.com
    Address: 64.233.187.99
    Name: google.com
    Address: 72.14.207.99
    Name: google.com
    Address: 209.85.171.99
    ON SOLARIS 10 BOX:
    bash-2.05$ nslookup google.com calo-sunset
    *** Can't find server name for address <IP_OF_DNS_SERVER>: Non-existent host/domain
    *** Default servers are not available
    In the case of the SOLARIS 10 box, <IP_OF_DNS_SERVER> is correct - it knows the IP address of the DNS server, but apparently it doesn't recognize that it's actually a DNS server.
    I am utterly perplexed by this. It seems to me that a DNS request is a DNS request, regardless of your OS. Clearly something is different from Solaris 9 to Solaris 10 though because the requests fail on all of our solaris 10 boxes, and they succeed on all of our Solaris 9 boxes. Incidentally, dig requests from the Solaris 10 box also fail, where they succeed on the Solaris 9 boxes.
    I don't really know what other information I could offer that might be useful. If you have any information at all about this or ideas on what I might try to troubleshoot/fix it, I'd love to hear it. Thanks in advance.

    First off, I am an idiot. I got this entire post backwards. The fact is that the DNS requests work swimmingly well on our Solaris 10 boxes. They fail on our Solaris 9 boxes. I don't know how I managed to read this post all of these times and not notice that I got that backwards. Nice.
    In any case, I've found the problem. It was non-trivial to me because I am not terribly familiar with the inner-workings of DNS. To those who are, it may seem painfully obvious. To me it certainly was not.
    The problem was that the DNS server (BIND 9 with MySQL backend) did not contain a reverse DNS entry for itself. Apparently this is a big problem for Solaris 9. I got a hint that this might be the cause when I turned on verbose debugging info when I ran nslookup (nslookup -d2). I had to add the PTR record for the DNS server itself. I don't know why Solaris 9 would require that a DNS server contain reverse DNS information about itself, but sure enough it does. As soon as I added that info, the Solaris 9 boxes were able to successfully query the DNS server. Very odd.
    Anyway, I doubt anyone else will come across this problem, but if you do, now you know something that might fix it.
    Edited by: dprater on Oct 7, 2008 8:09 PM

  • Installing Solaris 10 on X2100 with 1TB drive

    I am trying to install the latest Solaris 10 (X86) on an Sun X2100. The installation fires up fine until it tries to set up the hard drive and then it fails with the following error message:
    FILE SYSTEM CREATION FAILED
    COULD NOT CHECK OR CREATRE SYSTEM CRITICAL FILE SYSTEMS
    The installation then stops and I go to the shell. The drive in the machine is a 1TB Western Digital SATA. Has anyone ever run into this problem or know a way to troubleshoot this? I have 10 machines that I need to configure. One would think that Solaris would easily install on a Sun box.
    Thanks for any help!

    They have an onboard RAID controller but when I looked at the BIOS setting it is not enabled to use RAID. I have 2 1TB drives in the machine and the install throughs the error I mentioned above. It appears to have partitioned the disk and set up the slices though. I know this because I can swap the drives and look at the backup drive after the install fails via format and it looks like it has the correct label on it and it.
    Thanks for any help!

  • Installing Solaris 8 in conjuction with win 98

    Before I purchase Solaris 8, I would like to know how should I partition my drive; right now I have Win 98. I have partition magic, but it does not have a Unix format only a linux ext. Should I paratition my drive by leaving free space that is not formated? If I do this will solaris reconize the free space then format it? Does solaris also allow me to make a boot disk like linux does, i do not want to mess with the master boot record.
    Thank you
    Steve Manzo

    Do not partition any space for Solaris, it will do that on its own. Once Solaris is installed, it will set its partition to be the active one and then give you a choice of partitions you'd like to boot.
    [email protected]

  • Re-Installing PC, how to cope with cloud installation

    Hi, I need to re-install my Lenovo WS (WIN8.1). Back in the pre-cloud days I had simply to de-activate my Adobe software and to re-activate after operating system installation. How does that work with my cloud apps? What is the process today?
    Since this is more or less a common issue I was looking for some standard support database entry, but I was not able to find something of help.
    Thanks,
    Sven

    it's easier.  you can sign out before wiping your pc, but you don't need to.  with cc, you can even sign out of old 'dead' computers using a new computer.
    just do whatever you need to do and when ready to install cc, start downloading a cc app (after signing in with your subscriber adobe id) and the desktop app will install, https://creative.adobe.com/

  • If i install new version of Firefox with standalone installer instead of using built in updater, should i uninstall older version first? Would i lose my datas?

    As part of end of year maintenance program, i clean my computer and update softwares. I'm currently with Firefox 4.0.1, and want to upgrade to 8. However, the built in updater downloads horribly slow and demands the browser to be active. Most of the times it stated failure and asks me to download the installer myself.
    I'm okay with this. Firefox has always be my favorite. But before i do 8.0.1's installation, should i uninstall the old one? Or will it be rewritten automatically? Would i lose my bookmarks and extensions this way?
    Win7 64 bit
    p.s: (if someone could tell me how to back up 'Scrapbook' data i'll be so thankful)

    You can install latest version on top of older version,and if you install on top of older version, your bookmark will restored

  • How to install unlimited strength policy files with 2003 windows server

    Hi all,
    I am working on encryption AES 256 bit key encryption.
    128 is default encryption key.But for use 256 bit encryption key need to add unlimited strength policy file with jdk.
    That is working fine on windows xp.
    Now problem
    But when i run on client machine with operating system windows 2003 server standard.
    I replaced all files under folder Java\jdk1.6.0_10\jre\lib\security with files which i am using on windows XP.
    Restarted the computer after update files but on windows server 2003 256 bit key encryption not working.
    Giving following exception
    java.security.InvalidKeyException: Illegal key size or default parameters
         javax.crypto.Cipher.a(DashoA13*..)
         javax.crypto.Cipher.a(DashoA13*..)
         javax.crypto.Cipher.a(DashoA13*..)
         javax.crypto.Cipher.init(DashoA13*..)
         javax.crypto.Cipher.init(DashoA13*..)
    Please suggest me how to run encryption on windows server 2003..
    Thanks
    Anu

    anu1106 wrote:
    I replaced all files under folder Java\jdk1.6.0_10\jre\lib\security with files which i am using on windows XP.Why? Why not just install the unlimited strength files in the normal way according to the installation instructions given in the distribution file?

  • Solaris cluster 3.2 with zfs failover filesystem failed. How can I recover?

    Hi all,
    I have just install and configure Solaris cluster 3.2U3 using zfs for both of root filesystem and shared storage file system.
    This cluster operate clearly. Today, I can not see the zpool for shared storage. I can see the storage volume in the output of format command.
    So all my resources change to offline status. and my application is failed.
    How can I recover this cluster??????
    is there any body can help me :(

    Have you used a SUNW.HAStoragePlus (HASP) resource to control your zpool? If not, the zpool is probably needs importing. That is what the HASP resource would do for you. You would also need a dependency from your application on the HASP resource to ensure that your application does not try to start up before the storage is avaialable.
    Regards,
    Tim
    ---

  • Solaris 8 restart syslogd with rc script, server crash

    I have this Sparc Sun server. I added the -t option to the syslogd script to prevent listening for syslog requests and the server crashes when I execute S74syslog start.
    release: 5.8 (64-bit)
    version: Generic_117350-44
    machine: sun4u
    I have other solaris 8 servers and it is not happening. They are running Generic_117350-50. Has anyone experienced this issue. I could update the kernel but it is a remote server and that is not as simple as it sounds.
    Thank you.

    Whats the crash message from /var/adm/message ?
    Also, if you go to /var/crash/<hostname> you will see a bunch of files there which ends in different numbers, take the number and feed it to mdb, for example if you have unix.0 and vmcore.0 you would type:
    mdb 0
    Then, at the new prompt, type $c to print the stack trace, for example:
    unknown(/var/crash/unknown):# ls
    bounds     unix.1     unix.3     unix.5     vmcore.1   vmcore.3   vmcore.5
    unix.0     unix.2     unix.4     vmcore.0   vmcore.2   vmcore.4
    unknown(/var/crash/unknown):# mdb 4
    mdb: warning: dump is from SunOS 5.10 Generic_141445-09; dcmds and macros may not match kernel implementation
    $cLoading modules: [ unix krtld
    genunix specfs dtrace cpu.generic uppc pcplusmp ufs ip hook neti sctp arp usba uhci fctl nca lofs zfs audiosup cpc random fcip logindmux ptm ]
    $cfop_rwlock+0x15(d3f43300, 1, 0)
    write+0xdf()
    sys_sysenter+0x101()
    .. then cut the output back here for a few of them..
    I think mdb was introduced in Solaris 8, if not, the old command is 'kadb'.
    .7/M.

  • SIM 13.2.3 Eclipse Workspace Debugger with OAS/Weblogic server fails

    Hi All,
    I have setup my eclipse workspace with the ORSIM 13.2.3 source code. Also, i have ORSIM 13.2.3 installed on both OAS 10.1.3.4 and Weblogic 10.3.3.0 . Both the application servers are running in Debug mode. I am able connect the remote java application to both the servers from eclipse.
    I have added a launcher in eclipse so that i can launch SIM 13.2.3 through eclipse.
    If i keep any breakpoints in the panel, model or ejbServices that debugger points to those breakpoints when the target reaches there. But the debugger fails to go to the Bean implementation or the server services classes.
    I have created 2 videos one of the debugger (http://youtu.be/1YkJA9gSvwk) and one of the eclipse workspace (http://youtu.be/CNDpvOU_PAE).
    Please let me know where i am going wrong. We need the debug to move uptp the server services classes and to the dao layer.
    Thanks in advance!!!!

    Hi,
    You can only track the debug control throughout the client side code till the remote method call to the server services. As the application is a distributed application, you can not track the server side components in debug mode. I think if you enable the server with configuration settings for remote debugging, you can do it so.
    Krishna Mohan

Maybe you are looking for

  • BIP report published in website

    Hello, After a BIP report has been generated, how can we make it available through a link? Scenario: A notification email will be sent to non-BIP users that their requested report is now available and downloadable in this link : "http:/........com" T

  • High kernel_task RAM Usage in Yosemite 10.10.1

    Hello All, No matter what I'm running, I always have high RAM usage with kernel_task. I've looked around the other threads and never found a definitive solution. I wouldn't call it crippling to my system but I would like to resolve the issue. Below i

  • Why can't I access the Mac App Store anymore?

    I want to upgrade my Mac Pro but I can no longer access the Mac App Store and don't know why.

  • Header and footer on a csv download

    Hi Is there an easy way to add an extra header and footer to a csv download ? What the user wants is a csv of the format New heading --- the additional heading col name, col name ..... -- the existing column names value, value ..... -- the existing v

  • Why is text header removed on compilation?

    Hi, I have a text header on my functions/procedures/packages, with standard stuff like name, developer, version history etc. When I open the file in SQL developer and compile my object, the text section at the top is removed? Anyone know why this is