Veritas InfoScale 7.3.1 IPS repo
Let's create a Veritas InfoScale 7.3.1 IPS repo today. Log in into the VERITAS Entitlement Management System
to download Veritas_InfoScale_7.3.1_Solaris_SPARC.tar.gz
. We just need one file from the archive to proceed.
$ gzcat Veritas_InfoScale_7.3.1_Solaris_SPARC.tar.gz | tar xf - ./dvd1-sol_sparc/sol11_sparc/pkgs/VRTSpkgs.p5p
Good, let's create the IPS repo now.
# zfs create install/pkgrepo/vrts_sparc # pkgrepo create /install/pkgrepo/vrts_sparc # pkgrepo add-publisher -s /install/pkgrepo/vrts_sparc Veritas # pkgrecv -s VRTSpkgs.p5p -d /install/pkgrepo/vrts_sparc '*' Processing packages for publisher Veritas ... Retrieving and evaluating 27 package(s)... PROCESS ITEMS GET (MB) SEND (MB) Completed 27/27 488.4/488.4 465.7/465.7 # pkgrepo -s /install/pkgrepo/vrts_sparc list VRTSvxvm PUBLISHER NAME O VERSION Veritas VRTSvxvm 7.3.1.0,5.11:20171013T065743Z # svccfg -s pkg/server add vrts_sparc # svccfg -s pkg/server add vrts_sparc # svccfg -s pkg/server:vrts_sparc svc:/application/pkg/server:vrts_sparc> setprop pkg/inst_root = /install/pkgrepo/vrts_sparc svc:/application/pkg/server:vrts_sparc> setprop pkg/standalone = boolean: false svc:/application/pkg/server:vrts_sparc> setprop pkg/readonly = boolean: true svc:/application/pkg/server:vrts_sparc> refresh svc:/application/pkg/server:vrts_sparc> ^D # svcadm enable -s svc:/application/pkg/server:vrts_sparc # svcadm restart svc:/application/pkg/depot:default
Don't forget to check for updates and/or a newer ASL on https://sort.veritas.com/patch/finder and https://sort.veritas.com/asl as well.