HP Visualize J5000 hp enterprise file system: planning and configuring hp DCE/ - Page 46

Setting Global Variables

Page 46 highlights

Installing and Configuring Enhanced DFS 3.0 Setting Global Variables Setting Global Variables Global variables include directory variables, execution variables, and security server variables. Global variables may be defined by the user if the default setting is not correct for whatever reason. If none are defined, the configuration scripts will still work correctly. Directory variables should only have to be changed by the user if they somehow customize their dce installation and required files are not in the default directories. • DCELOCAL - Default is "/opt/dcelocal" • OS_DCE_ETC - Default is "/etc/rc.config.d" • DCE_ETC - Default is "/etc/opt/dce" • DCE_VAR - Default is "/var/opt/dce" • DCE_OPT - Default is "/opt/dce" Execution variables can be changed by the user to modify the behavior of the configuration scripts. • CLEAN_UP - y or n. "y" means that when an error is encountered during configuration, the clean-up code will be executed. "n" means that the node will be left in the state it was in when the configuration script failed. Default is "y". • EXIT_ERR - y or n. "y" means that when an error is encountered in certain areas (such as a principal already existing when configuring a dce client), the code will exit immediately. "n" means an error of this kind will be ignored and the configuration will continue. Default is "y". • DISPLAY - Legal value is a number between '1' and '5' inclusive. This variable determines how much detail is output to the screen during configuration. The lower the number the fewer the messages. Errors are always reported. Debug level messages are only displayed when DISPLAY is 4 or greater. Default is "5". 46

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164

46
Installing and Configuring Enhanced DFS 3.0
Setting Global Variables
Setting Global Variables
Global variables include directory variables, execution variables, and
security server variables. Global variables may be defined by the user if the
default setting is not correct for whatever reason. If none are defined, the
configuration scripts will still work correctly.
Directory variables
should only have to be changed by the user if they
somehow customize their dce installation and required files are not in the
default directories.
DCELOCAL
- Default is “/opt/dcelocal”
OS_DCE_ETC - Default is “/etc/rc.config.d”
DCE_ETC
- Default is “/etc/opt/dce”
DCE_VAR
- Default is “/var/opt/dce”
DCE_OPT
- Default is “/opt/dce”
Execution variables
can be changed by the user to modify the behavior of
the configuration scripts.
CLEAN_UP - y or n.
“y” means that when an error is encountered during
configuration, the clean-up code will be executed. “n” means that the node will
be left in the state it was in when the configuration script failed. Default is “y”.
EXIT_ERR - y or n.
“y” means that when an error is encountered in certain areas
(such as a principal already existing when configuring a dce client), the code will
exit immediately. “n” means an error of this kind will be ignored and the
configuration will continue.
Default is “y”.
DISPLAY
- Legal value is a number between ‘1’ and ‘5’ inclusive.
This variable
determines how much detail is output to the screen during configuration.
The
lower the number the fewer the messages.
Errors are always reported.
Debug
level messages are only displayed when DISPLAY is 4 or greater.
Default is “5”.