Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Software >> OS >> Unix >> Solaris >> 11 >> IPS >> How to populate your package repository from internet or from an ISO file

(1) Copying from Oracle Solaris Release repository via Internet

e.g.

# pkgrecv -s http://pkg.oracle.com/solaris/release/ -d /export/repoSolaris11 ’*’

 

(2) Copying a Repository Froma File (in .ISO image)

download the following from Oracle

  • sol-11-1111-repo-full.iso-a
  • sol-11-1111-repo-full.iso-b

# cat sol-11-1111-repo-full.iso-a sol-11-1111-repo-full.iso-b > sol-11-1111-repo-full.iso

# lofiadm -a sol-11-1111-repo-full.iso

# mount -F hsfs /dev/lofi/1 /mnt

# rsync -aP /mnt/repo/ /export/repoSolaris11

# umount /mnt

 

[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]