svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
pkgadm(8)
pkgadm(8) System Administration Commands pkgadm(8)
NAME
pkgadm - manage packaging and patching system
SYNOPSIS
pkgadm dbstatus [-R rootpath]
pkgadm sync [-R rootpath] [-q]
pkgadm -V
pkgadm -?
DESCRIPTION
The pkgadm utility is used for managing the SVR4 packaging system. It
has several subcommands that perform various operations relating to
packaging.
Contents file
sync
Writes the contents file and rolls the contents log file. With use
of the -q option, forces the contents file server to quit.
Internal Install Database
The Solaris operating system supports enhanced System V Revision 4
(SVR4) packages for installation of add-on software that has not yet
adopted the Image Packaging System (IPS). The SVR4 package maintenance
software stores information about installed packages in an internal
database. The pkgadm subcommand dbstatus is used to determine how the
package internal database is implemented. The dbstatus command returns
a string that indicates the type of internal database in use. In the
current implementation, the dbstatus command always returns the string
text, which indicates that the contents(5) package database is in use.
Future releases of Solaris might supply alternative database implemen‐
tations.
OPTIONS
The following options are supported:
-q
(Applies to sync subcommand.) Shuts down the contents file cache
daemon.
-R rootpath
Defines the full name of a directory to use as the root (/) path.
Note that this operation fails if the user does not have sufficient
permissions to access this directory.
Note -
The root file system of any non-global zones must not be refer‐
enced with the -R option. Doing so might damage the global zone's
file system, might compromise the security of the global zone,
and might damage the non-global zone's file system. See zones(7).
-V
Print version associated with packaging tools.
-?
Print help message.
EXIT STATUS
0
Successful completion
non-zero
Fatal error
USAGE
The pkgadm command is used for managing legacy SVR4 packages created
for older Solaris releases. Packages designed for Solaris 11 and later
releases use the IPS package system instead, and are installed and man‐
aged using the pkg(1) command.
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
TRIBUTE VALUE _ Availabilitypackage/svr4 _ Interface StabilityCommitted
SEE ALSO
pkginfo(1), pkgmk(1), pkgparam(1), pkgproto(1), pkgtrans(1), svcs(1),
admin(5), contents(5), exec_attr(5), pkginfo(5), attributes(7),
rbac(7), smf(7), installf(8), pkgadd(8), pkgask(8), pkgrm(8), re‐
movef(8), svcadm(8)
NOTES
The service for pkgadm is managed by the service management facility,
smf(7), under the service identifier:
svc:/system/pkgserv
Administrative actions on this service, such as enabling, disabling, or
requesting restart, can be performed using svcadm(8). The service's
status can be queried using the svcs(1) command.
HISTORY
Support for package signatures and signing certificates, including the
addcert, listcert, and removecert subcommands, and the -a, -e, -f, -k,
-n, -o, -P, -p, -t, and -y options, was removed in Oracle Solaris
11.4.60.
Support for the contents file cache daemon, including the sync subcom‐
mand and -q option, was added in Solaris 10 10/09 (Update 8).
The dbstatus subcommand was added in Solaris 10 3/05.
The pkgadm command was introduced in Solaris 9 12/03 (Update 5), in‐
cluding the addcert, listcert, and removecert subcommands, and the -a,
-e, -f, -k, -n, -o, -P, -p, -R, -t, -V, and -y options.
Oracle Solaris 11.4 3 Jan 2025 pkgadm(8)