| /test/stcnv/usr/src/suites/storage/comstar/src/lib/ksh/ |
| iscsiadm_command.ksh | 55 typeset host="${1}" 63 cti_report "Executing: ${cmd} on ${host}" 65 run_rsh_cmd "${host}" "${cmd}" 69 iscsiadm_add_info "${host}" "${object}" "${options}" 107 typeset host="${1}" 115 cti_report "Executing: ${cmd} on ${host}" 117 run_rsh_cmd "${host}" "${cmd}" 121 iscsiadm_remove_info "${host}" "${object}" "${options}" 159 typeset host="${1}" 185 message="${message} [${secret_string}] on ${host}" [all...] |
| iscsiadm_global.ksh | 256 typeset host="${1}" 258 run_rsh_cmd "${host}" "${cmd}" 259 cti_reportfile "${CMD_STDOUT}" "On ${host}-${cmd}" 273 typeset host="${1}" 275 log_command_output "${host}" "${ISCSIADM} list initiator-node" 276 log_command_output "${host}" "${ISCSIADM} list discovery" 277 log_command_output "${host}" "${ISCSIADM} list discovery-address" 278 log_command_output "${host}" "${ISCSIADM} list target -S" 279 log_command_output "${host}" "${ISCSIADM} list target-param -v" 295 typeset host="${ISCSI_THOST} [all...] |
| iscsiadm_verify.ksh | 43 # $1 - iscsi initiator host name 52 typeset host="${1}" 57 iscsiadm_verify_target "${host}" 60 iscsiadm_verify_lun "${host}" 78 # ${1} - Host name of initiator 85 typeset host="${1}" 86 typeset i_node="$(iscsiadm_i_node_name_formatted ${host})" 88 expected_target_list "${host}" 96 expected_lun_list "${host}" "${target}" 106 # target host and their configured isns servers contains a same on [all...] |
| iscsiadm_info.ksh | 71 typeset host="${1}" 76 run_rsh_cmd "${host}" "${cmd}" 78 host_var="$(format_shellvar ${host})" 92 # $1 - host name of initiator 99 typeset host="${1}" 100 typeset host_var="$(format_shellvar ${host})" 113 # $1 - host name of initiator 119 typeset host="${1}" 122 i_node="$(iscsiadm_i_node_name_get ${host})" 136 # $1 - the initiator host nam [all...] |
| /test/ontest-stc2/src/suites/os/smf/tests/svccfg/tests/import-export/lists/ |
| services | 32 host
|
| /test/stcnv/usr/src/suites/os/smf/tests/svccfg/tests/import-export/lists/ |
| services | 32 host
|
| /test/stcnv/usr/src/tools/checkenv/lib/ |
| ce_host_reachable.ksh | 36 # To check whether the host specified in variable $host 40 # 0, if host is reachable, sets result to PASS. 47 /usr/sbin/ping -A $ip_version $host >/dev/null 2>&1 49 errmsg="host $host is unreachable via $ip_version ping" 56 /bin/rsh -n $host /bin/hostname >/dev/null 2>&1 59 errmsg="host $host is rsh unreachable!\n 60 \t*** INSTRUCTIONS TO ENABLE rsh ON $host [all...] |
| ce_package.ksh | 37 # $2: host, the name of the host on which the package should exist, 43 host=${2} 48 errmsg="usage: ce_package <package> [host]" 65 if [[ -z $host ]]; then 74 ce_host_reachable $host rsh 76 abort "host $host is rsh unreachable" 78 pkginfo=$(rsh -n $host "pkginfo $pkg" 2>/dev/null) 83 errmsg="Package $pkg not found on host $host [all...] |
| /test/ontest-stc2/src/suites/os/smf/tests/svccfg/tests/import-export/propval/ |
| services | 33 host
|
| /test/stcnv/usr/src/suites/os/smf/tests/svccfg/tests/import-export/propval/ |
| services | 33 host
|
| /test/ontest-stc1/usr/ontest/uts/fs/nfs/nfsv4-test/tests/stress_nfs4/workloads_in_zones/include/ |
| funcs.kshlib | 79 typeset host=$1 80 if [[ -z $host ]]; then 81 print -u2 "$fname: host argument is null" 85 ping $host >/dev/null 86 ckresult $? "$fname: $host is not reachable" || return 1 88 rsh -n $host true 89 ckresult $? "$fname: couldn't access $host via rsh" 112 typeset host=$1 115 typeset logfile=$TMPDIR/$fname.$$.$host 117 if [[ -z $host ]]; the [all...] |
| /test/ontest-stc1/usr/ontest/uts/fs/nfs/nfsv4-test/nfsv4shell/scripts/ |
| pathhandles.tcl | 47 set host [ lindex $argv 0 ] 50 #connect -t udp -p 9999 $host 51 connect $host
|
| attributes.tcl | 37 set host [ lindex $argv 0 ] 40 #connect -t udp -p 9999 $host 41 connect $host 61 puts stderr "ERROR: path=($path) not found in server=($host)."
|
| readdir.tcl | 39 set host [ lindex $argv 0 ] 42 connect $host
|
| test.tcl | 39 set host [ lindex $argv 0 ] 42 #connect -t udp -p 9999 $host 43 connect $host
|
| /test/stcnv/usr/src/suites/nfs/nfsv4/nfsv4shell/scripts/ |
| pathhandles.tcl | 47 set host [ lindex $argv 0 ] 50 #connect -t udp -p 9999 $host 51 connect $host
|
| attributes.tcl | 37 set host [ lindex $argv 0 ] 40 #connect -t udp -p 9999 $host 41 connect $host 61 puts stderr "ERROR: path=($path) not found in server=($host)."
|
| readdir.tcl | 39 set host [ lindex $argv 0 ] 42 connect $host
|
| /test/ohacts/src/tset/sanity/scripts/ |
| testclient.pl | 33 ($host, $port, $ourname) = @ARGV; 36 die "Usage: dst-host port\n"; 38 print "Host $host port $port\n"; 47 ($name,$aliases,$type,$len,@thataddr) = gethostbyname($host); 58 print "Them $host $i: $thatstr\n"; 65 print "Us: $ourname $thisstr, Them: $host $thatstr\n"; 98 print S "Sender thinks: $ourname $thisstr To: $host $thatstr\n";
|
| /test/ontest-stc2/src/tools/krb5tools/bin/ |
| krb5nfscfg.ksh | 59 Usage: $NAME <-s|-c> [host] 60 -s set up the host for kerberized NFS 61 -c clean up the host with previous Kerberized NFS 63 host the host to be set up for kerberized NFS. This is 64 optional. If host is not specified, localhost is used. 106 host=$(uname -n) 108 [[ -z $remote_host ]] || are_same_host $DNS_SERVER $host $remote_host 112 # run this script on remote host 160 # create host principal and root user principal if they don't exis [all...] |
| /test/stcnv/usr/src/tools/genutils/krb5tools/bin/ |
| krb5nfscfg.ksh | 62 Usage: $NAME <-s|-c> [host] 63 -s set up the host for kerberized NFS 64 -c clean up the host with previous Kerberized NFS 66 host the host to be set up for kerberized NFS. This is 67 optional. If host is not specified, localhost is used. 115 host=$(uname -n) 117 [[ -z $remote_host ]] || are_same_host $DNS_SERVER $host $remote_host 121 # run this script on remote host 168 # create host principal and root user principal if they don't exis [all...] |
| /test/stcnv/usr/src/tools/krb5tools/bin/ |
| krb5nfscfg.ksh | 59 Usage: $NAME <-s|-c> [host] 60 -s set up the host for kerberized NFS 61 -c clean up the host with previous Kerberized NFS 63 host the host to be set up for kerberized NFS. This is 64 optional. If host is not specified, localhost is used. 106 host=$(uname -n) 108 [[ -z $remote_host ]] || are_same_host $DNS_SERVER $host $remote_host 112 # run this script on remote host 159 # create host principal and root user principal if they don't exis [all...] |
| /test/stcnv/usr/src/suites/net/driver-wifi/src/lib/ksh/ |
| util-ibss.ksh | 66 typeset host=$1 sec_mode=$2 create=$3 70 if [[ -n $host ]]; then 71 rsh_host="rsh -n $host" 77 delete_secobjs $host 82 create_secobjs "$host" $secobj $WEPKEY_64 wep 86 create_secobjs "$host" $secobj $WEPKEY_128 wep
|
| /test/stcnv/usr/src/suites/nfs/nfsgen/ |
| krb5_config.ksh | 113 for host in $krb5_hosts; do 114 if [[ $host = "local" ]]; then 115 host="" 118 host_fqdn=$host 121 # setup the host as KDC client, create host principal 123 -p host/$host_fqdn $host \ 126 # enable kerberized nfs support on the host 127 RUN_CHECK ${KRB5TOOLS_HOME}/bin/krb5nfscfg -s $host \ [all...] |
| /test/stcnv/usr/src/suites/nfs/loadstress/include/ |
| funcs.kshlib | 81 typeset host=$1 82 if [[ -z $host ]]; then 83 print -u2 "$fname: host argument is null" 87 ping $host >/dev/null 88 ckresult $? "$fname: $host is not reachable" || return 1 90 $RSH $host true 91 ckresult $? "$fname: couldn't access $host via $RSH" 114 typeset host=$1 117 typeset logfile=$TMPDIR/$fname.$$.$host 119 if [[ -z $host ]]; the [all...] |