Can a Solaris11U1 repo be created on Solaris 11 system?

Hi All,
I would like to know if we can create a Solaris 11U1 local repository on a system having Solaris 11 configured ?
I have configured it, the pkgrepo refresh command fails
<output>
root@vcssx241 /]#pkgrepo refresh -s /repo/sol11u1Repo
Initiating repository refresh.
Traceback (most recent call last):
File "/usr/bin/pkgrepo", line 1226, in handle_errors
__ret = func(*args, **kwargs)
File "/usr/bin/pkgrepo", line 1202, in main_func
return func(conf, pargs)
File "/usr/bin/pkgrepo", line 984, in subcmd_refresh
do_refresh(xport, xpub)
File "/usr/bin/pkgrepo", line 969, in do_refresh
xport.publish_refresh(xpub)
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 2568, in publish_refresh
d.publish_refresh(header=header, pub=pub)
File "/usr/lib/python2.6/vendor-packages/pkg/client/transport/repo.py", line 1584, in publish_refresh
refresh_index=True)
File "/usr/lib/python2.6/vendor-packages/pkg/server/repository.py", line 2703, in add_content
rstore.add_content(refresh_index=refresh_index)
File "/usr/lib/python2.6/vendor-packages/pkg/server/repository.py", line 1067, in add_content
build_index=refresh_index, incremental=True)
File "/usr/lib/python2.6/vendor-packages/pkg/server/repository.py", line 676, in __rebuild
self.__refresh_index()
File "/usr/lib/python2.6/vendor-packages/pkg/server/repository.py", line 692, in __refresh_index
self.index_root, cat)
File "/usr/lib/python2.6/vendor-packages/pkg/indexer.py", line 872, in check_for_updates
data.open(index_root)
File "/usr/lib/python2.6/vendor-packages/pkg/search_storage.py", line 189, in open
return consistent_open([self], directory)
File "/usr/lib/python2.6/vendor-packages/pkg/search_storage.py", line 72, in consistent_open
int(version_tmp.split(' ')[1].rstrip('\n'))
IndexError: list index out of range
pkgrepo: This is an internal error in pkg(5) version a6782843ee0c. Please log a
Service Request about this issue including the information above and this
message.
<output>
I can set this repository on other clients and query but installation fails
<log>
DOWNLOAD PKGS FILES XFER (MB)
driver/network/ethernet/elxl 0/490 5/25373 0.0/459.7
Errors were encountered while attempting to retrieve package or file data for
the requested operation.
Details follow:
1: Invalid content: chash failure: expected: f85dabbb0d56b37de3c3de98663dd8f27a12ff8e computed: bddcb823b98f28ad34001ccf6cccfbb5b6520ba0. (happened 4 times)
2: Invalid contentpath usr/share/man/man7d/elxl.7d: chash failure: expected: 19fc705a70504811f762405129fcdfe21ca26115 computed: 0936c74e27e20f26a68be18bf9d70ebb67650e1b. (happened 4 times)
3: Invalid content: chash failure: expected: 05654e46fc5cac3b9b9bd11c39512bc92bc85089 computed: 02fbc4d6dfe1df8633baa492e055b26a6ce695ba. (happened 4 times)
<log>
TIA,
Sudhir

you must install an intermediate BE with updated pkg.
This is described as the standard procedure when upgrading from 11.0 to 11.1.
If you omit the last upgrade step, you have a 11.0 system with a 11.1 repository on it
(whatever reason you want it for)

