- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Adding usable disk to / filesystem
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
01-08-2003 08:15 AM
01-08-2003 08:15 AM
Re: Adding usable disk to / filesystem
A 38KB script file? I don't think so!
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 08:16 AM
01-08-2003 08:16 AM
Re: Adding usable disk to / filesystem
and 2)/etc/lp/interface/model.orig. Seems illogical to me but im not the creator of the program.
I had given thoughts to moving that directory to another location and linking it back to /etc/lp/interface/model.orig but I was told that this would not work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 08:17 AM
01-08-2003 08:17 AM
Re: Adding usable disk to / filesystem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 08:19 AM
01-08-2003 08:19 AM
Re: Adding usable disk to / filesystem
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 08:19 AM
01-08-2003 08:19 AM
Re: Adding usable disk to / filesystem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 08:23 AM
01-08-2003 08:23 AM
Re: Adding usable disk to / filesystem
I think you forgot the attachment - but if you're referring to the files like your /etc/lp/interface/dm1cmg03, /etc/lp/interface/dm1lpd02, etc., they're normal. They're also only 11 or 12 KB each. It's that model.orig that's hogging all the space.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 08:25 AM
01-08-2003 08:25 AM
Re: Adding usable disk to / filesystem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 08:29 AM
01-08-2003 08:29 AM
Re: Adding usable disk to / filesystem
There's no reference in Frank's attachment to /etc/lp/interface/model.orig (which, at 38737 1KB blocks, is about 38MB).
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 08:30 AM
01-08-2003 08:30 AM
Re: Adding usable disk to / filesystem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 08:33 AM
01-08-2003 08:33 AM
Re: Adding usable disk to / filesystem
/etc/lp/interface/model.orig is a directory and it contains files of the same name of the printer that you also find in /etc/lp/interface. I'm no expert in Jetdirect, but I also have it installed and comparing the output with what I see here, and it's no different. That's why I'm saying, in the model.orig directory it's all scripts of about 110K, one for eahc pronter defined.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 08:41 AM
01-08-2003 08:41 AM
Re: Adding usable disk to / filesystem
I think I'm finally getting the picture (sorry - a little slow on the uptake).
So, /etc/lp/interface/model.orig is a directory (not a file) which contains a *large* interface script for each of your printers. There is also a *small* interface script for each of these printers in the /etc/lp/interface directory. Is that true? It seems sinfully wasteful - must be an HP plot to sell larger disk drives.
How about replacing the entire /etc/lp/interface directory with a link to some other filesystem? That would transfer the burden out of your root filesystem and I think you would still be OK when booting in single user mode because there's no need for /etc/lp. Just a thought.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 08:45 AM
01-08-2003 08:45 AM
Re: Adding usable disk to / filesystem
I would appreciate it.
Thanks again for all your assist and everyone else who assisted, enjoy the points posted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 08:52 AM
01-08-2003 08:52 AM
Re: Adding usable disk to / filesystem
God hates a coward (or so I'm told) - so I tried it myself:
tsws1(147)root# mkdir /var/lp
tsws1(148)root# cd /etc/lp
tsws1(149)root# find . -print |cpio -pdumxl /var/lp
294 blocks
tsws1(150)root# ll /var/lp
total 8
drwxr-xr-x 2 lp bin 1024 Jan 8 11:49 cinterface
drwxr-xr-x 2 lp bin 96 Jul 17 2001 class
drwxr-xr-x 2 lp bin 96 Jul 17 2001 info
drwxr-xr-x 2 lp bin 1024 Jan 8 11:49 interface
drwxr-xr-x 2 lp bin 1024 Jan 8 11:49 member
drwxr-xr-x 2 lp bin 1024 Jan 8 11:49 sinterface
tsws1(151)root# rm -rf /etc/lp
rm: directory /etc/lp not removed. Cannot remove current directory
tsws1(152)root# cd
tsws1(153)root# rm -rf /etc/lp
tsws1(154)root# ln -s /var/lp /etc/lp
tsws1(155)root# lp -d crlzr1 /etc/passwd
request id is crlzr1-111 (1 file)
tsws1(156)root#
I stuck it in /var because I had room but I expect you could put it most any place.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 08:56 AM
01-08-2003 08:56 AM
Re: Adding usable disk to / filesystem
as said before I would also delete most of your older passwd.2001... and passwd.2002...
These files are growing with every new time stamp.
These seems to be backups from older passwd files.
There is no sense to keep them up.
Good luck
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 09:00 AM
01-08-2003 09:00 AM
Re: Adding usable disk to / filesystem
Thanks for all the help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 09:10 AM
01-08-2003 09:10 AM
Re: Adding usable disk to / filesystem
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 03:37 PM
01-08-2003 03:37 PM
Re: Adding usable disk to / filesystem
Whilst you're at it, look for log files that can also fill your root fs.
Lots of Irish Luck to you.
- « Previous
-
- 1
- 2
- Next »