- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- file under tcb
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
08-05-2005 01:51 AM
08-05-2005 01:51 AM
What process or event would lead to the creation of /tcb/files/auth/v/vlaad-t ???
The presence of this new file leads to
problems accessing that account.
Any pointers would be most helpful.
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2005 02:00 AM
08-05-2005 02:00 AM
Re: file under tcb
Look in the /etc/passwd (only look - no changes!) and see if this account exists there.
What kinds of problems are you experiencing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2005 02:08 AM
08-05-2005 02:08 AM
Re: file under tcb
The vlaad account is okay, absolutely no problem there. Then I manually did:
cd /tcb/file/auth/v
cp -p vlaad vlaad-t
Now when I try logging in as vlaad, not
only is the login process slow, but I am
unsuccessful in logging in.
Remove the vlaad-t file, and the account
works just fine.
Originally I did not create the "-t" file
on the problem system, so I am trying to
get info on what (is it the kernel doing
it when inode table is full) creates such a
file and what is the meaning of that file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2005 02:29 AM
08-05-2005 02:29 AM
SolutionThey can be left around if the system crashes, SAM crashes etc mid-edit. They essentially lock the accounts out.
They are perfectly safe to remove, and are just left over from an incomplete maintenance command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2005 02:35 AM
08-05-2005 02:35 AM
Re: file under tcb
Was the account running some process that filled the file inode table?
This account was doing something when the event happened. Doesn't mean that viaad was doing something wrong. Just that viaad was doing something.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2005 02:54 AM
08-05-2005 02:54 AM
Re: file under tcb
at a time when the system was being taxed
and ran out of inode table space. I'm not
sure it was SAM that locked the account; it
may have been a cron job that switches to
that account or something similar involving
a login.
Thanks so much for the information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2005 02:55 AM
08-05-2005 02:55 AM
Re: file under tcb
gave very useful information.