Home
last modified time | relevance | path

Searched refs:upgrade (Results 1 – 25 of 82) sorted by relevance

1234

/titanic_44/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd-upgrade.sh94 cat <<EOF > /tmp/inetd-upgrade.$$.sed
166 sed -n -f /tmp/inetd-upgrade.$$.sed $manifest >> \
170 rm /tmp/inetd-upgrade.$$.sed
200 svcadm disable network/inetd-upgrade
H A DMakefile27 MANIFEST= inetd.xml inetd-upgrade.xml
28 SVCMETHOD= inetd-upgrade
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_user/misc/
H A Dzpool_upgrade_001_neg.ksh52 log_must $ZPOOL upgrade $TESTPOOL.virt
55 log_mustnot $ZPOOL upgrade v1-pool
59 RESULT=$($ZPOOL upgrade | $GREP v1-pool)
H A Dzfs_upgrade_001_neg.ksh47 $ZFS upgrade > /dev/null 2>&1
57 log_mustnot $ZFS upgrade $TESTPOOL/$TESTFS/version1
60 VERSION=$($ZFS upgrade $TESTPOOL/$TESTFS/version1 2>&1 \
/titanic_44/usr/src/lib/efcode/etc/
H A Defcode.cleanup.sh48 ${FLASH_ROOT}/var/svc/profile/upgrade
51 ${FLASH_ROOT}/var/svc/profile/upgrade
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_upgrade/
H A Dzfs_upgrade_001_pos.ksh73 $ZFS upgrade | $NAWK '$1 ~ "^[0-9]+$" {print $2}'> $oldoutput
101 $ZFS upgrade | $NAWK '$1 ~ "^[0-9]+$" {print $2}'> $output
128 $ZFS upgrade | $NAWK '$1 ~ "^[0-9]+$" {print $2}'> $output
H A Dzfs_upgrade_007_neg.ksh51 log_mustnot $ZFS upgrade -V ${args[i]} $TESTPOOL/$TESTFS
H A Dzfs_upgrade_006_neg.ksh50 log_mustnot $ZFS upgrade ${args[i]}
H A Dzfs_upgrade_002_pos.ksh59 $ZFS upgrade -v | $NAWK '$1 ~ "^[0-9]+$" {print $0}'> $output
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_upgrade/
H A Dzpool_upgrade_009_neg.ksh62 log_mustnot $ZPOOL upgrade -V 999 $pool
63 log_mustnot $ZPOOL upgrade -V 999
H A Dzpool_upgrade_001_pos.ksh50 log_must $ZPOOL upgrade -v
57 $ZPOOL upgrade -v > /tmp/zpool-versions.$$
H A Dzpool_upgrade.kshlib78 log_must $ZPOOL upgrade $POOL_NAME > /dev/null
135 ACTUAL=$($ZPOOL upgrade | $GREP $POOL$ | \
H A Dzpool_upgrade_005_neg.ksh55 log_mustnot $ZPOOL upgrade ${args[$i]} > /dev/null
H A Dzpool_upgrade_006_neg.ksh54 log_mustnot $ZPOOL upgrade $NO_POOL
/titanic_44/usr/src/cmd/ibd_upgrade/
H A DMakefile25 MANIFEST = ibd-post-upgrade.xml
26 SVCMETHOD = ibd-post-upgrade
/titanic_44/usr/src/cmd/stmsboot/
H A DMakefile26 MANIFEST = mpxio-upgrade.xml
27 SVCMETHOD = mpxio-upgrade
H A Dstmsboot.sh28 STMSMETHODSCRIPT=/lib/svc/method/mpxio-upgrade
45 STMSINSTANCE=svc:system/device/mpxio-upgrade:default
524 if [ -f /lib/svc/manifest/system/device/mpxio-upgrade.xml ]; then
525 $SVCCFG import /lib/svc/manifest/system/device/mpxio-upgrade.xml
/titanic_44/usr/src/cmd/fm/dicts/
H A DSUNOS.dict38 defect.sunos.zones.upgrade=9
39 ereport.sunos.boot.upgrade.menu_lst=10
40 ereport.sunos.boot.upgrade.menu_lst_bfu=11
/titanic_44/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_inherit_004_pos.ksh53 $ZPOOL upgrade -v
54 $ZPOOL upgrade -v | $GREP "passthrough-x aclinherit" > /dev/null 2>&1
/titanic_44/usr/src/lib/libsqlite/test/
H A Dversion.test77 # upgrade processing to run.
95 # automatic upgrade still works.
148 # Here we do the upgrade test.
172 # Try to do an upgrade where the database file is read-only
188 } {1 {unable to upgrade database to the version 2.6 format: attempt to write a readonly database}}
/titanic_44/usr/src/cmd/svc/milestone/
H A Dmanifest-import323 [ -f /var/svc/profile/upgrade ] && activity=true
328 if [ -f /var/svc/profile/upgrade ]; then
329 . /var/svc/profile/upgrade
331 /usr/bin/mv /var/svc/profile/upgrade \
332 /var/svc/profile/upgrade.app.`date +\%Y\%m\%d\%H\%M\%S`
/titanic_44/usr/src/cmd/tsol/labeld/
H A Dsvc-labeld82 cat >> $ROOT_PATH/var/svc/profile/upgrade <<\__ENABLE_OTHERS
99 cat >> $ROOT_PATH/var/svc/profile/upgrade <<\_ENABLE_AUDITD
109 cat >> $ROOT_PATH/var/svc/profile/upgrade <<\_DEL_LOCAL_NSCD
418 cat >> $ROOT_PATH/var/svc/profile/upgrade <<\__TRUSTED_ENABLE
/titanic_44/usr/src/cmd/logadm/
H A DMakefile47 MFSTFILES = logadm-upgrade.xml
52 METHODFILES = logadm-upgrade
/titanic_44/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_main.c107 boolean_t upgrade = B_TRUE; in ipmgmt_db_init() local
117 upgrade = ipmgmt_needs_upgrade(&res); in ipmgmt_db_init()
118 if (upgrade) { in ipmgmt_db_init()
/titanic_44/usr/src/cmd/svc/seed/
H A Dinc.flg29 echo_file usr/src/cmd/cmd-inet/usr.lib/inetd/inetd-upgrade.xml

1234