- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Trusted MC/ServiceGuard 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
11-26-2002 01:21 PM
11-26-2002 01:21 PM
Trusted MC/ServiceGuard system ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2002 01:30 PM
11-26-2002 01:30 PM
Re: Trusted MC/ServiceGuard system ?
We do have many implementations here where trusted systems are on ServiceGuard.
ServiceGuard and trusted feature are two seperate independent entities.
You can safely convert the systems to trusted.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2002 01:38 PM
11-26-2002 01:38 PM
Re: Trusted MC/ServiceGuard system ?
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2002 06:42 PM
11-26-2002 06:42 PM
Re: Trusted MC/ServiceGuard system ?
Just last week I converted another running cluster from untrsted to trusted mode without any problems .
Go for it . And the trusted computing base and MC SG are totally diffrent features/products , so you don't have to worry about any issues .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2002 12:43 AM
11-27-2002 12:43 AM
Re: Trusted MC/ServiceGuard system ?
I suggest you to convert your system to trusted system to increase the system security.
" tsconvert -c " command will help you.
I hope this help you.
Regards.
Juanma.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2002 10:22 PM
11-28-2002 10:22 PM
Re: Trusted MC/ServiceGuard system ?
We have been using MC/ServiceGuard clusters of SAP and Oracle databases residing on trusted (i.e. tcb-converted) HP-UX 11.00 without issues.
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2002 10:28 PM
11-28-2002 10:28 PM
Re: Trusted MC/ServiceGuard system ?
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2002 06:40 PM
12-03-2002 06:40 PM
Re: Trusted MC/ServiceGuard system ?
can't login any more after the change ?! Results :
bastion$ ssh db1-m
jmckiern@db1-m's password:
Permission denied, please try again.
jmckiern@db1-m's password:
"telnet" and "r" services were previously disabled, and SSH was the only way in. Now it doesn't work. I tried several non-UID-0 accounts and a UID-0 account. The
latter fails because of
the /etc/securetty data.
While I was on the server after "tsconvert" , I saw good copies of the password ciphers in /tcb/files/auth .
My UID-0 shell timed out and
I can't get it back or make new connections to it.
I converted only one node, the other still works, and the application is not yet "live" .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2002 10:30 PM
12-03-2002 10:30 PM
Re: Trusted MC/ServiceGuard system ?
what is the errormessage from the sshd (normally located in syslog). You can start sshd with option -d to see verbose output. Multiple -d options increase the debugging level
Try to connect with ssh -v
We only use openssh to connect to our servers (all trustetd) and it works really fine.
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2002 10:39 PM
12-03-2002 10:39 PM
Re: Trusted MC/ServiceGuard system ?
When you convert a system to trusted, more stringent default password policies apply.
If your existing user passwords do not follow these new policies of TCB such as minimum password length, your access using the old password will be blocked until you change it.
Have you tried troubleshooting yourself?
1) Enable telnet and see if it works. If access works, then the problem lies with SSH. What version were you using and was it compiled with tcb? If access does not work, it is likely due to password policies. Try 2).
2) Change the password of the user. Use root to change the user account's password to alphanumeric and greater than 8 characters long and see if it now works.
Hope this helps. Regards.
Steven Sim Kok Leong