Similar Messages

  • Is it possible to create a Solaris DVD?

    Does anyone know if it's possible to create a Solaris 9 DVD from the installation cds? I find it rather impossible, I'm just wondering...
    Maybe a live Solaris cd/dvd?

    If you do this with Toast, the disc will play in any set top player, the WMVHD file will not show up until the user 'explores' the disc in their computer.
    You could do all of this from within DVDSP if you simply add the WMVHD as ROM content - you don't need to use DVD@ccess if you don't want to... doing it this way you can write the project to DLT and avoid some of the pitfalls of using a DVD-R as a master for replication (I take it you are replicating this project?)
    In Toast, click on the Data tab and select the 'advanced' view from the drawer. make sure DVD-ROM (UDF) is selected and then drag the VIDEO_TS and AUDIO_TS folders into the window. Now either add a folder and put the WMVHD in that, or simply drag the footage to the root of the disc. Click the 'Record Disc' button in the bottom right corner, and go from there. You should end up with a disc that can be played in a set top player, with content that can only be played via a computer.

  • Creating Custom Solaris 9 x86 boot CDs

    Does anyone know how to create custome Solaris 9 boot CDs for the x86 platform? I want to try and remove some of the packages that I don't need and see if I can get the boot CDs down to 1 CD (as I did with the Solaris Sparc version). I tried the steps layed out in "Building a bootable JumpStart Installation CD-ROM", but the CDs do not appear to be in the correct format. If I put these new CDs into a SPARC station, they appear to be layed out correctly. After some research I determined that the x86 CDs use El Torito with the .boot-image in the s2 slice, but it still doesn't work.
    Here are the steps I have tried:
    From the Jumpstart whitepaper
    1. Extract slice 2 from the CD: find . -print | cpio -pudm /bicd/s2
    2. Stop volume management: /etc/init.d/volmgt stop
    3. Extract slice 0 from the CD: dd if=/dev/dsk/c1t0d0s0 of=/bicd/s0.image
    4. Modify /bicd/s2
    5. Make an ISO file: mkisofs -R -d -L -l -o /bicd/s9.image -B /bicd/s0.image /bicd/s2
    6. Burn the CD: cdrw -i s9.image
    I modified step 5 for an El Torito image:
    Make an ISO file: mkisofs -R -d -L -l -o /bicd/s9.image -B /bicd/s0.image -b .boot-image /bicd/s2
    The Jumstart whitepaper says to extract the vtoc separate, then calculate the cylinder boundaries and include it on the new CD. Whenever I include the extracted vtoc, the CD is completely unreadable. If I leave this step out of the Solaris Sparc version, everything works okay.
    Any help would be appreciated. Thanks.

    Does anyone know how to create custome Solaris 9 boot CDs for the x86 platform? I want to try and remove some of the packages that I don't need and see if I can get the boot CDs down to 1 CD (as I did with the Solaris Sparc version). I tried the steps layed out in "Building a bootable JumpStart Installation CD-ROM", but the CDs do not appear to be in the correct format. If I put these new CDs into a SPARC station, they appear to be layed out correctly. After some research I determined that the x86 CDs use El Torito with the .boot-image in the s2 slice, but it still doesn't work.
    Here are the steps I have tried:
    From the Jumpstart whitepaper
    1. Extract slice 2 from the CD: find . -print | cpio -pudm /bicd/s2
    2. Stop volume management: /etc/init.d/volmgt stop
    3. Extract slice 0 from the CD: dd if=/dev/dsk/c1t0d0s0 of=/bicd/s0.image
    4. Modify /bicd/s2
    5. Make an ISO file: mkisofs -R -d -L -l -o /bicd/s9.image -B /bicd/s0.image /bicd/s2
    6. Burn the CD: cdrw -i s9.image
    I modified step 5 for an El Torito image:
    Make an ISO file: mkisofs -R -d -L -l -o /bicd/s9.image -B /bicd/s0.image -b .boot-image /bicd/s2
    The Jumstart whitepaper says to extract the vtoc separate, then calculate the cylinder boundaries and include it on the new CD. Whenever I include the extracted vtoc, the CD is completely unreadable. If I leave this step out of the Solaris Sparc version, everything works okay.
    Any help would be appreciated. Thanks.

  • I can't print a PDF created in MAC with window 8.1?

    En pdf-fil skapad i MAC går inte att skriva ut med Wondows 8.1

    Hi.
    The problem is now fixed by help of HP.
    Best regards
    Lars Hansson
    Bergsgatan 24 A
    83241 Frösön
    Tfn: 070-3853088
    Från: Ajlan huda 
    Skickat: den 7 november 2014 08:28
    Till: Lars Hansson
    Ämne:  I can't print a PDF created in MAC with window 8.1?
    I can't print a PDF created in MAC with window 8.1?
    created by Ajlan huda <https://forums.adobe.com/people/Ajlan+huda>  in Adobe Reader - View the full discussion <https://forums.adobe.com/message/6908045#6908045>

  • Photoshop CC: When I'm trying to draw a rectangle I can't fill it or create a stoke because there is a message telling me; "Could not complete your request because of a program error. What can I do?

    Photoshop CC: When I'm trying to draw a rectangle I can't fill it or create a stoke because there is a message telling me; "Could not complete your request because of a program error. What can I do?

    It is a mute point now. PSE12 finally failed to the point it locked up the MAC. I had to restore the MAC OS from backup to a point before the PSE12 update.
    The MAC now operates correctly and so does PSE12. I don't think I'll be updating PSE any time soon.

  • Can not view slidshows or creat a book on Snapfish.  SF IT folks say it's a security issue on my end.  Any ideas?

    Can not view slidshows or creat a book on Snapfish.  SF IT folks say it's a security issue on my end.  Any ideas?

    You will need to contact Snapfish to find out their system requirements and which plugin you need
    - http://support.snapfish.com/app/answers/detail/a_id/669/brand/3

  • I am trying to open iTunes on my Windows 7 PC and am getting the following message...the itunes library can not be found or created.  The default location for this file is in the "iTunes" folder in the "Music" folder.  Any ideas?

    I am trying to open iTunes on my Windows 7 PC and am getting the following message...the itunes library can not be found or created.  The default location for this file is in the "iTunes" folder in the "Music" folder.  Any ideas?

    Let's try this first. Hold down the Shift key while you try to launch iTunes. You should eventually see the following dialog:
    Click "Choose library". Browse to inside the following location (depending on what operating system you're running):
    Operating System
    Default location of iTunes library
    Microsoft Windows XP
    \Documents and Settings\[your username]\My Documents\My Music\iTunes\
    Microsoft Windows Vista
    \Users\[your username]\Music\iTunes\
    Microsoft Windows 7
    \Users\[your username]\My Music\iTunes\
    ... and open the iTunes library you find in there.

  • Can new PWA views be created whereby a filter can be set and associate to the view by default? (Project Server 2013 ONLINE)

    My main question is: Can new PWA views be created whereby a filter for that view can be set, and associate to the view by default? (Project Server 2013 ONLINE)? and can I have a filter set to filter on person logged on to...
    In previous versions of Project Server, when CREATING a PWA view, we were able to apply/ define a filter for that view.  Does not seem like it is the case in Project Server 2013 Online.  And if I remember, we could also use the URL Guid_view_id. 
    Please confirm; and / or tell me how-to.
    What I was hoping to do is the following... Given that our standard that we have adopted for reporting time is 'My Timesheets' (fyi, Single Mode Entry=ON), we have some resources who have others who do it on their behalf via 'My Tasks' (ie., accomplished
    by using the 'Assignment Owner' field, accordingly).  Therefore, when entering time on someone else's behalf within 'My Tasks', we like to present the user that is logged in only the tasks that they are are assigned to update on others' behlaf.
    I know that there is another more elegant approach to doing this which may be to use the Delegation feature. But since we are trying to stick to Sharepoint Security mode for now, this is not an option for the time being.
    Any help appreciated would be greatly appreciated.
    \Spiro Theopoulos PMP, MCITP. Montreal, QC (Canada)

    Hi Spiro,
    1- You still can define in Project Online a filter in the view settings, it is located just above the category setting. Here is a screenshot of the summary project center view:
    2- The view GUID is not anymore in the URL, since the URL triggers an action only on the webpart and not on the whole page. I agree this is annoying since it was great to send a URL with a specific view.
    3- Concerning the access to my timesheet versus my task, I'm not sure to get a full understanding but on a general way, it is much more easy to deal with those situation using categories which you cannot do with the SP permission mode.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • How can I debug a DLL created with MS Visual Studio C++ using CVI?

    I have developed a DLL using MS Visual Studio C++, which is called by an other application written in CVI.
    My goal is to debug the DLL written with C++ when is called from CVI.
    So far I have some msg popups, but I would like to have more debugging capabilities.
    Thanks, Adalbert

    Hello Adi11,
    As documented in the CVI Help under "Debugging DLLs": "In the LabWindows/CVI development environment, you can debug only DLLs you create in LabWindows/CVI with the Create Debuggable Dynamic Link Library command. Other development environments cannot debug DLLs you create in LabWindows/CVI."
    This information was also mentioned on the following discussion forum.
    Thanks.
    Wendy L
    LabWindows/CVI Developer Newsletter - ni.com/cvinews

  • Can i open a file created in Keynote 6.0 in Keynote 5.0.3?

    Can i open a file created in Keynote 6.0 in Keynote 5.0?

    Only if it's exported in a compatible format, such as Keynote '09.
    (120643)

  • I installed CS6 on Mac Pro (10.9 software version). I don't see the Adobe PDF printer in the printer/fax section.  I can not figure how to create the PDF Printer.

    I can not figure how to create a Adobe PDF Printer. Normally when you install the package ( CS6 Standard for Mac Pro) the installer creates the PDF printer automatically. In the System Preferences under the Printer/Fax I don't see the PDF printer. How do you create the PDF printer.
    Thanks,
    Melanie

    did you install acrobat x and does it work as expected?

  • Can I combine a form created in Livecycle Designer with a standard pdf to create a new document?

    I have a fillable form that I created with Livecycle Designer along with two standard pdf files.  When I try to combine in Acrobat Pro 10 it identifies the form with XML data and will not allow me to complete the process.  Thanks in advance for any help with this.

    No you cannot... this is one of the things my organization struggles with.  I love livecycle becuase of its dynamic form capabilities, but we have so many other pre-built pdfs in adobe pro that can not be merged with these forms.  It is truly frustrating!!!  wish i had a better answer for you.  Also from the book 'Creating Dynamic Forms with Adobe LiveCycle Designer' page 6... "The PDF files that Designer creates are structurally different than other PDF files...... LiveCycle Designer can edit a PDF form created in Acrobat, but Acrobat can not edit a PDF form created in Designer."  Likewise... XML pdfs do not merge with other pdfs. JoBeth

  • I can't open a report created in win XP on win2000

    I can't open a report created in win XP on win2000
    I created a report in winXP on SCOTT schemas and I tried at home to reopen the report.
    I receive an error like UNABLE TO OPEN .....REP-0110.
    I tried these reports on another computer with WINXP and they perfectly worked.
    Only win2000 has this problem? Can I solve this problem without installing WinXP?
    Thank you

    there should be no difference, except if you reports versions on those two machines are different. have you tried the other way around, create a file on win2000 and try to open it on XP ? maybe the file gets corrupted during transfer or something.
    thanks,
    ph.

  • HELP!! Can't open a file created on CS8.2 with CC

    Hi Everyone, Please HELP!
    I keep getting this msg:
    I am running:

    Running on Macbook Pro
    OSX Yosemite 10.10.3
    i get this msg over and over again:
    Re: HELP!! Can't open a file created on CS8.2 with CC 

  • Can't create user into backend system and contents in portal.

    hi expert,
    I installed EP(EP,BI-JAVA) as add in installation on existing BI-ABAP system based NW04s.
    I can log on portal by abap user. But unubale to create any content and user in ABAP through portal.
    What must be done after setup Addin JAVA STACK??
    I assign following roles to test user.
    Administrators :UME Database
    Authenticated Users:Built-in Group Authenticated Users Built-in Groups Adapter
    Everyone
    but the error message is like "An error occurred in the persistence. The original and possible not translatet message was: "BAPI_USER_CREATE1@BWBCLNT100: ID=01, NUMBER=491, MESSAGE=You are not authorized to create users in group". Contact your system administrator. "
    If anyone can advice me, it would be appreciated very much.
    Regards
    MASAKI

    If this is what you mean "But unubale to create any content and user in ABAP through portal"....
    creating users in portal is not possible since your UME is now linked to the ABAP in an add-in installation or a dual stack system users can only be created in the ABAP system and with the roles SAP_BC_JSF_COMMUNICATION_RO /without RO should let you create users in the ABAP stack....
    you can only assign roles to users on the Portal for the ABAP users ...
    heres the reason...
    Combined AS for ABAP + Java installation
    If you install an AS for ABAP + Java, UME is automatically set up to use the ABAP user management of the same Web AS installation. This option uses the configuration file dataSourceConfiguration_abap.xml.
    AS for Java installation
    If you install SAP Net Weaver AS for Java the UME is linked to the java database with users and groups in the Java system database, or if you want to subsequently connect an LDAP directory to the UME. This option uses the configuration file dataSourceConfiguration_database_only.xml

Maybe you are looking for

  • Iphone 4s wont sync with itunes 11.3.1

    I have just updated my itunes to 11.3.1 and now my iphone 4s will not sync. My pc recognises that there is a device in my pc but itunes is not recognising it or syncing my phone so I can no longer save my data. any help would be greatly appreciated.

  • Windows 8.1 update-WON​'T for satellite laptop-hel​p!

    I have been trying to update my windows 8.1 to the latest 8.1 update for x64 based systems (KB2919355).  I got the message that I needed to update to this along with a security update needed for windows explorer 11 (KB2936068).  I have tried to downl

  • Manipulate Dates in XI Message Mapping

    Hello all, I have a problem in which I need to take a  date from my source file and manipulate this date to help produce my target structure. <i><b>This is not my actual XML</b></i> <source root>   <field 1>A</field 1>   <field 2>Any value</field 2>

  • COMMIT WORK: Timing of DB commit and update modules

    Hi all, Does anyone know categorically the order of starting the asynchronous update modules (CALL FUNCTION ... IN UPDATE TASK) and the database commit, when a COMMIT WORK is done? Does COMMIT WORK: - Do PERFORM ... ON COMMIT - Start asynchronous upd

  • How to Extend TimzZone Function on JDK 1.1?

    We are using Oracle 8.1.7 and try to perform a timezone function on it. However, Oracle 8i only support JDK1.1.8 which has a lot of incompleted timezone function in the library. But JDK 1.3 timezone functions work properly. My idea is to write extend