Oracle Solaris ZFS File System (MOSC)

MOSC Banner

RAW ZFS for Database - links to zvol/rdks AND devices/pseudo

Used for informix DB.

Basically, got a device called /dev/IMAGE_DB.

# ls -al /dev/IMAGE*

lrwxrwxrwx 1 informix informix   35 Aug 4 2015 /dev/IMAGE_DB -> /dev/zvol/rdsk/informix-db/IMAGE_DB

As you can see points to the raw zpool (called informix-db/IMAGE_DB).

AND,

# ls -al /dev/zvol/rdsk/informix-db/IMAGE_DB

lrwxrwxrwx  1 root    root         39 Sep 8 2015 /dev/zvol/rdsk/informix-db/IMAGE_DB -> ../../../../devices/pseudo/zfs@0:8c,raw

which I think is correct. Other DBs on different servers seem to have this sort of link too....

BUT,

ls -al ../../../../devices/pseudo/zfs@0:8c,raw

../../../../devices/pseudo/zfs@0:8c,raw: No such file or directory

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center