Information regarding devices in Sybase/ SAP ASE can be found in many system tables, however this will be a very bad idea to modify them directly. When you need a new device some dedicated commands should be used.
System databases are created during installation and normally you don't need to create them manually. Probably the only moment when a manual creation of databases will be required is when installation has been somehow damaged and you need to recover from the disaster.
During installation following devices have been created:
SELECT name,phyname FROM sysdevices
name phyname
------------------------------ -------------------------------------------------
master /opt/sap/data/master.dat
tapedump1 /dev/nst0
tapedump2 /dev/nst1
sysprocsdev /opt/sap/data/sysprocs.dat
systemdbdev /opt/sap/data/sybsysdb.dat
tempdbdev /opt/sap/data/tempdbdev.dat
sybmgmtdev /opt/sap/data/sybmgmtdb.dat
and those devices are used by following databases (we are skipping tape devices here as you see in WHERE clause):