#showmount -e server -> To know the filesystem exported by that server and to whom.
#showmount -a server -> To list the clients currently mounted the exported filesystem.
mount -F nfs server:/exp_imp/exp/bdd1 /mnt/bdd1
Login as root
Edit the /usr/lib/cron/cron.allow file
Add “oracle” at the end.
Logout and login as “oracle” user again.
Perform a shutdown -r -y 0 when you can take the system down. When the system is coming up, interrupt the boot process when indicated. You should be brought to the step where you can specify where to boot from. Just enter a bo pri, and when the system asks you to interact with ISL, enter Y. Once at the ISL prompt, you can issue a hpux -is to enter single user mode, in which you can execute your expansion of /usr.
lvextend -A y -L 20480 /dev/vg00/lvol7 && \
umount /dev/vg00/lvol7 && \
extendfs -F vxfs /dev/vg00/rlvol7 && \
mount -F vxfs -o ioerror=mwdisable,delaylog,nodatainlog,dev=40000007 /dev/vg00/lvol7 /usr
/usr/contrib/bin/machinfo | grep "Memory"
#ioscan -k |grep processor |wc –l
hostname hpuxdev11 #(node name)
uname –S hpuxdev11
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.
# diskinfo /dev/rdsk/c1t3d0
# vi /opt/ssh/etc/sshd_config
and make sure "X11Forwarding yes" is uncommented. If you made a change to this file, restart the daemon:
# /sbin/init.d/secsh stop
# /sbin/init.d/secsh start
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1092967