How to convert epoch time to human readable timestamp?
from http://www.unixguide.net/hp/faq/5.13.3.shtml
This can be accomplished using 'adb' as follows:
echo "0d$timer=Y" | adb | tr -d '\011'
where $timer is the timestamp you wish to convert.
from http://www.unixguide.net/hp/faq/5.13.3.shtml
This can be accomplished using 'adb' as follows:
echo "0d$timer=Y" | adb | tr -d '\011'
where $timer is the timestamp you wish to convert.
The Ignite/UX FAQ is available at http://www.software.hp.com/products/IUX/faq.html This is handy for answering all those Ignite related questions.
From hp.com
In HP-UX releases prior to HP-UX 11i v2 (B.11.23), the maxusers tunable was used to calculate the default values of nclist, nfile, and ninode, all of which control kernel data structures that determine the system resource allocation.
In HP-UX 11i v2 (B.11.23), however, no tunables depend on maxusers. All tunables that used to depend on it for default values have now been assigned individual numerical defaults. If you still have some need of maxusers it is possible to create user defined tunables using kctune -u. This tunable can then be used in formulas defining other tunables
On hp-ux 11i, we can now find the serial number using a software command?
# getconf CS_MACHINE_SERIAL