Sponsored Content
Operating Systems HP-UX "User-License" in HP machine is wrong Post 6406 by patvdv on Tuesday 4th of September 2001 05:36:56 PM
Old 09-04-2001
What you need are:

* your original HP-UX installation CD's (core OS + application)

* your HP certificates with codewords.

Then fire up an interactive swinstall session. Browse through the menu to find an option add codeword. By putting a correct codeword or key you will 'unlock' hidden install packages on the mounted CD. With the right key you will get a package with description 'H-UX 16-user license'. Then you can select the package and install it.

Mind you, I don't know on which CD you should be looking for so you'll have to try them all Smilie
 

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

communicating wth another user aside from "wall" and "write"

Hi, Can anyone suggest a Unix command or c-shell algorithm to simulate to behavior of "wall" command minus the "all users"? What I'm trying to do is to send a notice to just one particular user but i dont want other remotely-logged-on users to receive the message (on the pseudo-terminals). I... (6 Replies)
Discussion started by: Deanne
6 Replies

2. UNIX for Dummies Questions & Answers

Explain the line "mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`"

Hi Friends, Can any of you explain me about the below line of code? mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'` Im not able to understand, what exactly it is doing :confused: Any help would be useful for me. Lokesha (4 Replies)
Discussion started by: Lokesha
4 Replies

3. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

4. UNIX for Dummies Questions & Answers

What is the significance of sh -s in ssh -qtt ${user}@${host} "sh -s "${version}"" < test.sh?

Please can you help me understand the significance of providing arguments under sh -s in > ssh -qtt ${user}@${host} "sh -s "${version}"" < test.sh (4 Replies)
Discussion started by: Sree10
4 Replies

5. UNIX for Dummies Questions & Answers

"Help with bash script" - "License Server and Patch Updates"

Hi All, I'm completely new to bash scripting and still learning my way through albeit vey slowly. I need to know where to insert my server names', my ip address numbers through out the script alas to no avail. I'm also searching on how to save .sh (bash shell) script properly.... (25 Replies)
Discussion started by: profileuser
25 Replies

6. UNIX for Dummies Questions & Answers

Using "mailx" command to read "to" and "cc" email addreses from input file

How to use "mailx" command to do e-mail reading the input file containing email address, where column 1 has name and column 2 containing “To” e-mail address and column 3 contains “cc” e-mail address to include with same email. Sample input file, email.txt Below is an sample code where... (2 Replies)
Discussion started by: asjaiswal
2 Replies

7. Shell Programming and Scripting

Bash script - Print an ascii file using specific font "Latin Modern Mono 12" "regular" "9"

Hello. System : opensuse leap 42.3 I have a bash script that build a text file. I would like the last command doing : print_cmd -o page-left=43 -o page-right=22 -o page-top=28 -o page-bottom=43 -o font=LatinModernMono12:regular:9 some_file.txt where : print_cmd ::= some printing... (1 Reply)
Discussion started by: jcdole
1 Replies

8. AIX

Apache 2.4 directory cannot display "Last modified" "Size" "Description"

Hi 2 all, i have had AIX 7.2 :/# /usr/IBMAHS/bin/apachectl -v Server version: Apache/2.4.12 (Unix) Server built: May 25 2015 04:58:27 :/#:/# /usr/IBMAHS/bin/apachectl -M Loaded Modules: core_module (static) so_module (static) http_module (static) mpm_worker_module (static) ... (3 Replies)
Discussion started by: penchev
3 Replies
APTDCON(1)							    User manual 							APTDCON(1)

NAME
aptdcon - command line client for aptdaemon SYNOPSIS
aptdcon [OPTIONS] DESCRIPTION
aptdcon allows to perform package management tasks, e.g. installing or removing software, using aptdaemon. There isn't any need to be root to run this programme. OPTIONS
-v, --version Show the version number of the aptdcon. -h, --help Show information about the usage of the command. -d, --debug Show additional information on the command line. -i, --install PACKAGES Install the list of PACKAGES. If you want to install more than one package you have to put the package names into quotation marks. --reinstall PACKAGES Reinstall the list of PACKAGES. If you want to reinstall more than one package you have to put the package names into quotation marks. -r, --remove PACKAGES Remove the list of PACKAGES. If you want to remove more than one package you have to put the package names into quotation marks. -p, --purge PACKAGES Purge the list of PACKAGES. If you want to purge more than one package you have to put the package names into quotation marks. -u, --upgrade PACKAGES Upgrade the list of PACKAGES. If you want to upgrade more than one package you have to put the package names into quotation marks. --upgrade-system Upgrade the whole system. --fix-install Try to complete a previously cancelled installation by calling "dpkg --configure -a". --fix-depends Try to resolve unsatisified dependencies. Attention: Currently you don't get a confirmation of the changes, which makes this method quite dangerous since it could remove a lot of packages. --add-vendor-key PUBLIC_KEY_FILE Install the PUBLIC_KEY_FILE to authenticate and trust packages singed by the vendor. --add-vendor-key-from-keyserver PUBLIC_KEY_ID Download and install the PUBLIC_KEY_ID to authenticate and trust packages singed by the vendor. Requires the --keyserver to be set. --key-server KEYSERVER Download vendor keys from the given KEYSERVER. --remove-vendor-key FINGERPRINT Remove the vendor key of the given FINGERPRINT to no longer trust packages from this vendor. --add-repository 'DEB_LINE' Allow to install software from the repository specified by the given DEB_LINE. You have to put quotation marks around the DEB_LINE since it normally contains spaces: 'deb http://ftp.de.debian.org/debian unstable main' --sources-file SOURCES_FILE Specify an alternative sources file to which the new repository should be written. SOURCES_FILE should be only the basename: back- ports.list --list-trusted-vendors Show all trusted software vendors and theirs keys. --hide-terminal Do not attach to the interactive terminal of the underlying dpkg call. --allow-unauthenticated Allow to install packages which are not from a trusted vendor. EXAMPLES
The following command will install the package xterm and remove the package eterm in the same run: $ aptdcon --install "xterm" --remove "eterm" To handle more than one package the names have to be put into quotation marks. The following command will install xterm and eterm: $ aptdcon --install "xterm eterm" The following command will add the backport repository to the sources.list in a separate file /etc/apt/sources.list.d/backports.list : $ aptdcon --sources-file backports.list --add-repostiry "deb http://archive.backports.org/debian stable main" DIAGNOSTICS
By default aptdaemon logs to the syslog facility AptDaemon. Furthermore you can use the -d option to get additional information on the com- mand line. HOMEPAGE
https://launchpad.net/aptdaemon BUGS
You can report bugs at the Launchpad site of aptdaemon: https://bugs.launchpad.net/aptdaemon/+filebug AUTHOR
Sebastian Heinlein <devel at glatzor dot de> SEE ALSO
aptd(1), org.debian.apt(7), org.debian.apt.transaction(7) aptdaemon December 2009 APTDCON(1)
All times are GMT -4. The time now is 09:49 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy