- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP Kernel Parameters & trusted system
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
10-28-2004 04:03 PM
10-28-2004 04:03 PM
HP Kernel Parameters & trusted system
Q1) How to get all the HP Kernel Parameters setting?
Example:
Parameter : NSTRBLKSCHED
Current : 2
Parameter
Desciprtion : Number of blockable streams scheduler daemons to run
Q2) During converting to trusted system, at which stage, all the users password will be expire and required to change? During enable password aging or ...? Can I hv the steps the convert into trusted system?
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2004 04:43 PM
10-28-2004 04:43 PM
Re: HP Kernel Parameters & trusted system
1. 'kmtune' will give you a list of tunables. To find the corresponding descriptions look at /usr/sam/lib/kc/params.tx file. You can write a small awk program that can combine the outputs of kmtune and the above file.
2. To convert the system, either you can use 'sam' or the command 'tsconvert'. Simply running tsconvert will convert the system to trusted. However, it will expire the user passwords (this is to initialize the timestamps and history) by setting a global parameter 'exptm'. You can either use "SAM" to disable expiry or use the command
modprdef -m exptm=0
to unexpire the passwords.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2004 05:04 PM
10-28-2004 05:04 PM
Re: HP Kernel Parameters & trusted system
It means that before converting to trusted system, I can skip the action to expire all the users password. It is not the mandatory process that system will do, right. But, if all the users password is not expired, how the timestamps and history process to be carried out? By the way, how to disable the all the users password expire in SAM?
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2004 05:40 PM
10-28-2004 05:40 PM
Re: HP Kernel Parameters & trusted system
You don't need to expire the passwords manually, system will do it for you when you first converted the system to trusted. If the passwords are not expired (or disabled from expiring), then the last (un)successful change will not be there in the password database.
To disable all the users, go into "Auditing and Security" -> "System Security Policies" and disable password aging.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2004 09:53 PM
10-28-2004 09:53 PM
Re: HP Kernel Parameters & trusted system
Use
/usr/sbin/pwck
and
/usr/sbin/grpck
Regards
Rainer