Sunday 21 July 2013

HP UX X11 forwording wasn't enabled nothing but remote display

Error Msg:

The x11 forwarding request was rejected. To solve this problem, please turn on x11 feature on remote ............

Solution:
# 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

To increase the mount point quota to specific user lets say 'oracle'
#edquota oracle

make soft , hard to '0' to make it unlimited on the mentioned mount point.

fs /disk1 blocks (soft = 0, hard = 0) inodes (soft = 0, hard = 0)
fs /disk2 blocks (soft = 0, hard = 0) inodes (soft = 0, hard = 0)
fs /home blocks (soft = 0, hard = 0) inodes (soft = 0, hard = 0)

To see the quota report

#repquota

No comments:

Post a Comment