Setup Publisher Local Repository Solaris 11

Mount ISO Repo Solaris :

# mount -F hsfs /export/home/secadmin/source_solaris/sol-11_4-repo.iso /repo/repo_full/
# mount -F hsfs /export/home/secadmin/source_solaris/11.4.7.5.0/sol-11_4_7_5_0-incr-repo.iso /repo/sru/

noted : Path iso harus detail (full location path) di define pada command

Show List publisher repository:

# pkg publisher

Delete List Publisher :

# pkg unset-publisher [publisher_name]

Add Publisher repository :

# pkg set-publisher -g file:///repo/repo_full/repo/ solaris
# pkg set-publisher -g file:///repo/sru/repo/ solaris

Show List publisher repository:

# pkg publisher

Install Packages Solaris :

# pkg install [packages_name]