Verify that the user that is installing Data Repository has a value of at least 65536 on the number of open files. Set this value permanently.
Note: In a cluster environment, the value for the number of open files must be the same on all nodes.
Follow these steps:
ulimit -n
The command returns the ulimit number. This number must be at least 65536.
ulimit -n ulimit_number
For example:
ulimit -n 65536
# Added by Vertica * soft nofile 65536 # Added by Vertica * hard nofile 65536 # Added by Vertica * soft fsize unlimited # Added by Vertica * hard fsize unlimited
service sshd restart
Note: If you do not have restart as an argument, type the following commands to stop and start sshd:
service sshd stop
service sshd start
ulimit -n
The command returns the ulimit number that you specified earlier.
ulimit -n
The command returns the ulimit number that you specified earlier.
The user that is installing Data Repository must have a ulimit value of at least 65536. The ulimit value is set permanently. This value remains set, even if the computer where Data Repository is installed is rebooted.
Open the /etc/security/limits.conf file and add the following lines:
# Added by Vertica * soft nofile 65536 # Added by Vertica * hard nofile 65536
The limit on the number of open files on Data Repository hosts is verified.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|