Would like to know if it is possible to rearrange the order that mounts are displayed when the 'bdf' command is issued.
An example of what I mean is, currently I see the following ...
But would prefer to see the mounts in the following order ...
I had a play about and altered the order of items in the /etc/fstab with no change to the output order and have read that changing /etc/mnttab is not recommended or of any use. Whilst the example is for the local mounts, if a solution is possible then I'd also apply the same for NFS mounts too.
A strange query I'd admit, but curious to know if it is possible.
Cheers,
Cameron
Last edited by Perderabo; 12-01-2007 at 11:45 AM..
Reason: Change font tags to code tags for readability
Any chance of a lead for understanding/creating a wrapper (never looked before).
Searching the forums, there are (of what I've searched so far) only references to wrappers.
A wrapper is just a script that you call instead of the actual command (bdf) in your case. The script will modify your output as you wish, by internally calling stuff like sort/awk/whatever. Once you get the script in place, do not run bdf directly, but the always the script instead.
It occurred to me that a non-general solution is very easy. All you need is a control file with line numbers. You paste the control file on to the output from bdf, sort, then cut away the line numbers. I am not on an HP-UX system, so to demo this, first I need an ersatz bdf command.
Hi Guys
New to this forum so apologies if posted in wrong place. Got a unixware 7.1.3 system (I know !). df -k produces no output which I believe is because /etc/mnttab is empty. Can /etc/mnttab be re-built ?
Thanks (2 Replies)
Hi guys, I have to make an output of several databases we've got running on our system with the command bdf. This has to be done every 3 months. I want to put it in an scriptfile and trigger it in crontab. In the output it must display the differences in diskspace between these three monts. Any... (3 Replies)
hi,
bdf command hangs but before it, it lists all the fstab content, so i cannot find the reason...
could anybody give me any clue??
thanks a lot for your attention.
regards
Pablo
i attach syslog
Jan 14 16:30:00 sv23 vmunix: hp_dlpi_wput:Received an unrecognized primitive: 101d... (7 Replies)
SunOS 5.10 Generic_142900-15 sun4u sparc SUNW,SPARC-Enterprise
I have been asked to move all file from /CV to /EABATCH
looking at our mnttab I see these two entries.
wdcprodhome:/eabatch/EABATCH /EABATCH nfs nodevices,bg,intr,xattr,zone=cbp011,dev=5500010 1288539528
... (0 Replies)
what is the difference between /etc/mnttab and /etc/vfstab???? what are these files used for
one time i removed mnttab file from my solaris box. infact i renamed it and my solaris box was not booting properly. (12 Replies)
Hi All,
My current /usr utilization is 100%.As i don't have another harddisk i decided to delete some unnecessary files under /usr.But,while deleteing it is giving error "it is a readonly filesystem".I checked /etc/mnttab file it is showing the following entry
/dev/lofi/1 /usr hsfs ... (3 Replies)
what is the difference between the /etc/vfstab and /etc/mnttab? when i check both files, the content is almost the same. can you enlighten me? what i know is /etc/vfstab is used for hard mounts. (4 Replies)
Being the clever-clogs that I am, I have managed to clobber the contents of /etc/mnttab.
It started when I tried to unmount all the volumes in a prticular veritas disk group and neglected to include a suitable grep in my command line, thus attempting to unmount _all_ the filesystems on the... (7 Replies)
I am trying to write a script that will allow me to do a bdf then do a test for a percentage that is 90% or greater. If the test is true then i want to send a message to myself and one other person.
Any suggestions ? ? ?
Thanks.
....svp (6 Replies)