- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: fbackup -/var/spool/sockets/pwgr files not sto...
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-13-2000 05:10 AM
12-13-2000 05:10 AM
The script and graph file are:
crm-root: more fullbackup
/usr/sbin/fbackup -0uvc /var/adm/fbackupfiles/config -g /var/adm/fbackupfiles/graph -f /dev/rmt/0m -I /var/adm/fbackupfiles/fullindex
crm-root:
crm-root: more graph
i /
e /cdrom
crm-root:
crm-root:
We invariably have a number of files which fail to store. The number varies quite dramatically. For examnple:
fbackup(1102): WARNING: unable to stat file /var/spool/sockets/pwgr/client27019
fbackup(1102): WARNING: unable to stat file /var/spool/sockets/pwgr/client27020
1. What are these files?
2. Are they related to prcesses that should be stopped prior to starting the backup?
3. Should I be concerned?
4. Should I exclude them from my full backup graph file?
Any information gratefully received.
BobB
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2000 05:20 AM
12-13-2000 05:20 AM
Re: fbackup -/var/spool/sockets/pwgr files not stored
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2000 05:23 AM
12-13-2000 05:23 AM
SolutionThese sockets are been seen by fbackup as opened files thus the warning it cannot status...
here is a link that will explain you what sockets are:
http://world.std.com/~jimf/papers/sockets/sockets.html
Best regards
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2000 05:25 AM
12-13-2000 05:25 AM
Re: fbackup -/var/spool/sockets/pwgr files not stored
Yes you can exclude them from your backup...
all the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2000 05:33 AM
12-13-2000 05:33 AM
Re: fbackup -/var/spool/sockets/pwgr files not stored
If these files are sockets or named pipes (shown with an "s" or "p" in an 'ls' listing) then they do not "hold" data, but rather act only as a conduit of data between processes. You do not (cannot) backup these files -- it has no meaning. I would exclude these files and/or directories in your fbackup graphs if for no other reason than to be able to quickly analyze the results of the backup for warnings.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2000 05:45 AM
12-13-2000 05:45 AM
Re: fbackup -/var/spool/sockets/pwgr files not stored
>1. What are these files?
They are socket files that are related to a network-related process.
>2. Are they related to prcesses that should be stopped prior to starting the backup?
Not necessarily. In order to confirm, download lsof from http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.51/
and run it to see what process use those files... on my system, it was sendmail, dtlogin, etc. to be precise, man on pwgrd says:
" pwgrd provides accelerated lookup of password and group information for libc routines like getpwuid and getgrname"
lsof is also useful to find out what processes a running using what - and if you are worried, you should use it to determine what files are open and if they need to be closed/exempted, exclude them accordingly.
>3. Should I be concerned?
Not for the pwgr files. Unless you are concerned about people logging back in when the backups have begun.
>4. Should I exclude them from my full backup graph file?
certainly.