Sponsored Content
Full Discussion: AIX Trial Version
Operating Systems AIX AIX Trial Version Post 302191295 by bakunin on Friday 2nd of May 2008 06:40:11 AM
Old 05-02-2008
There is no such thing as a trial version, but AIX machines are usually sold with an OS license. Make sure you get this license when you get the hardware. Most of the times it is included anyways, because the new license is most of the times included free of charge in the purchase of the new hardware.

I hope this helps.

bakunin
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

VI Editor Trial Version?

Hi, I would like to know if there's a free trial version of a VI editor available somewhere? (3 Replies)
Discussion started by: elamvik
3 Replies

2. UNIX for Advanced & Expert Users

Implementing "Time Limited, Trial" version of my program

Hello everyone, I am just looking for ideas on how I can implement a demo version of my program which will be available in unix environment (solaris and linux). So what I have in mind is to either implement a limited-time version (trial version expires after 30 days) or a limited-number... (4 Replies)
Discussion started by: the_learner
4 Replies

3. AIX

AIX Version 4 Bacup - HELP!

I am TOTALy new to Unix. One of the internal tapes will be replaced by an external one today. I don't even know where to start....how is the install done and how do I redirect the backup to the new external tape drive? Please help - anyone? (3 Replies)
Discussion started by: aneta0803
3 Replies

4. AIX

AIX version

Hi all Can any1 tell me how to check the AIX version on my server. I have used uname -a but it does not give a specific version number. (4 Replies)
Discussion started by: masquerer
4 Replies

5. AIX

Help me explain mean of AIX Version ?

Anyone can help me explain the mean of AIX 5L 5.3 ML3 I don't know "what re - 5L mean and ML3 mean " Tks all. (2 Replies)
Discussion started by: quan0509
2 Replies

6. Solaris

Veritas Netbackup Trial Version

Hi all, Good day to all. Anyone here who recently tried to download a trial version for Veritas Netbackup for Sun Solaris System? The reason for asking is that, I need to download a trial version for testing purposes. I tried to look at the Symantec website but unfortunately, it is not... (0 Replies)
Discussion started by: graboid888
0 Replies

7. AIX

Where can I download a trial version of AIX?

hi how r? , where can I download a trial version of AIX , I know this is a very IMB verions but there some demo saludos (2 Replies)
Discussion started by: cejodrake
2 Replies

8. AIX

aix version 5

I have been given multiple years of login files to determine workload. How do I determine the year in regards to the login. This is what is looks like now. witkoaxdm/_0Sep 13 07:45 still logged in. thank you (1 Reply)
Discussion started by: wildchild
1 Replies

9. UNIX for Beginners Questions & Answers

AIX version selection

Hi, I would like to upgrade my AIX box 6.1 to 7.1/7.2. Current info of my AIX 6.1 box / > oslevel -s 6100-09-11-1810 System Model: IBM,9117-MMD Machine Serial Number: xxx Processor Type: PowerPC_POWER7 Processor Implementation Mode: POWER 7 Processor Version: PV_7_Compat Number Of... (10 Replies)
Discussion started by: Phat
10 Replies
MODINFO(8)						       Linux Module Support							MODINFO(8)

NAME
modinfo - display information about a kernel module SYNOPSIS
modinfo [ options ] <module_file> DESCRIPTION
The modinfo utility examines the object file module_file associated with a kernel module and displays any information that it can glean. OPTIONS -a, --author Display the module's author. -d, --description Display the module's description. -fformat_string, --format format_string Let the user specify an arbitrary format string which can extract values from the ELF section in module_file which contains the mod- ule information. Replacements consist of a percent sign followed by a tag name in curly braces. A tagname of %{filename} is always supported, even if the module has no modinfo section. %{kernel_version} shows the version of the kernel the module was compiled for. %{using_checksums} expands to 1 is the module has versioned symbols and to 0 or <none> otherwise. A tagname of %{parm} is special: the format string line is repeated for each known module parameter (which may be zero times) and %{parm} is then replaced by descriptions of module parameters (one parameter on each repeated line). Alternatively, %a, %d, %l, %n and %p can be used instead of %{author}, %{description}, %{filename}, %{license} and %{parm}, respec- tively. -h, --help Display a summary of options and immediately exit. -l, --license Display the module's license. -n, --filename Display the module's filename. -p, --parameters Display the typed parameters that a module may support. -V, --version Display the version of modinfo. If no options are supplied, the default is filename, description, author, license and parameters. SEE ALSO
insmod(8), modprobe(8), depmod(8), rmmod(8), lsmod(8), ksyms(8), modules(2) Linux March 19, 2002 MODINFO(8)
All times are GMT -4. The time now is 10:40 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy