Skip to main content

Posts

Showing posts from April, 2019

Set or Change Network Settings of Management Processor

Set or Change Network settings of Management Processor What is Management Processor?    The management processor is an independent support system for the server. It provides a way to connect to a server and perform administration or monitoring tasks for the server hardware. The management processor controls power, reset, Transfer of Control (TOC) capabilities, provides console access, displays and records system events, and can display detailed information about the various internal subsystems. The management processor also provides a virtual front panel that can be used to monitor system status and see the state of front panel LEDs. All MP functions are available via the LAN, local RS-232 and remote RS-232 ports. The management processor is available whenever the system is connected to a power source, even if the server main power switch is in the off position. Note : If you are accessing MP for first time and want to set all parameters like hostname, IP...

Set Disk Quota for os user in HP-UX B.11.31

HP-UX B.11.31 Disk Quota Definition ============================== 1. Add quota ,delaylog 0 0 in "/etc/fstab" file. /dev/vg00/lvol4 /home vxfs quota,delaylog 0 0 2. Unmount and mount file system once to apply quota attribute # umount /home # mount /home 3. set quota for a user # edquota user1 ------ and set the blocks quota like that for 1 GB limit fs /home blocks (soft = 1000000, hard = 1048576) inodes (soft = 0, hard = 0) 4. set the same quota for other users with prototype user "user1" edquota -p user1 user2 user3 user4 user5  user quota set you can check for other users with "edquouta user-name" command Comment your questions and Suggestions/Opinions !! Thank You !!