jBASE Remote File Server (jRFS) Environment Variables
This section explains the jBASE Remote File Server (JRFS) Environment Variables that are needed to configure Remote File Access.
Description
It defines the location of the jRFS security access file jnet_access.
Values
Valid file path
Default
/usr/jbc/config (UNIX)
%JBCRELEASEDIR%\config (Windows)
Setting
As per normal environment variable, the following settings should be done.
|
UNIX |
Windows |
|---|---|
|
JBCNETDIR=/usr/jJBASEsetup |
SET JBCNETDIR=C:\JJBASESETUP |
Description
It defines the location of the jRFS configuration files.
Values
Valid file path
Default
/usr/jbc/config (UNIX)
%JBCRELEASEDIR%\config (Windows)
Setting
As per normal environment variable, the following settings should be done.
|
UNIX |
Windows |
|---|---|
|
JBCNETDIR=/usr/jJBASEsetup
|
SET JBCNETDIR=C:\JJBASESETUP
|
Description
It specifies that the jQL command will run on the remote server and send the data back rather than querying line by line over the network.
Values
1
Default
Not set
Settings
As per normal environment values, the following settings should be done.
|
UNIX |
Windows |
|---|---|
|
JRFS_REMOTE_JQL=1 |
SET JRFS_REMOTE_JQL=1
|
Description
It specifies that the jRFS Server process will use the file name as 'opened' on the remote system
rather than using the file name specified in the original select statement.
Values
1
Default
Not set
Settings
As per normal environment values, the following settings should be done.
|
UNIX |
Windows |
|---|---|
|
JRFS_LOCALPATH_JQL=1 |
SET JRFS_LOCALPATH_JQL=1
|
Description
It allows the jRFS client to override the service port.
Values
1
Default
Not set
Settings
As per normal environment values
|
UNIX |
Windows |
|---|---|
|
JRFS_SERVERNAME=1 |
SET JRFS_SERVERNAME=1
|
Description
It allows the POSIX semaphore locking to override the default locking in UNIX. This setting is to handle the jBASE scalability problem in UNIX based systems.
Values
1
Default
Not set
Settings
As per normal environment values, the following settings should be done.
|
UNIX |
Windows |
|---|---|
|
JBASE_GROUP_LOCK=1 |
NA |
In this topic