Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
- System requirements for installation
- Transfer installation files to a local disk
- Check that the operating system for the SA Core host, agents, and satellites is supported
- Check Oracle requirements
- Check Veritas File System (VxFS) requirements (optional)
- SA installer prerequisite checker
- Check the NFS services configuration
- Check the free disk space requirements
- Check network requirements
- Check Slice Component requirements
- Download and install windows patch management files (optional)
- Check the SA Global File System (OGFS) requirements
- Check the Core Host(s) time and locale requirements
- Install the Windows Update Service
- Check the user and group requirements for Linux
- Check SA Cores on VMs requirements (optional)
Check the NFS services configuration
NFSv2 and NFSv3 must be enabled and NFSv4 must be disabled to support mounting file systems (mountd
) and SA recommends configuring how NFS/RPC server ports are assigned.
NFS services configuration
Perform the following tasks based on your operating system.
If NFSv2 and/or NFSv3 are not enabled, you may need to change or modify the following parameters in /etc/sysconfig/nfs
:
MOUNTD_NFS_V2=yes
MOUNTD_NFS_V3=yes
Add the following to /etc/sysconfig/nfs
to disable NFSv4 support for nfsd
:
RPCNFSDARGS="--no-nfs-version 4"
Add the following to /etc/sysconfig/nfs
to disable NFSv4 support for nfsd
:
NFS4_SUPPORT="no"
No changes for mountd
are required unless you have manually modified /etc/init.d/nfsserver
to disable NFSv2 and NFSv3.
Configuring NFS/RPC server ports
For a list of ports used by SA, see Required open ports. Perform the following tasks based on your operating system:
Add or enable these parameters in /etc/sysconfig/nfs
:
MOUNTD_PORT=<choose a non-SA port number>
LOCKD_TCPPORT=<choose a non-SA port number>
LOCKD_UDPPORT=<choose a non-SA port number>
STATD_PORT=<choose a non-SA port number>
STATD_OUTGOING_PORT=<choose a non-SA port number>
If you have rquotad
enabled, add or enable this parameter in /etc/sysconfig/nfs
:
RQUOTAD_PORT=<choose a non-SA port number>
For mountd
, modify /etc/sysconfig/nfs
and modify or add this parameter:
MOUNTD_PORT=<choose a non-SA port number>
For lockd
, create or edit /etc/modprobe.d/lockd
and add:
options lockd nlm_udpport=<choose a non-SA port number>
nlm_tcpport=<choose a non-SA port number>
For statd
, if it is installed and running, edit /etc/init.d/nfsserver,
search for
"startproc /usr/sbin/rpc.statd
" and append the -p
parameter specifying a non-SA port. For example:
startproc /usr/sbin/rpc.statd --no-notify -p<choose a non-SA port number>
For rquotad
, if it is installed and running, edit /etc/services
and add/edit TCP/UDP ports for rquotad
, for example:
rquotad <choose a non-SA port number>/tcp
rquotad <choose a non-SA port number>/udp
Restarting the NFS service
After the required changes are made, restart the NFS server service:
/sbin/service nfs restart
/sbin/service nfsserver restart
We welcome your comments!
To open the configured email client on this computer, open an email window.
Otherwise, copy the information below to a web mail client, and send this email to hpe_sa_docs@hpe.com.
Help Topic ID:
Product:
Topic Title:
Feedback: