2010 March 10

Change hostname on HP-UX

hostname hpuxdev11
uname –S hpuxdev11
#(node name)
vi /etc/rc.config.d/netconf

HOSTNAME=”hpuxdev”
OPERATING_SYSTEM=HP-UX
LOOPBACK_ADDRESS=127.0.0.1

/sbin/init.d/net start

also it is a good ideea to change the name in /etc/hosts.

source

By WladyX on 10 March, 2010 | General, HP-UX | A comment?

Check if there is anything in the DVD Drive HP-UX

# diskinfo /dev/rdsk/c1t3d0

source

By WladyX on | General, HP-UX | A comment?

how to set the kernel parameters in hpux

E.g.:

/usr/sbin/kctune -h -B vps_ceiling=64

see also

By WladyX on | General, HP-UX, Kernel | A comment?

Teeworlds hangs on quit

sudo apt-get install libsdl1.2debian-pulseaudio

source

By WladyX on | General, Ubuntu | A comment?