HP Tru64 UNIX Technical Updates for the Version 5.1B and Higher Operating System and Patches (February 2010)
5. Write the edited disk label back to the hardware RAID volume:
# disklabel -R dskN /tmp/label
For example:
# disklabel -R dsk25 /tmp/dsk25MOD
6. Optionally, display the size of the domain before extending it:
# showfdmn domain
For example, for a domain called clinical_trials, enter:
# showfdmn clinical_trials
Id Date Created LogPgs Version Domain Name
3e8ca76d.040d38c8 Thu Apr 3 16:28:13 2003 512 4 clinical_trials
Vol 512-Blks Free % Used Cmode Rblks Wblks Vol Name
1L 35556384 35547280 0% on 256 256 /dev/disk/dsk25c
7. Extend the AdvFS file system:
# mount -u -o extend /file_system
For example, if the AdvFS domain that uses dsk25 is mounted on /test_data, enter:
# mount -u -o extend /test_data
8. Optionally, verify that the domain now shows the larger size:
# showfdmn domain
For example:
# showfdmn clinical_trials
Id Date Created LogPgs Version Domain Name
3e8ca76d.040d38c8 Thu Apr 3 16:28:13 2003 512 4 clinical_trials
Vol 512-Blks Free % Used Cmode Rblks Wblks Vol Name
1L 71112768 71103120 0% on 256 256 /dev/disk/dsk25c
System Configuration and Tuning Correction (March 2003)
Section 4.2 provides an example demonstrating how to enable access to the system's real time
clock. This example is incorrect. The correct command is:
# mknod /dev/timedev c 15 0
Section 4.4.8.4 states: The max_async_req attribute specifies the maximum number of sessions
within any given RDG context table. The recommended value is at least the number of Oracle
processes plus two. This is incorrect. The max_sessions specifies the maximum number of
sessions within any given RDG context table.
Section 4.4.8.5 states that the max_async_req attribute specifies the maximum number of pages
automatically wired in memory for message packets. This is incorrect. The
rdg_max_auto_msg_wires attribute specifies the maximum number of pages automatically
wired in memory for message packets. We recommend setting this attribute to 0.
System Configuration and Tuning Guide (Feb. 2003)
In Section 6.2.2.2, it states that if you increase the value of the max_proc_per_user attribute,
you increase the amount of wired memory.
This statement is false. Increasing this attribute value does not increase the amount of wired
memory.
Installation Guide Contains Incorrect Java Version (Feb. 2003)
The Installation Guide states that Version 1.3.1-1 of Java™ is provided with Version 5.1B of the
operating system. This is incorrect. Java Version 1.3.1-2 is provided with this release of the
operating system.
46