UnixTips.net

* use my tips at your own risk !!

* use my tips at your own risk !!

Categories

  • Other (3)
  • Scripting (10)
  • Unix (70)
  • Wordpress (2)

Powered by Genesis

Async Config

2.1 HP-UX Configuration
———————–
a. create the /dev/async character device
% /sbin/mknod /dev/async c 101 0x0
% chown oracle:dba /dev/async
% chmod 660 /dev/async

The kernel driver was installed and the
/dev/async special file was created.
Instead of
mknod /dev/async c 101 0x000004
per Informix instructions.
To clear (or not) things a little. Everything was working perfectly until usage started getting high.