Read more
- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- how to convert as trusted mode.
-
-
Categories
- Topics
- Hybrid IT with Cloud
- Mobile & IoT
- IT for Data & Analytics
- Transformation
- Strategy and Technology
- Products
- Cloud
- Integrated Systems
- Networking
- Servers and Operating Systems
- Services
- Storage
- Company
- Events
- Partner Solutions and Certifications
- Welcome
- Welcome
- Announcements
- Tips and Tricks
- Feedback
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- Converged Data Center Infrastructure
- Digital Transformation
- Grounded in the Cloud
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- Networking
- OEM Solutions
- Servers: The Right Compute
- Telecom IQ
- Transforming IT
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Enterprise.nxt
- Marketplace
- Aruba Airheads Community
-
Categories
-
Forums
-
Blogs
-
InformationEnglish
how to convert as trusted mode.
SOLVED- 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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-24-2009 04:03 AM
05-24-2009 04:03 AM
I am using hp-ux 11.00 and 11.11.
I think my hp-ux server is not in trusted mode. since there no file like /etc/shadow.
Now i want to convert to trusted mode. so i used following command to convert. but it is showing some error.
Ex:
# pwconv
The system is not yet in trusted mode.
Use pwck to list any problems with the password file.
After fixing all problems use SAM to convert to trusted mode.
so how to use SAM to convert my system to trusted mode.
how to solve this.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-24-2009 04:23 AM
05-24-2009 04:23 AM
Re: how to convert as trusted mode.
Re: how to convert as trusted mode.
The following link will help u
http://docs.hp.com/en/B2355-90950/ch08s08.html
thanks and regards
Sajjad sahir
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-24-2009 04:29 AM
05-24-2009 04:29 AM
SolutionTo enable auditing, run SAM and use the â Auditing and Securityâ window.
Before converting system into trusted mode take a backup of /etc/passwd.
Recommended method is to use SAM rather than using tsconvert command.
>>>>I think my hp-ux server is not in trusted mode. since there no file like /etc/shadow.
Another clue would be to see /tcb.
Cheers!!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-24-2009 04:51 AM
05-24-2009 04:51 AM
Re: how to convert as trusted mode.
Re: how to convert as trusted mode.
you can use SAM to convert your existing system into trusted,
before that as mentioned in url pls check
swlist -l fileset | grep Security
once system is trusetd you should see /tcb
below is pdf which can explain you how to use in detail about trusted system.
http://docs.hp.com/en/5992-3387/apa.html
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-24-2009 05:12 AM
05-24-2009 05:12 AM
Re: how to convert as trusted mode.
Re: how to convert as trusted mode.
Trusted and shadow implementions are different. HP's Trusted mode is deprecated at 11.31 (11iv3) meaning that that it is the last release that will support this functionality. I would suggest, therefore, that you transition to the shadow implementation. On 11.11 you can do this with:
http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=ShadowPassword
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-24-2009 08:28 PM
05-24-2009 08:28 PM
Re: how to convert as trusted mode.
Re: how to convert as trusted mode.
>>Use pwck to list any problems with the password file
This error means there is some problem in your /etc/passwd file.
run pwck it will give the output where is the error might be some extra field added or may be some extra character add into your /etc/passwd file first fix it then you can run pwconv or using sam also you can convert your system into trusted mode.
Suraj
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-25-2009 12:06 AM
05-25-2009 12:06 AM
Re: how to convert as trusted mode.
Re: how to convert as trusted mode.
/usr/lbin/getprdef -r
to convert
/etc/tsconvert
or use sam
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-25-2009 01:02 AM
05-25-2009 01:02 AM
Re: how to convert as trusted mode.
Re: how to convert as trusted mode.
You can check below link as follows,
http://docs.hp.com/en/J4269-90041/ch04s02.html
Rgds//
Taifur
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-25-2009 01:22 AM
05-25-2009 01:22 AM
Re: how to convert as trusted mode.
Re: how to convert as trusted mode.
Make yourself clear that /etc/shadow, pwconv or pwunconv are not at all related to trusted system.
These are all related to HP's security product "shadow password" which is available here for download.
http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=ShadowPassword
You need to download and install the product. Then only you can run pwconv and pwunconv commands. /etc/shadow file will be created once you run /etc/shadow.
Trusted system is another layer of security level product. You can run "tsconvert" to convert the system to trusted. But SAM is the recommanded way to convert the system into trusted.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-25-2009 01:23 AM
05-25-2009 01:23 AM
Re: how to convert as trusted mode.
Re: how to convert as trusted mode.
There is typo error.
>>>/etc/shadow file will be created once you run /etc/shadow.<<<
read as, /etc/shadow file will be created once you run pwconv command.
Sincere apologize....
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-25-2009 09:04 AM
05-25-2009 09:04 AM
Re: how to convert as trusted mode.
Re: how to convert as trusted mode.
this command is not working for me.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-25-2009 10:55 AM
05-25-2009 10:55 AM
Re: how to convert as trusted mode.
Re: how to convert as trusted mode.
Unix operates with beer.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-26-2009 10:39 AM
05-26-2009 10:39 AM
Re: how to convert as trusted mode.
Re: how to convert as trusted mode.
http://docs.hp.com/en/B2355-90950/ch08s15.html
Like it or worked !! Click kudos !!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-26-2009 10:41 AM
05-26-2009 10:41 AM
Re: how to convert as trusted mode.
Re: how to convert as trusted mode.
Like it or worked !! Click kudos !!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-26-2009 11:05 PM
05-26-2009 11:05 PM
Re: how to convert as trusted mode.
Re: how to convert as trusted mode.
Attached docs helps you to convert the system to Trusted.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-26-2009 11:13 PM
05-26-2009 11:13 PM
Re: how to convert as trusted mode.
Re: how to convert as trusted mode.
>>this command is not working for me.
Which command you are talking about.
Suraj
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2018 Hewlett Packard Enterprise Development LP