If you use srvbuild to create the server and either the master device or sybsystemprocs device is a raw partition, then give user “sybase” the same permissions for the corresponding block device /dev/sd* as you did to the server.
See the chown(1), chgrp(1), and chmod(1) commands to apply correct permissions.
To verify your settings, query the device binding using the raw command, enter:
# raw -qa
The output should be:
/dev/raw/raw1: bound to major 3, minor 5 /dev/raw/raw2: bound to major 3, minor 6 /dev/raw/raw3: bound to major 3, minor 7 /dev/raw/raw4: bound to major 3, minor 8
You should have root privileges to execute this
command. In case you do not have root permission, you may see the
following output for the
raw -qa
command:
Cannot open master raw device '/dev/rawctl' (Permission denied)
Using the raw devices, Adaptive Server and the installation and configuration utility, srvbuild, detects and presents their size automatically. Just enter the absolute path to the raw device when creating the master, sybsystemprocs, sybtempdb, or any other device.