OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:portmap
(Results
1 - 2
of
2
) sorted by null
/external/ltp/testscripts/
ltpstress.sh
29
# adapt script to work with
portmap
and rpcbind
183
ps -ef | grep
portmap
| grep -v grep
187
echo "
Portmap
and rpcbind not running"
188
echo "Let's start
portmap
"
189
/sbin/
portmap
&
191
ps -ef | grep
portmap
| grep -v grep
193
echo "Could not start
portmap
, Let's start rpcbind"
204
echo "The RPC test suite is using
portmap
"
210
echo "The RPC test suite is using
portmap
"
/external/ltp/testcases/network/rpc/basic_tests/rpcinfo/
rpcinfo01
85
echo "Checking for
portmap
or rpcbind daemon on `hostname` and $RHOST"
86
ps -ewf | grep
portmap
| grep -v grep > /dev/null
89
PORTMAPPER="
portmap
"
96
echo "The
portmap
or rpcbind daemon is NOT running"
100
rsh -n $RHOST "ps -ewf" | grep
portmap
| grep -v grep > /dev/null
102
[ $? -eq 0 ] || end_testcase "The
portmap
or rpcbind daemon is NOT running on $RHOST"
199
portmap
)
208
echo "
portmap
or rpcbind not running"
Completed in 160 milliseconds