Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jpmnl
  • Order by date
  1. jpmnl

    lslv command question...Logical Volumes/ Oracle

    Hi, In general you would have entries like hdisk.... We are using SDD disks with gives vpath entries instead The command used should then be: lslv -l dm2t_0128_003 | awk 'NR>2 {print $1}'
  2. jpmnl

    Confused about Maintainance Levels!

    Hi, The oslevel has an undocumented option -r. Try the following command: oslevel -rl 4330-11 This reports all lpp's that are not up to ML11 level. Replace the 11 by any ML you want to check against. Then update these specific items. oslevel -rg 4330-11 produces an overview of all filesets...
  3. jpmnl

    concurrent user logons

    The maxlogins attribute in locin.cfg indicates the maximum simutaneous logins allowed on the system. This applies to all logins independent of which user. It does not limit a specific user. It is better to test it in /etc/profile as was suggested.

Part and Inventory Search

Back
Top