- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- I am unable to do tar ?Priority high.
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
12-08-2005 02:49 PM
12-08-2005 02:49 PM
Thanks in advance.
While excecuting tar as a root user the below error has been occured.
a fkl1_am3/BAAa2693030/c677.vml 3 blocks
tar: couldn't get uname for uid 401
tar: couldn't get gname for gid 16
tar: couldn't get uname for uid 401
tar: couldn't get gname for gid 16
tar: couldn't get uname for uid 401
tar: couldn't get gname for gid 16
a fkl1_am3/BAAa1053535/ic1/test.o 50 blocks
tar: couldn't get uname for uid 401
tar: couldn't get gname for gid 16
tar: couldn't get uname for uid 401
tar: couldn't get gname for gid 16
tar: couldn't get uname for uid 401
tar: couldn't get gname for gid 16
a fkl1_am3/BAAa0112222/ic1/test.o 50 blocks
-----------------------
The file permissions(Instead of user and group name numeric no) also not in proper:
few files in that folder:
-rw-rw-r-- 1 3584 16 1100 Sep 18 2003 unmatched_neu_nets
-rw-rw-r-- 1 3584 16 1854835 Jul 15 12:24 wirelist
-rw-rw-r-- 1 3584 16 1617990 Mar 16 2005 wirelist.1~
-rw-rw-r-- 1 3584 16 3110560 Jul 15 12:24 wirelist.o
-rw-rw-r-- 1 3584 16 2776944 Mar 16 2005 wirelist.o.1~
-rw-rw-r-- 1 3584 16 2077008 Aug 8 2002 wirelist.o.bkp
-rw-rw-r-- 1 3584 16 1223620 Aug 8 2002 wirelist_am2
-rw-rw-r-- 1 3584 16 2222584 Aug 8 2002 wirelist_am2.o
Please provide the solution to do tar and is there any problem with the file permission
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 03:01 PM
12-08-2005 03:01 PM
Re: I am unable to do tar ?Priority high.
Was there any removal of user / group is the system.
try
pwck --> password check
grpck---> group check
this will check for any inconistencies.
HtH,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 03:01 PM
12-08-2005 03:01 PM
SolutionCheck the thread below :
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=145193
and this thread also :
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=690170
Hope this information can help you.
Cheers,
AW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 03:09 PM
12-08-2005 03:09 PM
Re: I am unable to do tar ?Priority high.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 03:30 PM
12-08-2005 03:30 PM
Re: I am unable to do tar ?Priority high.
This message simply means that UID 401 and GID 16 does not exists on this system. Allthough the ownner and group of these files from where these were backed up was with these IDs.
This is possible if you took backup on some other system and are restoring somewhere else or if you took backup on same system and restoring backup to onto same then some users and groups were deleted after backup.
This is why in case of user and group name in permissions it shows there numeric values as these users do not exist on this system.
HTH,
Devender