HP StorageWorks Clustered File System 3.6.0 Windows Storage Server Edition Installation Guide (418975-003, January 2008)

Chapter 3: Install HP StorageWorks Clustered File System 20
# allow_any_disk
#Perform no checking to ensure that paths to disks go through
#the managed SAN. Set to 1 to enable, 0 to disable.
#(default behavior is "disabled").
#
#(This parameter should not be set except in very specific cases!)
#
#allow_any_disk 0
On the last line, remove the # sign preceding allow_any_disk and
change the value to 1:
allow_any_disk 1
To set no_permanent_mountpoints, locate these lines in the scl.conf
file:
# no_permanent_mountpoints
#(This parameter is only for Windows; it has no affect on Linux)
#Indicates whether scl utilities will create 'permanent' mountpoints
#for all imported device partitions. (They are permanent in that
#they will persist until the disk is deported).
#
#Note that on W2K3 Enterprise, by default, devices cannot be
#accessed without either a driveletter assignment or a mountpoint
#assignment. Hence turning on 'no_permanent_mountpoints' may prevent
#MatrixServer from operating properly.
#
#Set to 1 to disable creation of permanent mountpoints.
#(default behavior is that scl will create permanent mountpoints
#for all imported devices.)
#
#no_permanent_mountpoints 0
On the last line, remove the # sign preceding
no_permanent_mountpoints and change the value to 1:
no_permanent_mountpoints 1