Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../sbin/../lib/./tpmfod-sysevent-setup
Real path: /usr/lib/tpmfod-sysevent-setup
Zurück
#! /usr/bin/ksh # # Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. # export PATH=/usr/bin:/usr/sbin # # tpmfod-sysevent-setup # # Add an event to listen for a TPM failover event, which occurs during # a SP/SPP failover. # syseventadm list -v SUNW -p tpm -c EC_tpm -s ESC_tpm_failover \ | grep -q /usr/lib/tpmfod-sysevent if [ $? -ne 0 ] ; then # event not present--add it syseventadm add -v SUNW -p tpm -c EC_tpm -s ESC_tpm_failover \ /usr/lib/tpmfod-sysevent class=\$class subclass=\$subclass fi