Has anyone come up with a custom paging script that will only page out certain information?
This E-mail and any of its attachments may contain Time Warner Cable proprietary information, which is privileged, confidential, or subject to copyright belonging to Time Warner Cable. This E-mail is intended solely for the use of the individual or entity to which it is addressed. If you are not the intended recipient of this E-mail, you are hereby notified that any dissemination, distribution, copying, or action taken in relation to the contents of and attachments to this E-mail is strictly prohibited and may be unlawful. If you have received this E-mail in error, please notify the sender immediately and permanently delete the original and any copy of this E-mail and any printout.
Hello
In the file hobbitclient-sunos.sh the FSTYPES entry can lost filesystems with long mountpoints.
Happen here with vxfs filesystem;
$/bin/df -n -l / : ufs /devices : devfs /system/contract : ctfs /proc : proc /dev/vx/rdmp : tmpfs /unshared/AA04/oracle: vxfs /unshared/AA04/oracle/data1: vxfs /unshared/AA04/oracle/data2: vxfs /unshared/AA04/oracle/data3: vxfs
with the awk '{print $3}' command in FSTYPES the vxfs ist missed because there is no space.
Solution for us; adding seperator to awk -F":" '{print $2}'
Regards Roland
participants (2)
-
josh.krause@twcable.com
-
roland.graeub@rtc.ch