HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: TUNABLE SECURITY PARAMETERS
Operating System - HP-UX
1835961
Members
1736
Online
110088
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2008 07:32 AM
09-14-2008 07:32 AM
TUNABLE SECURITY PARAMETERS
Hi ,
How can we check the value of these parameters
raorv soft nproc
raorv hard nproc
raorv soft nofile
raorv hard nofile
and how we can change them (on HPUX v2)
thank you
How can we check the value of these parameters
raorv soft nproc
raorv hard nproc
raorv soft nofile
raorv hard nofile
and how we can change them (on HPUX v2)
thank you
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2008 06:53 PM
09-14-2008 06:53 PM
Re: TUNABLE SECURITY PARAMETERS
Hello,
There is no soft and hard limits in HP-UX.
There are simply kernel tunable parameters.
a) To check nproc:
# kctune -v nproc
b) To check nfile:
# kctune -v nfile
Note the spelling: "nfile" not "nofile" as
you wrote, possibly by mistake.
However, there is a ulimit value called
"nofiles" (number of file descriptors):
# ulimit -a | grep nofiles
or, simpler:
# ulimit -n
To set them, as a simple exercise to learn,
please refer to manuals on commands
kctune(1m) and Ksh ulimit.
Cheers,
VK2COT
There is no soft and hard limits in HP-UX.
There are simply kernel tunable parameters.
a) To check nproc:
# kctune -v nproc
b) To check nfile:
# kctune -v nfile
Note the spelling: "nfile" not "nofile" as
you wrote, possibly by mistake.
However, there is a ulimit value called
"nofiles" (number of file descriptors):
# ulimit -a | grep nofiles
or, simpler:
# ulimit -n
To set them, as a simple exercise to learn,
please refer to manuals on commands
kctune(1m) and Ksh ulimit.
Cheers,
VK2COT
VK2COT - Dusan Baljevic
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP