User guide

Chapter 13: Command Line Interface
141
portlog Command
Description
SX port.
encrypt <true|false>
Enable/Disable Encryption of log data sent to
the remote NFS Server.
block on failure
<true|false>
Indicate whether the NFS Server is a soft
mount (when set to false) or a hard mount
(when set to true).
Portlog Command Example
portlog enable true prefix DomSX1size 1000000 timestamp
1 update 20 inputlog false indir /nfs_SX_DomIn outdir
SX_Dom_Out encrypt true
The following command displays the default portlog values:
admin > Config > Log > portlog
Portlog Settings :
Enable : false
File Prefix: domSX-NFS
File Size : 65535
UpdateFrequency : 20
TimestampFrequency : 20
Input Log Enable : false
Input Log Directory: input
Output Log Directory: output
Encrypted : false
Block on Failure : true
Decrypt Encrypted Log on Linux-based NFS Server
To decrypt nfs encryption on Linux
®
platform, follow these steps:
1. Retrieve the current nfs encryption key:
admin > Config > Log > nfsgetkey type rc4
2. Cut and paste the response of this command into a file, for example,
dsx-encrypt.key.
3. Retrieve decryption application and either place it on the Linux
machine or compile its source.
4. Save the encryption key file (dsx-encrypt.key) in the same directory
where the decryption application is stored.
5. Copy the encrypted portlog file to the same directory.