#/etc/init.d/netvault start
#exit
$logout
Then it hangs.
Cause: the netvault daemon is attached to the terminal.
Fix: append " < /dev/null > /dev/null 2>&1" like thus in that script.
$NV_HOME/bin/nvpmgr startup < /dev/null > /dev/null 2>&1
#exit
$logout
Then it hangs.
Cause: the netvault daemon is attached to the terminal.
Fix: append " < /dev/null > /dev/null 2>&1" like thus in that script.
$NV_HOME/bin/nvpmgr startup < /dev/null > /dev/null 2>&1
No comments:
Post a Comment