7 More Discussions You Might Find Interesting
1. UNIX for Beginners Questions & Answers
Hi,
I have a code that will show one day ahead, how to make it show two days ahead
p-dev1-db-tst:/$ day=$(TZ=IST-24 date +%d)
p-dev1-db-tst:/$ echo $day
17
p-dev1-db-tst:/$
Regards, Adam (5 Replies)
Discussion started by: answer
5 Replies
2. Windows & DOS: Issues & Discussions
Time on unix server shows 8:00a CST
Time on Windows 7 Box shows 8:00a CST
However when you access an NFS share the time stamp on the files show an hour ahead? Talking about a newly created file shows an hour ahead so at 8:00a the file will show a time stamp of 9:00a CST
the problem it... (1 Reply)
Discussion started by: Paul Standley
1 Replies
3. Shell Programming and Scripting
Hi,
I am trying to write a ksh to compare the time in a date
date
Thu Jul 1 09:01:24 PDT 2010
when I try to get hour
date | awk '{print $4}' | cut -f1 -d:
08
how I can trim the 0 ahead of 08 to make it 8?
please help~ (7 Replies)
Discussion started by: netbanker
7 Replies
4. UNIX for Dummies Questions & Answers
:confused:
Good Day,
I have this script that gets the archive names and the time it applies based on the alert log. The application of archives are of daily basis and usually many so having this script helps my job become easier.
My problem is that when i get all the time stamps and... (1 Reply)
Discussion started by: ownins
1 Replies
5. AIX
Hi Guys,
I wonder if after enabling CIO/DIO at the filesystem level and assuming that CIO/DIO will bypass the JFS2 read ahead available when not using CIO/DIO my questionis what parameters I can play with to tune/improve the CIO in order to obtain similar performance for sequential reads (... (7 Replies)
Discussion started by: hariza
7 Replies
6. Shell Programming and Scripting
I would like to search a router config file for "ip address $ip", once found, I want to grab the line just before that contains "interface $interfacetype"
basically saying, 10.3.127.9 is assigned to "Loopback1" given the below as an example.
interface Loopback1
ip address 10.3.127.9... (1 Reply)
Discussion started by: popeye
1 Replies
7. UNIX for Advanced & Expert Users
SunOS5.8 is a radical departure from SunOs4.X in many ways. one of the important differences is the handling of devices. Adding devices under SunOS4.x required a kernel reconfiguration, recompliation and reboot. Under SunOS5.X, this has changed with the ability to add some drivers on the fly.... (1 Reply)
Discussion started by: Foo49272
1 Replies
core_addshmem_write(5) File Formats Manual core_addshmem_write(5)
NAME
core_addshmem_write - determines the inclusion of read/write shared memory in process core dump
VALUES
Failsafe
Default
Allowed values
or
DESCRIPTION
The tunable was added in response to a problem where a customer was limited in debugging a user-level process crash because shared memory
segments were not written as part of the core file.
Upon core dump, the sections of user memory labeled as shared read-write are written (along with the normal data sections) if this tunable
is set to and left out if it is set to
Who is Expected to Change This Tunable?
Anyone.
Restrictions on Changing
Changes to this tunable take effect immediately.
When Should the Value of This Tunable Be Raised?
When you wish to include read-write shared memory segments in user core files due to debugging needs by developers or maintainers on the
system.
What Are the Side Effects of Raising the Value?
User process core files would increase in most cases (most applications use at least some shared memory). This could be a problem on sys-
tems where disk space is at a premium.
When Should the Value of This Tunable Be Lowered?
When there is no need for debugging core files where shared memory corruption or data values are in question.
What Are the Side Effects of Lowering the Value?
Core files will tend to be smaller.
What Other Tunable Values Should Be Changed at the Same Time?
Certainly think about which does the same thing for read-only shared memory segments.
WARNINGS
All HP-UX kernel tunable parameters are release specific. This parameter may be removed or have its meaning changed in future releases of
HP-UX.
Installation of optional kernel software, from HP or other vendors, may cause changes to tunable parameter values. After installation,
some tunable parameters may no longer be at the default or recommended values. For information about the effects of installation on tun-
able values, consult the documentation for the kernel software being installed. For information about optional kernel software that was
factory installed on your system, see at
AUTHOR
was developed by HP.
Tunable Kernel Parameters core_addshmem_write(5)